﻿.mainMSTest1 {
    padding-top: 180px;
    padding-bottom: 80px;
    height: 1px;
    min-height: 100vh;
}

.divlogoSeatTest1 {
    display: none;
}

.logoSeatTest2 {
    display: none;
}

.logoSeatTest1 {
    position: absolute;
    left: 0;
    top: -140px;
}

.logoIDTKTest1 {
    position: absolute;
    right: 0;
    top: 20px;
}

.tituloSMTest1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    font-family: 'Barlow';
    font-weight: bolder;
}

.tituloSMTest2 {
    text-align: center;
    font-size: 15px;
    font-family: 'Barlow';
}

.navbarbrandSMTest1 {
    position: relative;
    cursor: default;
}

.containerSMTest1 {
    position: relative;
    padding-top: 100px;
}

.navbarSMTest1 {
    background-color: #E5E5E5;
}

.navItemSMTest1 {
    margin-right: 20px;
    z-index: 999;
}

.btnSMTest1 {
    font-size: 20px;
    font-family: 'Barlow';
    font-weight: bold;
    border-width: 2px;
    border-radius: 15px;
}

.btnSMTest2 {
    font-size: 20px;
    border-width: 2px;
}

.h2Test1 {
    font-family: 'Barlow';
    font-weight: bolder;
}

.spanSMTest1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.faSMTest1 {
    margin: auto;
    padding-right: 10px;
}

@media screen and (min-width: 576px) {
    .btnSMShowHide1 {
        display: none;
    }
}

@media screen and (max-width: 1399px) {
    .tituloSMTest1 {
        position: absolute;
        top: 50%;
        left: 65%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 991px) {
    .tituloSMTest1 {
        display: none;
    }
    
    .tituloSMTest1 {
        font-size: 20px;
    }
    .logoIDTKTest1 {
        top:10px;
    }
}

@media screen and (max-width: 767px) {
    .tituloSMTest1 {
        display: none;
    }
    
    .navItemSMTest1 {
        margin-right: 0;
    }

    .tituloSMTest1 {
        right: 0;
        position: absolute;
        top: 50%;
        left: inherit;
        right: 0;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 575px) {
    .tituloSMTest1 {
        display: none;
    }

    .logoSeatTest1 {
        display: none;
    }

    .logoIDTKTest1 {
        display:none;
    }

    .divlogoSeatTest1 {
        display: block;
        position: absolute;
        left: 50%;
        top: -40px;
        transform: translateX(-50%);
    }

    .btnSMTest1 {
        width: 100%;
        text-align: center;
    }

    .faSMTest1 {
        margin-left: 0;
        margin-right: 0;
    }
    .footerMSTest1 {
        height: 200px;
    }
    .footerMSTest2 {
        display:block;
    }
}
