#logo {
    width: 85px;
    margin-top: 1px;
    margin-left: 15px;
}

h1 {
    text-align: center;
    margin: 30px 0;
}

/*Configurações gerais */
h2 {
    text-transform: uppercase;
    color: #00aceb;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;

}

/*Configuração do menu*/
#header-mobile {
    display: block;
    position: relative;
    z-index: 100;
}

#header-desktop {
    display: none;
}

/*Configurações do banner*/
.banner {
    max-width: 1140px;
    width: 100%;
    min-height: 550px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*Configuração do quem somos*/

#quem-somos p {
    text-align: justify;
}

#quem-somos button {
    border: 0;
    background-color: #00aceb;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 5px;
    display: table;
    margin: 0 auto;
}

#quem-somos img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 12px;
}

/*Configuração, missão, visão e valores*/
#sobre-empresa {
    background-color: #00aceb;
    color: #fff;
    text-align: justify;
}

#sobre-empresa h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

/*Configuração do nossos clientes*/


#clientes img {
    width: 100px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    margin: 0 0 30px;
}

/*Configuraçõe do newslatter*/
#newsletter {
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    text-align: center;
}

#newsletter h3 {
    text-transform: uppercase;
}

#newsletter button {
    border: 0;
    background-color: #fff;
    text-transform: uppercase;
    color: #00aceb;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

#newsletter button:hover {
    background-color: #00aceb;
    color: #fff;
    box-shadow:
        1px 1px #53a7ea,
        2px 2px #53a7ea,
        3px 3px #53a7ea;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.input-class {
    padding: 5px;
    width: 170px;
    height: 50px;
    border: 1px solid #ccc;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 10px auto;
    display: block;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
}

.input-class:focus {
    box-shadow: 0 0 5px #ccc;
    width: 250px;
    text-align: center;
}

.input-class::-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    color: #fff;
    font-style: italic;
}

/*Configuração do footer*/
footer h4 {
    color: #fff;
}

footer ul {
    margin-left: 0;
    padding: 0;
}

footer li {
    list-style-type: none;
    margin: 15px 0 0;
}

footer a {
    color: #fff;
}

#pagamento {
    width: 170px;
}

#certificado {
    margin-top: 10px;
    width: 70px;
}

form input {
    width: 80%;
    height: 45px;
    border: 0;
    margin-bottom: 5px;
    background-color: #003371;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
}

form textarea {
    border: 0;
    width: 80%;
    border-bottom: 1px solid #fff;
    background-color: #003371;
    border-radius: 0;
    outline: none;
    color: #fff;
}

.input-form::-webkit-input-placeholder {
    /* Chrome, Safari, Opera */
    color: #fff;
}

form button {
    border: 0;
    background-color: #fff;
    text-transform: uppercase;
    color: #00aceb;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

form button:hover {
    background-color: #00aceb;
    color: #fff;
    box-shadow:
        1px 1px #53a7ea,
        2px 2px #53a7ea,
        3px 3px #53a7ea;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

article p {
    text-align: justify;
}

aside {
    margin-top: 30px;
    text-align: center;
}

#all_pages {
    margin: 50px auto;
}

/*Configuração demais páginas*/
.pagina-de-produtos {
    margin: 50px auto;
}

.pagina-de-produtos img {
    height: 250px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.pagina-de-produtos h2 {
    font-size: 16px;
    color: #a0a0a0;
    text-align: center;
}

.pagina-de-produtos button {
    margin: 0 auto;
    display: table;
    border: 0;
    background-color: #00aceb;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 6px;
    padding-bottom: 5px;
    display: table;
    margin: 0 auto;
}

.pagina-de-produtos button:hover {
    background-color: #00aceb;
    color: #fff;
    box-shadow:
        1px 1px #53a7ea,
        2px 2px #53a7ea,
        3px 3px #53a7ea;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

ul.circle-produtos {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin: 30px 0 0;
    padding: 0;
}

/*----------Breaking points---------*/

/*Configuração do quem somos*/
@media screen and (min-width: 768px) {

    /*Configuração gerais*/
    h2 {
        font-size: 24px;
    }

    /*Configuraçã de header*/
    #header-mobile {
        display: none;
    }

    #header-desktop {
        display: block;
        position: relative;
        z-index: 100;
    }

    #faixa {
        color: #00aceb;
        width: 100%;
        border-bottom: 1px solid #e6e9ed;
        padding-top: 10px;
        font-weight: bold;
        background-color: #fff;
    }

    #logo {
        width: 85px;
        height: auto;
        margin-left: 75px;
        margin-bottom: 50px;
        margin-top: 0px;
        position: relative;
        top: -10px;
    }

    nav {
        width: 100%;
        height: 75px;
        background-color: #fff;
        z-index: 5;
        /*background-image: linear-gradient( 60deg, #fff 50%, #00aceb 50%);*/
    }

    .paralelogramo {
        width: 100%;
        height: 75px;
        background: #00aceb;
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(30deg);
    }

    .c {
        width: 100%;
        height: 75px;
        background-color: #00aceb;
    }

    nav ul li {
        list-style-type: none;
        display: inline;
        margin: 0 auto;

    }

    nav ul {
        padding: 0;
        margin-left: 75px;
        list-style: none;
        position: relative;
    }

    nav ul li {
        display: inline-block;
        width: 150px;
    }

    #blog {
        padding-left: 35px;
        padding-right: 35px;
    }

    #borda-quem-somos {
        border-left: 1px solid #fff;
    }

    .bordas {
        border-right: 1px solid #fff;
    }

    nav a {
        display: block;
        padding: 10px 15px;
        color: #FFF;
        font-size: 20px;
        line-height: 60px;
        text-decoration: none;
        text-align: center;
    }

    nav ul a:hover {
        text-decoration: none;
        color: #fff;
    }

    nav ul ul {
        display: none;
        position: absolute;
        z-index: 4;
        top: 75px;
        left: -25px;
    }

    nav ul ul a {
        font-size: 14px;
        padding: 12px 5px;
        text-align: center;
    }

    /* Display Dropdowns on Hover */
    nav ul li:hover>ul {
        display: inline-block;
        color: #fff;
        background-color: #0983b0;
    }

    nav ul ul li {
        width: 450px;
        padding-top: 25px;
        padding-bottom: 10px;
        float: none;
        display: inline-block;
        position: relative;
        margin: 0 auto;
        font-size: 16px;
    }

    nav ul ul li a {
        text-align: left;
        font-size: 14px;
        line-height: 1.3em;
        margin-top: 10px;
    }

    .borda {
        border: solid 1px #fff;
        padding: 2px 5px;
        margin-bottom: 35px;
    }

    nav ul ul li:hover>ul {
        display: inline-block;
        color: #fff;
        background-color: #0983b0;
        width: 100%;
    }

    nav ul ul ul li {
        position: relative;
        display: block;
        top: -5px;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto !important;
        margin-bottom: 20px;
    }

    /*Configuração categorias*/
    #quem-somos {
        margin-bottom: 45px;
        position: relative;
    }

    #quem-somos p {
        font-size: 16px;
        padding-top: 5px;
    }

    #quem-somos button {
        margin-top: 25px;
        font-size: 17px;
    }

    #quem-somos button:hover {
        box-shadow:
            1px 1px #53a7ea,
            2px 2px #53a7ea,
            3px 3px #53a7ea;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    .texto {
        margin-top: 45px;
    }

    /*Configuração, missão, visão e valores*/
    #sobre-empresa {
        padding: 20px;
    }

    #sobre-empresa p {
        font-size: 16px;
    }

    /*Configuração do nossos clientes*/
    #clientes {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    #clientes h2 {
        text-align: center;
        margin-bottom: 35px;
    }

    #clientes img {
        width: 200px;
        opacity: .5;
    }

    /*CONFIGURAÇÃO DOS EFEITOS NAS IMAGENS*/
    @-webkit-keyframes swing {
        15% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }

        30% {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
        }

        50% {
            -webkit-transform: translateX(3px);
            transform: translateX(3px);
        }

        65% {
            -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
        }

        80% {
            -webkit-transform: translateX(2px);
            transform: translateX(2px);
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes swing {
        15% {
            -webkit-transform: translateX(5px);
            transform: translateX(5px);
        }

        30% {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
        }

        50% {
            -webkit-transform: translateX(3px);
            transform: translateX(3px);
        }

        65% {
            -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
        }

        80% {
            -webkit-transform: translateX(2px);
            transform: translateX(2px);
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    #clientes img:hover {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        opacity: 1;
    }

    #hospital-estadual {
        width: 200px !important;
        margin-top: 25px !important;
    }

    #hns {
        margin-top: 25px !important;
    }

    #asf,
    #fgv,
    #iot,
    #cruz,
    #furp,
    #sh {
        width: 100px !important;
    }

    #pro-saude,
    #hc,
    #hospital {
        width: 100px !important;
    }

    #hrs {
        width: 100px !important;
    }

    /*Configuração Newsletter*/
    #newsletter {
        text-align: left;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    #newsletter p {
        font-size: 16px;
    }

    .icone {
        margin-left: 50px;
    }

    .input-class {
        padding: 5px;
        width: 350px;
        color: #3b3c3d;
        margin-left: 0;
    }

    .input-class:focus {
        box-shadow: 0 0 5px #ccc;
        width: 520px;
    }

    .input-class::-webkit-input-placeholder {
        /* Chrome, Safari, Opera */
        color: #fff;
        font-style: italic;
    }
}

@media screen and (min-width: 1920px) {

    #logo {
        margin-left: 300px;
    }

    nav ul {
        margin-left: 300px;
    }

    #faixa p {
        margin-left: -25px;
    }

    .paralelogramo {
        margin-left: 125px;
        width: 35%;
    }

    nav ul ul {
        left: -330px;
    }
}


/*banner paginas*/
.slider_pages {
    display: block;
    height: 337px;
    margin: auto;
    width: 100%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.slider_pages li {
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.slider_pages img {
    margin: auto;
    height: 100%;
    width: 100%;
    vertical-align: top;
}

.slider_pages input {
    display: none;
}


.slider_pages label {
    background-color: #fff;
    border-radius: 5px !important;
    border: 2px solid #00aceb;
    bottom: 10px;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    width: 10px;
    z-index: 10;
}

.slider_pages li:nth-child(1) label {
    left: 10px;
}

.slider_pages li:nth-child(2) label {
    left: 40px;
}

.slider_pages li:nth-child(3) label {
    left: 70px;
}

.slider_pages img {
    opacity: 0;
    visibility: hidden;
}

.slider_pages li input:checked~img {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.slider_pages figcaption {
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    background-color: #048fc330;
    color: #052f61;
    text-align: center;
}

.bt_loja {
    max-width: 314px;
    width: 100%;
    border: 1px solid #00aceb;
    padding: 15px;
    clear: both;
    margin-top: 14px;
    text-align: center;
    font-size: 25px;
    background-color: #00aceb;
    color: #fff;
    border-radius: 8px;
    float: left;
    overflow: hidden;
}

.bts_all {
    width: 100%;
    margin: 0 auto;
    display: table;
    /* border: 1px solid; */
    text-align: center;
    max-width: 772px;
}

.bt_loja a {
    text-decoration: none;
    color: #fff;
}

.bt_contato_page {
    max-width: 314px;
    width: 100%;
    border: 1px solid #00aceb;
    padding: 15px;
    margin-top: 14px;
    text-align: center;
    font-size: 25px;
    background-color: #61cbf1;
    color: #fff;
    border-radius: 8px;
    float: left;
    margin-left: 33px;
}

.bt_contato_page a {
    text-decoration: none;
    color: #fff;
}

.circle-produtos li {
    list-style: none;
    margin-left: 20px;
    border: 1px solid;
    max-width: 300px;
    border: 2px solid #00aceb;
    border-radius: 6px;
    margin-bottom: 40px;
}

.circle-produtos li img {
    max-width: 300px;
    width: 100%;
}

.circle-produtos li span {
    text-align: center;
    clear: both;
    margin: 0 auto;
    display: table;
    font-size: 20px;
}

.bt_contato_page_mobile {
    display: none;
}

@media (max-width: 768px) {
    #all_pages {
        margin-top: 80px;
    }

    .bt_loja,
    .bt_contato_page {
        float: none;
        margin: 10px auto;
        display: table;
    }

    .circle-produtos {
        flex-direction: column;
        align-items: center;
    }

    .circle-produtos li {
        margin: 16px 0;
        padding: 0px;
    }

    aside ul {
        margin: 0 auto !important;
        padding: 0;
        display: table;
    }

    .bt_contato_page_mobile {
        display: none;
    }

    .slider_pages {
        height: 10em;
    }

    section.banner {
        height: 100%;
        min-height: 160px;
        margin-top: 100px;
    }
}

.row_logo_integ {
    width: 100%;
    margin-top: 20px;
}

.row_logo_integ p {
    color: #fff;
    margin: 0 auto;
    display: table;
}

.row_logo_integ img {
    max-width: 41px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    display: table;
}

.mapaSite li {
    list-style: none;
    font-size: 18px;
}

.mapaSite li a {
    color: #333;
}