* {
    outline: none;
}

a {
    text-decoration: none !important;
    cursor: pointer !important;
    transition: 1s;
}

p {
    line-height: 1.5;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.container {
    max-width: 1200px !important;
    width: 100%;
}

.titulo-geral {
    font-size: 25px;
    font-weight: 600;
    color: #00A4E1 !important;
    margin-top: 0;
    margin-bottom: 20px;
}

.par-geral {
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 30px;
}

.botao {
    font-size: 22px;
    color: #fff;
    display: table;
    background: #00A4E1;
    padding: 10px 30px;
    border-radius: 5px;
}

.botao:hover {
    color: #fff;
    background: #0A275D;
}

.topo {
    background: #0A275D;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.topo p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: -15px 0 0;
}

.topo .fa {
    font-size: 26px;
    position: relative;
    top: 3px;
    margin-top: 10px;
    margin-right: 5px;
}

.topo .hora {
    font-size: 18px;
    color: #EF2E2E;
    font-weight: 300;
    font-style: italic;
    margin-left: 10px;
}

.navbar-default {
    background: transparent;
    border-color: transparent;
    border-radius: 0;
    margin-bottom: 0px;
    border: none;
}

.navbar-header .navbar-brand {
    height: 145px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.navbar-header img {
    margin-left: 15px;
    margin-top: -67px;
}

header ul.nav {
    height: 145px;
    display: flex;
    align-items: center;
    /* float: right; */
    margin-left: 25px;
}

header ul.nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #0A275D !important;
    text-transform: uppercase;
    padding: 10px 0;
    margin-left: 40px;
}

header ul.nav>li>a:hover {
    color: #00A4E1 !important;
}

.fa {
    -webkit-animation: pulse 1.5s infinite;
}

.fa:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(.9);
    }
}

.vitrine {
    height: 575px;
}

.vitrine img {
    height: 575px;
    object-fit: cover;
}

.vitrine .conteudo {
    text-align: center;
    width: 100%;
    height: 575px;
    position: absolute;
    display: flex;
    align-items: center;
    /* background: rgba(10, 39, 93, .65); */
}

.vitrine .conteudo h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

.vitrine .conteudo p {
    font-size: 25px;
    color: #fff;
}

.vitrine a {
    font-size: 22px;
    color: #0A275D;
    display: table;
    background: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 50px auto 0;
}

.vitrine a:hover {
    background: #00A4E1;
}

.sobre,
.tratamento {
    padding: 50px 0;
}

.sobre .botao {
    margin-top: 10px;
    float: right;
}

.resgate {
    padding: 50px 0;
    background: #00A4E1;
}

.resgate h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.resgate .item {
    width: 100%;
    height: 320px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.resgate p {
    font-size: 16px;
    /* font-weight: 600; */
    color: #fff;
    margin: 20px 0;
}

.modal-body p {
    color: #000 !important;
}

.resgate a {
    font-size: 18px;
    color: #00A4E1;
    display: table;
    background: #fff;
    padding: 5px 40px;
    border-radius: 5px;
    margin: 0 auto;
}

.resgate a:hover {
    background: #0A275D;
}

.tratamento p span {
    color: #00A4E1;
}

.tratamento .parceiros {
    display: flex;
    justify-content: space-between;
}

.parceiros img {
    border: 1px solid #00A4E1;
    padding: 5px;
    margin-top: 20px;
    width: 19%;
    height: 148px;
    object-fit: contain;
}

.galeria {
    padding: 50px 0;
    background: #F1F8FB;
}

.galeria img {
    margin-bottom: 30px;
    border: 1px solid #00A4E1;
    height: 208px;
}

.galeria .botao {
    margin: 0 auto;
}

.rodape1 {
    padding: 50px 0;
    background: #26677F;
}

.rodape1 .titulo-geral {
    color: #fff;
}

.rodape1 input {
    font-size: 20px;
    color: #99ACD0;
    height: 45px;
    border: 1px solid #00A4E1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-left: 15px;
}

.rodape1 textarea {
    font-size: 20px;
    color: #99ACD0;
    height: 180px;
    border: 1px solid #00A4E1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
}

.rodape1 ::-webkit-input-placeholder {
    font-size: 20px;
    color: #99ACD0;
}

.rodape1 :-moz-placeholder {
    font-size: 20px;
    color: #99ACD0;
}

.rodape1 ::-moz-placeholder {
    font-size: 20px;
    color: #99ACD0;
}

.rodape1 :-ms-input-placeholder {
    font-size: 20px;
    color: #99ACD0;
}

.rodape1 button {
    font-size: 18px;
    color: #26677F;
    display: table;
    background: #fff;
    border: none;
    padding: 8px 30px;
    border-radius: 5px;
    transition: 1s;
}

.rodape1 button:hover {
    color: #fff;
    background: #0A275D;
}

.rodape1 p {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
}

.rodape1 ul {
    margin-bottom: 85px;
}

.rodape1 ul>li {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.rodape1 ul>li span {
    font-weight: 300;
    margin-left: 40px;
}

.rodape1 ul>li img {
    margin-right: 5px;
}

.rodape1 .borda {
    border-bottom: 1px solid #99E3FF;
}

.rodape1 h2 {
    font-size: 24px;
    font-weight: 600;
    color: #4CCFFF;
    text-align: center;
}

.rodape2 {
    background: #0A275D;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.rodape2 span {
    font-size: 12px;
    color: #fff;
}

.modal-dialog {
    max-width: 1000px;
    width: 90%;
}

.modal-dialog .titulo-geral {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows {
    width: 100% !important;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .topo {
        display: block;
        padding: 5px 0 15px;
    }

    .topo p {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        float: none !important;
    }

    .topo .fa {
        font-size: 20px;
        top: 3px;
        margin-right: 5px;
    }

    .topo .hora {
        font-size: 10px;
        margin-left: 5px;
    }

    .navbar-header img {
        margin-top: 0;
        width: 100px;
    }

    #bs-example-navbar-collapse-1 {
        float: none;
        background: #fff;
        z-index: 300;
        position: relative;
        min-height: 300px;
        height: 100%;
        padding: 10px 30px;
        width: 100%;
        margin: 0 auto;
        top: -30px;
    }

    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 20px;
    }

    .navbar-toggle {
        background: #0A275D;
        margin-top: 45px;
    }

    .navbar-header {
        height: 90px;
    }

    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }

    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }

    .navbar-nav {
        width: 100%;
        height: auto !important;
        float: none;
        text-align: center;
        display: block !important;
        margin: 10px 0 0 0;
        margin-right: 0 !important;
    }

    .navbar-nav>li>a {
        padding: 15px 10px !important;
        margin-left: 0 !important;
    }

    .vitrine,
    .vitrine .conteudo,
    .vitrine img {
        height: 300px;
    }

    .vitrine .conteudo h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .vitrine .conteudo p {
        font-size: 14px;
    }

    .vitrine a {
        margin: 20px auto 0;
    }

    .sobre img {
        margin-bottom: 20px;
    }

    .resgate .item {
        margin-bottom: 15px;
    }

    .tratamento .parceiros {
        display: block;
    }

    .parceiros img {
        margin-top: 15px;
        width: 100%;
    }

    .galeria img {
        width: 100%;
        margin-bottom: 15px;
    }

    .rodape1 p {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .rodape2 {
        padding: 30px 0;
        display: block;
    }

    .rodape2 span {
        display: block;
        float: none !important;
    }

    .titulo-geral {
        font-size: 18px;
    }

    p {
        text-align: justify;
    }

    .rodape1 ul>li {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .topo p {
        font-size: 14px;
        font-weight: 400;
    }

    .topo .fa {
        font-size: 30px;
        margin-right: 5px;
    }

    header ul.nav>li>a {
        font-size: 16px;
        margin-left: 20px;
    }

    .resgate p {
        font-size: 16px;
    }

    .resgate a {
        font-size: 14px;
        padding: 5px 20px;
    }

    .rodape1 ul>li {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1000px) {
    .topo p {
        font-size: 18px;
    }
}

#nossos-servicos p {/* text-align: center; */font-weight: bold;}

#nossos-servicos ul {
    padding-left: 17px;
    text-align: center;
}

#nossos-servicos ul li {
    list-style-type: square;
    text-align: left;
    margin-top: 10px;
}