@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.portada-home{
  width: 100%;
  position: relative;
  background-image: url('../../images/fondo-portada.png');
  background-size: cover;
  background-position: center;
    color: white;
}

.portada-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); 
    z-index: 1;
}

.home{
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: white;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  z-index: 10;
  position: relative;
}

.titulo-portada{
    margin: 30px 5px;
}

.descripcion p{
    margin: 25px;
}
  
main > * {
   position: relative;
   z-index: 2;
 }


.descripcion{
    width: 50%;
    margin: 0 auto;
}

.descripcion h1{
  font-weight: bold;
  font-size: 30px;
}
.descripcion h2{
  font-weight: bold;
  font-size: 17px;
}

.descripcion p{
    font-size: 14px;
}

.caja-cp{
    width: 50%;
    background-color: rgba(87, 92, 100, 0.75);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    justify-content: center;
    padding: 50px 0;
}

.input-cp{
    border-radius: 20px !important; 
    width: 50% !important;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    color: black;
}


#put-postal-code-form{
    width: 100%;
    align-items: center;
}

#put-postal-code-form p {
    font-size: 17px;
}

.titulo-caja-cp{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.boton-caja{
    background-color: #193f56 !important;
    color: white;
    font-weight: bold;
    font-size: 13px;
    border-radius: 25px;
    padding: 5px 35px;
}

.botones-caja{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    
}

.w30{
    width: 30%;
}

.flex-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



.pasos-home{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-top:30px;
    width: 100%;
    color: black;
    border-radius: 25px;
}

.circle {
    width: 30px;
    height: 30px;
    background-color: #193f56;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
  
.pasos-home img{
  width: 100px;
}

.pasos-content{
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    flex-wrap: nowrap;
    gap: 25px;
    padding: 2rem 0rem;
}
.pasos-content img{
  display: flex;
  justify-content: space-between;
  padding: 30px;

}


.banner-registrate{
    background-color: #989BA0;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.mercados-cerca-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.mercados-cerca-home h2{
    font-size: 22px;
    text-align: center; 
    width: 100%;
}

.mercados-cerca-content{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
    overflow-x: auto; 
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
}

.mercados-cerca-content main.content-secciones-home {
    display: flex;
    flex-wrap: nowrap; 
    gap: 1rem; 
    min-width: max-content; 
  }
  
  /* Tarjetas básicas */
  .mercados-cerca-content article {
    flex: 0 0 auto; 
    width: 250px; 
  }

.mejores-valoradas {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}

.content-secciones-home{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 25px;
}

.z-1000{
    z-index: 1000;
}




@keyframes slide-up {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.animate-slide-up {
    animation: slide-up 0.5s ease-out;
}

@media (max-width:900px){
    .descripcion{
        width: 100%;
        margin: 0 auto;
    }

    .caja-cp{
        width: 80%;
    }

    .pasos-content {
        width: 80%;
    }
}


@media (max-width:500px){
    .descripcion h1{
        font-size: 22px;
    }

    .descripcion h2{
        font-size: 12px;
    }

    .titulo-caja-cp{
        font-size: 17px;
    }

    .input-cp{
        width: 80% !important;
    }

    .botones-caja{
        gap: 30px;
        flex-direction: column;
    }

    .display-none-mobile{
        display: none;
    }

    .pasos-content{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 75px;
        padding: 2rem 0rem;
        flex-direction: column;
    }

    .pasos-content img{
        padding: 22px;
    }

    #modalInicio{
    padding-top: 10rem;
    padding-bottom: 6rem;
    }
}