@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

html, body {

    font-size: 18px;
    font-weight: 300;
    height: 100%;
    font-family: 'Open Sans', sans-serif;

}
.carregandoemail
{
    background: url("imagens/loader_blue.svg") center center no-repeat rgba(202, 227, 249, .8);
    position: absolute;
    top:-20px;
    bottom: -20px;
    left:-20px;
    right: -20px;
   z-index: 5;
}


body {

    color: #333;

}

#loader {
    position: fixed;
    background: url(imagens/loading.svg) center center no-repeat #f5f5f5;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 6666;
}



footer
{
    margin-top: -30px;

}

header
{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top:0;
}
#prefooter, .onda
{
    height: 36px;
    position: relative;

}
.onda
{
    overflow-x: hidden;
}
#posfooter
{
    background: #0090bb;
    color: #a1cffe;
}


#headercontent {
    min-height: calc(100% - 75.5px);

}

#headercontent .conteudo
{

    padding-top: 162px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.showheader #headercontent .conteudo
{

    padding-top: 100px !important;
}

.servicocontent img
{
    max-width: 100%;
}
button, a {
    cursor: pointer;
}

.post
{
    font-size: 15px;
    font-weight: 500;
}
.btn-white
{
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    border-left: none;
}
.font-size-15
{
    font-size: 15px;
}
#servicos, #contato
{
    background: #cae3f9;
    color:#fff;
}

.servicobtn
{
    background: #0090bb;
    border-radius: 3px;
    padding: 0 15px;

    line-height: 40px;

}
.servico .servicocontent
{
    background: #91cce8;
    color: #07627d;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 15px;
    word-wrap: break-word;
}
.servico.ativo .servicobtn
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.servico .servicobtn .fa-times
{
    display: none;
}

.servicobtn .openservico
{
    cursor: pointer;
}
.servico .servicobtn .fa-chevron-down
{
    display: inline-block;
}

.servico.ativo .servicobtn .fa-times
{
    display: inline-block;
}

#servicos .text-darkblue, #depoimentos .text-darkblue, #contato .text-darkblue
{
    color: #026f8f !important;
}

#contato, #contato a
{
    color: #026f8f;
}

.servico.ativo .servicobtn .fa-chevron-down
{
    display: none;
}

#depoimentos
{
    background: url("imagens/bg-depo.jpg") #9ccafa;
    background-size: cover;
    background-position: bottom;
}

#map_canvas {
    height: 570px;
}

#mapcanvaspattern {

    position: relative;
    background: url("imagens/mapaload.gif") center center no-repeat, url("imagens/mapablur.jpg") center center no-repeat #e5e2dd;
    background-size: auto auto, cover;

}
.debbox {
    padding: 50px;
    background: url("imagens/quot-before.jpg") top left no-repeat, url("imagens/quot-after.jpg") bottom right no-repeat #fff;
    height: 200px;
    overflow-y: hidden;
    color: #026f8f;
    font-weight: 400;
    text-align: justify;
}

.depboxcred {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding: 15px;
    padding-left: 57px;
    text-align: left;
    margin-bottom: 60px;

}

.depboxcred:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 42px 42px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: 0px;
    top: 0;
}





.depcredimg {
    border-radius: 50px;
    width: 70px;
    margin-right: 15px;
}

/* Header */

#preheader {
    background: #00b3e8;
    line-height: 40px;
    text-shadow: -1px 0 0 #0098c5;
    color: #fff;

}
#setacursor{
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    background: 0;
    height: 40px;
    bottom: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#setacursor:hover
{
    height: 45px;
}
#respbtn {
    background: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    color: #002f64 !important;;
    line-height: 40px;
    font-size: 25px;
}
.text-darkblue
{
    color: #002f64 !important;;
}

.title-page
{
    font-weight: bold;
}
header {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    right: 0;
}

header nav {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 122px;
}

header nav ul {
    list-style: none;
    padding: 0 !important;
    display: inline-block;
    margin: 0 !important;
    position: absolute;
    right: 15px;
    bottom: 0px;

}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    font-weight: 400;
    display: block;
    padding: 0 7px;

    text-decoration: none !important;
    color: #002f64 !important;
    line-height: 40px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 2px solid #fff;
}

header nav ul li a:hover {
    border-bottom: 2px solid #002f64;
}

#preheader a {
    color: #fff !important;
}

#preheader ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    display: inline-block;
}

.showheader header
{
    top:-40px;
}

.showheader nav

{
    height: 100px;
}
#preheader ul li {
    display: inline-block;
}

#logo {
    height: 86px;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.gerens {
    -webkit-transition: all 300ms ease-in-out;
    margin-top: 5px;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow-x: hidden;
    height: 31px;
    width: 15.5px;

}

.gerens:hover {
    width: 92.5px;
}

.gerens svg {
    height: 24px;
}

.gerens svg path {
    fill: #a1cffe;
}


.showheader #logo
{
    height: 60px;
    margin-bottom: 26px;
}


#gotop
{
    position: fixed;
    right: 15px;
    bottom: -100px;
    z-index: 55;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.swal2-cancel
{
   display: none;
}
.swal2-confirm
{
    border: none;
    border-radius: 3px;
    color: #fff;
    margin: 7px;
    padding: 6px 15px;
    background: #006c8c;
}
.btn-blue
{
    background: #007a9f;
    border-color: #007a9f;
    color: #a1cffe;
}
.btn-outline-blue
{
    border-color: #007a9f;
    color: #007a9f;
    background: transparent;
}

.btn-blue:hover, .btn-outline-blue:hover
{
    color: #a1cffe;
    background: #006c8c;
    border-color: #006c8c;
}

.showheader #gotop
{
    bottom: 15px;
}

/* Responsividade */

/* MD */
@media (max-width: 1199.98px) {


}

/* SM */
@media (max-width: 991.98px) {
    .debbox {
        height: 300px !important;
        font-size: 15px;
    }
    header nav ul {
        left: 0;
        font-size: 15px;
    }
    #logo {

        height: 60px;
        margin-bottom: 26px;
    }

}

/* XS */
@media (max-width: 767.98px) {

    header nav ul li{
        display: block;
    }
    header nav ul li a
    {
        border:  none !important;
        color: #fff !important;
    }
}

/* XXS */
@media (max-width: 575.98px) {
    header nav ul {
        background: #00b3e8;
        position: absolute;
        top: 120px;
        left: 0;
        right: 0;
        bottom: auto;
    }

}

/* Inverse */

/* SM */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 992px) {

}

/* LG */

@media (min-width: 1200px) {

}