@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

.container_slider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    max-width: 100%;
    height: 80vh;
    background: var(--color-light-50);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: background 0.4s ease-in;
    position: relative;
    background-color: #ebebeb;
    font-family: 'Poppins', sans-serif;
}

.imagens .imagem {
    position: absolute;
    width: 60%;
    height: 90%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.8s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (min-width: 200px) and (max-width:600px) {

    body {
        height: 100vh;
    }

    .banner {
        height: 10%;
    }

    .busca {
        flex-direction: column;
    }

    .busca .form-group {
        flex-direction: column;
    }

    .button {
        width: 30%;
    }

    body .slider {
        height: 30%;
    }


    .slider .slider-content {
        height: 100%;
    }

    .informacoes {
        height: 32%;
        padding: 0;
    }

    body .informacoes .informacao {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .informacoes .informacao p {
        font-size: 13px;
        line-height: 13px;
    }

    body .informacoes .slider-informacao {
        gap: 0px;
    }

    body .informacoes .slider-informacao .txt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body .informacoes .slider-informacao p {
        font-size: 10px;
        line-height: 12px;
        text-align: center;
    }

    body .slider-convenios {
        height: 20%;
        padding: 1px;
        align-items: flex-start;
    }

    body .slider-convenios img {
        width: 40%;
    }

    body .slider-convenios h3 {
        font-size: 15px;
        margin-top: 0;
    }




}

@media screen and (min-width: 601px) and (max-width:768px) {

    body {
        height: 100vh;
    }

    .banner {
        height: 10%;
    }

    .busca {
        flex-direction: column;
    }

    .busca .form-group {
        flex-direction: column;
    }

    .button {
        width: 30%;
    }

    body .slider {
        height: 40%;
    }


    .slider .slider-content {
        height: 100%;
    }

    .informacoes {
        height: 30%;
        padding: 0;
    }

    body .informacoes .informacao {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .informacoes .informacao p {
        font-size: 16px;
        line-height: 20px;
    }

    body .informacoes .slider-informacao {
        gap: 0px;
    }

    body .informacoes .slider-informacao .txt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body .informacoes .slider-informacao p {
        font-size: 13px;
        line-height: 14px;
        text-align: center;
    }

    body .slider-convenios {
        height: 20%;
        padding: 1px;
        align-items: flex-start;
    }

    body .slider-convenios h3 {
        font-size: 18px;
        margin-top: 0;
    }


}

@media screen and (min-width: 769px) and (max-width:1024px) {

    body {
        height: 100vh;
    }

    .banner {
        height: 15%;
    }

    .busca {
        flex-direction: column;
    }

    .busca .form-group {
        flex-direction: column;
    }

    .button {
        width: 30%;
    }

    .form-group .form-control {
        width: 41em;
        height: 3em;
    }

    body .slider {
        height: 50%;
    }


    .slider .slider-content {
        height: 100%;
    }

    .informacoes {
        height: 30%;
        padding: 0;
    }

    body .informacoes .informacao {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .informacoes .informacao p {
        font-size: 20px;
        line-height: 25px;
    }

    body .informacoes .slider-informacao {
        gap: 0px;
    }

    body .informacoes .slider-informacao .txt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body .informacoes .slider-informacao p {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    body .slider-convenios {
        height: 20%;
        padding: 1px;
        align-items: flex-start;
    }

    body .slider-convenios h3 {
        font-size: 22px;
        margin-top: 0;
    }


}

@media screen and (min-width:1025px) and (max-width:1222px) {

    body {
        height: 100vh;
    }

    .banner {
        height: 15%;
    }

    .button {
        width: 30%;
    }

    body .slider {
        height: 50%;
    }


    .slider .slider-content {
        height: 100%;
    }

    .informacoes {
        height: 30%;
        padding: 0;
    }

    body .informacoes .informacao {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body .informacoes .informacao p {
        font-size: 20px;
        line-height: 25px;
    }

    body .informacoes .slider-informacao {
        gap: 5px;
    }

    body .informacoes .slider-informacao .txt {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body .informacoes .slider-informacao p {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    body .slider-convenios {
        height: 20%;
        padding: 1px;
        align-items: flex-start;
    }

    body .slider-convenios h3 {
        font-size: 22px;
        margin-top: 0;
    }
}

.imagem .msg-slider1 {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background-color: var(--color-light-50);
}

.imagem .msg-slider1 h2 {
    font-size: 25px;
    font-weight: bold;
    color: #cc1100;
    text-transform: uppercase;
}

.imagem .msg-slider1 p {
    color: #505050;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}

.imagem .msg-slider2 {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background-color: var(--color-light-50);
}

.imagem .msg-slider2 h2 {
    font-size: 25px;
    font-weight: bold;
    color: #2b79a6;
    text-transform: uppercase;
}

.imagem .msg-slider2 p {
    color: #505050;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}

.imagem .msg-slider3 {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background-color: var(--color-light-50);
}

.imagem .msg-slider3 h2 {
    font-size: 25px;
    font-weight: bold;
    color: #2b79a6;
    text-transform: uppercase;
}

.imagem .msg-slider3 p {
    color: #505050;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
}

input[type=radio] {
    display: none;
}



.imagens-slider {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    max-height: 1200px;
    overflow: hidden;
    display: flex;
    transform-style: preserve-3d;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.imagens {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

#item-1:checked~.imagens #imagem-3,
#item-2:checked~.imagens #imagem-1,
#item-3:checked~.imagens #imagem-2 {
    transform: translateX(-60%) scale(0.8);
    transition: 0.4s;
    opacity: 0.4;
    z-index: 0;
}

#item-1:checked~.imagens #imagem-2,
#item-2:checked~.imagens #imagem-3,
#item-3:checked~.imagens #imagem-1 {
    transform: translateX(60%) scale(0.8);
    transition: 0.4s;
    opacity: 0.4;
    z-index: 0;
}

#item-1:checked~.imagens #imagem-1,
#item-2:checked~.imagens #imagem-2,
#item-3:checked~.imagens #imagem-3 {
    transform: translateX(0) scale(1);
    transition: 0.4s;
    opacity: 1;
    z-index: 1;
}

#item-1:checked~.imagens #imagem-2 img,
#item-2:checked~.imagens #imagem-3 img,
#item-3:checked~.imagens #imagem-1 img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}

.btn_fixed {
    bottom: 30px;
    right: 30px;
    position: fixed;
    background-color: #5b8d89;
    border-radius: 45px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.btn_fixed a {
    cursor: pointer;
}

.btn_fixed.visible {
    visibility: visible;
}

.btn_fixed img {
    width: 100%;
    height: 80%;
    opacity: 0.8;
}

.busca .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


select,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #ebe5e5;
    background-image: none;
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
    flex: 1;
    padding: 0 .5em;
    color: #505050;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

.form-control {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
    background-color: #ebe5e5;
}

.form-control::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #9f9393;
    color: rgba(105, 107, 109, 1);
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

.form-control:hover::after {
    color: #ebe5e5;
}




.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

select,
input,
button {
    margin: 0;
    resize: none;
}

.slider-convenios {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #e3dfdf;
    margin-bottom: 1%;
}

.slide {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    margin-top: 3%;
    background-color: #ffffff;
}

.slider-convenios img {
    width: 30%;
    height: 70%;
    margin-left: 33%;
    margin-top: 5%;
}

.slide.active {
    opacity: 1;
}

.slider-convenios h3 {
    text-align: center;
    font-size: 30px;
    color: #164845;
    font-weight: 700;
    display: flex;
    align-items: flex-start;
}

.informacoes {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 15px;
    background-color: #ebe5e5;

}

.informacoes .informacao {
    width: 45%;
    height: 100%;
    font-size: 25px;
    padding: 30px;
    background-color: #ebe5e5;
    border-radius: 15px;
    color: #111;
    line-height: 35px;
    font-weight: 500;
}

.slider-informacao {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}

.slider-informacao .txt {
    width: 90%;
    text-align: center;
    background-color: #b0cdcc;
    border-radius: 20px;
    height: 35px;
    color: #000000;
    font-weight: bold;
    transition: 0.3s;
}

.slider-informacao .txt:hover {
    transform: scale(1.05);
}