@charset "utf-8";

/*
Theme Name: JP Farma Português do Brasil
Theme URI: https://www.gs3comunicacao.com.br/
Author: GS3 Comunicação
Author URI: https://www.gs3comunicacao.com.br/
Template: jpfarma-parent-theme
Description: Tema GS3
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;800&display=swap");

:root {
    --base-color: #313c68;
    --base-color-hover: #7695ca;
    --base-color2: #fff;
    --base-color2-hover: #7695ca;
    --base-color3: #7695ca;
    --base-color3-hover: #fff;
}

::-moz-selection {
    background: #7695ca;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #7695ca;
    color: #fff;
    text-shadow: none;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

.container-full {
    width: 100%;
    margin: 0;
}

.container-segura {
    width: 1180px;
    margin: 0 auto;
}

.borda {
    border: 1px solid #F63;
}

.borda2 {
    border: 1px solid #CC0;
}

a:link, a:visited {
    color: var(--base-color);
    text-decoration: none;
}

a:hover {
    color: var(--base-color-hover);
    text-decoration: none;
}

.btn-rounded {
    color: #fff !important;
    background: var(--base-color);
    font-size: 1em;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
}

.btn-rounded:hover {
    color: #fff !important;
    background: var(--base-color-hover);
}

.btn-rounded2 {
    color: #fff !important;
    background: var(--base-color2);
    font-size: 1em;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
}

.btn-rounded2:hover {
    color: #fff !important;
    background: var(--base-color2-hover);
}

.btn-rounded3 {
    color: #fff !important;
    background: var(--base-color3);
    font-size: 1em;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
}

.btn-rounded3:hover {
    color: #fff !important;
    background: var(--base-color3-hover);
}

.btn-rounded4 {
    color: #fff !important;
    border: 1px solid var(--base-color2);
    font-size: 1em;
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
}

.btn-rounded4:hover {
    color: var(--base-color) !important;
    background: var(--base-color3-hover);
}

.cor-azul {
    color: var(--base-color)
}

.cor-branco {
    color: var(--base-color2)
}

.cor-azul2 {
    color: var(--base-color3)
}

.cor-roxo {
    color: #9344CE;
}

.cor-cinza {
    color: #999;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none
}

.oculta-texto {
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

a.lnk-branco:link, a.lnk-branco:visited {
    color: #fff;
    text-decoration: none;
}

a.lnk-branco:hover {
    color: #cfcfcf;
    text-decoration: none;
}

a.lnk-azul:link, a.lnk-azul:visited {
    color: var(--base-color);
    text-decoration: none;
}

a.lnk-azul:hover {
    color: var(--base-color2-hover);
    text-decoration: none;
}

a.lnk-azul2:link, a.lnk-azul:visited {
    color: var(--base-color3);
    text-decoration: none;
}

a.lnk-azul2:hover {
    color: var(--base-color3-hover);
    text-decoration: none;
}

a.lnk-cinza:link, a.lnk-cinza:visited {
    color: #525963;
    text-decoration: none;
}

a.lnk-cinza:hover {
    color: var(--base-color3);
    text-decoration: none;
}

a.lnk-verde:link, a.lnk-verde:visited {
    color: #4dc717;
    text-decoration: none;
}

a.lnk-verde:hover {
    color: #2c9754;
    text-decoration: none;
}

ul.produtos li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 5px;
    color: var(--base-color3);
}

html, body {
    font: 17px 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--base-color);
    background: #fff;
    line-height: 1em;
    height: 100%;
}

.no_padding {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no_margin {
    margin: 0 !important;
}

.container-full {
    width: 100%;
    margin: 0;
    float: left
}

.container-segura {
    width: 1170px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em !important;
    line-height: 1em;
    margin-top: 10px;
}

header h1, header h2, header .img-logo {
    width: 100%;
    height: 80px;
    float: left;
    background: url(imagens/logo-jpfarma.png) no-repeat;
    background-size: contain;
}

header {
    float: left;
    padding: 20px 0 20px 0;
    background-color: #fff;
    border-top: 2px solid #c44536;
}

header nav {
    margin: 10px 0 0 0;
    color: #706F6F
}

header nav div {
    float: right;
    list-style-type: none;
}

header nav ul li {
    font: 1.1em 'Montserrat';
    font-weight: 300;
    float: left;
    padding: 10px 20px;
}

header nav ul li a {
    color: var(--base-color2) !important;
    text-decoration: none;
}

header nav ul li a:visited {
    color: var(--base-color);
    text-decoration: none;
}

header nav ul li a:hover {
    color: var(--base-color-hover) !important;
    text-decoration: none;
    background-color: none;
}

header nav ul li:last-child {
    padding: 10px 0px 0px 20px;
}

header nav ul li:last-child a:before {
    font-family: FontAwesome;
    content: "\f023";
    margin-right: 9px
}

header nav ul li:last-child a {
    padding: 10px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: var(--base-color3) !important;
    border: 1px solid;
    border-color: var(--base-color3);
    margin-right: 0px;
}

header nav ul li:last-child a:hover {
    color: var(--base-color2) !important;
    border-color: var(--base-color2)
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: var(--base-color2) !important;
    width: 100%;
}

/*
header nav.el-menu ul li:last-child {margin:1px 0 0 0; }
header nav.el-menu ul li:before { content:"|"; margin:0px 20px; color: #009FE3 }
header nav.el-menu ul li:first-child:before {content:"";  }
*/

.altura-minima {
    min-height: 200px;
}

.bg-branco {
    background: #fff !important;
}

.bg-azul {
    background: #1d347b
}

.bg-cinza {
    background: #ECECEC
}

.bg-cinza-escuro {
    background-color: #1c1c1c;
}

.altura-banner {
    height: 600px;
}

.bg-top {
    background: rgb(68, 109, 160) !important;
    background: linear-gradient(90deg, rgba(68, 109, 160, 1) 0%, rgba(35, 44, 79, 1) 100%) !important;
}

.texto-branco {
    color: #fff !important;
}

.margem-top-0 {
    margin-top: 0 !important;
}

.margem-top-5 {
    margin-top: 5px !important;
}

.margem-top-10 {
    margin-top: 10px !important;
}

.margem-top-15 {
    margin-top: 15px !important;
}

.margem-top-20 {
    margin-top: 20px !important;
}

.margem-top-30 {
    margin-top: 30px !important;
}

.margem-top-40 {
    margin-top: 40px !important;
}

.margem-bottom-5 {
    margin-bottom: 6px !important;
}

.margem-bottom-15 {
    margin-bottom: 15px !important;
}

.margem-bottom-20 {
    margin-bottom: 20px !important;
}

.margem-bottom-25 {
    margin-bottom: 25px !important;
}

.margem-bottom-30 {
    margin-bottom: 30px !important;
}

.margem-bottom-50 {
    margin-bottom: 50px !important;
}

.margem-bottom-120 {
    margin-bottom: 120px !important;
}

.margem-left-5 {
    margin-left: 5px !important;
}

.margem-left-15 {
    margin-left: 15px !important;
}

.margem-left-30 {
    margin-left: 30px !important;
}

.margem-left-45 {
    margin-left: 45px !important;
}

.margem-right-15 {
    margin-right: 15px !important;
}

.padding-respiro-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-respiro-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-respiro-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-respiro-100 {
    padding-top: 110px;
    padding-bottom: 100px;
}

.padding-top-12 {
    padding-top: 12px;
}

.linha-dupla {
    line-height: 1.3em !important;
}

.fnt-13 {
    font-size: 0.813em !important;
}

.fnt-15 {
    font-size: 0.85em !important;
}

.fnt-16 {
    font-size: 0.941em !important;
}

.fnt-18 {
    font-size: 1.059em !important;
}

.fnt-19 {
    font-size: 1.118em !important;
}

.fnt-20 {
    font-size: 1.176em !important;
}

.fnt-22 {
    font-size: 1.2em !important;
}

.fnt-23 {
    font-size: 1.353em !important;
}

.fnt-24 {
    font-size: 1.412em !important;
}

.fnt-32 {
    font-size: 1.882em !important;
}

.fnt-38 {
    font-size: 2.235em !important;
}

.fnt-52-tit {
    font-size: 3.250em !important;
    font-weight: lighter;
    line-height: 1em
}

.fnt-52-tit2 {
    font-size: 3.250em !important;
    font-weight: bold;
    line-height: 1em
}

.fw-200 {
    font-weight: 200
}

.fw-500 {
    font-weight: 400
}

.fw-900 {
    font-weight: 900
}

.fw-bold {
    font-weight: bold
}

.border-bottom {
    padding: 0 0 50px 0;
    border-bottom: 1px solid #e5e8e8;
}

.border-bottom2 {
    padding: 50px 0;
    border-bottom: 1px solid #e5e8e8;
    border-top: 1px solid #e5e8e8
}

.border-bottom3 {
    padding: 40px 0;
    margin: 30px 0 !important;
    border-bottom: 1px solid #e5e8e8;
    border-top: 1px solid #e5e8e8
}

.b-cor1 {
    border-bottom: 10px solid #d06a5e;
    min-height: 70px
}

a.cor1:link, a.cor1:visited {
    color: #c44536 !important;
    text-decoration: none;
}

a.cor1:hover {
    color: #d06a5e !important;
    text-decoration: none;
}

.b-cor2 {
    border-bottom: 10px solid #697191;
    min-height: 70px
}

a.cor2:link, a.cor2:visited {
    color: #313c68 !important;
    text-decoration: none;
}

a.cor2:hover {
    color: #697191 !important;
    text-decoration: none;
}

.b-cor3 {
    border-bottom: 10px solid #87a565;
    min-height: 70px
}

a.cor3:link, a.cor3:visited {
    color: #698f3f !important;
    text-decoration: none;
}

a.cor3:hover {
    color: #87a565 !important;
    text-decoration: none;
}

.b-cor4 {
    border-bottom: 10px solid #f8bb49;
    min-height: 70px
}

a.cor4:link, a.cor4:visited {
    color: #f6aa1c !important;
    text-decoration: none;
}

a.cor4:hover {
    color: #f8bb49 !important;
    text-decoration: none;
}

.cor1 {
    color: #c44536 !important;
    text-decoration: none;
}

.cor2 {
    color: #313c68 !important;
    text-decoration: none;
}

.cor3 {
    color: #698f3f !important;
    text-decoration: none;
}

.cor4 {
    color: #f6aa1c !important;
    text-decoration: none;
}

.produtos ul li {
    list-style: inside;
    list-style-type: square !important;
}

.number {
    font-size: 60px;
    font-weight: bold;
}

.pos-banner {
    margin-top: -50px;
    background-color: #fff;
    min-height: 150px;
    z-index: 9999;
    position: relative
}

.bg-cinza-claro {
    background-color: #f4f4f4;
}

.bg-azul-claro {
    background-color: #ecedf1
}

.bg-ico-cinza {
    background: url(imagens/bg-ico-cinza.jpg) top left repeat #666;
}

.bg-servicos {
    background: url(imagens/bg-img-servicos.jpg) top right no-repeat;
    background-size: cover;
    min-height: 500px;
}

.btn-enviar {
    background: #525963;
    color: #fff !important;
    text-transform: uppercase;
    padding: 18px 22px 12px;
    border: none;
    border-bottom: 2px solid #525963;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-enviar:hover {
    background: #666;
    border-color: #023f88;
}

.btn {
    border-radius: 0;
    font-size: unset;
}

ul.servicos li {
    width: 50%;
    float: left;
    font-family: 'Gotham-Medium';
    color: #fff;
    font-size: 0.941em;
    height: 38px;
}

ul.servicos li h3:before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 4px;
}

.form-news {
    float: left;
    margin-top: 0px;
    margin-left: 30px;
    display: block;
    width: auto;
    height: 45px;
    padding: 10px 15px;
    font-size: 24px;
    font-family: 'Gotham-Bold';
    line-height: 1.42857143;
    color: #525963;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.btn-news {
    float: left;
    margin-top: 0px;
    background: none;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 15px 13px 25px;
    border: none;
    font-size: 24px;
    font-family: 'Gotham-Bold';
}

.is-loaded {
    display: none;
}

.my_gallery {
    width: 100%;
    float: left;
}

.my_gallery img {
    width: 100%;
    height: auto;
    padding: 5px;
}

.my_gallery figure {
    display: block;
    float: left;
    margin: 0;
}

.my_gallery figcaption {
    display: none;
}

.grid-sizer, .grid-item {
    width: 25%;
}

.data {
    font-family: 'Lato-Regular';
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #999;
}

.img-blog {
    max-width: 45%;
    margin-left: 30px;
    margin-bottom: 35px;
    float: right;
}

.whatsapp {
    position: fixed;
    top: 88%;
    right: 1%;
    padding: 10px;
    z-index: 1000;
}

footer {
    margin-top: 50px;
    height: 350px;
}

footer ul li {
    color: #fff !important;
    margin-bottom: 5px !important;
}

footer ul li a:hover {
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 5px !important;
}

footer ul li a:link, a:visited {
    color: var(--base-color3);
    text-decoration: none;
}

footer ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 5px;
    color: var(--base-color3);
}

/* linha do tempo  */
.linha-do-tempo {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.linha-do-tempo:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.linha-do-tempo > li {
    margin-bottom: -250px;
    position: relative;
}

.linha-do-tempo > li:before, .linha-do-tempo > li:after {
    content: " ";
    display: table;
}

.linha-do-tempo > li:after {
    clear: both;
}

.linha-do-tempo > li:before, .linha-do-tempo > li:after {
    content: " ";
    display: table;
}

.linha-do-tempo > li:after {
    clear: both;
}

.linha-do-tempo > li > .linha-do-tempo-panel {
    z-index: 999;
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 10px !important;
    padding: 10px 15px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.linha-do-tempo > li > .linha-do-tempo-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.linha-do-tempo > li > .linha-do-tempo-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.linha-do-tempo > li > .linha-do-tempo-badge {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -20px;
    background-color: #af0a2c;
    background: url(../imagens/bg-linha.png);
    background-size: contain;
    z-index: 0;
    border-top-right-radius: 35%;
    border-top-left-radius: 35%;
    border-bottom-right-radius: 35%;
    border-bottom-left-radius: 35%;
}

.linha-do-tempo > li.linha-do-tempo-inverted > .linha-do-tempo-panel {
    float: right;
}

.linha-do-tempo > li.linha-do-tempo-inverted > .linha-do-tempo-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.linha-do-tempo > li.linha-do-tempo-inverted > .linha-do-tempo-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.linha-do-tempo-title {
    margin-top: 0;
    color: inherit;
}

.linha-do-tempo-body > p, .linha-do-tempo-body > ul {
    margin-bottom: 0;
}

.linha-do-tempo-body > p + p {
    margin-top: 5px;
}

.dropdown a {
    padding-bottom: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
}

.dropdown-menu {
    width: auto;
    min-width: 100%;
    position: absolute;
    background: rgba(40, 50, 80, 0.75);
    border-radius: 5px !important;
    top: 35px;
    padding: 15px 15px !important;
    left: 227px;
    text-align: left;
    transform: translate(-50%, 0);
    border-color: transparent;

}

.dropdown:hover > .dropdown-menu:before {
    width: 18px;
    height: 10px;
    content: "";
    background-image: url(imagens/up-drop.png);
    position: absolute;
    top: -11px;
    left: 32px;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-menu li {
    width: 100%;
    height: inherit;
    background: none !important;
    margin-left: 0px;
    padding-top: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

header nav ul li .dropdown-menu li a:link,
.dropdown-menu li a:visited {
    color: #fff !important;
    font-size: 1em;
    background: none !important;
    border: none !important;
    text-decoration: none;
}

header nav ul li .dropdown-menu li a:hover {
    color: var(--base-color3) !important;
    background: none !important;
    border: none !important;
    text-decoration: none;
}

header nav ul li .dropdown-menu li a:last-child {
    font-weight: unset !important;
    padding: 3px 0 !important;

}

header nav ul li .dropdown-menu li:last-child a:before {
    content: none;
}

.navegacao {
    width: 100%;
    text-align: center;
    font-size: 1.059em;
    text-transform: uppercase;
    margin: 30px 0 40px;
}

.navegacao a {
    margin-left: 25px;
    margin-right: 25px;
}

.navegacao a:last-child {
    margin-right: 0;
}

.navegacao a:first-child {
    margin-left: 0;
}

.navegacao a:link, .navegacao a:visited {
    color: #525963;
    text-decoration: none;
}

.navegacao a:hover {
    color: #023f88;
    text-decoration: none;
}

/* #####  Status ##### */
#status_msg .erro {
    color: #b81f25 !important;
    display: block !important;
}

#status_msg .sucesso {
    color: #69B64B !important;
    display: block !important;
}

/* #####  Breadcrumb ##### */
.breadcrumbs, .breadcrumbs__separator, .breadcrumbs__current {
    padding: 25px 0px 25px 0px;
    margin-bottom: 0;
    color: #333;
    font-family: 'Lato-Regular';
    font-size: 14px;
    text-transform: uppercase;
}

.breadcrumbs__current {
    font-weight: bold;
}

.breadcrumbs__link a {
    text-decoration: none;
}

.breadcrumbs__link a:hover {
    color: #333;
    text-decoration: none;
}

.breadcrumbs__separator {
    padding: 0px 5px 0px 5px;
}


/* #####  RoyalSlider ##### */
.full-width-slider {
    width: 100%;
    position: relative;
}

.fullWidth {
    max-width: 1920px;
    margin: 0 auto;
}

/* #####  Menu Mobile ##### */
.navbar {
    border-radius: 0;
    margin: 0;
    border: none;
}

.navbar-nav {
    float: right;
}

.navbar-toggle {
    float: right;
    background: var(--base-color);
    border: 1px solid #eaeaea;
    margin: 20px 0 35px 0;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-collapse {
    background: none;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
}

.navbar-collapse nav ul {
    float: left;
    text-align: left;
    list-style-type: none;
    margin-top: 15px;
    background-color: var(--base-color);
}

.navbar-collapse nav ul li {
    width: 100%;
    font-size: 1.250em;
    text-transform: uppercase;
    padding: 15px !important;
    margin: 0;
    height: inherit !important;
}

.navbar-collapse nav ul li a {
    color: #fff !important;
    text-decoration: none;
}

.navbar-collapse nav ul li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.el-drop .dropdown a {
    padding-bottom: 0px;
}

.el-drop .dropdown:hover .dropdown-menu {
    display: block;
}

.el-drop .dropdown-menu {
    color: #fff !important;
    min-width: 200px;
    float: left;
    background-color: #878787;
    border: none !important;
    border-radius: 30px !important;
    margin-top: 4px !important;
    margin-left: -34px;
    padding: 20px;
}

.el-drop .dropdown-menu ul {
    color: #fff !important;
    float: none;
    text-align: left !important;
}

.el-drop .dropdown-menu li a {
    color: #fff !important;
    float: left;
    display: block;
    width: 100%;
    height: inherit;
    background: none !important;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 0 !important;
    padding-right: 20px !important;
}

.el-drop .dropdown-menu li a:link, .dropdown-menu li a:visited {
    color: #fff !important;
    background: none !important;
    border: none !important;
    padding-bottom: 10px !important;
    text-decoration: none;
    padding-left: 20px;
    font-size: 16px;
}

.el-drop .dropdown-menu li a:hover {
    color: #fff !important;
    background: none !important;
    border: none !important;
    text-decoration: none;
}

.el-drop .dropdown-menu ul li before {
    content: "" !important;
}

.el-drop .dropdown-menu ul li:first-child:before {
    content: "" !important;
}

/* tablet:ipad landscape */
@media (min-width: 769px) and (max-width: 1024px) {
    .container-segura {
        width: 100%;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }
}

/* tablet:ipad portrait */
@media (min-width: 654px) and (max-width: 768px) {
    .container-segura {
        width: 100%;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }
}

/* mobile:iphone 6 landscape */
@media (min-width: 569px) and (max-width: 667px) {
    body {
        font-size: 14px;
    }

    .container-segura {
        width: 100%;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    .altura-banner {
        height: 300px;
    }

    .margem-up-mobile {
        margin-top: 30px
    }
}

@media (max-width: 667px) {
    .margem-topo-xs {
        margin-top: 40px !important;
    }

    .padding-topo-xs {
        padding-top: 40px !important;
    }

    .grid-sizer, .grid-item {
        width: 50%;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    .altura-banner {
        height: 300px;
    }

    .margem-up-mobile {
        margin-top: 30px
    }
}

@media (max-width: 568px) {
    body {
        font-size: 14px;
    }

    .form-news {
        width: -webkit-fill-available;
    }

    header {
        margin-bottom: inherit !important;
    }

    ul.servicos li {
        width: 100%;
    }

    .form-news {
        float: left;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }

    .btn-news {
        float: left;
        margin-top: 15px;
        padding-left: 15px;
    }

    .fnt-38 {
        font-size: 1.647em !important;
    }

    .fnt-32 {
        font-size: 1.247em !important;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    .altura-banner {
        height: 300px;
    }

    .margem-up-mobile {
        margin-top: 30px
    }
}

/* mobile:iphone 5s landscape */
@media (min-width: 374px) and (max-width: 568px) {
    .container-segura {
        width: 100%;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    .altura-banner {
        height: 300px;
    }

    .fnt-32 {
        font-size: 1.247em !important;
    }

    .margem-up-mobile {
        margin-top: 30px
    }
}

/* mobile:iphone 6 portrait */
@media (max-width: 375px) {
    .container-segura {
        width: 100%;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    .altura-banner {
        height: 300px;
    }

    .fnt-32 {
        font-size: 1.247em !important;
    }

    .margem-up-mobile {
        margin-top: 30px
    }
}

/* mobile:iphone 5s portrait */
@media (max-width: 320px) {
    .container-segura {
        width: 100%;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.89);
        transform: scale(0.89);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .padding-respiro-100 {
        padding-top: 55px;
        padding-bottom: 50px;
    }

    .altura-banner {
        height: 300px;
    }

    .fnt-32 {
        font-size: 1.247em !important;
    }

    .margem-up-mobile {
        margin-top: 30px
    }
}

/* Estilo para o filtro da pág. de notícias - BEGIN */

/* 1. Ajusta o wrapper para que possa ser centralizado */
.select-wrapper {
    /* Define o display para que a largura se ajuste ao conteúdo (o SELECT) */
    display: inline-block;
    /* Centraliza o bloco (o wrapper) dentro da coluna (que tem text-align: center) */
    /* Isso funciona porque o elemento pai (col-xs-12) tem text-align: center */
}

/* 2. Remove o comportamento padrão do Bootstrap que força o SELECT a ter 100% de largura */
.select-auto-width {
    /* O form-control padrão força width: 100%; isso sobrescreve */
    width: auto !important;
    /* Ajuste o padding/margin se necessário para caber melhor no design */
    padding-left: 15px;
    padding-right: 15px;
}

/* Se precisar de margens horizontais (opcional) */
/*
.select-wrapper {
    margin-left: auto;
    margin-right: auto;
}
*/

/* Estilo para o filtro da pág. de notícias - END */