h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Franklin', sans-serif;
}

p, .btnAlet, .btnAletmini, .menu a, .collapse .card, .formatoContactoEnviar {
    font-family: 'PT Sans', sans-serif;
}

.row {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.paddingNor {
    padding-left: 10%;
    padding-right: 10%;
}

/* Reglas CONTAINER BODY */

.container-body {
    padding-left: 0;
    padding-right: 0;
}

.spacingLetter {
    letter-spacing: 3px;
}

/* Navegador */

#nav {
    background-color: transparent;
    transition: background-image 1.5s;
}

#nav .container-fluid {
    padding: 2% 5%;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('../img/icon-hamburger.svg') ! important;
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas {
    background-color: #13142A;
    max-height: 100vh;
}

.offcanvas-header {
    padding: 2rem 2rem 0rem 7%;
}

.offcanvas-header .menu {
    margin-bottom: 0;
}

.offcanvas-body .row .col-lg-12 {
    padding: 15% 0 0 15%;
}

.botones {
    color: #FFFFFF;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: transparent;
    -webkit-text-stroke: 1px #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 2rem;
}

a {
    color: inherit;
    text-decoration: none;
}

.menu {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}

ul {
    list-style: none;
}

.menu li {
    margin-left: 45px;
    margin-right: 60px;
    text-align: center;
    color: #F7C41E;
    border-color: #F7C41E;
    border: 1px solid;
    border-radius: 35px;
    /*min-width: 60%;*/
    transition: 0.5s ease-in-out;
}

.menu a {
    position: relative;
    display: block;
    padding: 8px 30px 8px 30px;
    transition: 0.5s ease-in-out;
    font-weight: 700;
}

.menu li:hover {
    background-color: #F7C41E;
}

.menu li:hover a {
    color: #FFFFFF;
}

.btn-close {
    background: url('../img/close.svg') center/3em auto no-repeat;
}

.offcanvas-header .menu .subRaya {
    color: #FFFFFF;
    padding-left: 0px;
}

.subRaya:hover {
    color: #FFFFFF;
}

.subRaya::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    right: -25px;
    width: 45%;
    height: 2px;
    background: #D91004;
    z-index: 1;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease-in-out;
}

.offcanvas-header .menu .subRaya::before {
    left: 0;
    width: 70%;
}

.subRaya:hover::before {
    transform: scaleX(1);
}

.subRaya[data-animation="center"]::before {
    transform-origin: center;
}

.offcanvas-end {
    width: 35%;
}

/* MENU STICKY*/

.pruebaSticky {
    background-image: url('../img/barra-Sticky-titular.jpg') ! important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 105% 105%;

}

/* Banner/Portada Inicio*/

.h1Banner {
    font-size: 80px;
    font-weight: 900;
    color: white;
}

.h1Banner100 {
    font-size: 80px;
    font-weight: 900;
}

.transFontWhite {
    -webkit-text-stroke: 2px #F7C41E;
    color: transparent;
}

.bg-image {
    padding: 0 5%;
    height: 125vh;
    background-image: url(../img/Foto-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.text-white {
    padding-bottom: 10%;
}

.text-white h1 {
    margin-bottom: 0;
}

/* Body Index */

.arrow-down {
    padding-top: 2rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow-down img:first-child {
    width: fit-content;
    position: absolute;
    transform: translateY(-20px);
    animation: jumpInfinite 1.5s infinite;
}

.arrow-down img:nth-child(2) {
    width: 4%;
    position: absolute;
    animation: jumpInfinite2 1.5s infinite;
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes jumpInfinite2 {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

.divQueEs {
    /*background: linear-gradient(165deg, #fff 37%, #F3F3F3 37%);*/
    background: url('../img/Foto-2.png') no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-bottom: 10%;
    padding-top: 15%;
}

.descargaApp {
    text-align: center;
    height: 20vw;
}

.sizeSubTitle {
    font-size: 30px;
    font-weight: 500;
}

#decDerecha {
    display: inline-block;
    position: relative;
    width: fit-content;
    margin-bottom: 0;
}

#decDerecha::after {
    content: '';
    position: absolute;
    /*width: 120px;*/
    width: 110px;
    height: 2px;
    background-color: #D91004;
    top: 0.9em;
    /*right: -140px;*/
    right: -120px;
}

.translateSubTitle {
    display: inline-block;
    position: relative;
    width: fit-content;
}

.translateSubTitle::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #F7C41E;
    top: 0.8em;
    right: -140px;
}

.pTexto {
    font-size: 20px;
    font-weight: 400;
}

.transFontGrey {
    -webkit-text-stroke: 2px #D91004;
    color: transparent;
}

.btnAlet {
    background-color: #D91004;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    min-width: 23%;
    padding-top: 0.5%;
    border-radius: 35px;
    border-color: #D91004;
}

.btnAletmini {
    background-color: #D91004;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    min-width: 14rem;
    padding-top: 0.5%;
    border-radius: 25px;
    border-color: #D91004;
}

.btnCenter {
    text-align: center;
}

.divSeUn {
    /*background-color: rgba(243, 243, 243, 0.5);*/
    background: url(../img/Foto-17.png) no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 10%;
}

.divSeUn > div:first-child {
    padding-bottom: 3rem;
    padding-left: 3%;
    padding-right: 3%;
}


.divSeUn > div:nth-child {
/*    padding-bottom: 3rem;*/
    padding-left: 3%;
    padding-right: 3%;
}

.h3Title {
    font-size: 40px;
    font-weight: 700;
}

.pTextoMini {
    font-size: 15px;
    font-weight: 400;
}

.divPublica {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bajadaPublica {
    text-align: center;
}

.divcountList {
    display: flex;
    align-items: center;
}

.countList {
    font-size: 50px;
    padding: 0% 5% 0% 5%;
    font-weight: 800;
}

.divPublica .row.paddingNor {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.decAmbos {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.decAmbos::after, .decAmbos::before {
    content: '';
    position: absolute;
    /*width: 120px;*/
    width: 80px;
    height: 2px;
    background-color: #D91004;
    top: 0.6em;
}

.decAmbos::after {
    right: -110px;
}

.decAmbos::before {
    left: -110px;
}

.divLlamadoFAQ {
    background: url('../img/Foto-4.png') no-repeat;
    background-position: top;
    background-size: cover;
    padding-top: 20%;
    padding-bottom: 5%;
    text-align: center;
}

.divLlamadoFAQ .decAmbos {
    color: white;
    padding-bottom: 2rem;
}

.divLlamadoFAQ .decAmbos::after, .divLlamadoFAQ .decAmbos::before {
    background-color: white;
}

.h1BannerOscuro {
    color: transparent;
    font-size: 100px;
    font-weight: 800;
    -webkit-text-stroke: 2px #F7C41E;
}

.filter-green {
    width: 5rem;
}

.filter-green2 {
    margin-right: 1rem;
    width: 2rem;
    filter: invert(11%) sepia(92%) saturate(7498%) hue-rotate(6deg) brightness(89%) contrast(97%);
}

.divInstagram {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.divInstagram .row .col-7 {
    padding-left: 3rem;
}

.imgInst {
    padding-bottom: 1.25rem;
}

.imgInst div {
    text-align: end;
    padding-left: 0;
    padding-right: 0;
}

.imgInst div img {
    width: 180px;
    height: 180px;
}

.divInstagram .row .col-5 h4::after {
    right: -140px ! important;
}

/* FAQ */

.tituloFaq {
    text-align: center;
}

.titleContacto #titulonews{
    font-size: 1.4em;
}

.tituloFaq h2, .titleContacto {
    line-height: 68px;
    letter-spacing: 2.5px;
    padding-top: 15%;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
}

.tituloFaq .pTexto {
    color: #13142A;
    opacity: 0.8;
}

.tituloFaq img {
    position: absolute;
    animation: rebota .5s alternate infinite ease-out;
}

.nav-faq {
    width: 100%;
}

.boxFAQ {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    border-radius: 20px;
    box-shadow: #00000029 0px 3px 6px;
}

@keyframes jumpInfiniteIMG {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

.nav-faq[aria-selected="true"] .boxFAQ img {
    animation: jumpInfiniteIMG 0.5s;
        filter: invert(10%) sepia(100%) saturate(6075%) hue-rotate(3deg) brightness(94%) contrast(97%);
}

.nav-faq[aria-selected="true"] .boxFAQ .pTexto{
    transition: 0.3s ease-in;
    color: #D91004;
}

.nav-faq[aria-selected="true"] .boxFAQ {
    transition: 0.3s ease-in;
    box-shadow: #00000029 0px 10px 6px;
}

.nav-faq .pTexto {
    color: #1D1D1B;
    font-weight: 700;
    padding-top: 0.5rem;
}

.grid3 {
    padding-top: 3rem;
    padding-bottom: 0rem;
}

.preguntasFaq, .accordion-flush {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.divCollapse {
    padding: 1% 0;
}

.formatoCollapse {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #707070;
    border: 1px solid #D91004;
    background-color: transparent;
    text-align: left;
    padding: 1% 2%;
    box-shadow: #00000029 0px 3px 6px;
}

.formatoCollapse:hover {
    background-color: transparent;
    border-color: #D91004;
}

.formatoCollapse:focus {
    background-color: transparent;
    border-color: #D91004;
    box-shadow: none;
}

.formatoCollapse[aria-expanded="true"] {
    border-color: #D91004 #D91004 transparent #D91004;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}

.formatoCollapse .pTexto {
    color: #D91004;
    font-weight: 700;
    margin-bottom: 0;
}

.formatoCollapse img {
    transition: .3s ease-in;
}

.formatoCollapse[aria-expanded="true"] img {
    transform: rotate(90deg);
}

.collapse .card {
    border-color: transparent #D91004 #D91004 #D91004;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: left;
    padding: 1% 2%;
}

.collapse .card .cardTexto{
    color: #13142A;
    opacity: 0.8;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    font-family: "PT Sans";
}

/* Paginas interiores */

.portada-interior {
    height: 120vh;
    background: url('../img/Foto-7.png') no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 0 12%;
}

.translateSubTitle {
    color: white;
    transform: translateX(-160px);
}

.pTextoInt {
    padding: 5% 0 0 30%;
    color: #FFFFFF;
}

.bajadaInterior2 {
    transform: translateY(-20%);
}

.bajadaInterior, .segundoInterior, .contadorInterior {
    padding-top: 10rem;
    padding-bottom: 0%;
}

.bajadaInterior .btnCenter, .segundoInterior .btnCenter {
    padding-top: 5rem;
}

.segundoInterior .row {
    padding-left: 5%;
    padding-right: 5%;
}

.muestraInterio {
    background: url('../img/Foto-19.png') no-repeat;
    background-position: bottom;
}

@media (min-width: 1441px) {
    .muestraInterio {
        background-size: cover;
        background-position: top;
    }
}

.muestraInterio h3 {
    color: #D91004;
}

.estadisticas {
    border-radius: 20px;
    padding: 3% 0 2% 0;
    margin: 0 10% 0 10%;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    transform: translateY(50%);
}


.estadisticasNum h5 {
    font-size: 80px;
    color: #D91004 ! important;
    font-weight: 800;
}

.estadisticasNum h5 {
    margin-bottom: 0;
}

.tituloCounter {
    font-size: 25px;
    font-weight: 700;
    color: #1D1D1B;
    opacity: 0.8;
}

/* TERMINOS Y CONDICIONES */

.cuerpoTerCond {
    padding-top: 12%;
}

.h3TitleTerCon {
    padding-bottom: 5rem;
}

.h4Title {
    font-size: 25px;
    color: #FF0000;
    font-weight: 700;
}

.ulTerm li {
    padding-bottom: 1.5rem;
}

/* CONTACTANOS */

.contacto-body {
    padding-top: 0%;
    /*background: url(../img/Foto-13.png) no-repeat;
    background-size: cover;
    background-position: center;*/
}

.nomape .col-12.col-sm-12.col-md-6.col-lg-6 {
    padding-right: 0;
}

.titleContacto {
    text-align: center;
}

.form-control {
    background: #D9D9DA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D91004;
    border-radius: 10px ! important;
}

.formatoContacto {
    font-size: 20px;
    font-weight: 500;
}

.formatoContactoXL {
    font-size: 30px;
    font-weight: 700;
}

.formatoContactoEnviar {
    font-size: 20px;
    font-weight: 700;
}

/* Footer */

.footerArriba{
    background-color: white;
    width: 100%;
    height: 54vh;
    position: absolute;
}

footer {
    background: url(../img/Foto-6.png);
    background-size: cover;
    background-position: 0vh 24vh;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.llamadoFooter {
    padding-top: 3rem;
    text-align: center;
}

.divh2Footer {
    position: absolute;
    left: 50%;
}

.h2Footer {
    position: initial;
    transform: translateX(5%);
    letter-spacing: 100px;
    font-size: 300px;
    font-weight: 900;
    -webkit-text-stroke: 2px #F7C41E;
    color: transparent;
    z-index: 1;
}

.circulo {
    height: 28vw;
    width: 28vw;
    background: url('../img/Foto-5s.png') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    z-index: 5;
    color: #FFFFFF;
    font-size: 30PX;
    transition: 1s;
}

.circulo:hover {
    transform: scale(1.2);
}

.formatoCiruclo {
    font-weight: 900 ! important;
    letter-spacing: 3.5px;
    font-size: 30PX;
}

@media (min-width: 1441px) {
    .h2Footer {
        transform: translateX(3%);
    }

    .circulo {
        background-position: center top;
    }

    .formatoCiruclo {
        transform: translateY(-200%);
    }
}

.linksFooter {
    display: flex;
    justify-content: space-between;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.linksFooter p {
    font-weight: 700;
    color: #FFFFFF;
}

.redesociales {
    padding-right: 0;
    text-align: right;
}

.redesFooter .redesociales img {
    padding-left: 1rem;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* RESPONSIVE */

.hideDescktop {
    display: none ! important;
}

.hideDescktopflex {
    display: none ! important;
}

.bajadaBoton {
    padding-top: 5%;
    transform: translateY(55%);
}

.queesIndex {
    color: #FFFFFF;
    padding-top: 10%;
    transform: translateY(2rem);
}

.padd1rem {
    padding-bottom: 1rem;
}

.paddingAbajo {
    padding-bottom: 1rem;
}

.boxFAQ img {
    width: 40%;
}

.dividerAbj {
    padding-bottom: 2rem;
}

.aligFormCont {
    text-align: right;
}

.formatoContactoHola {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid3 .nav .nav-item{
    width: 35%;
}

.grid3 .nav-tabs .nav-link.active {
    border-color: transparent;
}

.grid3 .nav-tabs .nav-link {
    border: 1px solid transparent;
}

.grid3 .nav-tabs {
    justify-content: center;
    border-bottom: transparent;
    padding-right: 0;
}

.cuerpoTerCond p {
    text-align: justify;
}

.h4Title {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.menu3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-dark .navbar-nav .nav-link.active:hover{
        color: #FFFFFF;
    }
    
    .btn-flotante {
    width: 75px;
    height: 75px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 100%;
    background-color: white;
    position: fixed;
    bottom: 18vh;
    right: 5%;
    transition: all 300ms ease 0ms;
    z-index: 99;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.divInstagram .row .col-md-7.col-lg-7.col-xl-7{
    padding-left: 7%;
}

.bajadaInterior2 .row .translateArriba .hideMovil, .muestraInterio .segundoInterior2 .row .translateArriba .hideMovil, .contadorInterior .row .imgAjuste .hideMovil, .anchoMitad{
    width: 50%;
}

.queesPaddBottom{
    padding-bottom: 10%;
}

.accordion-item{
    border: 1px solid #D91004! important;
    background-color: transparent;
    border-radius: 0.25rem! important; 
    margin: 2rem 0; 
    box-shadow: #00000029 0px 3px 6px;
}

.accordion-button{
    padding: 1.5% 2%; 
    background-color: transparent;
}

.accordion-button_p{
    color: #D91004;
    font-weight: 700;
    margin-bottom: 0; 
    font-size: 20px;
}

@media (max-width: 576px) {
    .hideDescktop {
        display: block ! important;
    }

    .hideDescktopflex {
        display: flex ! important;
    }

    .imgNav a img {
        width: 75%;
    }

    .hideMovil {
        display: none ! important;
    }

    .botones {
        display: flex;
        align-items: center;
    }

    .menu {
        padding-left: 0;
        margin-bottom: 0;
        display: contents;
    }

    .offcanvas-end {
        width: 100%;
    }

    .offcanvas-header {
        justify-content: end;
    }

    .ingresaMovil {
        height: 10%;
        padding-top: 1.5rem;
        PADDING-LEFT: 12%;
    }
    
    .ingresaMovil .btnCenter{
        text-align: left;
    }

    .ingresaMovil .subRaya {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        color: white;
        font-size: 20px;
        font-weight: 700;
    }

    .ingresaMovil .subRaya::before {
        bottom: 65px;
        left: 40%;
        right: -25px;
        width: 20%;
    }

    .menu a {
        font-size: 15px;
        padding: 3px 25px 3px 25px;
    }

    .menu li {
        margin-left: 0;
        margin-right: 30px;
        max-height: 30px;
    }

    .navbar>.container-fluid {
        justify-content: space-around;
        padding: 1% 4% ! important;
    }

    .offcanvas-body .row{
        height: 70%;
        PADDING-TOP: 2REM;
    }

    .offcanvas-body .row .col-12{
        height: 100%;
    }

    .navbar-nav{
        justify-content: space-around! important;
        height: 100%;
    }

    .h1Banner {
        font-size: 40px;
    }

    .text-white .transFontWhite {
        -webkit-text-stroke: 1px #F7C41E;
    }

    .bg-image {
        height: 100vh;
    }

    .arrow-down img:nth-child(2) {
        width: auto;
    }

    .descargaApp {
        height: 50vw;
    }

    .btnAlet {
        font-size: 14px;
        min-width: 55%;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .QueEsAlet .transFontGrey{
        -webkit-text-stroke: 1.2px #D91004;
    }
    
    .pTexto {
        font-size: 12px;
    }

    .sizeSubTitle {
        font-size: 15px;
    }

    .h1Banner100 {
        font-size: 40px;
    }

    .btnAletmini {
        font-size: 14px;
        min-width: 12rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .bajadaBoton {
        padding-top: 5%;
        transform: translateY(100%);
    }

    .QueEsAlet {
        transform: translateY(-85%);
    }

    .divQueEs {
        padding-bottom: 10%;
        padding-top: 20%;
        margin-top: 30%;
    }

    .divSeUn {
        padding-bottom: 20%;
    }

    .divSeUn div:first-child {
        padding-top: 2rem;
        padding-bottom: 1rem;
        padding-left: 0%;
        padding-right: 0%;
    }

    .queesIndex {
        color: #1D1D1B;
        opacity: 0.8;
        padding-top: 0;
        transform: translateY(0);
    }

    .img-responsive img {
        width: 240px;
        height: fit-content;
    }

    .h3Title {
        font-size: 25px;
    }

    .pTextoMini {
        font-size: 10px;
    }

    .divSeUn .pTexto {
        font-size: 11px;
    }

    .padd1rem {
        padding-bottom: 0;
    }

    .divPublica .row.paddingNor {
        padding-top: 3rem;
    }

    .divPublica .pTexto {
        font-size: 11PX;
        margin-bottom: 0.4rem;
    }

    .divcountList {
        padding-bottom: 1rem;
    }

    .divcountList .h1Banner {
        -webkit-text-stroke: 1.2px #D91004;
        font-size: 22px;
    }

    .bajadaPublica .transFontGrey, .divInstagram .transFontGrey {
        -webkit-text-stroke: 1.2px #D91004;
    }

    .bajadaPublica .pTextoMini {
        font-size: 12px;
        opacity: 0.8;
    }

    .filter-green {
        width: 3rem;
    }

    .divLlamadoFAQ {
        padding-top: 55%;
        padding-bottom: 20%;
    }

    .divLlamadoFAQ .transFontWhite {
        -webkit-text-stroke: 1.2px #F7C41E;
    }

    .divInstagram {
        padding-top: 8rem;
    }

    .divInstagram h4#decDerecha {
        margin-bottom: 1rem;
    }

    .divInstagram .pTextoMini {
        font-size: 14px;
    }

    .filter-green2 {
        width: 1.5rem;
    }

    .imgInst div img {
        width: 95%;
        height: 95%;
    }

    .divInstagram .row .col-md-7.col-lg-7.col-xl-7 {
        padding-top: 5rem;
    }

    .muestraInterio {
        background: url('../img/Foto-14.png') no-repeat;
        background-position: bottom;
        background-size: cover;
    }

    .translateSubTitle {
        transform: translateX(-50px);
    }

    .translateSubTitle::after {
        width: 60px;
        right: -65px;
    }

    .pTextoInt {
        padding: 5% 0 0 0%;
        font-size: 14px;
    }

    .ordenar-1 {
        order: 1;
    }

    .ordenar-2 {
        order: 2;
    }

    .translateArriba {
        transform: translateY(-7vh);
    }

    .translateArriba img {
        width: 65%;
    }

    .paddingArriba {
        padding-top: 1rem;
    }

    .estadisticas {
        padding: 5% 0 5% 0;
    }

    .paddingArriba h4 {
        margin-bottom: 0.5rem !important;
    }

    .paddingArriba .transFontGrey {
        -webkit-text-stroke: 1.2px #D91004;
    }

    .estadisticasNum h5 {
        font-size: 40px;
    }

    .tituloCounter {
        font-size: 15px;
    }

    .paddingAbajo {
        padding-bottom: 0;
    }

    .imgAjuste img {
        width: 65%;
    }

    .segundoInterior2 {
        padding-bottom: 2rem;
    }

    footer {
        background-size: cover;
        background-position-x: center;
        background-position-y: 23vh;
    }

    .h2Footer {
        position: initial;
        font-size: 150px;
        letter-spacing: 15px;
        transform: translateX(4%);
        -webkit-text-stroke: 1.2px #F7C41E;
        /*left: -60px;
        overflow-x: hidden;*/
    }

    .circulo {
        height: 40vw;
        width: 40vw;
        background: url(../img/Foto-5s.png) no-repeat;
        background-size: cover;
    }

    .marginTopBot {
        margin-bottom: -3rem;
    }

    .formatoCiruclo {
        letter-spacing: 1.3px;
        font-size: 13PX;
    }

    .linksFooter {
        padding-top: 5rem;
        padding-bottom: 1rem;
        flex-direction: column;
    }

    .linksFooter p {
        padding-bottom: 1rem;
    }

    .redesFooter .redesociales img {
        width: 36px;
        height: 20px;
    }

    .redesFooter div:first-child img {
        width: 70%;
    }

    .padButon {
        padding-bottom: 2rem;
    }

    .tituloFaq h2 {
        line-height: 1.2;
        letter-spacing: 1.25px;
        font-size: 25px;
        padding-top: 30%;
    }

    .tituloFaq .transFontGrey {
        -webkit-text-stroke: 1px #D91004;
    }

    .boxFAQ {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .boxFAQ img {
        width: 40%;
    }

    .preguntasFaq, .accordion-flush {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    .grid3 .nav-link {
        padding: .5rem .3rem;
    }

    .grid3 .nav-tabs .nav-link.active {
        border-color: transparent;
    }

    .grid3 .nav-tabs .nav-link {
        border: 1px solid transparent;
    }

    .grid3 .nav-tabs {
        border-bottom: transparent;
        padding-right: 0;
    }

    .cuerpoTerCond p {
        font-size: 12px;
        text-align: justify;
    }

    .h3TitleTerCon {
        padding-bottom: 2rem;
    }

    .h4Title {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

    .dividerAbj {
        padding-bottom: 1rem;
    }

    .pointTerm {
        padding-left: 2%;
        padding-bottom: 2rem;
    }

    .ulTerm {
        font-size: 12px;
    }

    .contacto-body {
        padding-bottom: 10%;
        height: auto;
        margin-left: 0;
    }

    .paddContact {
        padding-bottom: .7rem;
        margin-bottom: 0 ! important;
    }

    .contacto-body .titleContacto {
        padding-top: 0rem;
        font-size: 40px;
        letter-spacing: 1.2px;
        -webkit-text-stroke: 1.2px #D91004 ! important;
    }

    .aligFormCont {
        text-align: center;
    }

    .formatoContactoEnviar {
        padding-top: 1rem;
    }

    .formatoContactoHola {
        justify-content: flex-start;
    }

    .formatoContacto {
        font-size: 15px;
    }

    .formatoContactoXL {
        font-size: 25px;
    }

    .grid3 .nav .nav-item {
        width: 50%;
    }
    
    .decAmbos::after, .decAmbos::before {
        width: 40px;
    }
    .decAmbos::after {
        right: -50px;
    }
    .decAmbos::before {
        left: -50px;
    }
    .divSeUn{
        background: url(../img/Foto-15.png) no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .divSeUn .btnCenter:nth-child(2) {
        transform: translateY(80%);
    }
    .nav-faq .pTexto{
        padding-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .collapse .card{
        padding: 2.5% 4%;
    }
    .collapse .card .cardTexto{
        font-weight: normal;
        font-size: 12px;
        line-height: 16px;
        font-family: "PT Sans";
    }
    .formatoCollapse{
        padding: 2.5% 4%;
    }
    .formatoCollapse .pTexto, .accordion-button_p{
        width: 70%;
    }
    .btn-flotante{
        bottom: 5vh;
    }
    .contadorInterior {
        padding-top: 5rem;
    }
    .contadorInterior .row div:first-child{
            padding-bottom: 3rem;
    }
    .h1BannerOscuro{
        -webkit-text-stroke: 1.2px #F7C41E;
    }
    .bajadaInterior2 .transFontGrey{
        -webkit-text-stroke: 1.2px #D91004;
    }
    .divCollapse{
        padding: 0 0 1rem 0;
    }
    .grid3{
        margin-left: 0;
    }
    #myTabContent{
        padding-left: 0;
        padding-right: 0;
    }
    .formatoContactoTel{
        font-size: 1em! important;
    }
    .imgInst div{
        text-align: center;
    }
    .imgInst {
        padding-bottom: .3rem;
    }
    .anchoFull{
        width: 100%;
    }
    .footerArriba{
        background-color: white;
        width: 100%;
        height: 32vh;
        position: absolute;
    }
    .queesPaddBottom{
        padding-bottom: 30%;
    }
    .accordion-item{
        margin: 1.3rem 0! important;
    }
    .accordion-button {
        padding: 2.5% 5%;
    }
    .accordion-button_p, .accordion-body{
        font-size:12px! important;
    }
    .accordion-body{
        padding: 2.5% 5%! important;
        line-height: 16px! important;
    }
}

@media (min-width: 1441px) {
    .footerArriba{
        height: 40vh;
    }
}

.modal-header {
    border-bottom: none;
}

.modal-xl {
    max-width: 95%;
    margin-top: 1.5rem;
}

.modal-header .btn-close{
    background: url(../img/close-icon.svg) center/2em auto no-repeat;
    transform: translate(-1rem, 1rem);
}

.modal-content {
    height: 95vh;
    background-color: rgb(249 250 251);
    background-clip: padding-box;
    background-image: url(../img/Foto-13.png);
}

.modal-content .paddingNor{
    padding-left: 5%;
    padding-right: 5%;
}

.modal-footer {
    border-top: none;
}


.svg-elem-1 {
    stroke-dashoffset: 21px;
    stroke-dasharray: 39px;
    transition: stroke-dashoffset .3s ease-in;
}

.navbar-toggler:hover .svg-elem-1 {
    stroke-dashoffset: 0px;
}

.svg-elem-3 {
    stroke-dashoffset: -20px;
    stroke-dasharray: 39px;
    transition: stroke-dashoffset .3s ease-in;
}

.navbar-toggler:hover .svg-elem-3 {
    stroke-dashoffset: 0px;
}

body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.4, .47, .17, .98)! important;
}

body[data-aos-duration="400"] [data-aos] {
    transition-duration: .8s! important;
}

.insta-feed a img{
    width: 100%;
    max-width: 240px;
    margin: 10px;
    padding: 10px;
}

.error-body{
    background: url('../img/Foto-13.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pagerror{
    text-align: center;
    padding-top: 25vh;
}

.ptexto1error{
    padding-top: 2rem;
    font: normal normal 800 60px/80px Libre Franklin;
    letter-spacing: 0px;
    color: #9A9A9A;
}

.ptexto2error{
    font: normal normal bold 30px/40px Libre Franklin;
    letter-spacing: 0px;
    color: #9A9A9A;
}