/* Generales */
h1, h2, h3, h4, h5, h6, li, p {
    font-family:'Lato';
}
h1, h2 {
    font-size:45px !important; 
    font-weight:900;
    line-height:100%;
    margin-bottom:40px;
}
h3 {
    font-size:40px !important;
    font-weight:900;
    line-height:100%;
    margin-bottom:40px;
}
h4 {
    font-size:30px !important;
    font-weight:400;
    line-height:100%;
    margin-bottom:40px;
}
p, li {
    font-size:25px !important;
}
section {
    padding:5rem 4rem;
}

/* Header */
.main-header {
    background-image:url("../img/landing-experto/header-desktop.png");
    background-size: cover;
    min-height:800px;
}
@media (min-width:2100px) {
    .main-header {
        min-height: 1250px;
    }
}
.sr-logo {
    margin:0 auto 4rem auto;
}
.sub-header {
    max-width:60%;
}
.titulo-ppal {
    text-align:left;
    font-size:80px !important;
    text-transform:uppercase;
    font-style:italic;
    color:#FF0000;
    margin-bottom:20px;
}
hr {
    max-width:500px;
    border-top-width:2px;
}
.mt-4 {
    text-align:left;
    margin-top:20px;
    font-style:italic;
    font-weight:bold;
}
.hd-ico {
    margin:50px auto 0 auto;
    vertical-align:bottom;
}

/* Sección Video */
.sec-video {
    background-color:#313442;
}
.sec-video h2, .sec-video h3, .bg-white p {
    color:#fff;

}
.tt-lineado span {
    background-color:#313442;
    padding: 0 20px;
    z-index: 2;
}
iframe {
    aspect-ratio: 16 / 9;
    width: 80% !important;
    margin:20px auto 0 auto;
}

/* Sección Estadisticas */
.estadisticas {
    background-color:#ebebeb;
    padding:0 0 0 4rem !important;
}
.estadisticas p, .estadisticas li {
    font-size:20px !important;
    color:#000;
    line-height: 25px;
}
.stats-ico li::before {
    content:url("../img/landing-experto/stats-ico.png");
    vertical-align: middle;
    margin-right: 10px;
}
@media (max-width:1200px) {
    .estadisticas .md\:grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding:2rem 4rem 2rem 0;
}
}

/* CTA */
.cta {
    background-color:#D30000;
}
.cta .gap-4 {
    gap:3rem;
}
/* Ubicación */
.tt-lineado-2 span {
    background-color:#ffffff;
    padding: 0 20px;
    z-index: 2;
}
.ubicacion h3 {
    font-weight:700;
}

/*** DESKTOP SOLO ***/
@media (min-width:768px) {
    .tt-lineado, .tt-lineado-2 {
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: visible;
    justify-content: center;
}
.tt-lineado::after, .tt-lineado-2::after, .tt-lineado-2::before {
    content: "";
    display: inline-block;
    margin-bottom: .2em;
    position: absolute;
    height: 2px;
    background-color: #fff;
    right: 0;
    bottom: 2px;
    left: 0px;
}
.tt-lineado-2::after {
    background-color: #707070;
}
.tt-lineado-2::before {
    background-color: #BA0D13;
    height: 3px;
    width:50%;
    z-index:2;
}

}

/*** TABLET ***/
@media (max-width:768px) {
.sub-header {
    max-width:100%;
}
.estadisticas {
        padding:2rem;
}
.md\:grid-cols-2 {
    padding:0;
}
.titulo-ppal {
    font-size:50px !important;
}

}

/*** MOBILE ***/
@media (max-width:480px) {
section {
    padding:5rem 2.5rem;
}
h1, h2 {
    font-size:30px !important;
    line-height:30px;
}
h3 {
    font-size:25px !important 
}
h4 {
    font-size:20px !important;
}
p, li {
    font-size:20px !important;
}
.titulo-ppal {
    line-height:50px !important;
}
.cta .flex {
    flex-direction:column;
}
.cta .gap-4 {
    gap:1rem;
}
iframe {
    width: 100% !important;
}
.tt-lineado span, .tt-lineado-2 span {
    padding:0;
    line-height: 30px;
}

}

/* Res +2K */
@media (min-width:2000px) and (max-width:2500px) {
    .main-header {
        min-height: 1100px;
    }
}

@media (min-width:2500px) {
    .main-header {
        min-height: 1350px;
    }
}