body,
html {
    height: 100%;
    /* overflow: hidden; */
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.container {
    margin: 0 auto;
    max-width: 100% !important;
    width: 100% !important;
}

.header {
    background-image: url('../images/background_4.png');
    height: 100%; 
    max-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.header .top .btn {
    box-shadow: none;
    background-color: transparent;
    border: 2px solid aliceblue;
    border-top-right-radius: 10px;
    color: aliceblue;
    font-weight: bold;
    padding: 4px 0;
    height: auto;
}

.top .col.s2:not(.pesquisa) {
    width: 220px;    
    /* padding-left: 0; */
    /* padding-right: 25px; */
}

.top .col.s2.pesquisa {
    position: relative;
    width: 100%;
    /* max-width: 300px; */
    padding: 0;
    margin: 0;
    margin-top: -6px;
}

.top .btn {
    width: 100%;
}

.top .col.s2.pesquisa button.bsearch {
    width: 35px;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 24px;
    right: 0;
    border: 1px solid #143d6c;
    border-top-left-radius: 8px;
    color: aliceblue;
    background-color: #143d6c;
    cursor: pointer;
}

.section1 {
    background-image: url('../images/background2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 65px;
    margin: 0 auto;
}

/* MODAL */
.modal-content{
    width: max-content !important;
}

.modal-content-image {
    width: 130px;
}

.modal {    
    width: max-content !important;
    margin-top: 13%;
    text-align: center;
    position: absolute;
    background-color: transparent;
    box-shadow: none;
    box-sizing: none;
} 
/* Fim MODAL */

/* MENU INFERIOR */
.content-image-inferior {
    width: 100%;
}

.menu-inferior {
    width: 100%;
    position: absolute;
    bottom: 50px;
    padding: 0 50px;
}

.slide-list {
    display: flex;
}

.slide-item {
    margin: 0 auto;
    transition: transform .2s;
    flex-shrink: 0;
    cursor: pointer;
}

.slide-item:hover {
    z-index: 1;
    transform: scale(1.2);
}

.slide-content {
    position: relative;
}

.slide-image {
    width: 94%;
}
.abrir-chamado {
    position: absolute;
    right: 0;
    top: 190px;
}
/* Fim MENU INFERIOR */

/* MOBILE */
    .mobile-menu {
        width: 100% ;
        height: auto;
        min-height: 50px;
        margin-bottom: 10px;
        padding-top: 8px;
        background-color: rgb(25, 139, 165);
        border: 3px solid aliceblue;
        color: aliceblue;
        border-radius: 15px;
        border-top-right-radius: 0;
        font-size: 1.5rem;
    }
    .mobile {
        display: none;
        background-image: url("../images/mobile-background.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .bot-mobile {
        position: absolute;
        bottom: 0;
        width: 100% !important;
    }
    .mobile img {
        padding: 30px 10px 0;
    }

    .child>.mobile-menu {
        background-color: #143d6c;
        border-top-right-radius: 15px;
        border-top-left-radius: 0;
    }
    .child2>.mobile-menu {
        width: 95%;
        margin-left: 5%;
        background-color: #143d6c;
        border-top-right-radius: 15px;
        border-top-left-radius: 0;
        font-size: 1.2rem;
    }
    #reset,
    .child,
    .child2,
    .meta1_child,
    .meta15_child {
        display: none;
    }
    .mobile-menu.back {
        background-color: aliceblue;
        color: #143d6c;
        border-color: #198BA5;
    }

/* FIM MOBILE */

/* MEDIAS */
    @media only screen and (max-width: 911px) {
        .screen {
            display: none;
        }
        .mobile {
            display: block;
        }
    }
    @media only screen and (max-width: 600px) {
        .bot-mobile {
            padding: 0 10px;
        }
    }
/* FIM MEDIAS */
