@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

header, section {
    /*position: fixed;*/
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: white;
    color: black;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

/*portada*/
.container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.container-fluid{
    --bs-gutter-x: 0rem;

}

.left-text {
    font-family: Signika;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: left;
    color: #1f2937;
    text-align: center;
}

.left-text h1 {

    font-size: 5rem;
    font-weight: 300;
    color: white;
    margin: 0;
}

.left-text p {
    font-size: 1.5rem;
    margin-top: 10px;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 20px;
    left: 10%;
    text-align: left;
    color: #374151;
}

.bottom-left p {
    font-family: Signika;
    font-size: 1.5rem;
    margin: 0 0 10px;
    color: white;
}

.bottom-left button {
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.bottom-left button:hover {
    background-color: black;
}


/*exclusivos*/

#caracteristicas{
    background-color: #d3d2d9;
}

.exclusivos{
    width: 50%;
    text-align: center;
}

.overlay{
    margin: 20%; 
    padding: 15px;
}

.text h2{
    font-family: Signika;
    color: #ea939e;
    font-weight: 300;
    font-size: 5.5rem;
}

.text p{
    font-size: 1.5em;
    color: #1d1b18;
}

/*Expositores*/

#expositores{
    margin-top: 100px;
    font-family: Signika;
    color: #000000;
   
}

.tcardt{   
    font-weight: 600;
    font-size: 1.5rem;
 margin-bottom: 0;
 text-align: center;  
}

.tcard{   
    font-weight: 600;
    font-size: 1.5rem;
 margin-bottom: 0;
   
}

.tcard2{
    font-weight: 300;
    font-size: 1.5rem;
}

.car-img-top{
    width: 100%;
}

/*Moldendo*/


#moldeando{
display: flex;
    height: 70vh;
    background-color: black;
}

.tmoldeando {
    color: white;
    text-align: center;
}
.pmoldeando {
    padding: 20px;
    color: white;
    text-align: center;
}

.img-fondo2{
   width: 80%;
}


/*preparense*/

.img-lap{
    width: 100%;
}

.tcaracteristicas{

    font-family: Signika;
    color: black;
    font-weight: 300;
    font-size: 2.5rem;
    text-align: center;
}

.ppreparense{
    margin-top: 20px;
    color: black;
}

.bottom-p {
    background-color: #000000;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.bottom-p:hover {
    background-color: black;
}

/* Responsividad para pantallas pequeñas moldeando*/
@media (max-width: 768px) {
  .split-section {
    flex-direction: column;
  }

  .left-side, .right-side {
    flex: none;
    height: 50vh;
  }
}

/* Responsividad */
@media (max-width: 992px) {
    .portada {
        display: flex;
        flex-wrap: wrap;
    }

  
}

/*Media*/
@media (max-width: 768px) {

/*Portada*/

.container {
        flex-direction: column;
    }

.cover-image {
        border-radius: 0;
        width: 100%;
    }

/*caracteristicas*/

.text h2{
    margin-top: 20px;
    font-size: 2.5rem;
}

.text p{
    font-size: 1rem;
}

.tcardt{   
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center;  
    padding: 20px;
}

.tcard{   
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0;
    text-align: center;     
}

.tcard2{
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;  
}

.card-img-top{
    width: 50%;
}

.tcaracteristicas{
    font-size: 1.5rem;
    margin-top: 20px;
}

#expositores{
    margin-top: 10px;

}

.overlay{
    margin: 5%; 
    padding: 15px;
}

.left-text h1 {
    text-align: left;
    font-size: 3.5rem;
    color: #5c1f34;
}

.left-text p {
    color: #5c1f34;
}

.bottom-left p{
    color: #5c1f34;
}

}

/**/
@media (max-width: 576px) {

    .portada {
        display: flex;
        flex-wrap: wrap;
    }


