/**************************
* Fonts
***************************/
    
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,700,800');

/**************************
 Icones
***************************/

    @font-face {
        font-family: "Flaticon";
        font-weight: normal;
        font-style: normal;

        src: url("../flaticon/Flaticon.eot");
        src: url("../flaticon/Flaticon.eot?#iefix")   format("embedded-opentype"),
             url("../flaticon/Flaticon.ttf")          format("truetype"),
             url("../flaticon/Flaticon.woff")         format("woff"),
             url("../flaticon/Flaticon.svg#Flaticon") format("svg");
      }

    .flaticon:before, 
    .flaticon:after {   
        font-family: 'Flaticon';
        font-style: normal;
        font-weight: normal;
    }

    .flaticon-protection:before { content: "\f100"; }
    .flaticon-up-chevron:before { content: "\f101"; }
    .flaticon-down-chevron:before { content: "\f102"; }
    .flaticon-quality-badge:before { content: "\f103"; }
    .flaticon-close-envelope:before { content: "\f104"; }
    .flaticon-phone-receiver:before { content: "\f105"; }
    .flaticon-placeholder-filled-point:before { content: "\f106"; }
    .flaticon-left-chevron:before { content: "\f107"; }
    .flaticon-right-chevron:before { content: "\f108"; }
    .flaticon-instagram-logo:before { content: "\f109"; }
    .flaticon-facebook-logo:before { content: "\f10a"; }
    .flaticon-green-earth:before { content: "\f10b"; }
    .flaticon-cow:before { content: "\f10c"; }

    /*.flaticon-search:before { content: "\f100"; }
    .flaticon-up-chevron:before { content: "\f101"; }
    .flaticon-down-chevron:before { content: "\f102"; }
    .flaticon-left-chevron:before { content: "\f103"; }
    .flaticon-right-chevron:before { content: "\f104"; }
    .flaticon-facebook-logo:before { content: "\f105"; }
    .flaticon-instagram-logo:before { content: "\f106"; }
    .flaticon-cow:before { content: "\f107"; }
    .flaticon-placeholder-filled-point:before { content: "\f108"; }
    .flaticon-phone-receiver:before { content: "\f109"; }
    .flaticon-close-envelope:before { content: "\f10a"; }*/

    .servicos .panel-default > .panel-heading .panel-title > a:before {
        font-family: 'Flaticon';
        font-style: normal;
        font-weight: normal;
    }

    .servicos .panel-default > .panel-heading .panel-title > a:before {
        content: "\f101";
    }

/**************************
*** GERAL
***************************/
    
    html,
    body {
        overflow-x: hidden;
        position: relative;

        touch-action: manipulation;
    }

    body {
        font-family: Arial, sans-serif;
    }

    a,
    a:hover,
    a:focus,
    a:active,
    a:visited,
    button,
    input {
        text-decoration: none;
        outline: 0 !important;
    }

    h1, h2, h3, h4, h5, h6 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    p, ul {
        margin-bottom: 0px;
    }

    .jrm .owl-carousel .item .container .titulo,
    .historia .box-conteudo .titulo,
    .historia .control-custom-carousel .item:before,
    .sobre h2,
    .sobre .box-conteudo .titulo,
    .servicos h2,
    .servicos .subtitulo,
    .servicos .panel-default > .panel-heading .panel-title > a,
    .fale-conosco h2,
    .page-404,
    .rodape .direitos {
        font-family: "Montserrat", sans-serif;
    }

    .nome-jrm {
        color: #00aecf;
        text-transform: uppercase;
    }

    .owl-dots {
        display: none;
    }

    .conteudo {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.5px;
        color: #016e83;
    }
    
    .conteudo p:not(:last-child) {
        margin-bottom: 20px;
    }

    .control-carousel .item {
        cursor: pointer;
    }

/**************************
*** Header
***************************/

    header {
        position: absolute;
        z-index: 10;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    header .navbar-brand  {
        height: auto;
    }

    header .menu-principal,
    header .menu-redes-sociais {
        margin-top: 30px;
    }

    header .menu-principal li a:hover,
    header .menu-redes-sociais li a:hover {
        background: none;
    }

    header .menu-principal li a {
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        color: #ffffff;

        padding: 15px 20px;
    }

    header .menu-principal li a:hover,
    header .menu-principal li a:active,
    header .menu-principal li a:focus {
        background: transparent;
    }
    
    header .menu-redes-sociais li a {
        font-size: 24px;
        line-height: 24px;
        color: #00aecf;

        padding-left: 4px;
        padding-right: 4px;
    }

    header .menu-redes-sociais li a {
        -webkit-transition: transform 400ms ease !important;
           -moz-transition: transform 400ms ease !important;
            -ms-transition: transform 400ms ease !important;
             -o-transition: transform 400ms ease !important;
                transition: transform 400ms ease !important;
    }    

    header .menu-redes-sociais li a:hover {
        transform: scale(1.1);
    }
    
    header .menu-indicador {
        position: absolute;
        bottom: 30px;
        right: 0px;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }

    header .menu-indicador .indicador {
        position: relative;
        bottom: 4px;
        width: 10px;
        height: 10px;
        background-color: #00aecf;

        transition: .5s ease;
    }

/**************************
*** Conheça a JRM
***************************/

.jrm {
    position: relative;
}

.jrm .owl-carousel .item .container {
    height: 650px;

    vertical-align: middle;
    display: table;
    text-align: left;
}

.jrm .owl-carousel .item .container .titulo {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;

    position: relative;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
}

.jrm .owl-carousel .item .container .titulo h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    width: 50%;
}

.jrm .owl-carousel .item .item-bg {
    position: relative;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}

.item-bg:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1) url(../images/pattern.png) repeat top left;
}


.jrm .control-carousel {
    position: absolute;
    z-index: 5;
    left: 0px;
    right: 0px;
    bottom: -90px;
    margin: 0 auto;
}


.jrm .owl-carousel .owl-nav button.owl-prev,
.jrm .owl-carousel .owl-nav button.owl-next {
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    
    position: absolute;
    top: 0px;
    z-index: 100;

    height: 100%;
    border: none;
    padding: 0px 10px !important;
    background-color: #00aecf;
}

.jrm .owl-prev {
    left: -35px;
}

.jrm .owl-next {
    right: -35px;
}

.jrm .owl-carousel .owl-nav button.owl-prev.disabled,
.jrm .owl-carousel .owl-nav button.owl-next.disabled {
    background-color: #016e83 !important;
}

.jrm .control-carousel .item {
    position: relative;
} 

.jrm .control-carousel .item:after,
.jrm .control-carousel .item:before {
    -webkit-transition: opacity 500ms ease !important;
       -moz-transition: opacity 500ms ease !important;
        -ms-transition: opacity 500ms ease !important;
         -o-transition: opacity 500ms ease !important;
            transition: opacity 500ms ease !important;
}

.jrm .control-carousel .item:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.6);
}

.jrm .control-carousel .item:before {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 6px;

    background-color: #016c81;
}

.jrm .control-carousel .item:hover:before,
.jrm .control-carousel .item.ativo:before {
    opacity: 1;
}

.jrm .control-carousel .item:hover:after,
.jrm .control-carousel .item.ativo:after {
    opacity: 0;
}

/**************************
*** Conheça a historia
***************************/

.historia {
    padding-top: 180px;
    padding-bottom: 60px;
    
    z-index: 3;
}

.historia .container {
    position: relative;
}

.historia .box-conteudo .titulo {
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;    
    color: #016e83;

    margin-bottom: 40px;
}

.historia .box-img {
    height: 400px;
    margin-bottom: 50px;
}

.historia .owl-carousel .owl-item img {
    max-width: 100%;
    margin: 0 auto;
}

.historia .control-custom-carousel {
    padding-left: 50px;
    padding-right: 50px;
}

.historia .control-custom-carousel .owl-carousel {
    background-color: #ffffff;
}

.historia .control-custom-carousel .item,
.historia .control-custom-carousel .item img {
    width: 80px;
    height: 80px;
}

.historia .control-custom-carousel .item {
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.historia .control-custom-carousel .item:before {
    content: 'Ampliar';
    font-weight: 700;
    font-size: 14px;
    line-height: 105px;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;

    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;

    background-color: rgba(1, 110, 131, 0.7);
    background-image: url(../images/icon-search.png);
    background-position: center 35%;
    background-repeat: no-repeat;

    -webkit-transition: opacity 500ms ease !important;
       -moz-transition: opacity 500ms ease !important;
        -ms-transition: opacity 500ms ease !important;
         -o-transition: opacity 500ms ease !important;
            transition: opacity 500ms ease !important;
}

.historia .control-custom-carousel .item:hover:before {
    opacity: 1;
}

.historia .control-custom-carousel .item img {
    overflow: hidden;
    border-radius: 50%;
}

.historia .owl-carousel .owl-nav button.owl-prev,
.historia .owl-carousel .owl-nav button.owl-next,
.box-conteudo.owl-carousel .owl-nav button.owl-prev,
.box-conteudo.owl-carousel .owl-nav button.owl-next {
    font-size: 30px;
    line-height: 30px;
    color: #00aecf;
    
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: #ffffff;
}

.historia .owl-carousel .owl-nav button.owl-prev.disabled,
.historia .owl-carousel .owl-nav button.owl-next.disabled,
.box-conteudo.owl-carousel .owl-nav button.owl-prev.disabled,
.box-conteudo.owl-carousel .owl-nav button.owl-next.disabled {
    display: none;
}

.historia .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.historia .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

/**************************
*** Sobre
***************************/

.sobre {
    background-color: #016e83;
}

.sobre .coluna-carousel {
    padding-top: 40px;
    padding-bottom: 40px;
}


.sobre h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #ffffff;

    margin-bottom: 15px;
}

.box-conteudo {
    position: relative;    

    -webkit-transition: height 400ms ease !important;
       -moz-transition: height 400ms ease !important;
        -ms-transition: height 400ms ease !important;
         -o-transition: height 400ms ease !important;
            transition: height 400ms ease !important;
}

.box-conteudo .item {
    height: 100%;
}

.box-conteudo .item .imagem {
    width: 100%;
    height: 100%;
    height: 200px;
    margin-bottom: 20px;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-conteudo.owl-carousel .owl-nav button.owl-prev,
.box-conteudo.owl-carousel .owl-nav button.owl-next {
    top: 225px;
    height: auto;
    background-color: transparent;
}

.box-conteudo.owl-carousel .owl-nav button.owl-prev {
    left: -8px;
}

.box-conteudo.owl-carousel .owl-nav button.owl-next {
    right: -8px;
}

.box-conteudo .titulo,
.box-conteudo .conteudo {
    transform: translateX(0px);
    position: absolute;

    animation-delay: 1s;
}

.box-conteudo .titulo {
    top: 0px;
}

.box-conteudo .titulo {
    -webkit-transition: transform 400ms ease !important;
       -moz-transition: transform 400ms ease !important;
        -ms-transition: transform 400ms ease !important;
         -o-transition: transform 400ms ease !important;
            transition: transform 400ms ease !important;
}

.box-conteudo .conteudo {
    -webkit-transition: transform 600ms ease !important;
       -moz-transition: transform 600ms ease !important;
        -ms-transition: transform 600ms ease !important;
         -o-transition: transform 600ms ease !important;
            transition: transform 600ms ease !important;
}

.start-position {
    transform: translateX(0px) !important;
}

.sobre .box-conteudo .titulo {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #00aecf;

    top: 0px;
}

.sobre .box-conteudo .conteudo {
    color: #ffffff;
}

.sobre .box-img {
    position: absolute;
    right: 0px;
    top: 0px;

    height: 100%;
    width: 50%;
}

.box-img .image {
    display: none;

    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sobre .control-sobre {
    width: 90%;
    margin: 50px auto 0px auto;
}

.sobre .control-sobre .item,
.sobre .control-sobre .icone {
    -webkit-transition: all 500ms ease !important;
       -moz-transition: all 500ms ease !important;
        -ms-transition: all 500ms ease !important;
         -o-transition: all 500ms ease !important;
            transition: all 500ms ease !important;
}

.sobre .control-sobre .item {
    border: 2px solid #ffffff;
    padding: 20px 0px;
    text-align: center;

    cursor: pointer;
}

.sobre .control-sobre .item .icone {
    color: #00aecf;
    font-size: 40px;
    line-height: 40px;
}

.sobre .control-sobre .item .topico {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin-top: 10px;
}

.sobre .control-sobre .item:hover {
    border-color: #00aecf;
    background-color: #00aecf;
}

.sobre .control-sobre .item:hover .icone,
.sobre .control-sobre .item:hover .topico {
    color: #ffffff;
}

.sobre .control-sobre .owl-nav button.owl-prev, 
.sobre .control-sobre .owl-nav button.owl-next {
    font-size: 30px;
    height: 100%;
    color: #ffffff;    

    position: absolute;
    top: 0px;
}

.sobre .control-sobre .owl-nav button.owl-prev.disabled,
.sobre .control-sobre .owl-nav button.owl-next.disabled {
    display: none;
}

.sobre .control-sobre .owl-nav button.owl-prev {
    left: -30px
} 

.sobre .control-sobre .owl-nav button.owl-next {
    right: -30px;
}

/**************************
*** Serviços
***************************/

.servicos {
    padding-top: 80px;
    padding-bottom: 80px;

    background-color: #00aecf;
}

.servicos h2 {
    font-weight: 700;
    font-size: 76px;
    line-height: 68px;
    color: #016e83;

    margin-bottom: 30px;
}

.servicos h2 span {
    color: #ffffff;
}

.servicos .subtitulo {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff; 
}

.servicos .panel-group {
    margin-bottom: 0px;
}

.servicos .panel {
    border: none;
    border-radius: 7px;
    background-color: #016e83;
}

.servicos .panel-default > .panel-heading {
    border-radius: 7px;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-collapse {
    background-color: #ffffff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.servicos .panel-default > .panel-heading {    
    padding: 0px;
    background-color: #016e83;
}

.servicos .panel-default > .panel-heading .panel-title > a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #ffffff;

    width: 100%;
    display: block;
    position: relative;

    padding: 10px 15px;
}

.servicos .panel-default > .panel-heading .panel-title > a:before {
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;

    position: absolute;
    right: 15px;
    top: 10px;
    display: inline-block;

    -webkit-transition: transform 500ms ease !important;
       -moz-transition: transform 500ms ease !important;
        -ms-transition: transform 500ms ease !important;
         -o-transition: transform 500ms ease !important;
            transition: transform 500ms ease !important;
}

.servicos .panel-default > .panel-heading .panel-title > a.collapsed:before {
    transform: rotate(180deg);    
}

/**************************
*** Fale Conosco
***************************/

.fale-conosco {
    padding-top: 80px;
    padding-bottom: 80px;
}

.fale-conosco h2 {
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    color: #016e83;

    text-align: center;
    margin-bottom: 40px;
}

.fale-conosco form input,
.fale-conosco form textarea {
    border-radius: 0px;
    border-color: #dcdcdc;
}

.fale-conosco form input {
    height: 50px;    
}

.fale-conosco form .btn-submit {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;    

    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 0px;
    border: none;
}

.fale-conosco form .btn-submit,
.fale-conosco form .btn-submit:active,
.fale-conosco form .btn-submit:hover {
    color: #ffffff;
    background-color: #00aecf;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7-response-output.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    color: #a94442;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
}

div.wpcf7-mail-sent-ok {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.wpcf7-not-valid {
    border-color: #f00 !important;
}

.wpcf7-form p {
    position: relative;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: 15%;
    top: 0px;
    background: none;
}

span.ajax-loader:before {
    content: '';
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: 5px solid #016e83;
    border-top: 5px solid transparent;
    border-radius: 50%;

    -webkit-animation: spin 1s linear infinite;
       -moz-animation: spin 1s linear infinite;
        -ms-animation: spin 1s linear infinite;
         -o-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg);
    }
} 

/**************************
*** Mapa
***************************/

.acf-map, .map-canvas {
    width: 100%;
    height: 400px;
}

.box-gm-style-iw:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30px;
    left: -18px;
    
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 20px 30px 0;
    border-color: transparent #ffffff transparent transparent;
}

.gm-style .custom-marker-info {
    padding: 5px 0px;
}

.gm-style .flaticon {
    font-size: 14px;
    line-height: 18px;
    color: #3e3e40;

    display: table;
    min-height: 25px;
    max-width: 225px;
}

.gm-style .flaticon:not(:last-child) {
    margin-bottom: 10px;
}

.gm-style .flaticon:before {
    font-size: 25px;
    line-height: 25px;
    color: #00aecf;

    vertical-align: middle;
    display: table-cell;
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 5px;
}

.gm-style .flaticon .info {
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
}

.gm-style .gm-style-iw,
.gm-style div div div div div div  {
    opacity: 1 !important;
}


.gm-style div div div div div div div {
    border-radius: 0px !important;
}

.coluna-lateral {
    width: 40%;
    height: 1000px;
    position: absolute;
    z-index: 1;
    top: 0px;
    background: rgba(2, 77, 91, 0.9);
    background: -moz-linear-gradient(top, rgba(2, 77, 91, 0.9) 64%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 77, 91, 0.9) 64%,rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(2, 77, 91, 0.9) 64%,rgba(255, 255, 255, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(2, 77, 91, 0.9)', endColorstr='rgba(255, 255, 255, 0.9)',GradientType=0 );
}

.item-bg:before {
    content: '';
    width: 40%;
    height: 1000px;
    position: absolute;
    background: rgba(2, 77, 91, 0.9);
    background: -moz-linear-gradient(top, rgba(2, 77, 91, 0.9) 80%, rgba(255, 255, 255, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(2, 77, 91, 0.9) 80%,rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(2, 77, 91, 0.9) 80%,rgba(255, 255, 255, 0.9) 100%);
}

/**************************
*** 404
***************************/

.small-header {
    position: relative;
    height: 120px;

    background-image: url('../images/conteudo/img2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.small-header:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1) url(../images/pattern.png) repeat top left;
}

.page-404 {
    text-align: center;

    height: calc(100vh - 230px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.msg-404 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #016e83;

    margin-bottom: 40px;
}

.link-retorno {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #00aecf;

    margin: 0 auto;
    display: block;
}

/**************************
*** Rodape
***************************/

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #016e83;
}

footer .direitos {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;

    margin-top: 14px;
}

/**************************
*** Media Query
***************************/

@media (max-width: 1200px) {
    .servicos h2,
    .fale-conosco h2 {
        font-size: 60px;
        line-height: 56px;
    }

    .servicos .subtitulo {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .conteudo {
        font-size: 14px;
    }

    .coluna-lateral {
        background: -moz-linear-gradient(top, rgba(2, 77, 91, 0.9) 40%, rgba(255, 255, 255, 0.9) 100%);
        background: -webkit-linear-gradient(top, rgba(2, 77, 91, 0.9) 40%,rgba(255, 255, 255, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(2, 77, 91, 0.9) 40%,rgba(255, 255, 255, 0.9) 100%);
    }

    .jrm .owl-carousel .item .container {
        height: 400px;
    }
    
    .jrm .owl-carousel .item .container .titulo,
    .jrm .owl-carousel .item .container .titulo h2,
    .servicos h2, 
    .fale-conosco h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .servicos h2, 
    .servicos .subtitulo {
        text-align: center;
        margin-bottom: 20px;
    }

    .servicos .subtitulo {
        font-size: 18px;
        line-height: 18px;
    }

    .historia .box-conteudo .titulo,
    .sobre .box-conteudo .titulo {
        font-size: 30px;
        line-height: 30px;
    }

    .sobre h2 {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .box-conteudo .item {
        height: 100%;
        width: 100%;
        position: absolute;
    }
}

@media (max-width: 768px) {
    .menu-indicador,
    .coluna-lateral,
    .item-bg:before {
        display: none;
    }

    .box-menu {
        position: fixed;
        top: 0px;
        right: 0px;

        min-width: 200px;
        padding: 25px 30px;
        background-color: #00aecf;

        -webkit-transition: transform 500ms ease !important;
           -moz-transition: transform 500ms ease !important;
            -ms-transition: transform 500ms ease !important;
             -o-transition: transform 500ms ease !important;
                transition: transform 500ms ease !important;

        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
             -o-transform: translateX(100%);
                transform: translateX(100%);
    }

    .mobile-menu-open header .box-menu {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
    }

    header .btn-menu-mobile {
        position: absolute;
        z-index: 10;
        top: 15px;
        right: 10px;

        background: none;
        border: none;
    }

    header .btn-menu-mobile .icon-bar {
        position: relative;
        display: block;
        width: 30px;
        height: 2px;
        margin-bottom: 6px;
        background-color: #ffffff;

        -webkit-transition: transform 500ms ease !important;
           -moz-transition: transform 500ms ease !important;
            -ms-transition: transform 500ms ease !important;
             -o-transition: transform 500ms ease !important;
                transition: transform 500ms ease !important;
    }

    .mobile-menu-open header .btn-menu-mobile .close-hidden {
        opacity: 0;
    }

    .mobile-menu-open header .btn-menu-mobile .close-left {
        top: 8px;

        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .mobile-menu-open header .btn-menu-mobile .close-right {
        top: -8px;

        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    
    header .menu-principal li a {
        padding-left: 0px;
    }

    header .menu-principal li:not(:last-child) a {
        border-bottom: 1px solid #ffffff;
    }
    
    header .box-menu .navbar-nav {
        margin: 0px;
    }

    header .menu-redes-sociais {
        text-align: center;
    }

    header .menu-redes-sociais li {
        display: inline-block;
    }

    header .menu-redes-sociais li a {
        color: #ffffff;        
    }

    .control-carousel {
        display: none;
    }

    .owl-dots {
        display: block;
        text-align: center;
        margin-top: 15px;
        padding: 0px 15px;
    }

    .owl-carousel button.owl-dot {
        width: 20px;
        height: 20px;
        margin: 0px 5px;
        background-color: #00aecf;
    }

    .owl-carousel button.owl-dot.active {
        background-color: #016e83;
    }

    .jrm .owl-carousel .item .container {
        width: 100%;
    }

    .jrm .owl-carousel .item .container .titulo,
    .jrm .owl-carousel .item .container .titulo h2 {
        font-size: 42px;
        line-height: 42px;
    }

    .jrm .owl-carousel .item .container .titulo h2 {
        width: 100%;
    }

    .servicos h2, 
    .fale-conosco h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .sobre h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .sobre .control-sobre {
        margin-top: 20px;
    }

    .sobre .control-sobre .item {
        padding: 10px 5px;
    }

    .sobre .control-sobre .item .topico {
        font-size: 14px;
        line-height: 14px;
    }

    .historia .box-conteudo .titulo, 
    .sobre .box-conteudo .titulo {
        font-size: 20px;
        line-height: 26px;

        text-align: center;

        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 20px;

        left: 0px;
        right: 0px;
    }

    .historia .box-conteudo .titulo, 
    .sobre .box-conteudo .titulo,
    .historia .box-conteudo .conteudo, 
    .sobre .box-conteudo .conteudo {
        transition-duration: 400ms !important;
    }

    .historia,
    .servicos,
    .fale-conosco {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .historia .container,
    .historia .coluna-imagens {
        position: initial;
    }

    .historia .coluna-imagens {
        margin-right: -15px;
        margin-left: -15px;
    }

    .historia .box-img {
        height: 200px;
        margin-bottom: 20px;
    }

    .historia .control-custom-carousel {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 100%;
    }  
    
    .historia .control-custom-carousel .item, 
    .historia .control-custom-carousel .item img {
        width: 60px;
        height: 60px;
    }

    .sobre .coluna-carousel {
        margin-right: -15px;
        margin-left: -15px;
    }


    .sobre .box-img {
        height: 200px;
        width: 100%;
        top: 20px;
    }

    .servicos .subtitulo {
        font-size: 16px;
        line-height: 16px;
    }

    .servicos .col-servicos {
        position: initial;
    }

    .fale-conosco h2 {
        margin-bottom: 30px;
    }

    .msg-404 {
        font-size: 20px;
        line-height: 22px;
    }

    .link-retorno {
        font-size: 16px;
        line-height: 16px;
    }

    .rodape .direitos,
    .rodape .logo-rodape {
        float: initial !important;
        text-align: center;
    }

    .rodape .direitos {
        font-size: 14px;
        line-height: 14px;
        margin: 0px 0px 15px 0px;
    }

    .box-conteudo .titulo, 
    .box-conteudo .titulo,
    .box-conteudo .conteudo, 
    .box-conteudo .conteudo {
        position: initial;
        transform: translateX(0px) !important;
    }

    .gm-style-iw,
    .box-gm-style-iw,
    .gm-style div div div div div div div {
        width: 210px !important; 
    }

    .gm-style .flaticon:before {
        font-size: 20px;
        line-height: 20px;
    }    

    .gm-style .flaticon {
        font-size: 12px;
        line-height: 14px;

        max-width: 180px;
    }
}
