
.flip-box {
    background-color: transparent;
    width: 350px;
    height: 550px;  
    margin: 30px auto;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

  /* This container is needed to position the front and back side */
  .flip-box-inner{
    text-align: center;
  }
/* .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner, .flip {
    transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
} */

  /* Style the front side */
.flip-box-front {
    background-color:#fff;
    color: black;
    border-radius: 10px;
}

  /* Style the back side */
.flip-box-back {
    border-radius: 10px;
    background-color: white;
    color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transform: rotateX(180deg);
}

.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: 280px;
    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: #009EE3;
}
.info-a button{
    margin-bottom: 20px;
}
.beneficios{
    display:grid;
    grid-template-areas: "colum1 colum2 colum3 colum4";
    flex-wrap: wrap;
}
.asociado{
    width: 350px;
    height: 550px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 10px;
}
.asociado h4{
    margin:20px;
    font-size: 20px;
}
.asociado p{
    margin:20px;
    font-size: 15px;
}
.asociado img{
    width: 100%;
    object-fit: cover;
    max-height: 175px;
    border-radius: 10px 10px 0 0;
}

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

/* ---- 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%;
}

@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;
    }
    .asociado{
        height: auto;
    }
    .modal-contenido{
        padding: 20px;
    }
    .cerrarModal{
        top: 33px;
        right: 25px;
    }
    .cerrarCertificadoAlt{
        top: -23%;
    }
}
@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%;
    }
    .asociado{
        width: 95%;
    }
}
@media (max-width: 500px){
    .modal-pago h1{
        margin-bottom: 0;
        margin-top: 30px;
    }
    .cerrarModal{
        top: 10px;
        right: 43%;
    }
    .asociado{
        width: 95%;
    }
}
@media (max-width: 350px){
    .info-a{
        width: 100%;
        height: auto;
    }
    .boton-azul{
        padding: 10px 10px;
    }
}

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