body{
    margin: 0;
    padding: 0;
}

.mobile{
    display: none;
}

.desktop{
    display: initial;
}

#landing {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

#landing video{
    width: 100%;
}

h2{
    font-size: 30px;
    margin: 10px 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
}

h3{
    font-size: 35px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    color: #3E3E3E;
}

h4{
    margin: 0;
}

#landing p{
    font-size: 16px;
    margin: 10px 0;
    font-weight: 400;
}


.dos-columnas{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 80px;
}

.dos-columnas p{
    font-size: 16px!important;
}

.col-der{
    width: 58%;
}

.col-der section{
    margin: 80px 0;
}



.col-izq{
    display: flex;
    flex-direction: column;
    width: 35%;
}

.nombre{
    background-color: #B08B47;
    color: white;
    padding: 10px;
}

.estefi{
align-items: flex-end;
}

.estefi img{
    width: 200px;
    margin-right: 20px;
}

.info{
    display: flex;
    flex-direction: row;
    

}

.info-bloque{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30%;
}

.info-bloque img{
    max-height: 50%;
}

.info-bloque p{
    margin: 0 20px!important;
        font-size: 16px!important;
}







@media (max-width: 701px){
    .mobile{
        display: initial;
    }
    
    .desktop{
        display: none;
    }

    .col-izq-2 h2 {
        width: 90%!important;
        text-align: center;
        margin-bottom: 40px!important;
    }

    hr{
        border-top: 2px solid black;
    width: 200px;
    margin: 40px 0;
    }

    #landing p{
        font-size: 18px;
    }

    #landing h2{
        font-size: 26px;
        text-align: center;
    }

    #header-desktop{
        display: none;
    }

    #header-mobile{
        display: initial;
    }

    .col-izq , .col-der , .col-izq-2 , .col-der-2 , .card{
        width: 100%!important;
    }

    .tres-columnas{
        flex-direction: column;
    }

    .card{
        margin-bottom: 30px;
    }

    .contenedor-video {
        width: 100%;
        margin: 20px 0;
    }

    .titular {
        text-align: center;
        width: 90%;
    }

    .dos-columnas{
        width: 100%;
        justify-content: center;
        margin-top: 0px;
    }

    .dos-columnas-2{
        width: 100%;
        margin: 40px 5%;
        justify-content: center;
    }

    

    .col-izq-2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .col-der-2{
        padding: 0;
        margin-top: 40px;
        width: 90%!important;
    }

    .col-izq p, .col-der-2 p{
        text-align: center;
    }

    .info-2{
        flex-direction: column;
    }

    .info-bloque{
        flex-direction: column;
        margin-bottom: 20px;
        width: 100%;
    }

    .info-bloque img {
        height: 90px;
    }

    .info-bloque p {
        margin: 20px 0!important;
    }




}
