/* Configuración General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
}

h1{
    font-size: 32px;
    font-weight: 500;
}

.h1links{
    color: white;
}


p{
    color: #707070;
}

.plinks{
color: #ffffffe0
}

/* Navbar Centrado */
.navbar {
    width: 100%;
    padding: 20px 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center; 
    align-items: center;
    border-bottom: 1px solid #eee;
}

.logo img {
    height: 50px; 
    display: block;
}

/* Contenido Central */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px; 
    padding: 40px 20px;

}

.content{

    max-width: 750px;
}




.main-content.links{
    background-image: url('../images/bg-paises.jpg');
    background-position: 100%, 0 0;
    background-size: cover, auto;
}

.imagen-central {
    max-width:100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
}

.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container.links{
    width: 100%;
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 21px;
    background-color: rgba(39, 39, 39, 0.42);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    outline: rgb(51, 51, 51) 3px;
}

/* Footer */
.footer {
    background-color: #343434;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    color: #d6d6d6;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.social-links {
    display: flex;
    gap: 30px; 
    align-items: center;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;  
    height: 18px;
    transition: opacity 0.2s ease;
}

.social-links a img {
    max-width: 18px;
    max-height: 18px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain; 
}




/* Contenedor general de la lista */
.bancas-lista {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-top: 40px;
}

.banca-item {
    gap: 20px;
    width: 100%;
    display: flex;
    align-items: center; 
    justify-content: center;
    padding: 16px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    background-color: #d9272e;
    text-decoration: none;
    border-radius: 16px;
}

span{
    text-align: left;
    color: white;
}

/* Modal */
.modal {
    display: none; 
    position: fixed;
    z-index: 9999;   
    left: 0;
    top: 0;
    width: 100vw;   
    height: 100vh;   
    background-color: rgba(0, 0, 0, 0.6); 
    backdrop-filter: blur(5px); 
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding-top: 12rem;
    padding-bottom: 2rem;
}

.modal-content {
    background-color: #fff;
    padding: 16px;
    border-radius: 40px;
    width: 750px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative; 
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-left-side{
    width: 100%;
    height: 700px;
    border-radius: 40px;
    background-image: url(/images/mockup-modal-full-comp.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-left-side.mobile{
    display: none;

}

.modal-right-side{
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: center;
    gap: 48px;

}

.modal-righ-top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pill{
    color: #d9272e;
    background-color: #ffebec;
    padding: 4px 10px 4px 10px;
    border-radius: 8px;
    width: fit-content;
}

.modal-title{
    font-weight: 500;
    font-size: 20px;
    color: #343434;
    text-align: center;
}

.stepper{

}

.stepline-container{
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;

}

.line{
    width: 2px;
    height: 28px;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
}
.step{
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 16px;
    width: 100%;

}

.icon-bg{
    background-color: #efefef;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon{
    width: 20px;
    height: 20px;
}

.step-text{
    color: #343434;
    font-size: 12px;
    width: 100%;

}

.close-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 35px;
    cursor: pointer;
    color: #898989;
}

.botones-containerV2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.label-button-lines{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 2px;

}

.message{
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}

.horizontal-line{
width: 40%;
  height: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #efefef;
}

.label-button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.boton-red{
    display: flex;
    width: 100%;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    background-color: #d9272e;
    text-decoration: none;
    border-radius: 16px;
    
}

.boton-white{
    display: flex;
    width: 100%;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border: 2px solid #d9272e;
    text-decoration: none;
    border-radius: 16px;
    
}
.boton-white span{
    color:#d9272e;
    text-decoration: none;
}

.boton-modal{
    display: flex;
    width: 100%;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 16px;
    overflow-y: auto;
}

.boton-modal.black{
    background-color: black;

}

.boton-modal.gray{
    background-color: #efefef;
}

.boton-modal.gray span{
    color: black 
}

.descripcion-Modal{
 text-align: center;
}

/* Responsivo */

@media (min-height: 1000px) {
    .modal {
        align-items: center;
        justify-content: top;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
  }


@media screen and (max-width: 767px) {

    .modal{
        justify-content: center;
        align-items: flex-start;
        padding-top: 3rem;

    }

    .modal-content {
      display: grid;
      width: 450px;
      padding-top: 42px;
      grid-auto-columns: 1fr;
      gap: 32px;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }

    .modal-left-side{
        display: none;
        background-image: url(/images/mockup-modal-full-comp.jpeg);
    }
    
    .modal-left-side.mobile{
        display: block;
        width: 100%;
        height: 280px;
        background-image: url(/images/mockup-mobile-full-comp.jpeg);
    }
  }


@media (max-width: 760px) {

    h1{
        font-size: 22px;
        font-weight: 500;
    }

    .container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .imagen-central{
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .container.links {
        max-width: 100%;

    }
    
    .bancas-lista {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        width: 100%;
        margin-top: 40px;
    }

    .modal-content {
        width: 450px;
    }

    .botones-container{
        flex-direction: column;
        gap: 36px;
    }

    .boton-red{
        width: 100%;
        
    }
    
    .boton-white{
        width: 100%;
        
    }

    h2{
        font-size: 16px;
    }

    .descripcion-Modal{
        font-size: 14px;
       }
       
}

@media (max-width: 460px) {

    .modal-content {
        width: 350px;
    }


}