/*===================================== 
======================================*/
/*Colores FEDEP*/
:root{
	--blanco: #fff;
	--negro: #292929;
	--verde: #cfdb00;
	--blanco: #fff;
    --gris: #9c9b9b;
    --roman: 'Helvetica Lt Std Roman';
    --romanB: 'Helvetica Lt Std Roman Bold';
    --playfairR: 'Playfair Display R';
    --playfairI: 'Playfair Display I';
    --playfairM: 'Playfair Display M';
    --playfairMI: 'Playfair Display MI';
    --playfairSB: 'Playfair Display SB';
    --playfairSBI: 'Playfair Display SBI';
    --playfairB: 'Playfair Display B';
    --playfairBI: 'Playfair Display BI';
}

/*Fuente FEDEP | Testimonios*/
/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */
@font-face {
    font-family: 'Helvetica Lt Std Roman Bold';
    src: url('../archivos/fonts/HelveticaNeueLTStd-Bd.otf');
}
@font-face {
    font-family: 'Helvetica Lt Std Roman';
    src: url('../archivos/fonts/helvetica-neue-lt-std-55-roman.otf');
}
@font-face {
    font-family: 'Playfair Display R';
    src: url('../archivos/fonts/PlayfairDisplay-Regular.ttf');
}
@font-face {
    font-family: 'Playfair Display I';
    src: url('../archivos/fonts/PlayfairDisplay-Italic.ttf');
}
@font-face {
    font-family: 'Playfair Display M';
    src: url('../archivos/fonts/PlayfairDisplay-Medium.ttf');
}
@font-face {
    font-family: 'Playfair Display MI';
    src: url('../archivos/fonts/PlayfairDisplay-MediumItalic.ttf');
}
@font-face {
    font-family: 'Playfair Display SB';
    src: url('../archivos/fonts/PlayfairDisplay-SemiBold.ttf');
}
@font-face {
    font-family: 'Playfair Display SBI';
    src: url('../archivos/fonts/PlayfairDisplay-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'Playfair Display B';
    src: url('../archivos/fonts/PlayfairDisplay-Bold.ttf');
}
@font-face {
    font-family: 'Playfair Display BI';
    src: url('../archivos/fonts/PlayfairDisplay-BoldItalic.ttf');
}

body, h1, h2, h3, h4, h5, h6, p{
	font-weight: 500;
	color: var(--negro);
}
body{
    font-family: var(--roman);
}
h1, h2, h3, h4, h5, h6{
    letter-spacing: 0;
    font-family: 'Playfair Display';
}
p{
    font-family: var(--roman);
}
html .bg-color-dark{
    background-color: var(--negro)!important;
}
html .custom-title-with-icon-primary:before{
    color: var(--verde)!important;
}
html .custom-circle.bg-color-primary{
    background-color: var(--verde)!important;
}
label.error{
    display: none!important;
}
.hiddenDesktop{
    display: none!important;
}

@media screen and (max-width: 991px) {
    .hiddenMobile{
        display: none!important;
    }
    .showMobile{
        display: block!important;
    }
}
/* ********************
Header
**********************/
.topHeader{
	background: var(--verde);
    padding: 5px 0;
	border-bottom: 2px solid var(--verde);
}
.topHeader .content{
	display: flex;
	justify-content: center;
}
.topHeader .content .phraseTop{
    color: var(--negro);
    font-size: 22px;
    margin: 0;
    font-family: var(--playfairMI);
    text-align: center;
    line-height: normal;
    max-width: 85%;
}
@media screen and (max-width: 991px) {
    .topHeader .content .phraseTop{
        max-width: 100%;
        font-size: 17px;
    }
}
.topHeader .content .phraseTop a{
    color: var(--negro);
    transition: .5s ease-in-out;
}
.topHeader .content .phraseTop a:hover{
    color: #fff;
    text-decoration: none;
}
#header .header-logo{
    margin: .5rem 0;
}
#header .header-logo img{
    width: 180px;
    height: auto;
}
#header.header-effect-shrink .header-container{
    min-height: auto;
}
#header .header-nav.header-nav-links nav > ul > li > a,
#header .header-nav.header-nav-links nav > ul > li:hover > a{
    padding: 0 .7rem;
}
#header .header-nav.header-nav-links nav > ul li > a{
    font-family: var(--romanB);
    font-size: 12px;
    padding: 0 0.7rem;
    text-decoration: none;
}
#header .header-nav.header-nav-links nav > ul li:hover > a{
    color: var(--verde)!important;
    text-decoration: none;
}
#header .social-icons li:hover a{
    background: transparent;
}
#header .social-icons li:hover a i{
    color: var(--verde)!important;
}
#header .header-nav-main nav > ul > li > a{
    letter-spacing: 0;
}
#header .social-icons.social-icons-big li a{
    height: auto;
    width: auto;
    line-height: normal;
    margin: 0 5px;
}
#header .header-btn-collapse-nav{
    background: var(--verde);
}

/* ********************
Header page Home
**********************/
#headerPageHome{
    height: 80vh;
}
#headerPageHome .boxText{
    display: flex;
    align-items: center;
    height: 100%;
    height: 80vh;
}
.titleSlide{
    font-family: var(--roman);
    color: var(--gris);
    font-size: 25px;
    white-space: pre-line;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    .titleSlide{
        font-size: 20px;
    }
}
.titleSlide.custom-title-with-icon:before{
    color: var(--verde);
}
.titleSlide .white{
    color: var(--blanco);
    font-family: var(--playfairR);
    font-size: 60px;
    line-height: 65px;
}
@media screen and (max-width: 991px) {
    .titleSlide .white{
        font-size: 30px;
        line-height: 35px;
    }
}
.titleSlide .green{
    font-family: var(--playfairBI);
    color: var(--verde);
    font-size: 60px;
    line-height: 65px;
}
@media screen and (max-width: 991px) {
    .titleSlide .green{
        font-size: 30px;
        line-height: 35px;
    }
}


/* ********************
Header page Home
**********************/
#phraseHome{
    padding: 30px 0 70px;
    background: var(--negro);
}
#phraseHome .title{
    font-family: var(--playfairR);
    font-size: 40px;
    line-height: 45px;
    color: var(--blanco);
    margin-bottom: 0;
    text-align: center;
}
#phraseHome .title span{
    color: var(--verde);
    font-family: var(--playfairSBI);
    font-size: 40px;
    line-height: 45px;
}

/* ********************
Terms Home
**********************/
#terms .bg-color-quaternary, #terms .bg-quaternary{
    background-color: var(--verde)!important;
}
#terms .title{
    white-space: pre-line;
    color: var(--gris);
    font-family: var(--playfairR);
}
@media screen and (max-width: 991px) {
    #terms .title{
        font-size: 30px!important;
        line-height: 35px!important;
        padding-bottom: 20px!important;
    }
}
#terms .title span{
    color: var(--verde);
    font-family: var(--playfairBI);
}
#terms .service-card{
    padding: 30px 20px;
    display: flex;
    align-items: baseline;
    min-height: 140px;
}
@media screen and (max-width: 991px) {
    #terms .service-card{
        min-height: auto;
    }
}
#terms .service-card.bg-color-dark{
    background-color: var(--negro)!important;
    transition: .5s ease-in-out;
}
#terms .service-card.bg-color-dark:hover{
    background-color: var(--gris)!important;
}
#terms .service-card.bg-color-tertiary{
    background-color: var(--verde)!important;
    transition: .5s ease-in-out;
}
#terms .service-card.bg-color-tertiary:hover{
    background-color: var(--gris)!important;
}
#terms .service-card:before{
    transform: translate(0px, -5px);
    flex: 0 0 auto;
    transition: .5s ease-in-out;
}
#terms .service-card:hover:before{
    transform: translate(5px, -5px);
    width: 30px;
}
#terms .service-card p{
    margin: 0;
    color: #fff;
}
#terms .service-card.bg-color-tertiary p{
    color: var(--negro);
    transition: .5s ease-in-out;
}
#terms .service-card:hover p{
    color: var(--blanco);
}
@media screen and (max-width: 991px) {
    #terms.desktopTerms{
        display: none;
    }
}

/* ********************
Preguntas Home Mobile
**********************/
#preguntas-frecuentes .bg-color-quaternary, #preguntas-frecuentes .bg-quaternary{
    background-color: var(--verde)!important;
}
#preguntas-frecuentes .title{
    white-space: pre-line;
    color: var(--gris);
    font-family: var(--playfairR);
}
@media screen and (max-width: 991px) {
    #preguntas-frecuentes .title{
        font-size: 30px!important;
        line-height: 35px!important;
        padding-bottom: 20px!important;
    }
}
#preguntas-frecuentes .title span{
    color: var(--verde);
    font-family: var(--playfairBI);
}
#preguntas-frecuentes .service-card{
    padding: 30px 20px;
    display: flex;
    align-items: baseline;
    min-height: 140px;
}
@media screen and (max-width: 991px) {
    #preguntas-frecuentes .service-card{
        min-height: auto;
    }
}
#preguntas-frecuentes .service-card.bg-color-dark{
    background-color: var(--negro)!important;
    transition: .5s ease-in-out;
}
#preguntas-frecuentes .service-card.bg-color-dark:hover{
    background-color: var(--gris)!important;
}
#preguntas-frecuentes .service-card.bg-color-tertiary{
    background-color: var(--verde)!important;
    transition: .5s ease-in-out;
}
#preguntas-frecuentes .service-card.bg-color-tertiary:hover{
    background-color: var(--gris)!important;
}
#preguntas-frecuentes .service-card:before{
    transform: translate(0px, -5px);
    flex: 0 0 auto;
    transition: .5s ease-in-out;
}
#preguntas-frecuentes .service-card:hover:before{
    transform: translate(5px, -5px);
    width: 30px;
}
#preguntas-frecuentes .service-card p{
    margin: 0;
    color: #fff;
}
#preguntas-frecuentes .service-card.bg-color-tertiary p{
    color: var(--negro);
    transition: .5s ease-in-out;
}
#preguntas-frecuentes .service-card:hover p{
    color: var(--blanco);
}
@media screen and (max-width: 991px) {
    #preguntas-frecuentes.desktopTerms{
        display: none;
    }
}
/* ********************
Terms Mobile
**********************/
#preguntas-frecuentes.mobileTerms{
    display: none;
}
@media screen and (max-width: 991px) {
    #preguntas-frecuentes.mobileTerms{
        display: block;
    }
}
#accordionQuest .textAnswer{
    line-height: normal;
    font-family: var(--roman);
    font-size: 17px;
}

/* ********************
Instrucciones Home
**********************/
#instrucciones{
    background: url('../archivos/home/Fondo-Pasos-a-Seguir.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 250px;
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    #instrucciones{
        padding: 70px 0 200px;
    }
}
#instrucciones .title{
    color: var(--blanco);
    font-family: var(--playfairR);
}
@media screen and (max-width: 991px) {
    #instrucciones .title{
        font-size: 30px!important;
        line-height: 35px!important;
    }
}
#instrucciones .title span{
    color: var(--verde);
    font-family: var(--playfairBI);
}
#instrucciones .col-custom-cards:nth-child(2){
    transform: translateY(0px);
}
#instrucciones .col-custom-cards:nth-child(3){
    transform: translateY(30px);
}
#instrucciones .col-custom-cards:nth-child(4){
    transform: translateY(60px);
}
#instrucciones .col-custom-cards:nth-child(5){
    transform: translateY(90px);
}
#instrucciones .col-custom-cards:nth-child(6){
    transform: translateY(120px);
}
#instrucciones .col-custom-cards:nth-child(2) .card{
    background: var(--blanco);
    color: var(--gris);
}
#instrucciones .col-custom-cards:nth-child(3) .card{
    background: var(--negro);
    color: var(--blanco);
}
#instrucciones .col-custom-cards:nth-child(4) .card{
    background: var(--gris);
    color: var(--verde);
}
#instrucciones .col-custom-cards:nth-child(5) .card{
    background: var(--verde);
    color: var(--negro);
}
#instrucciones .col-custom-cards:nth-child(6) .card{
    background: var(--blanco);
    color: var(--blanco);
}
#instrucciones .col-custom-cards:nth-child(2) .card-text{
    color: var(--gris);
}
#instrucciones .col-custom-cards:nth-child(3) .card-text{
    color: var(--blanco);
}
#instrucciones .col-custom-cards:nth-child(4) .card-text{
    color: var(--verde);
}
#instrucciones .col-custom-cards:nth-child(5) .card-text{
    color: var(--negro);
}
#instrucciones .col-custom-cards:nth-child(6) .card-text{
    color: var(--gris);
}
#instrucciones .card-text{
    font-size: 23px;
    min-height: 55px;
    font-family: var(--playfairM);
    white-space: pre-line;
}
#instrucciones .card-body img{
    width: 90px;
    height: auto;
}
@media screen and (max-width: 991px) {
    #instrucciones .card-body img{
        width: 65px;
    }
}
#instrucciones .card-body .imageBox{
    position: relative;
}
#instrucciones .card-body .imageBox .ghost{
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    opacity: .5;
    transition: .5s ease-in-out;
}
#instrucciones .card:hover .imageBox .ghost{
    transform: scale(1.5);
    opacity: 0;
}

/* ********************
Call to Action 1
**********************/
#calltoAction1{
    padding: 70px 0 120px;
}
@media screen and (max-width: 991px) {
    #calltoAction1{
        padding: 70px 0;
    }
}
#calltoAction1:before{
    background: url('../archivos/home/Fondo-Cintillo-Solicitar.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}
#calltoAction1.bg-color-after-secondary:after{
    background-color: var(--negro)!important;
}
@media screen and (max-width: 991px) {
    #calltoAction1 .row .col-auto{
        width: 100%;
        text-align: center;
    }
}
#calltoAction1 .title{
    font-size: 40px;
    font-family: var(--roman);
    color: var(--gris);
    white-space: pre-line;
    margin-bottom: 0;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    #calltoAction1 .title{
        font-size: 25px;
    }
}
#calltoAction1 .title .white{
    color: var(--blanco);
    font-family: var(--playfairR);
    font-size: 60px;
    line-height: 60px;
}
@media screen and (max-width: 991px) {
    #calltoAction1 .title .white{
        font-size: 35px;
        line-height: 40px;
    }
}
#calltoAction1 .title .green{
    color: var(--verde);
    font-family: var(--playfairBI);
    font-size: 60px;
    line-height: 60px;
}
@media screen and (max-width: 991px) {
    #calltoAction1 .title .green{
        font-size: 35px;
        line-height: 40px;
    }
}
#calltoAction1 .btn-transparent{
    background: transparent;
    border: 3px solid var(--verde);
    color: #fff;
    transition: .5s ease-in-out;
}
@media screen and (max-width: 991px) {
    #calltoAction1 .btn-transparent{
        font-size: 18px;
        padding: 8px 25px!important;
    }
}
#calltoAction1 .btn-transparent:hover{
    background: var(--verde);
}
#calltoAction1 .custom-btn-with-arrow:after{
    color: var(--verde);
}
#calltoAction1 .custom-btn-with-arrow:hover:after{
    color: var(--blanco);
}
@media screen and (max-width: 991px) {
    #calltoAction1 .f-center{
        margin-top: 30px!important;
    }
}
#calltoAction1 .price{
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: var(--roman);
    text-align: center;
    font-size: 30px;
}
#calltoAction1 .price span{
    font-size: 20px;
}

/* ********************
Footer
**********************/
#footer{
    background-color: var(--negro)!important;
}
#footer .titleNewsletter{
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-family: var(--roman);
}
#footer .subtitleNewsletter{
    color: var(--verde);
    font-size: 19px;
    font-family: var(--playfairR);
}
#footer .btn-newsletter{
    color: var(--verde);
    font-family: var(--playfairI);
    font-size: 20px!important;
}
#footer .logoRight{
    width: 140px;
    height: auto;
}
#footer .footer-nav nav > ul > li > a{
    text-transform: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    transition: .5s ease-in-out;
}
#footer .footer-nav nav > ul > li > a:hover{
    color: var(--verde);
}
#footer .social-icons li:hover a{
    background: transparent!important;
}
#footer .social-icons li:hover a i{
    color: var(--verde)!important;
}
#footer .col-md-6 .boxSucursalFooter:nth-child(2){
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    #footer .boxSucursalFooter{
        margin-bottom: 20px;
    }
}
#footer .titleAddress{
    color: var(--verde);
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    font-family: var(--playfairR);
}
#footer .address a{
    color: #fff;
    /* white-space: pre-line; */
    font-size: 15px;
    line-height: 22px;
    display: block;
    transition: .5s ease-in-out;
}
@media screen and (max-width: 991px) {
    #footer .address a{
        display: table;
    }
}
#footer .address a:hover{
    color: var(--verde);
    text-decoration: none;
}
#footer .custom-footer-copywriting p{
    color: #fff;
}
#footer .custom-footer-copywriting span{
    margin: 0 10px;
}
#footer .custom-footer-copywriting .linkFooter{
    color: #fff;
    transition: .5s ease-in-out;
}
#footer .custom-footer-copywriting .linkFooter:hover{
    color: var(--verde);
    text-decoration: none;
}
#footer .social-icons.social-icons-big li a, 
#footer .social-icons.social-icons-lg li a{
    width: auto;
    line-height: normal;
    height: auto;
    margin: 0 10px;
    font-size: 16px!important;
}
#footer .centerLogo{
    text-align: right;
}
@media screen and (max-width: 991px) {
    #footer .centerLogo{
        text-align: center;
    }
}
#footer .absoluteSocial{
    position: absolute;
    bottom: -40px;
    left: 0;
}
@media screen and (max-width: 991px){
    #footer .footer-nav nav > ul > li,
    #footer .footer-nav nav > ul > li > a{
        text-align: left;
    }
}

/* ********************
Menu left - Interiores
**********************/
#navigationLeft .service-card{
    padding: 30px 20px;
    display: flex;
    align-items: baseline;
    min-height: auto;
}
#navigationLeft .service-card.bg-color-dark{
    background-color: var(--negro)!important;
    transition: .5s ease-in-out;
}
#navigationLeft .service-card.bg-color-dark:hover{
    background-color: var(--gris)!important;
    transform: translateX(-20px);
}
#navigationLeft .service-card.bg-color-tertiary{
    background-color: var(--verde)!important;
    transition: .5s ease-in-out;
}
#navigationLeft .service-card.bg-color-tertiary:hover{
    background-color: var(--gris)!important;
    transform: translateX(-20px);
}
#navigationLeft .service-card:before{
    transform: translate(0px, -5px);
    flex: 0 0 auto;
    transition: .5s ease-in-out;
}
#navigationLeft .service-card:hover:before{
    transform: translate(5px, -5px);
    width: 30px;
}
#navigationLeft .service-card p{
    margin: 0;
    color: #fff;
}
#navigationLeft .service-card.bg-color-tertiary p{
    color: var(--negro);
    transition: .5s ease-in-out;
}
#navigationLeft .service-card:hover p{
    color: var(--blanco);
}
#navigationLeft .contentInfo .custom-font-tertiary{
    text-align: justify;
    font-family: var(--roman)!important;
    font-size: 19px!important;
}
#navigationLeft .contentInfo .strongText{
    font-weight: 600;
}
/* #navigationLeft .contentInfo .decorationText{
    text-decoration: underline;
} */


/* ********************
Header page - Interiores
**********************/
#header-page-interior{
    height: 80vh;
    padding: 0;
    margin: 0;
}
#header-page-interior .boxText{
    height: 80vh;
    display: flex;
    align-items: center;
}
.page-header .titleHeader{
    color: #fff;
    white-space: pre-line;
    font-size: 60px!important;
    line-height: 60px;
    font-family: var(--playfairR);
}
@media screen and (max-width: 991px) {
    .page-header .titleHeader{
        font-size: 40px!important;
        line-height: 45px!important;
        white-space: normal;
    }
}
.page-header .titleHeader span{
    color: var(--verde);
    font-family: var(--playfairBI);
}


/* ********************
Formulario Testamento
**********************/
#formato .aviso{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #ececec;
    margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
    #formato .aviso{
        flex-direction: column;
    }
}
#formato .aviso span{
    font-size: 45px;
    color: #fff;
    background-color: var(--verde);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
    flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
    #formato .aviso span{
        margin-right: 0px;
        flex: 0 0 auto;
        margin-bottom: 20px;
    }
}
#formato .aviso p{
    text-align: justify;
    color: var(--negro);
    margin-bottom: 0;
    font-size: 18px;
    font-family: var(--romanB);
}
#formato .aviso a{
    color: #837b7b;
    font-family: var(--romanB);
    font-style: italic;
    text-decoration: underline;
    transition: .5s ease-in-out;
}
#formato .titleData{
    font-size: 30px;
    margin: 20px 0;
    line-height: normal;
    font-weight: 600;
}
#formato .titleData span{
    color: var(--gris);
    font-style: italic;
    font-size: 23px;
}
#formato .subtitleData{
    color: var(--gris);
    font-size: 23px;
    margin-bottom: 15px;
}
#formato .smallText{
    color: var(--gris);
    font-style: italic;
    font-size: 18px;
}
#formato .importantNote{
    margin: 0;
    line-height: normal;
    font-weight: 600;
    color: var(--negro);
    font-size: 20px;
}
#formato .importantNote span{
    color: var(--gris);
    font-weight: 500;
}
#formato .absoluteRadios{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    #formato .absoluteRadios{
        right: 0;
        top: 0;
        transform: translateY(0);
        display: flex;
        position: relative;
        align-items: center;
        margin: 15px 0 30px;
    }
}
#formato .absoluteRadios input{
    margin-right: 5px;
}
@media screen and (max-width: 991px) {
    #formato .absoluteRadios input{
        margin-right: 10px;
        display: flex;
    }
}
#formato .absoluteRadios label{
    margin-right: 15px;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    #formato .absoluteRadios label{
        margin-right: 10px;
    }
}
#formato .btn-form{
    border: 1px solid var(--verde);
    color: var(--gris);
    font-family: var(--roman);
    font-weight: 500;
    transition: .5s ease-in-out;
    font-size: 20px!important;
    letter-spacing: .5px;
    background: transparent;
}
#formato .btn-form:after{
    color: var(--verde);
    transition: .5s ease-in-out;
}
#formato .btn-form:hover{
    background-color: var(--verde);
    color: #fff;
}
#formato .btn-form:hover:after{
    color: #fff;
}
#formato .btn-continue{
    border: 1px solid var(--verde);
    color: var(--gris);
    font-family: var(--roman);
    font-weight: 500;
    transition: .5s ease-in-out;
    font-size: 20px!important;
    letter-spacing: .5px;
    background: transparent;
}
#formato .btn-continue:after{
    color: var(--verde);
    transition: .5s ease-in-out;
}
#formato .btn-continue:hover{
    background-color: var(--verde);
    color: #fff;
}
#formato .btn-continue:hover:after{
    color: #fff;
}
#formato hr{
    height: 2px;
    margin: 25px 0 30px;
    background: var(--gris);
}
#formato input{
    background-color: #e9ecef;
}
#formato .hide-me[aria-expanded="true"]{
    display: none;
}
#formato .hidden-lg-date{
    display: none;
}
@media screen and (max-width: 991px) {
    #formato .hidden-lg-date{
        display: block;
    }
}
#formato .elementPercentage{
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%);
}
#formato #messageFieldsRequired{
    font-size: 17px;
    color: red;
    margin-top: 10px;
}

/* ********************
Nosotros
**********************/
#nosotros .about-us-featured-block{
    background: var(--verde);
}
@media screen and (max-width: 991px) {
    #nosotros .about-us-featured-block{
        padding: 3rem 15px!important;
    }
}
#nosotros .custom-title-with-icon:before{
    color: var(--negro);
}
#nosotros .about-us-featured-block .custom-text{
    color: var(--blanco);
    font-family: var(--playfairB);
    font-size: 35px;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    #nosotros .about-us-featured-block .custom-text{
        font-size: 30px;
    }
}
#nosotros .about-us-featured-block .custom-text span{
    font-family: var(--playfairBI);
}
#nosotros .description{
    font-family: var(--roman);
    font-size: 30px;
    color: var(--negro);
    line-height: normal;
}
#numeralia{
    margin-top: 0;
    padding: 0 0 80px;
}
#numeralia:before{
    background: url('../archivos/nosotros/FEDEP-Nosotros-Numeralia.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
#numeralia strong{
    color: var(--blanco);
    font-family: var(--roman);
    font-size: 60px;
}
#numeralia .custom-text{
    color: var(--blanco);
    font-family: var(--romanB);
    font-size: 30px;
    line-height: normal;
}


/* ********************
Formulario Calendario
**********************/
#formatoSchedule .titleFirst{
    font-family: var(--playfairB);
    color: var(--verde);
    font-size: 50px;
    margin-bottom: 10px;
    line-height: normal;
    text-align: center;
}
#formatoSchedule .titleData{
    font-size: 30px;
    font-family: var(--roman);
    color: var(--negro);
    line-height: normal;
    text-align: center;
}
#formatoSchedule .btn-form-calendar{
    border: 1px solid var(--verde);
    color: var(--gris);
    font-family: var(--roman);
    font-weight: 500;
    transition: .5s ease-in-out;
    font-size: 20px!important;
    letter-spacing: .5px;
    background: transparent;
}
#formatoSchedule .btn-form-calendar:after{
    color: var(--verde);
    transition: .5s ease-in-out;
}
#formatoSchedule .btn-form-calendar:hover{
    background-color: var(--verde);
    color: #fff;
}
#formatoSchedule .btn-form-calendar:hover:after{
    color: #fff;
}

/* ********************
SuccessMessage
**********************/
#successPayWindow{
    background: var(--verde);
    max-width: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 15px;
    z-index: 99999;
}
#successPayWindow .boxMessage{
    text-align: center;
}
#successPayWindow .title{
    color: #fff;
    font-size: 23px;
    margin-bottom: 30px;
    text-align: center;
    font-family: var(--playfairB);
    line-height: normal;
}
#successPayWindow img{
    max-width: 100%;
    height: auto;
    width: 80px;
    text-align: center;
    margin-bottom: 20px;
}
#successPayWindow .btn-success-window{
    background: var(--negro);
    border: 3px solid var(--negro);
    color: #fff;
    font-size: 18px;
    font-family: var(--romanB);
    transition: .5s ease-in-out;
    margin: 0 auto;
    font-weight: 500;
    display: table;
}
@media screen and (max-width: 991px) {
    #successPayWindow .btn-success-window{
        font-size: 18px;
        padding: 8px 25px!important;
    }
}
#successPayWindow .btn-success-window:hover{
    background: var(--blanco);
    border: 3px solid var(--blanco);
    color: var(--verde);
}
#successPayWindow.hiddenWindow{
    display: none;
}
#successBefore.valide:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    z-index: 9999;
    height: 100%;
}
#successPayWindow .closeMessage{
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}