/*
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Flex', sans-serif;
font-family: 'Roboto Slab', serif;
*/

@media only screen and (max-width: 600px) {
    * {
        font-size: 14px !important;    
    }
}

@media only screen and (min-width: 601px) and (max-width:900px){
    * {
        font-size: 15px !important;    
    }
    .lpText {
        width: 30% !important;
        font-size: 1.25rem !important;
    }
}

.montserratLP {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

*{
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
}

html {
    background-image: url(assets/img/fondo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.lpText {
    width: 35%;
    margin-top: 2.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #2b2b2b;
    text-align: center;
}

.lpBTBContainer {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lpTextBarra {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.lpBarraTB, .lpBTBarra {
    width: 35rem;
    height: 3rem;
    min-height: 2rem;
}

.lpBarraTB {background-color: rgba(255, 238, 214, 0.75);}

.lpBTBarra {background-color: rgba(187, 216, 233, 0.75);}

.lpLogo {height: 5rem; margin-top: 1rem;}

.lpBTextB {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #2b2b2b;
    text-align: center;
}

.lpFooter {
    background-color: rgba(145, 145, 145, 0.5);
    width: 100%;
    height: 5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.lpFooterIcon {
    width: 2.5rem;
    height: 2.5rem;
}