@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Source Sans 3", sans-serif;
    font-size: 14px;
    
}

.menu{
    background-color: #d11514;
    min-height: 76px;
    border-bottom: 2px solid #ffffff;
    color: #fff;
}

.page-logo{
    max-width: 100%;
}


.slider{
    width: 100%;
    background-color: #f8f9f9;
    background-image: url('../img/bg01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}   

.slider .text{

    margin: 2vh;
    margin-top: 3vh;
}


.slider p{
    margin-top: 1vh;
    color: #555;
    font-size: 18px;
    line-height: 1.8;
    border-left: 1px dotted #cd1a1a;
    padding-left: 10px;
}


.slider .image-left{
    background-image: url('../img/consulado01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    min-height: 340px;
}

.nopadding{
    padding: 0;

}

.space{
    height: 100px;
    clear: both;
    display: block;
}


.block-link{
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    min-height: 580px;
    border-radius: 5px;
    padding-bottom: 35px;
    border-top: 10px solid #e6ece0;
    color: #555;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 45px;
}

.block-link .title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 15px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 66px;
}



.block-link .text{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}


.block-link ol{
    padding: 0;
    margin: 0;
    text-align: justify;
}

.block-link ol li{
    margin-bottom: 20px;
    margin-left: 15px;
}


.block-title{
    border-bottom: 2px solid #e6ece0;
    color: #d11514;
}


.block-subtitle{
    background-color: #f4f7f1;
    color: #365319;
    padding: 7px;
    display: inline-block;
    border-left: 25px solid #9cb485;
}

.cronologia{
    min-height: 350px;
    border-radius: 13px;
    background-color: #f6f7f1;

}

.history{
    min-height: 250px;
}


.chageorgbtn{
    padding: 10px;
    border-radius: 3px;
    background-color: #fff;
    color: #cd1a1a;
    cursor: pointer;
    font-weight: bold;
}


.peticion{
    min-height: 300px;
    border-radius: 13px;
    background-color: #f6f7f1;


}

.peticion ol{
    margin-left: 2px;
    padding-left: 17px;
}

.peticion ol li{
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: justify;
    padding-right: 15px;

    
}

.actualidad p{
    font-size: 130%;
}


.link{ 
    color: #fff;
    text-decoration: underline;
}

.link:hover{ 
    color: #ebf834;
}

.linktext{
    color: #d11514;
}

.linktext:hover{
    color: #d11514;
}

.bgblock{
    background-color: #f6f8f3;
    margin: 7px;
    min-height: 125px;
    border-radius: 7px;
}


.footer{
    background-color: #365319;
    min-height: 350px;
    color: white;
}


.videocontainer{
    position: relative;
}


.videocontainer .iframe{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.videoproporcion{
    position: relative;
    width: 100%;
    z-index: 0;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}


h3{
    font-size: 19px;
}