.hero{
    position: relative;
    display: flex;
    max-height: 1130px;
    justify-content: center;
    padding-bottom: 100px;
    z-index: 2;
    overflow: hidden;
    margin-bottom: calc(19px * 3);
}
.hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: -15%;
    right: -27%;
    background: linear-gradient(2.96deg, #efefef 2.54%, rgba(255, 255, 255, 0) 13.91%), linear-gradient(174.72deg, #efefef 4.23%, rgba(255, 255, 255, 0) 15.47%),linear-gradient(352deg, #efefef 23.23%, rgb(251 159 159 / 0%) 26.47%), url(./../img/hero-background-1.png);
    background-size: 100% 91%;
    background-repeat: no-repeat;
    transform: rotate(40deg);
}
.hero-no-bg:before {
    background: none;
}
.hero:after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 10%;
    bottom: 0;
    background: linear-gradient(0, #efefef 20.54%, rgba(255, 255, 255, 0) 97.91%);
    background-size: 111% 100%;
    background-repeat: no-repeat;
}

.hero-container{
    width: 40%;
}

.hero-container .container-description {
    margin-top: 40px;
}
.hero-container .titulo{
    font-size: 4rem;
    margin-bottom: 0;
}
.hero-container .container-description h2{
    font-size: 1.7rem;
}


.hero-img-container{
    width: 50%;
    position: relative;
}

.hero-img-container img{
    width: 100%;
}

/* .hero > div{
    max-width: 40%;
    margin-left: 10%;
} */

.hero-container .container-description{
    width: 80%;
    font-size: 14px;
    border-radius: 30px;
    padding: 20px;
    background-color: #ffffff;
}

.subtitulo{
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}

.titulo .yellow{
    color: #DE9160;
}

.hero button{
    width: 100%;
}
.beneficio button{
    min-width: 120px;
    margin-bottom: 20px;
}



button.yellow{
    background-color: #DE9160;
    border: none;
    padding: 20px;
    border-radius: 30px;
    color: white;
    
}
.titulo .red{
    color: #F35053;
}

button.red{
    background-color: #F35053;
    border: none;
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    font-size: 17px;

}
.titulo .blue{
    color: #048493;
}

button.blue{
    background-color: #048493;
    border: none;
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    font-size: 17px;

}

@media (max-width: 700px) {
    .hero{
        flex-direction: column-reverse;
        max-height: 100%;
        margin-bottom: 40px;
        padding-bottom: 0;
    }
    .hero:after{
        display: none;
    }

    .hero-container{
        width: 95%;
        margin: 0 auto;
    }
    h1 {
        font-size: 2.3rem!important;
    }
    .hero:before {
        content: "";
        position: absolute;
        width: 144%;
        height: 41%;
        z-index: -1;
        top: -2%;
        right: -19%;
        background: linear-gradient(2.96deg, #efefef 2.54%, rgba(255, 255, 255, 0) 13.91%), linear-gradient(174.72deg, #efefef 4.23%, rgba(255, 255, 255, 0) 15.47%),linear-gradient(352deg, #efefef 23.23%, rgb(251 159 159 / 0%) 26.47%), url(../img/hero-background-1.png);
        background-size: 100% 91%;
        background-repeat: no-repeat;
        transform: rotate(40deg);
    }
    .hero:after{
        background: none;
    }
    
    .hero-container .container-description{
        width: 110%;
        margin-left: -5%;
        font-size: 16px;
        border-radius: 30px;
        padding: 20px;
        background-color: #ffffff;
    }
    .hero-img-container{
        width: 100%;
        height: 57vh;
        overflow: hidden;
        position: relative;
        
    } 
    
    .hero-img-container .background{
        height: 50px;
        margin-top: -73px;
        z-index: 1;
        position: relative;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(239,239,239,1) 45%, rgba(239,239,239,1) 100%);
        
    }

}


.infos{
    display:flex;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
}
.info-a{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 280px;
    margin: 20px;
    margin: 20px auto;
    padding: 0 15px;
    border-radius: 50px;
    height: 310px;
    font-weight: 700;
    
}
.info-a:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
.info-a i{
    margin-top: 20px;
    font-size: 28px;
    color: #F35053;
}
.info-a button{
    margin-bottom: 20px;
}
.beneficios{
    display:grid;
    grid-template-areas: "colum1 colum2 colum3 colum4";
    flex-wrap: wrap;
}
.beneficio{
    width: 350px;
    height: 550px;
    margin:30px auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
}
.beneficio h4{
    margin:20px;
    font-size: 20px;
}
.beneficio p{
    margin:20px;
    font-size: 15px;
    min-height: 200px;
}
.beneficio img{
    width: 100%;
    object-fit: cover;
    max-height: 175px;
    min-height: 175px;
    border-radius: 10px 10px 0 0;
}

.asociate-proximamente{
    position: absolute;
    transform: rotate(45deg) translate(82px, 185px);
    background-color: #ff0000a6;
    color: white;
    width: 500px;
    text-align: center;
}

.iframeYT{
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

/* ---- beneficio expandido ---- */
.beneficioExpandido{
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    top:50%;
    padding: 40px;
    border: 1px solid black;
    display: none;
    z-index:10;
}

.beneficioExpandido p{
    max-width: 70%;
    margin: 0 auto;
    font-size: 20px;
    min-height: auto;
}

#turismoSlider button{
    min-width: auto;
}

.splide__slide{
    margin-right: 2rem!important;
}

.splide__slide img{
    object-fit: cover;
    max-height: unset;
    border-radius: 10px 10px 10px 10px;
}

.oscurecer{
    background-color: rgba(0, 0, 0, 0.425);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.cerrar-beneficio{
    font-size: 36px;
    transition: all fade-in;
}

.cerrar-beneficio:hover{
    cursor: pointer;
    transform: scale(1.5);
}

@-webkit-keyframes in {
    0% { -webkit-transform: scale(0) rotate(12deg); opacity: 0; visibility: hidden;  }
    100% { -webkit-transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
}

@keyframes in {
    0% { transform: scale(0) rotate(12deg); opacity: 0; visibility: hidden;  }
    100% { transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
}

@-webkit-keyframes out {
    0% { -webkit-transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
    100% { -webkit-transform: scale(0) rotate(-12deg); opacity: 0; visibility: hidden; }
}

@keyframes out {
    0% { transform: scale(1) rotate(0); opacity: 1; visibility: visible; }
    100% { transform: scale(0) rotate(-12deg); opacity: 0; visibility: hidden;  }
}

.show {
    -webkit-animation: in 700ms ease both;
    animation: in 700ms ease both;
}

.hide {
    -webkit-animation: out 700ms ease both;
    animation: out 700ms ease both;
}

/* ---- modal ---- */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: none; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}


.modal-contenido {
    background-color: #fefefe;
    margin: 5% auto;  
    border: 1px solid #888;
    width: 80%; 
    height:520px;
    padding: 35px;
}

.modal-contenido h3{
    color:var(--colorAzul);
    font-size: 30px;
}
.cerrarModal {
    color: #aaa;
    position: absolute;
    right: 45px;
    font-size: 20px;
    font-weight: bold;
    top: 45px;
}

.cerrarModal:hover,
.cerrarModal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
  /* ---- pagos ---- */

.seccion-cobros{
    margin-top: 40px;
}

.pagos-pais{
    border: 2px solid black;
    padding: 5px;
}

.contenedor-botones {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.contenedor-botones div {
        margin-top: 0px;
}
.cobros ul{
    padding: 0;
}
.cobros li{
    list-style: none;
}

.contacto{
    font-size: 1rem;
}

.boton-mercadopago, .boton-descarga {
    color: #ffffff!important;
    background-color: #009ee3 !important;
    border: none;
    border-radius: 50px !important;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
}

.boton-mercadopago:hover {
    background-color: #006f9e !important;
    transition: all .3s ease;
}

.boton-paypal {
    color: #ffffff !important;
    background-color: #1e477a !important;
    border: none;
    border-radius: 50px !important;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
}

.boton-paypal:hover {
    background-color: #092e5c !important;
    transition: all .3s ease;
}

.modal-pago, .modal-pago-socio{
    height: 80%;
    overflow-y: scroll;
}

.modal-pago h1, .modal-pago-socio h1{
    text-align: center;
    background-color: var(--colorAzul);
    color: #ffffff;
    font-weight: bold;
    margin-top: 0;
}

.subrayadoAzul{
    border-bottom: 1px solid var(--colorAzul);
}

.contenido-slide-pago{
    height: 100%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.contenido-slide-pago h2{
    display: inline;
}

.contenido-slide-pago i{
    font-size: 30px;
    color: #009ee3;
}

.videos-pago{
    display: flex;
}

.videos-pago iframe{
    padding: 10px;
}

.contenedor-video-pago{
    max-width: 75%;
    margin: 0 auto;
}

.metodos{
    display: flex;
    flex-wrap: wrap;
}

.argentina{
    flex: 1;
}
.argentina-mobile{
    display: none;
}
.exterior{
    flex: 1;
}
.exterior-mobile{
    display: none;
}
.metodos-logos{
    display: flex;
    align-items: center;
}
.metodos-logos img{
    max-width: 100%;
    height: 70px;
}
.campo{
    width: 100%;
    padding: 10px;
}
.campo input{
    width: 100%;
}



/* bloques de preguntas frecuentes */

.bloques-temario{
    background-color: rgb(196, 196, 196);
    margin-top: 40px;
    max-width: 80%;
}

.bloque{
    position: relative;
    padding: 20px;
    border: 1px solid black;
    cursor: pointer;
}

.bloque h3{
    margin: 0;
    margin-left: 50px;
}

.item-bloque{
    position: absolute;
    top: 30%;
    font-size: 30px;
    color: #f3505363;
    border-radius: 50%;
    border: 2px solid  #F35053;
}

.mostrar-mas:before{      
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        display: flex;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
     
    float:right;
    font-size: 30px;
}

.cerrar-bloque:before{      
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: flex;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
 
float:right;
font-size: 30px;
}

.contenido-del-bloque{
    background-color: white;
    /* -webkit-box-shadow: 0px 10px 11px -1px rgba(125,125,125,1);
-moz-box-shadow: 0px 10px 11px -1px rgba(125,125,125,1);
box-shadow: 0px 10px 11px -1px rgba(125,125,125,1); */
padding: 20px;
border: 1px solid black;
}

.contenido-del-bloque ul{
    margin: 0;
    list-style: none;
    color:black;
}

.contenido-del-bloque ul li:before {
    content: "\f144"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    color:grey;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

@media (max-width: 1600px) {
    .hero{
        max-height: 1288px;
    }
    .hero:before{
        top: -27%;
    }
}
@media (max-width: 1450px) {
    .beneficios{
        grid-template-areas: "colum1 colum2 colum3";
    }
}
@media (max-width: 1000px) {
    .beneficios{
        grid-template-areas: "colum1 colum2";
    }
}
@media (max-width: 950px) {
    .modal-contenido{
        width: 90%;
    }
}
@media (max-width: 720px) {
    .beneficios{
        grid-template-areas: "colum1";
    }
    .modal-contenido{
        width: 95%;
        height: 93%;
    }
    .modal-contenido{
        padding: 20px;
    }
}
@media (max-width: 780px) {
    .modal-contenido{
        width: 95%;
    }
}
@media(max-width: 700px){
    .metodos-logos{
        display: block;
    }
    .metodos{
        display: none;
    }
    .argentina-mobile{
        display: block;
    }
    .exterior-mobile{
        display: block;
    }
    .beneficio{
        height: auto;
    }
    .modal-contenido{
        padding: 20px;
    }
    .cerrarModal{
        top: 33px;
        right: 25px;
    }
    .cerrarCertificadoAlt{
        top: -23%;
    }
    .splide__slide img{
        max-height: 300px;
    }
    .beneficioExpandido{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 600px) {
    
    .modal-contenido{
        padding: 10px;
    }
    .cerrarModal{
        top: 26px;
        right: 16px;
        font-size: 16px;
    }
    .modal-contenido{
        height: 95%;
    }
}
@media (max-width: 500px){
    
    .modal-pago-socio h1{
        margin-bottom: 0;
        margin-top: 30px;
    }
    .cerrarModal{
        top: 10px;
        right: 43%;
    }
    .beneficio{
        width: 95%;
    }
    .beneficioExpandido p{
        max-width: 95%;
    }
}
@media (max-width: 500px){
    .modal-pago h1{
        margin-bottom: 0;
        margin-top: 30px;
    }
    .cerrarModal{
        top: 10px;
        right: 43%;
    }
    .beneficio{
        width: 95%;
    }
}
@media (max-width: 350px){
    .info-a{
        width: 100%;
        height: auto;
    }
    .boton-azul{
        padding: 10px 10px;
    }
}

/*********** +++++++++++++++++ */
