@font-face {
    font-family: 'cuerpo';
    src: url(../css/fonts/RomanSerif.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
img{
    width: 100%;
}
p{
    font-family: 'cuerpo';
    font-size: 45px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 50px;
}

footer div p {
    font-family: 'cuerpo';
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
}

@media (max-width:992px){
    p{
        font-family: 'cuerpo';
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 30px;
    }

    footer div p {
        font-family: 'cuerpo';
        font-size: 24px;
        text-align: center;
        line-height: 40px;
        margin-bottom: 30px;
    }
}
@media (max-width:768px){
    .container{
        max-width: 350px;
    }
    p{
        font-family: 'cuerpo';
        font-size: 15px;
        text-align: center;
        line-height: 17px;
        margin-bottom: 13px;
    }
    footer div p {
        font-family: 'cuerpo';
        font-size: 15px;
        text-align: center;
        line-height: 17px;
        margin-bottom: 13px;
    }
}

/* header */
#header {
    background-color: #3333337d;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.video {
    width: 100%;
    min-height: 420px;
}
video {
    position: absolute;
    left: 0;
    top: 0;
    height: cover;
    width: 100%;
    z-index: -1;
}
.video img {
    margin: 0;
    padding-top: 3rem;
    padding-left: 0;
    margin-left: -90px;
}
@media (max-width:992px) {
    .video {
        width: 100%;
        min-height: 300px;
    }
    .video img {
        margin: 0;
        padding-top: 3rem;
        padding-left: 0;
        margin-left: -60px;
    }
}
@media (max-width:768px){
    .video {
        width: 100%;
        min-height: 160px;
    }
    .video img {
        margin: 0;
        padding-top: 3rem;
        padding-left: 0;
        margin-left: -30px;
    }
}

/* preguntas */
#preguntas{
    background: url(../img/bg-trasparente-escritorio.png) left;
    background-size: 100%;
    background-repeat: repeat;
    background-color: #2a9d90 ;
    border-top: 8px #e9c46a solid;
    /* border-bottom: 8px #e9c46a solid; */
    padding: 30px 0;
}
#preguntas p{
    color: #fff;
}
#preguntas .btn-block{
    display: flex;
    justify-content: center;
    margin-top: -40px;
}
#preguntas .btn{
    font-family: 'cuerpo';
    background: #264653;
    color: #fff;
    font-size: 45px;
    padding: 0 70px 7px 70px;
    border-radius: 50px;
    border-style: none;
}
@media (max-width:992px){
    #preguntas .btn-block{
        display: flex;
        justify-content: center;
        margin-top: -30px;
    }
    #preguntas .btn{
        font-family: 'cuerpo';
        background: #264653;
        color: #fff;
        font-size: 33px;
        padding: 0 70px 7px 70px;
        border-radius: 50px;
        border-style: none;
    }
}
@media (max-width:768px){
    #preguntas{
        background: url(../img/bg-trasparente-escritorio.png) left;
        background-size: 100%;
        background-repeat: repeat;
        background-color: #2a9d90 ;
        border-top: 4px #e9c46a solid;
        /* border-bottom: 8px #e9c46a solid; */
        padding: 15px 0;
    }
    #preguntas .btn-block{
        display: flex;
        justify-content: center;
        margin-top: -11px;
    }
    #preguntas .btn{
        font-family: 'cuerpo';
        background: #264653;
        color: #fff;
        font-size: 17px;
        padding: 0 20px 5px 20px;
        border-radius: 50px;
        border-style: none;
    }
}

/* contact */
#contact{
    padding: 30px 0 100px 0;
    background: url(../img/bg-trasparente-escritorio.png) top;
    background-size: 100%;
    background-repeat: repeat;
}
#contact .content-text span{
    background: #e9c46a;
    padding: 0 5px 5px 5px;
}
#contact .content-text p{
    line-height: 50px;
}
#contact .form{
    background: #e9c46a;
    border-radius: 30px;
    padding: 30px;
}
#contact .form .d-grid{
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
}
#contact .img-free{
    padding: 0 0 0 30px;
}
#contact .img-free img{
    margin-top: -10px;
}
#contact .form p{
    padding: 0;
    margin: 0 0 60px 0;
}
#contact .form .form-group{
    margin-bottom: 50px;
    padding: 0 10px;
}
#contact .form .form-group input{
    font-family: 'cuerpo';
    font-size: 45px;
    height: 70px;
    border-style: none;
    border-radius: 0;
    color: #000;
}
#contact .form .form-group input::placeholder{
    color: #000;
}
#contact .form .form-group select{
    font-family: 'cuerpo';
    font-size: 45px;
    height: 70px;
    border-style: none;
    border-radius: 0;
    color: #000;
}
#contact .form .form-group-term{
    padding: 0 10px;
}
#contact .form .form-group-term label{
    font-family: 'cuerpo';
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 50px;
}
#contact .form .form-group-term label input{
    height: 25px;
    width: 25px;
    margin-right: 8px;
}
#contact .form .btn-submit{
    padding: 0 10px;
}
#contact .form .btn-submit input{
    background: #2a9d90;
    color: #fff;
    font-family: 'cuerpo';
    border-style: none;
    font-size: 60px;
    width: 100%;
    padding: 0;
    box-shadow: 6px 6px 6px 0 #264653;
    margin-bottom: 40px;
}
#contact .form .btn-date{
    padding: 0 10px;
}
#contact .form .btn-date .btn{
    background: #fff;
    color: #2a9d90;
    font-family: 'cuerpo';
    border-style: none;
    font-size: 60px;
    width: 100%;
    padding: 0;
    box-shadow: 6px 6px 6px 0 #264653;
    margin-bottom: 40px;
    border-radius: 0;
}
@media (max-width:992px){
    #contact .content-text span{
        background: #e9c46a;
        padding: 0 3px 3px 3px;
    }
    #contact .content-text p{
        line-height: 35px;
    }
    #contact .form{
        background: #e9c46a;
        border-radius: 20px;
        padding: 20px;
    }
    #contact .form .d-grid{
        display: grid;
        grid-template-columns: 55% 45%;
        align-items: center;
    }
    #contact .img-free{
        padding: 0 0 0 20px;
    }
    #contact .img-free img{
        margin-top: -10px;
    }
    #contact .form p{
        padding: 0;
        margin: 0 0 30px 0;
    }
    #contact .form .form-group{
        margin-bottom: 30px;
        padding: 0 10px;
    }
    #contact .form .form-group input{
        font-family: 'cuerpo';
        font-size: 30px;
        height: 50px;
        border-style: none;
        border-radius: 0;
        color: #000;
    }
    #contact .form .form-group select{
        font-family: 'cuerpo';
        font-size: 30px;
        height: 50px;
        border-style: none;
        border-radius: 0;
        color: #000;
    }
    #contact .form .form-group-term{
        padding: 0 10px;
    }
    #contact .form .form-group-term label{
        font-family: 'cuerpo';
        font-size: 17px;
        line-height: 33px;
        margin-bottom: 30px;
    }
    #contact .form .form-group-term label input{
        height: 15px;
        width: 15px;
        margin-right: 5px;
        
    }
    #contact .form .btn-submit{
        padding: 0 10px;
    }
    #contact .form .btn-submit input{
        background: #2a9d90;
        color: #fff;
        font-family: 'cuerpo';
        border-style: none;
        font-size: 35px;
        width: 100%;
        padding: 0;
        box-shadow: 6px 6px 6px 0 #264653;
        margin-bottom: 30px;
    }
    #contact .form .btn-date{
        padding: 0 10px;
    }
    #contact .form .btn-date .btn{
        background: #fff;
        color: #2a9d90;
        font-family: 'cuerpo';
        border-style: none;
        font-size: 35px;
        width: 100%;
        padding: 0;
        box-shadow: 6px 6px 6px 0 #264653;
        margin-bottom: 40px;
        border-radius: 0;
    }
}
@media (max-width:768px){
    #contact{
        padding: 10px 0 30px 0;
        background: url(../img/bg-trasparente-escritorio.png) top;
        background-size: 100%;
        background-repeat: repeat;
    }
    #contact .content-text span{
        background: #e9c46a;
        padding: 0 3px 3px 3px;
    }
    #contact .content-text p{
        line-height: 18px;
    }
    #contact .form{
        background: #e9c46a;
        border-radius: 10px;
        padding: 10px;
    }
    #contact .form .d-grid{
        display: grid;
        grid-template-columns: 55% 45%;
        align-items: center;
    }
    #contact .img-free{
        padding: 0 0 0 10px;
    }
    #contact .img-free img{
        margin-top: -10px;
    }
    #contact .form p{
        padding: 0;
        margin: 0 0 18px 0;
    }
    #contact .form .form-group{
        margin-bottom: 15px;
        padding: 0 4px;
    }
    #contact .form .form-group input{
        font-family: 'cuerpo';
        font-size: 15px;
        height: 30px;
        border-style: none;
        border-radius: 0;
        color: #000;
    }
    #contact .form .form-group select{
        font-family: 'cuerpo';
        font-size: 15px;
        height: 30px;
        border-style: none;
        border-radius: 0;
        color: #000;
    }
    #contact .form .form-group-term{
        padding: 0 10px;
    }
    #contact .form .form-group-term label{
        font-family: 'cuerpo';
        font-size: 10px;
        line-height: 13px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    #contact .form .form-group-term label input{
        height: 11px;
        width: 11px;
        margin-right: 3px;
        
    }
    #contact .form .btn-submit{
        padding: 0 10px;
    }
    #contact .form .btn-submit input{
        background: #2a9d90;
        color: #fff;
        font-family: 'cuerpo';
        border-style: none;
        font-size: 19px;
        width: 100%;
        padding: 0;
        box-shadow: 2px 2px 2px 0 #264653;
        margin-bottom: 15px;
    }
    #contact .form .btn-date{
        padding: 0 10px;
    }
    #contact .form .btn-date .btn{
        background: #fff;
        color: #2a9d90;
        font-family: 'cuerpo';
        border-style: none;
        font-size: 19px;
        width: 100%;
        padding: 0;
        box-shadow: 2px 2px 2px 0 #264653;
        margin-bottom: 20px;
        border-radius: 0;
    }
}

/* description */
#description{
    background: url(../img/bg-trasparente-escritorio.png) left;
    background-size: 100%;
    background-repeat: repeat;
    background-color: #264653 ;
    padding: 50px 0;
    border-top: 8px #ddd5af solid;
    border-bottom: 8px #ddd5af solid;
}
#description .d-grid{
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}
#description .d-grid .content-text{
    padding-left: 40px;
    color: #fff;
}
#description .d-grid .content-text p{
    font-size: 36px;
}
@media (max-width:992px){
    #description .d-grid .content-text p{
        font-size: 23px;
        line-height: 25px;
    }
}
@media (max-width:768px){
    #description{
        background: url(../img/bg-trasparente-escritorio.png) left;
        background-size: 100%;
        background-repeat: repeat;
        background-color: #264653 ;
        padding: 15px 0;
        border-top: 4px #ddd5af solid;
        border-bottom: 4px #ddd5af solid;
    }
    #description .d-grid .content-text p{
        font-size: 12px;
        line-height: 15px;
    }
    #description .d-grid .content-text{
        padding-left: 10px;
        color: #fff;
    }
}

/* call-to-action */
#call-to-action{
    background: url(../img/bg-trasparente.png) left;
    background-size: 40%;
    background-repeat: no-repeat;
    padding: 100px 0;
    border-bottom: 8px #e9c46a solid;
}
#call-to-action .d-grid{
    display: grid;
    grid-template-columns: 8% 84% 8%;
}
#call-to-action .bg{
    background: #e9c46a;
    padding: 20px;
}
#call-to-action .bg p{
    margin: 0;
    font-size: 40px;
}
@media (max-width:992px){
    #call-to-action .bg p{
        margin: 0;
        font-size: 25px;
        line-height: 30px;
    }
}
@media (max-width:768px){
    #call-to-action{
        background: url(../img/bg-trasparente.png) left;
        background-size: 40%;
        background-repeat: no-repeat;
        padding: 20px 0;
        border-bottom: 4px #e9c46a solid;
    }
    #call-to-action .bg{
        background: #e9c46a;
        padding: 10px;
    }
    #call-to-action .bg p{
        margin: 0;
        font-size: 11px;
        line-height: 13px;
    }
}

.modal-body p {
    margin-bottom: 8px;
    font-size: 20px;
    text-align: left;
}

#popup-rgpd p {
    font-size: 13px;
    line-height: 20px;
}