@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


@font-face {
    font-family: 'Montserrat';
    src: url(/fuentes/Montserrat-VariableFont_wght.ttf);
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'Myriadpro';
    src: url(/fuentes/MYRIADPRO-REGULAR.woff);
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    height: auto;
}
body{
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    width: 100vw;
    height: auto;
    overflow-x: hidden;

}
.page {
    background-color: #ffffff;
    display: grid;
    justify-self: center;
    text-align: justify;
    width: 60%;
    margin: 20px 100px 25px 100px;
    font-size: clamp(10px, 1.25rem, 40px);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0 20px 100px;
    line-height: 1.4;
}

.tt-logo {
    width: 9vw;
    padding:  20px 0px;
    place-items: left;
    margin: 15px 0 30px;

}


@media screen and (max-width: 1400px) {
    .page {
        background-color: #ffffff;
        display: grid;
        justify-self: center;
        width: 65%;
        margin: 20px 100px 25px 100px;
        font-size: clamp(8px, 1.2rem, 40px);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 0 20px 100px;
    }
    .tt-logo {
        width: 12vw;
        padding:  20px 0px;
        place-items: left;
        margin: 15px 0 30px;
    
    
    }
}

@media screen and (max-width: 1200px) {
    .page {
        background-color: #ffffff;
        display: grid;
        justify-self: center;
        width: 55%;
        margin: 20px 100px 25px 100px;
        font-size: clamp(8px, 1rem, 40px);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 0 20px 100px;
    }
}

@media screen and (max-width: 1000px) {
    .page {
        background-color: #ffffff;
        display: grid;
        justify-self: center;
        width: 55%;
        margin: 20px 100px 25px 100px;
        font-size: clamp(8px, 1rem, 40px);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 0 20px 100px;
    }
    .tt-logo {
        width: 14vw;
        padding:  20px 0px;
        place-items: left;
        margin: 15px 0 30px;
    
    
    }
}

@media screen and (max-width: 800px) {
    .page {
        background-color: #ffffff;
        display: grid;
        justify-self: center;
        width: 65%;
        margin: 20px 100px 25px 100px;
        font-size: clamp(8px, .9rem, 40px);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 0 20px 100px;
    }
    .tt-logo {
        width: 16vw;
        padding: 20px 0px 0;
        place-items: left;
        margin: 15px 0 30px;    
    }
}

@media screen and (max-width: 610px) {
    .page {
        background-color: #ffffff;
        display: grid;
        justify-self: center;
        width: 75%;
        margin: 20px 100px 25px 100px;
        font-size: clamp(8px, .85rem, 40px);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 0 20px 100px;
    }
    .tt-logo {
        width: 18vw;
        padding: 20px 0px 0;
        place-items: left;
        margin: 15px 0 30px;    
    }
}

@media screen and (max-width: 610px) {
    .page {
        background-color: #ffffff;
        display: grid;
        justify-self: center;
        width: 75%;
        margin: 20px 100px 25px 100px;
        font-size: clamp(8px, .80rem, 40px);
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        padding: 0 20px 100px;
    }
    .tt-logo {
        width: 22vw;
        padding: 20px 0px 0;
        place-items: left;
        margin: 15px 0 30px;    
    }
}