.f-row-r{flex-flow: row-reverse;}
@media screen and (max-width: 991px) {
    .f-row-r{
        flex-flow: column;
    }
}
html #header.header-transparent {background: var(--blanco);}

/* .f-play{font-family: 'Playfair Display', serif !important;}
.f-helve{font-family: "Helvetica Neue Lt Std Roman" !important;} */

.l-verde{color: #2db1aa!important;}
.l-verde-flecha{color: #2db1aa;}
.white-arrow{color: #fff;}
.gray-arrow{color: var(--gris2);}
.l-gris{color:var(--gris2)!important;}
.l-azul{color: var(--morado) !important;}
.l-blanco{color: #fff !important;}

.l-azul-icono{color: var(--morado) !important;border-color: var(--morado)!important;}
.l-verde-icono{color: #2db1aa !important;border-color: #2db1aa!important;}
.mayus{text-transform: uppercase;}
.ws{white-space: pre-line;}

.f-cursiva{font-style: italic;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.t-justificar{text-align: justify;}
.l-height-normal{line-height: normal;}


.mr0_tiktok{
    margin-right: 0px !important;
}

.bkg-azul{background: var(--morado) !important;}
.bkg-gris{background: var(--gris1) !important;}

.vaper-pb_0{padding-bottom: 0px !important;}


.bkg-azul-uno:before{
	background: var(--morado) !important;
}

.p_espacio-amparo{
	padding-left: 45px;
    font-family: var(--roman);
}

.vappers-mb-parrafo{
    margin-bottom: 30px;
}


hr:not([size]) {
    height: 3px !important;
}


.btn_contacto{border: 1px solid #2d2e80;width: auto;color: #6f6e6d;}

.logo-leadme{width: 135px;}


.pb0-mb0{padding-bottom: 0px !important;margin-bottom: 0px !important;}

.card{background-color: transparent !important;}
.alto-card{height: 330px;}
.bkg-verde{background-color: #2db1aa !important;}
.accordion.accordion-modern-status.accordion-modern-status-arrow > .card .card-header a:after {color: #2db1aa!important;}
.custom-element-wrapper.custom-element-4 .custom-element{
    opacity: .2;
}
@media screen and (max-width: 991px) {
    .alto-card{
        height: auto;
    }
}

:root{
    --verde: #009f9a;
    /* --morado: #0c255e; */
    --gris: #6f6e6d;
    --negro: #000000;
    --blanco: #ffffff;
    --morado: #662482;
    --azul: #35A8E0;
    --gris1: #B1B1B1;
    --gris2: #6F6F6E;
    --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';
}

*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Helvetica Lt Std Roman Bold';
    src: url('../fonts/HelveticaNeueLTStd-Bd.otf');
}
@font-face {
    font-family: 'Helvetica Lt Std Roman';
    src: url('../fonts/helvetica-neue-lt-std-55-roman.otf');
}
@font-face {
    font-family: 'Playfair Display R';
    src: url('../fonts/PlayfairDisplay-Regular.ttf');
}
@font-face {
    font-family: 'Playfair Display I';
    src: url('../fonts/PlayfairDisplay-Italic.ttf');
}
@font-face {
    font-family: 'Playfair Display M';
    src: url('../fonts/PlayfairDisplay-Medium.ttf');
}
@font-face {
    font-family: 'Playfair Display MI';
    src: url('../fonts/PlayfairDisplay-MediumItalic.ttf');
}
@font-face {
    font-family: 'Playfair Display SB';
    src: url('../fonts/PlayfairDisplay-SemiBold.ttf');
}
@font-face {
    font-family: 'Playfair Display SBI';
    src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf');
}
@font-face {
    font-family: 'Playfair Display B';
    src: url('../fonts/PlayfairDisplay-Bold.ttf');
}
@font-face {
    font-family: 'Playfair Display BI';
    src: url('../fonts/PlayfairDisplay-BoldItalic.ttf');
}
@media(max-width: 991px) {
	html:not(.mobile-menu-opened) #header .header-body {
		overflow: visible !important;
	}
    html #header.header-transparent .header-body{
        overflow: visible!important;
    }
}
html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body{
    background: #fff!important;
}
#header .header-body{
    background: var(--blanco);
    box-shadow: 1px 1px 7px var(--gris2);
}
html.sticky-header-active #header .header-body{
    box-shadow: 1px 1px 7px var(--gris2);
}
#header .header-nav-main nav > ul > li > a{
    font-family: var(--romanB);
    font-weight: 500!important;
    letter-spacing: 0;
    color: var(--gris2);
}
#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a{
    color: var(--gris2);
}
#header .header-nav.header-nav-links nav > ul li:hover > a{
    color: var(--morado);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a{
    font-family: var(--romanB);
    font-size: 16px;
    color: var(--gris2);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover a{
    color: var(--morado);
}
.btnHeader{
    transition: .5s ease-in-out;
    letter-spacing: 0;
    font-family: var(--romanB);
    font-weight: 500;
    color: var(--gris2);
    font-size: 14px;
    border-color: var(--morado)!important;
}
.btnHeader:hover{
    color: var(--morado);
}
.btnHeader:focus, .btnHeader:active{
    color: var(--morado);
}
@media screen and (max-width: 991px) {
    .btnHeader{
        position: absolute;
        top: 40px;
        right: 0;
        color: #fff;
        padding: 8px 30px;
        border-color: var(--morado)!important;
    }
}
.btnHeader:hover i{
    color: var(--gris2);
}
@media screen and (max-width: 991px) {
    .btnHeader i{
        color: #fff;
    }
    .btnHeader:hover i{
        color: #fff;
    }
    .btnHeader:focus, .btnHeader:active{
        color: #fff;
    }
}
.custom-element-wrapper.custom-element-1 .custom-element{
    opacity: .2;
}
#header .header-top.header-top-borders{
    background: var(--gris2);
}
#header .header-top.header-top-borders .contInfoTop{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
#header .header-top.header-top-borders .contInfoTop i{
    margin-right: 8px;
    color: var(--morado);
}
#header .header-top.header-top-borders .contInfoTop a{
    color: var(--blanco);
    padding: 6px 0;
    font-family: var(--roman);
}
@media screen and (min-width: 1919px) {
    .custom-hero-row{
        min-height: auto;
    }
}
@media screen and (max-width:991px){
    .d-none-mobile{
        display: none;
    }
}
.home .d-noneHome{
    display: none!important;
}
@media screen and (max-width: 991px) {
    .dropdown-item{
        white-space: normal;
    }
    #header .header-nav-top{
        max-width: 50%;
        padding: 10px 0;
    }
    #header .header-top.header-top-borders .contInfoTop{
        padding: 0!important;
        margin-right: 0;
        display: block;
    }
    #header .header-top.header-top-borders .contInfoTop a{
        padding: 0;
    }
}
.header-logo img{
    width: 120px;
    max-width: 100%;
    height: 100%;
}
#header .header-column .rowTop{
    justify-content: space-between;
}
/* #header .header-column .rowTop .blockRight a{
    display: flex;
    align-items: center;
} */
@media screen and (max-width: 691px) {
    #header .header-column .rowTop .blockRight{
        display: none;
    }
}
#header .header-column .rowTop .blockRight a{
    display: flex;
    align-items: center;
    color: #fff;
    font-family: var(--roman);
    font-size: 15px;
    transition: .5s ease-in-out;
}
#header .header-column .rowTop .blockRight a:hover{
    text-decoration: none;
    color: #fff;
}
#header .header-column .rowTop .blockRight a span{
    margin-right: 15px;
    flex: 0 0 auto;
}
#header .header-column .rowTop .blockRight img{
    max-width: 200px;
    height: auto;
    width: 100%;
    margin-right: .5rem;
    margin-top: 5px;
    margin-bottom: 5px;
}
#header .header-btn-collapse-nav {
    background: var(--morado);
}
/*********************
Preloader
**********************/
html.loading{
    overflow: hidden;
}
.preloader{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    z-index: 9999;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 1s ease-in-out;
}
.preloader.remove{
    width: 0;
}
.preloader img{
    width: 150px;
    height: auto;
    transition: .5s ease-in-out;
    animation: pulse infinite 5s;
}
.preloader.remove img{
    display: none;
}
@keyframes pulse {
    0%{
        opacity: 1;
    }
    25%{
        opacity: .5;
    }
    50%{
        opacity: 1;
    }
    75%{
        opacity: .5;
    }
    100%{
        opacity: 1;
    }
}
/*********************
Slide
**********************/
#bannerHome{
    height: 70vh;
    background: url('../archivos/banner-amparate.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
@media screen and (max-width: 1919px) {
    #bannerHome{
        height: 100vh;
    }
}
@media screen and (max-width: 691px) {
    #bannerHome{
        margin-bottom: 0px!important;
        padding-top: 120px;
    }
}
#bannerHome:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.70);
    z-index: 1;
}
#bannerHome .contBanner{
    height: 100%;
}
#bannerHome .custom-element-wrapper.custom-element-3{
    top: 75%;
    left: 58%;
}
#bannerHome .custom-element-wrapper.custom-element-3 .custom-element{
    opacity: .2;
}
#bannerHome .custom-element-wrapper.custom-element-2{
    top: 90%;
    left: 15%;
}
#bannerHome .custom-element-wrapper.custom-element-2 .custom-element{
    background: var(--azul);
    opacity: .2;
}
@media screen and (max-width: 691px) {
    #bannerHome .contBanner{
        height: auto;
    }
    .custom-element-wrapper.custom-element-2 .custom-element{
        background: transparent!important;
    }
}
#bannerHome .flexBanner{
    display: flex;
    align-items: center;
    height: 100%;
}
.titleSlide{
    line-height: normal;
}
.titleSlide span{
    line-height: normal;
}
.titleSlide span:nth-child(1){
    font-family: var(--romanB);
    color: var(--gris2);
    font-size: 22px;
    line-height: 30px;
}
.titleSlide span:nth-child(2){
    font-family: var(--playfairSBI);
    color: var(--morado);
    font-size: 40px;
    line-height: 50px;
}
.titleSlide span:nth-child(3){
    font-family: var(--playfairSBI);
    color: var(--verde);
    font-size: 45px;
    line-height: 45px;
}
.titleSlide span:nth-child(4){
    color: var(--gris);
    font-family: var(--playfairM);
    font-size: 45px;
    line-height: 45px;
}
@media screen and (max-width: 991px) {
    .titleSlide{
        line-height: 25px;
    }
    .titleSlide span:nth-child(1){
        line-height: 18px;
        font-size: 15px;
    }
    .titleSlide span:nth-child(2),
    .titleSlide span:nth-child(3),
    .titleSlide span:nth-child(4){
        font-size: 28px;
        line-height: 35px;
    }
}
.custom-element-wrapper.custom-element-8.imgSlide{
    width: 470px;
    top: -20%;
    clip-path: none;
}
.svgSlideFill{
    overflow: hidden;
}
.svgSlideFill .custom-element{
    background: var(--azul)!important;
    border-radius: 50%!important;
    opacity: .2;
}
@media screen and (max-width: 691px) {
    .svgSlideFill .custom-element{
        width: 350px;
        height: 350px;
    }
}
#bannerHome .custom-element{
    border-radius: 50%;
}
#bannerHome .movilText{
    display: none;
}
@media screen and (max-width: 691px) {
    #bannerHome .movilText{
        display: block;
        margin-top: 50px;
        font-size: 20px;
        color: var(--morado);
        font-family: var(--playfairMI);
    }
    #bannerHome .movilText span{
        display: block;
    }
    #bannerHome .movilText img{
        max-width: 200px;
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
}

/********************************/
/*Nosotros*/
/*******************************/
#nosotros{
    position: relative;
    padding: 60px 0;
    background: var(--blanco);
}
#nosotros .plBox{
    padding-left: 50px;
}
#nosotros .titleAbout{
    font-family: var(--playfairBI);
    color: var(--morado);
}
#nosotros .textAbout{
    color: var(--gris2);
    font-family: var(--roman);
}
#nosotros .textAbout b{
    color: var(--morado);
}
#nosotros .divider.divider-small hr{
    background: var(--azul);
    opacity: 1;
}
#nosotros .logoCondefem{
    width: 100%;
    height: auto;
    max-width: 210px;
}
#nosotros .imgColLeft{
    width: 100%;
    height: auto;
    max-width: 400px;
}
#nosotros .card {
    position: absolute;
    background: #fff!important;
}

#nosotros .card:nth-child(1) {
    z-index: 1;
    top: 0;
    right: 20px;
}
@media screen and (max-width: 691px) {
    #nosotros .card:nth-child(1) {
        right: 0;
        position: relative;
    }
}
#nosotros .card:nth-child(2) {
    z-index: 3;
    bottom: 30px;
    left: 60%;
    transform: translateX(-50%);
}
@media screen and (max-width: 691px) {
    #nosotros .card:nth-child(2) {
        display: none;
    }
}
#nosotros .card:nth-child(3) {
    z-index: 2;
    left: 40px;
    bottom: 10%;
}
@media screen and (max-width: 691px) {
    #nosotros .card:nth-child(3) {
        display: none;
    }
}

/********************************/
/*Amparo*/
/*******************************/
#amparo{
    background: #f7f7f7;
}
#amparo .plBox{
    padding-left: 50px;
}
@media screen and (max-width: 691px) {
    #amparo .plBox{
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 40px;
    }
}
#amparo .custom-element-wrapper.custom-element-11:before{
    border-radius: 50%;
    background: var(--azul);
    top: 0;
}
#amparo .custom-element-wrapper.custom-element-11 img{
    border-radius: 50%;
}
#amparo .subtitleAmparo{
    font-family: var(--playfairB);
    color: var(--gris2);
}
#amparo .titleAmparo{
    font-family: var(--playfairBI);
    color: var(--morado);
}
#amparo .titleList{
    color: var(--morado);
    font-family: var(--playfairB);
}
#amparo .textAmparo{
    font-family: var(--roman);
    color: var(--gris2);
}
#amparo .divider.divider-small hr{
    background: var(--azul);
    opacity: 1;
}

/********************************/
/*Faq*/
/*******************************/
#preguntas-frecuentes{
    min-height: 750px;
    position: relative;
    height: auto;
    overflow: hidden;
    align-items: center;
}
@media screen and (max-width: 691px) {
    #preguntas-frecuentes{
        min-height: auto;
    }
}
#preguntas-frecuentes:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}
@media screen and (max-width: 691px) {
    #preguntas-frecuentes:after{
        width: 0;
    }
}
#preguntas-frecuentes .col-img-our-services{
    background-position-y: center;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden;
    background-image: url("../archivos/6.jpg");
    align-items: center;
}
@media screen and (max-width: 691px) {
    #preguntas-frecuentes .col-img-our-services{
        opacity: .3;
        width: 100%!important;
    }
}
#preguntas-frecuentes .col-img-our-services{
    right: 0;
}
#preguntas-frecuentes .pr-box{
    padding-right: 40px;
}
@media screen and (max-width: 691px) {
    #preguntas-frecuentes .pr-box{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 50px!important;
    }
}
#preguntas-frecuentes .titleFaq{
    font-family: var(--playfairBI);
    color: var(--morado);
}
#preguntas-frecuentes .divider.divider-small hr{
    background: var(--azul);
    opacity: 1;
}
#preguntas-frecuentes .card-header{
    margin: 0;
}
#preguntas-frecuentes .card-header.bg-gray{
    background-color: #f7f7f7!important;
}
#preguntas-frecuentes .collapseFaqCard{
    border: 9px solid #f7f7f7;
    border-top: 0;
}
.accordion.accordion-modern-status > .card{
    border: 0!important;
}
#preguntas-frecuentes .card-title a{
    font-family: var(--playfairB);
    color: var(--morado);
    font-size: 18px;
    line-height: normal;
    padding: 15px!important;
}
#preguntas-frecuentes .card-body{
    background: #fff;
    padding: 2rem 1.5rem;
}
@media screen and (max-width: 691px) {
    #preguntas-frecuentes .card-body{
        padding: 1.5rem 15px;
    }
}
#preguntas-frecuentes .card-body p{
    font-family: var(--roman);
    color: var(--gris2);
    font-size: 16px;
    /* text-align: justify; */
    line-height: 24px;
}
/********************************/
/*Proceso*/
/*******************************/
#proceso{
    background: url('../archivos/7.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#proceso:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.75);
}
#proceso .subtitleStep{
    font-family: var(--playfairB);
    color: var(--gris2);
}
#proceso .titleStep{
    color: var(--morado);
    font-family: var(--playfairBI);
}
#proceso .card-title{
    font-family: var(--playfairB);
    color: var(--blanco);
}
#proceso .card-text{
    font-family: var(--roman);
    color: var(--blanco);
}
#proceso .divider.divider-small hr{
    background: var(--azul);
    opacity: 1;
}
#proceso .card1{
    background: var(--azul)!important;
}
#proceso .card2{
    background: var(--morado)!important;
    margin-top: 40px;
}
#proceso .card3{
    background: var(--gris2)!important;
    margin-top: 80px;
}
@media screen and (max-width: 691px) {
    #proceso .card2,
    #proceso .card3{
        margin-top: 0;
    }
}
#proceso .card-border:after{
    background-color: var(--blanco);
}
#proceso .card-body{
    padding: 30px 15px!important;
}

/********************************/
/*Vapers*/
/*******************************/
#vapers{
    padding: 150px 0 70px;
    background: #fff!important;
}
@media screen and (max-width: 991px) {
    #vapers{
        padding: 230px 0 70px;
    }
}
#vapers .custom-element-wrapper.custom-element-11:before{
    /* border-radius: 50%; */
    background: var(--azul);
    top: -20px;
    opacity: .2;
}
/* #vapers .custom-element-wrapper.custom-element-11 img{
    border-radius: 50%;
} */
#vapers li{
    font-family: var(--playfairSB);
}
#vapers p{
    font-family: var(--roman);
}
#vapers p span.hidden{
    display: none;
}
@media screen and (max-width: 991px) {
    #vapers p span.hidden{
        display: inline;
    }
}

/********************************/
/*Espectadores*/
/*******************************/
#espectaculares{
    padding: 150px 0 70px;
    background: #fff!important;
}
@media screen and (max-width: 991px) {
    #espectaculares{
        padding: 230px 0 70px;
    }
}
#espectaculares .boxImgAbsolute{
    position: absolute;
    top: 100px;
    right: 0;
}
@media screen and (max-width: 991px) {
    #espectaculares .boxImgAbsolute{
        position: relative;
        top: 0;
        margin-top: 40px;
    }
    #espectaculares .rotate-r-45{
        transform: rotate(0deg);
    }
    #espectaculares .rotate-r-45:before{
        display: none;
    }
    #espectaculares .boxImgAbsolute img{
        max-width: 250px;
    }
}
#espectaculares .custom-element-wrapper.custom-element-11:before{
    /* border-radius: 50%; */
    background: var(--azul);
    top: -20px;
    opacity: .2;
}
/* #espectaculares .custom-element-wrapper.custom-element-11 img{
    border-radius: 50%;
} */
#espectaculares .listService li{
    font-family: var(--roman);
    padding-top: 12px;
    margin-bottom: 0px;
    font-size: 17px;
    padding-left: 15px;
    list-style: upper-roman;
}
#espectaculares p{
    font-family: var(--roman);
}
#espectaculares p span.hidden{
    display: none;
}
@media screen and (max-width: 991px) {
    #espectaculares p span.hidden{
        display: inline;
    }
}
#espectaculares .listService{
    margin-left: 35px;
    text-align: justify;
}
#espectaculares .description{
    text-align: justify;
}
#espectaculares .description.pl-list{
    padding-left: 45px;
}
#espectaculares .description .strongP{
    font-family: var(--romanB);
}
#espectaculares .description .underlineP{
    text-decoration: underline;
}
#espectaculares .listPlay li{
    font-family: var(--playfairSB);
}

/********************************/
/*Header Sections*/
/*******************************/
.titleSection{
    font-family: var(--playfairB);
    line-height: normal;
    white-space: pre-line;
}
@media screen and (max-width: 991px) {
    .titleSection{
        line-height: 19px;
        white-space: normal;
    }
}
.titleSection .smallText{
    color: var(--gris);
    font-size: 17px;
}
.titleSection .normalText{
    font-family: var(--playfairBI);
    color: var(--morado);
    font-size: 30px;
}
@media screen and (max-width: 991px) {
    .titleSection .normalText{
        font-size: 20px;
    }
}


.buttonFloat{
    padding: 15px 70px;
    border: 3px solid var(--morado);
    color: var(--gris2);
    font-size: 18px;
    /* text-transform: uppercase; */
    font-family: var(--romanB);
    border-radius: 5px;
    line-height: normal;
    text-decoration: none;
    z-index: 999;
    background: transparent;
    transition: .5s ease-in-out;
    font-weight: 500;
}
@media screen and (max-width: 991px) {
    .buttonFloat{
        font-size: 12px;
        padding: 5px 30px;
    }
}
.buttonFloat:hover{
    background: var(--morado);
    color: #fff;
}
.buttonFloat:focus,
.buttonFloat:active{
    color: var(--gris2);
}
.buttonFloat:hover i{
    color: #fff!important;
}


.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 950px;
    margin: 40px auto;
    position: relative;
}
@media screen and (max-width: 991px) {
    .white-popup-block{
        padding: 50px 15px;
    }
}

#formAmparate .titleForm{
    font-size: 30px;
    color: var(--morado);
    font-family: var(--playfairSBI);
    margin-top: 0;
    margin-bottom: 5px;
    text-align: center;
}
#formAmparate .subtitleForm{
    font-size: 25px;
    color: var(--gris);
    font-family: var(--romanB);
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
#formAmparate .flexCol{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 35px;
    position: relative;
}
#formAmparate .flexCol .form-label{
    font-weight: 500;
    font-family: var(--roman);
    line-height: normal;
    font-size: 16px;
}
#formAmparate .flexCol .py-2 label{
    margin-right: 10px;
    font-family: var(--roman);
    line-height: normal;
}
#formAmparate .flexCol input,
#formAmparate .flexCol textarea,
#formAmparate .flexCol select{
    background-color: #dadada;
    font-family: var(--roman);
}
label.error{
    color: red;
    font-size: 13px;
    position: absolute;
    bottom: -25px;
}
.btn-form{
    padding: 15px 70px;
    border: 3px solid var(--morado);
    color: var(--gris2);
    font-size: 18px;
    /* text-transform: uppercase; */
    font-family: var(--roman);
    border-radius: 5px;
    line-height: normal;
    text-decoration: none;
    z-index: 999;
    background: transparent;
    transition: .5s ease-in-out;
}
.btn-form:hover{
    background: var(--morado);
    color: #fff;
}

/********************************/
/*Footer*/
/*******************************/
#footer{
    background: #f7f7f7;
}
@media screen and (max-width: 991px) {
    #footer{
        text-align: center;
    }
    #footer .t-right{
        text-align: center;
    }
}
#footer .logoFooterAmparo img{
    width: 150px;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
}
#footer .textLogo{
    color: var(--morado);
    font-family: var(--playfairMI);
    transition: .5s ease-in-out;
}
#footer .textLogo:hover{
    text-decoration: none;
}
#footer .textLogo img{
    margin-top: 10px;
    max-width: 150px;
    width: 100%;
}
#footer .titleCol{
    color: var(--morado);
    font-family: var(--playfairB);
    font-size: 23px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 641px) {
    #footer .titleCol{
        margin-top: 50px;
    }
}
#footer .titleCol:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 40px;
    background-color: var(--gris2);
}
#footer .listMapSite{
    list-style: none;
    padding-left: 0;
}
#footer .listMapSite li{
    display: flex;
    align-items: baseline;
}
#footer .listMapSite li a{
    color: var(--gris2);
    font-size: 15px;
    font-family: var(--roman);
    margin-bottom: 5px;
    text-decoration: none;
    transition: .5s ease-in-out;
}
@media screen and (max-width: 691px) {
    #footer .listMapSite li a{
        text-align: left;
    }
}
#footer .listMapSite li a:hover{
    color: var(--morado);
}
#footer .listMapSite li img{
    margin-right: 8px;
    width: 13px;
    height: auto;
}
/* , .social-icons.social-icons-md li a */
#footer .social-icons{
    list-style: none;
    display: flex;
    justify-content: space-evenly;
}
#footer .social-icons li{
    background: var(--blanco);
    border-radius: 50%;
    box-shadow: 3px 4px 2px var(--gris2);
    margin: 0;
    transition: all .5s ease-in-out;
}
#footer .social-icons li:hover{
    border-radius: 100%;
}
#footer .social-icons.social-icons-medium li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 15px;
    transition: .5s ease-in-out;
}
#footer .social-icons.social-icons-medium li:hover a{
    background: transparent;
}
#footer .social-icons.social-icons-medium li a i{
    font-weight: 600;
}
#footer .footer-copyright p.textCopyright,
#footer .footer-copyright a.textCopyright {
    color: var(--gris2);
    transition: .5s ease-in-out;
    text-decoration: none;
    font-family: var(--roman);
}
#footer a.textCopyright:hover{
    color: var(--morado);
}
#footer hr{
    margin: 0;
    background: var(--morado)!important;
    opacity: .3!important;
    height: 1px!important;
}