body{
    margin: auto;
    box-shadow: 1px 0px 14px #000;
    width: min(1920px, 100%);
    font-family: "Montserrat", sans-serif;
}





/*INICIO CODIGO DEL NUEVO LANDING*/

.blo4gal{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #132F54;
}

.blo4text{
    background-color: #3979BD;
    padding: 30px 0;
}

.blo4text>h1{
    text-align: center;
    font-size: 70px;
    color: white;
}

.bloque3{
    text-align: center;
    padding: 0px 0 100px 0;
}

.bloque3>video{
    width: 1100px;
    aspect-ratio: 16 / 9.6;
}

.bloque3>h1{
    font-size: 55px;
}

.bloque1{
    position: relative;
}

.blo1-1{
    position: absolute;
    top: 0px;
}

.blo1-1>img{
    height: 240px;
    object-fit: cover;
    width: 100%;
    object-position: left;
}

.bloque1>video{
    height: 1146px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.blo1-3{
    position: absolute;
    bottom: 0px;
    right: 0px;
    pointer-events: none;
}

.blo1-2{
    position: absolute;
    bottom: 70px;
    left: 160px;
    background-color: #3979bda1;
    width: 570px;
    border-radius: 100px;
}

.tododeblo2>h1{
    font-size: 65px;
    color: white;
    margin: 10px 0;
}

.tododeblo2{
    width: 430px;
    margin: 40px auto 50px;
}

.boton{
    width: 250px;
    font-size: 30px;
    color: #132f54;
    border: none;
    border-radius: 16px;
    height: 60px;
    font-weight: 700;
    box-shadow: inset 0px 0px 10px 5px #184362;
}

.dibot{
    text-align: center;
}

.labelimput1>input{
    height: 45px;
    border-radius: 18px;
    border: none;
    background-color: #bcc8da;
}

.labelimput2>input{
    height: 45px;
    border-radius: 18px;
    border: none;
    background-color: #bcc8da;
}

.labelimput3>input{
    height: 45px;
    border-radius: 18px;
    border: none;
    background-color: #bcc8da;
}

.labelimput1{
    display: grid;
    padding: 5px 0px;
}

.labelimput1>label{
    color: white;
    font-size: 25px;
}



.labelimput2{
    display: grid;
    padding: 5px 0px;
}

.labelimput2>label{
    color: white;
    font-size: 25px;
}

.labelimput3{
    display: grid;
    padding: 5px 0px;
}

.labelimput3>label{
    color: white;
    font-size: 25px;
}

.labelimput4{
    display: grid;
    padding: 5px 0px;
}

.labelimput4>label{
    color: white;
    font-size: 25px;
}

.labelimput4>select{
    height: 45px;
    border-radius: 18px;
    border: none;
    background-color: #A7B3C5;
}

.blo1-4{
    position: absolute;
    top: 240px;
    left: 130px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 10px #000000;
}

.blo1-4>h2{
    margin: 0px;
    font-size: 28px;
}

.blo1-4>h1{
    margin: 0px;
    font-size: 40px;
}

.blo2-1{
    width: 400px;
    text-align: center;
    box-shadow: 0px 0px 10px #858585;
    border-radius: 25px;
    background-color: white;
}

.blo2-2{
    width: 400px;
    text-align: center;
    box-shadow: 0px 0px 10px #858585;
    border-radius: 25px;
    background-color: white;
}

.blo2-3{
    width: 400px;
    text-align: center;
    box-shadow: 0px 0px 10px #858585;
    border-radius: 25px;
    background-color: white;
}

.bloque2{
    display: flex;
    gap: 50px;
    justify-content: center;
    transform: translateY(-50px);
    bottom: -170px;
    left: 0px;
    right: 0px;
    color: #A1CD3A;
    line-height: 01;
}

.blo2-1>h1{
    margin: 0;
    font-size: 120px;
}

.blo2-1>h2{
    margin: 0px 0 35px 0;
    font-size: 45px;
}

.blo2-1>h3{
    margin: 35px 0 0 0;
    font-size: 38px;
}

.blo2-3>h1{
    margin: 0;
    font-size: 160px;
}

.blo2-3>h3{
    margin: 35px 0 0 0;
    font-size: 38px;
}

.blo2-2>h1{
    font-size: 24px;
}

.line{
    background-color: #53B94C;
    width: 40px;
    height: 4px;
    margin: auto;
}

.cuadrodeTYC{
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}

.cuadrodeTYC>p{
    color: white;
    font-size: 23px;
    margin: 0;
}

.bloque5 {
    background-color: #37c6f4;
    height: 80px;
    border-top: 40px solid #a1cd3a;
}

.blo1-5{
    position: absolute;
    top: 20px;
    right: 80px;
}

.blo1-5>img {
    width: min(180px, 100%);
}

.divbot{
    text-align: center;
}



@media screen and (max-width: 1700px) {
    .blo1-3>img{
        width: 900px;
    }
}

@media screen and (max-width: 1500px) {
    .blo1-5>img{
        width: 150px;
    }
}

@media screen and (max-width: 1460px) {
    .blo1-3>img{
        width: 700px;
    }
}

@media screen and (max-width: 1400px) {
    .blo2-1{
        width: 300px;
    }
    .blo2-2{
        width: 300px;
    }
    .blo2-3{
        width: 300px;
    }
    .blo1-4 {
        top: 200px;
    }
    .blo1-2 {
        bottom: 100px;
    }
    .bloque2 {
        bottom: -1070px;
    }
    .blo1-4{
        left: 0px;
        right: 0px;
    }
    .blo1-2{
        left: 0px;
        right: 0px;
        margin: auto;
    }
}


@media screen and (max-width: 1366px) {
    .tododeblo2>h1 {
        font-size: 35px;
    }

    .labelimput1>label {
        font-size: 18px;
    }

    .labelimput2>label {
        font-size: 18px;
    }

    .labelimput3>label {
        font-size: 18px;
    }

    .labelimput4>label {
        font-size: 18px;
    }

    .labelimput1>input {
        height: 25px;
    }

    .labelimput2>input {
        height: 25px;
    }

    .labelimput3>input {
        height: 25px;
    }

    .labelimput4>input {
        height: 25px;
    }

    .blo1-2 {
        bottom: 300px;
        left: -600px;
    }

    .blo1-4>h2 {
        font-size: 18px;
    }

    .blo1-4>h1 {
        margin: 0px;
        font-size: 26px;
    }

    .blo1-4 {
        top: 180px;
        left: 120px;
    }

    .blo1-2 {
        width: 470px;
    }

    .tododeblo2 {
        width: 330px;
    }

    .labelimput4>select {
        height: 25px;
    }

    .bloque1>video {
        height: 800px;
    }

    .blo1-2 {
        bottom: 0px;
    }

    .cuadrodeTYC>p {
        font-size: 14px;
    }

    .blo1-4 {
        top: 150px;
        left: -580px;
    }

    .blo1-2 {
        bottom: 50px;
    }

    .boton {
        font-size: 21px;
        height: 40px;
        width: 170px;
    }

    .tododeblo2 {
        margin: 40px auto 40px;
    }

    .blo2-1>h1 {
        font-size: 90px;
    }

    .blo2-3>h1 {
        font-size: 90px;
    }

    .blo2-2>h1 {
        font-size: 18px;
    }

    .blo2-3>h3 {
        font-size: 25px;
    }

    .blo2-1>h3 {
        font-size: 25px;
        margin: 25px 0 0 0;
    }
    
    .blo2-1>h2 {
        font-size: 28px;
        margin: 0px 0 25px 0;
    }

    .blo1-2 {
        border-radius: 60px;
        width: 420px;
        bottom: 85px;
    }

    .bloque3>video {
        width: 800px;
    }

    .bloque3>h1 {
        font-size: 40px;
    }

    .blo4text>h1 {
        font-size: 40px;
    }

    .blo4gal{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .blo4gal>img{
        width: min(480px, 100%);
    }

    .blo1-1>img {
        height: 170px;
    }
}

@media screen and (max-width: 1350px) {
    .blo4text>h1 {
        font-size: 50px;
    }
    .bloque2{
        position: relative;
        flex-direction: column;
        align-items: center;
        bottom: -70px;
        padding: 20px 0 50px;
    }
    .blo2-1{
        display: flex;
        align-items: center;
        gap: 30px;
        width: 400px;
        justify-content: center;
    }
    .blo2-2{
        display: flex;
        gap: 0px;
        width: 400px;
        justify-content: center;
        flex-direction: column;
    }
    .blo2-3{
        display: flex;
        align-items: center;
        gap: 30px;
        width: 400px;
        justify-content: center;
    }
    .bloque1 {
        margin: 0px;
    }
    .blo2-1>h3 {
        margin: 0;
    }
    .blo2-1>h2 {
        margin: 0;
    }
    .blo2-3>h3 {
        margin: 0;
    }
    .boton {
        width: 131px;
    }

}

@media screen and (max-width: 1170px) {
    .doscolumnas {
        display: flex;
        flex-direction: column;
    }
    .columna2 {
        background-color: #0a3774;
        border-left: 0px solid #ffffff;
        width: 100%;
    }
    .tododecolumna2 {
        margin: 40px auto 0;
    }
    .direccion {
        margin: 50px 0 20px 0;
    }
    .texto1>h2 {
        font-size: 38px;
    }
    .Col1h1-1 {
        font-size: 63px;
    }
    .Col1h1-2 {
        font-size: 63px;
    }
    .Col2h1-1 {
        font-size: 51px;
    }
    .Col2h1-2 {
        font-size: 68px;
    }
    .infodelanding {
        color: #132f54;
        display: grid;
        margin: 100px auto 0;
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        text-align: center;
    }
    .IdL1 {
        border-right: 3px solid #132f54;
        padding: 50px 50px;
        border-bottom: 3px solid #132f54;
    }

    .IdL2 {
        padding: 65px 50px;
        border-bottom: 3px solid #132f54;
        border-right: none;
    }
    .IdL4 {
        width: auto;
    }
    .infodelanding {
        margin: 0px auto 0;
    }
}

@media screen and (max-width: 1110px) {
    .blo1-3>img {
        display: none;
    }

    .blo1-2{
        left: 0px;
        right: 0px;
    }

    .blo1-4{
        left: 0px;
        right: 0px;
    }
}

@media screen and (max-width: 1100px) {
    .bloque3>video {
        width: 800px;
    }
}

@media screen and (max-width: 1001px) {
    .bloque3>video {
        width: 600px;
    }
    .blo4gal{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .blo4gal>img{
        width: min(480px, 100%);
    }
    .blo1-5>img {
        width: 120px;
    }

}

@media screen and (max-width: 850px) {
    .texto1>h2 {
        font-size: 28px;
    }
    .Col1h1-1 {
        font-size: 53px;
    }
    .Col1h1-2 {
        font-size: 53px;
    }
    .Col2h1-1 {
        font-size: 41px;
    }
    .Col2h1-2 {
        font-size: 58px;
    }
    .texto1 {
        width: 322px;
        border-bottom: 5px solid #ffffff;
    }
    .Col1h1-1gra {
        font-size: 80px;
    }
    .Col1h1-2gra {
        font-size: 80px;
    }
    .texto1gra>h2 {
        font-size: 40px;
        width: 500px;
    }
}

@media screen and (max-width: 800px) {
    .blo4text>h1 {
        font-size: 35px;
    }
    .blo1-5 {
        top: 5px;
        right: 10px;
    }
    .blo1-5>img {
        width: 90px;
    }
    .blo1-1>img {
        height: 120px;
    }

}

@media screen and (max-width: 780px) {
    .texto1 {
        margin: 100px auto 0;
    }
    .columna1 {
        height: 900px;
    }
    .texto2 {
        margin: auto;
        width: 522px;
    }
    .Col1h1-1 {
        line-height: 1.6;
    }
    .Col2h1-1 {
        line-height: 1.4;
    }
}

@media screen and (max-width: 720px) {
    .blo1-2{
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: -4px;
        border-radius: 0px;
        width: 100%;
        padding: 20px 0;
        background-color: #1C4375;
    }
    .bloque1>video{
        height: 100%;
    }
    .bloque5 {
        height: 60px;
        border-top: 20px solid #118e45;
    }
}

@media screen and (max-width: 710px) {
    .columna1gra>img {
        width: 540px;
    }
    .columna1gra>.texto1gra {
        padding: 170px 0 0 50px;
    }
}

@media screen and (max-width: 670px) {
    .blo1-2{
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        top: -4px;
        border-radius: 0px;
        width: 100%;
        padding: 20px 0;
    }
    .bloque1>video{
        height: 100%;
    }
    .blo2-1 {
        width: 500px;
    }
    .blo2-2 {
        width: 500px;
    }
    .blo2-3 {
        width: 500px;
    }
    .blo1-4>h2 {
        font-size: 20px;
    }
    .blo1-4>h1 {
        font-size: 28px;
    }
    .tododeblo2 {
        width: 350px;
    }
    .tododeblo2>h1 {
        font-size: 50px;
    }
    .labelimput1>input {
        height: 30px;
    }
    .labelimput2>input {
        height: 30px;
    }
    .labelimput3>input {
        height: 30px;
    }
    .labelimput4>select {
        height: 30px;
    }
    .blo2-1>h1 {
        font-size: 90px;
    }
    .blo2-1>h2 {
        font-size: 35px;
    }
    .blo2-1>h3 {
        font-size: 28px;
    }
    .blo2-3>h1 {
        font-size: 90px;
    }
    .blo2-3>h3 {
        font-size: 28px;
    }
    .bloque3>video {
        width: 500px;
    }
    .bloque3>h1 {
        font-size: 40px;
        padding: 20px 0 0 0;
    }
    .blo1-5 {
        top: 5px;
        right: 10px;
    }
    .blo1-5>img {
        width: 60px;
    }
}

@media screen and (max-width: 590px) {
    .IdL1 {
        padding: 20px 20px;
    }
    .IdL2 {
        padding: 36px 20px;
    }
    .IdL3 {
        padding: 15px 15px;
    }
    .IdL4 {
        padding: 20px 20px;
    }
    .IdL4>p {
        font-size: 18px;
    }
    .texto2 {
        margin: auto;
        width: 322px;
    }
    .texto2>h2 {
        margin: 0 0 0 0;
    }
    .Col2h1-1 {
        margin: -15px 0px 0 0px;
    }
    .Col2h1-2 {
        margin: -25px 0px 50px 0px;
    }
}

@media screen and (max-width: 560px) {
    .bloque3>video {
        width: 300px;
    }
    .blo1-4>h2 {
        font-size: 15px;
    }
    .blo1-4>h1 {
        font-size: 23px;
    }
    .blo2-1>h1 {
        font-size: 60px;
    }
    .blo2-3>h1 {
        font-size: 60px;
    }
    .blo2-1>h3 {
        font-size: 24px;
    }
    .blo2-3>h3 {
        font-size: 24px;
    }
    .blo4text>h1 {
        font-size: 35px;
    }
    .blo2-1 {
        width: 380px;
    }
    .blo2-2 {
        width: 380px;
    }
    .blo2-3 {
        width: 380px;
    }
    .blo2-1 {
        gap: 5px;
    }
    .blo1-4 {
        top: 111px;
    }
    .bloque3>video {
        width: 400px;
    }
}

@media screen and (max-width: 550px) {
    .Col1h1-1gra {
        font-size: 50px;
    }
    .Col1h1-2gra {
        font-size: 65px;
        line-height: 2;

    }
    .texto1gra>h2 {
        font-size: 35px;
        width: 500px;
    }
    .columna1gra>img {
        width: 400px;
    }
    .columna1gra {
        height: 890px;
    }
    .imagensuperiorlogo {
        overflow: hidden;
        width: 100%;
    }
    .imagensuperiorlogo>img {
        width: 700px;
    }

    .Tododelanding2>.imagensuperiorlogo {
        overflow: hidden;
        width: 100%;
    }
    .Tododelanding2>.imagensuperiorlogo>img {
        width: 700px;
    }
}

@media screen and (max-width: 480px) {
    .IdL1 {
        padding: 15px 15px;
    }
    .IdL2 {
        padding: 16px 15px;
    }
    .IdL3 {
        padding: 15px 15px;
    }
    .IdL4 {
        padding: 5px 15px;
    }
    .IdL4>p {
        font-size: 18px;
    }
    .Col1h1-1 {
        font-size: 33px;
        line-height: 2.2;
    }
    .Col1h1-2 {
        font-size: 33px;
        margin: -25px 0px 20px 0;
    }
    .Col2h1-1 {
        margin: -15px 0px 0 40px;
        font-size: 31px;
    }
    .Col2h1-2 {
        font-size: 38px;
        margin: -15px 0px 0 40px;
    }
    .texto2>h2 {
        font-size: 15px;
        margin: -15px 0px 0 40px;
    }
    .Col2h1-1 {
        line-height: 2.1;
    }
    .texto2 {
        padding: 30px 0 0 0;
    }
    .columna1 {
        height: 800px;
    }
    .Col1h1-1gra {
        font-size: 30px;
    }
    .Col1h1-2gra {
        font-size: 45px;
        line-height: 2;

    }
    .texto1gra>h2 {
        font-size: 25px;
        width: 300px;
    }
}

@media screen and (max-width: 470px) {
    .columna1gra {
        height: 790px;
    }
    .boton {
        width: 150px;
    }
}

@media screen and (max-width: 440px) {
    .blo2-1 {
        width: 270px;
        padding: 25px 0;
    }
    .blo2-2 {
        width: 270px;
        padding: 25px 0;
    }
    .blo2-3 {
        width: 270px;
        padding: 25px 0;
    }
    .bloque3>video {
        width: 280px;
    }
    .bloque3>h1 {
        font-size: 25px;
        padding: 20px 0 0 0;
    }
    .blo2-1>h1 {
        font-size: 40px;
    }
    .blo2-3>h1 {
        font-size: 40px;
    }
    .blo2-1>h2 {
        font-size: 22px;
    }
    .blo2-1>h3 {
        font-size: 20px;
    }
    .blo2-3>h3 {
        font-size: 20px;
    }
    .labelimput1>label {
        color: white;
        font-size: 17px;
    }
    .labelimput2>label {
        color: white;
        font-size: 17px;
    }
    .labelimput3>label {
        color: white;
        font-size: 17px;
    }
    .labelimput4>label {
        color: white;
        font-size: 17px;
    }
    .tododeblo2 {
        width: 250px;
    }
    .boton {
        width: 150px;
        font-size: 22px;
    }
    .cuadrodeTYC>p {
        font-size: 14px;
    }
    .tododeblo2>h1 {
        font-size: 30px;
    }
    .blo1-4>h1 {
        font-size: 17px;
    }
    .blo1-4>h2 {
        font-size: 12px;
    }
    .blo1-4 {
        top: 70px;
    }
    .blo1-5 {
        top: 5px;
        right: 10px;
    }
    .blo1-5>img {
        width: 55px;
    }
    .blo1-1>img {
        height: 80px;
    }
}

@media screen and (max-width: 420px) {
    .columna1gra>img {
        width: 300px;
    }
    .columna1gra {
        height: 690px;
    }
    .imagensuperiorlogo>img {
        width: 600px;
    }
}

@media screen and (max-width: 405px) {
    .infodelanding {
        grid-template-columns: 1fr;
    }
    .IdL1 {
        border-right: none;
        border-bottom: 3px solid #132f54;
    }
    .IdL2 {
        border-right: none;
        border-bottom: 3px solid #132f54;
    }
    .IdL3 {
        border-right: none;
        border-bottom: 3px solid #132f54;
    }
    .tododecolumna2 {
        width: 250px;
    }
    .texto1 {
        width: 222px;
    }
    .texto2 {
        width: 222px;
    }
    .Col2h1-1 {
        margin: -15px 0px 0 0px;
    }
    .texto2>h2 {
        margin: -15px 0px 0 0px;
    }
    .Col2h1-2 {
        margin: -15px 0px 0 0px;
    }
}



@media screen and (max-width: 360px) {
    .Col1h1-1gra {
        font-size: 20px;
    }
    .Col1h1-2gra {
        font-size: 35px;
    }
    .texto1gra>h2 {
        font-size: 16px;
        width: 200px;
    }
    .columna1gra>img {
        width: 270px;
    }
    .columna1gra {
        height: 100vh;
    }

} 