/*
Theme Name: F5 SEGUROS
Theme URI: https://www.f5seguros.com.br/
Description: Tema exclusivo F5 SEGUROS
Author: Giordano Magalhaes
Author URI: https://www.elroi.com.br/

font-family: 'Montserrat', sans-serif;
font-family: 'Lato', sans-serif;
*/

/* -> GERAL */
html, body {
	height:100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,1.00);
}
.body-modal {
    overflow: hidden;
}

.wrap {
	 position:relative;
	 width:100%; max-width:1200px;
	 margin:auto;
}

img {
    max-width: 100%;
}
.img100 img {
    width: 100%;
}

a {
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
a:link {
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
a:visited {
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(255,117,117,1.00);
	text-decoration: none;
}
a:focus {
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
a:active {
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
.btn-primary {
    color: #fff;
}
a.btn-primary:visited {
	color: rgba(255,255,255,1.00);
}

.fl { float:left; }
.fr { float:right; }
.w40 { width:39%; }
.w50 { width:49%; }
.w60 { width:59%; }
.dib { display:inline-block; vertical-align:top; }
.mt20 { margin-top:20px; }
.alignleft { float:left; margin:0 10px 10px 0; }
.alignright { float:right; margin:0 0 10px 10px; }

.section-pretitle, .section-title {
    margin: 0 auto 10px;
    max-width: 600px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.section-pretitle {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,0,0,1.00);
    text-transform: uppercase;
}
.section-title {
    font-size: 40px; line-height: 40px;
    font-weight: 700;
    color: rgba(0,0,0,1.00);
}
.section-bar {
    width: 100%; max-width: 100px;
    height: 4px;
    margin: 22px auto 0;
    background-color: rgba(255,0,3,1.00);
}
.section-content {
	margin-top: 50px;
}
.section-btnVermais {
    margin-top: 50px;
    text-align: center;
}
.section-btnVermais a {
    display: inline-block;
    padding: 7px 20px;
    background-color: rgba(240,240,240,1.00);
    border: rgba(220,220,220,1.00) solid 1px;
    border-radius: 4px;
    color: rgba(77,77,77,1.00);
    transition: all 200ms linear;
}
.section-btnVermais a:hover {
    background-color: rgba(255,0,4,1.00);
    border: rgba(255,0,4,1.00) solid 1px;
    color: rgba(255,255,255,1.00);
}

.conteudo {
	margin: 70px 0 130px;
}
.conteudo img {
	max-width:100%;
	height:auto;
}
.conteudo-box {
	max-width: 1200px;
	margin: auto;
}
.conteudo-box-short {
	max-width: 800px;
}
.conteudo-la {
	float: left;
	width: calc(100% - 380px);
	padding: 0 10px 0 0;
}
.conteudo-lb {
	float: right;
	width: 370px;
	padding: 0 0 0 10px;
}
.page-title {
    position: relative;
	padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 26px;
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	text-align: left;
	text-transform: uppercase;
    word-wrap: break-word;
    hyphens: auto;
}
.page-title-overlay {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(82,17,17,0.50);
}
.page-title-txt {
	position:relative;
	display:inline-block;
}
.page-title-ln {
	position:absolute;
	margin-top:10px;
	border-bottom:rgba(255,255,255,1.00) solid 1px;
	width:1px;
	opacity:0;
}
.page-content {
    min-height: 350px;
    font-weight: 300;
	text-align: justify;
}
#crumbs {
    position: absolute; top: 50%; right: 0;
    transform: translateY(-50%);
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,1.00);
    text-transform: none;
}
#crumbs a {
    color: rgba(255,195,196,1.00);
	transition:all 200ms linear;
}
#crumbs a:hover {
    color: rgba(255,255,255,1.00);
}

.sidebar .section-title {
	font-size: 30px;
	margin-bottom: 5px;
}
.sidebar-box {
	margin-bottom: 30px;
}

.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.alignjustify {
	text-align: justify;
}
.img100 {
	width:100% !important;
}

.transition200 a:hover {
    transition: all 200ms linear !important;
}

a.button-blue {
    margin-top: 30px;
    display: inline-block;
    padding: 7px 14px;
    background-color: rgba(13,45,94,1.00);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    transition: all 200ms linear;
}
a.button-blue:hover {
    background-color: rgba(31,81,157,1.00);
}

.red {
    color: rgba(255,0,4,1.00);
}

/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 997;
	width: 100%;
    border-bottom: rgba(0,0,0,0.20) solid 1px;
    background-color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#header-top {
    background-color: rgba(250,250,250,1.00);
    border-bottom: rgba(220,220,220,1.00) solid 1px;
}
#header-top [class*="fa-"] {
    font-size: 18px;
}
#header-top .svg-inline--fa {
    vertical-align: -.225em;
    margin-right: 3px;
}
#header-top .wrap {
    display: flex;
    justify-content: space-between;
}
#header-top a {
    color: rgba(177,177,177,1.00);
    transition: all 200ms linear;
}
#header-top a:hover {
    color: rgba(255,0,4,1.00);
}
.header-top-item {
    padding: 5px 10px;
    vertical-align: middle;
    border-left: rgba(220,220,220,1.00) solid 1px;
    font-size: 14px;
    color: rgba(177,177,177,1.00);
}
.header-top-item:last-child {
    border-right: rgba(220,220,220,1.00) solid 1px;
}
#header-top-la {
    display: flex;
}
#header-top-lb .header-top-input {
    border: none;
    background-color: transparent;
}
#header-top-lb .header-top-input:focus {
    outline: none;
}
#header-body {
    padding: 5px 0;
}
#header-body .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-rs {
    display: flex;
    justify-content: flex-end;
}
#header-rs a {
    position: relative;
    display: block;
    margin: 0 4px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background-color: rgba(0,0,0,1.00);
    font-size: 20px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#header-rs a:hover {
    background-color: rgba(250,250,250,1.00);
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.50);
    color: rgba(0,0,0,1.00);
}
#header-rs [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.header-scroll {
    position: fixed;
    box-shadow: 0 0 2px 0 #ececec;
    background-color: rgba(255,255,255,1.00);
}
.header-scroll #header-body {
    padding: 4px 0;
}
.header-scroll #header-top {
    display: none;
}
.header-scroll .header-logo img {
    height: 55px;
}
.header-scroll #header-rs a {
    margin: 0 3px;
    width: 28px; height: 28px;
    font-size: 16px;
}

#header-sep {
    height: 145px;
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc-btn {
    position: absolute; top: 50%; right: 20px;
    transform: translateY(-50%);
	display: none; 
	font-size: 40px;
	color: rgba(0,0,0,1.00);
}
#menuprinc {
	
}
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
}
#menuprinc ul li {
    display: inline-block; vertical-align: middle;
    position: relative;
    margin: 0;
}
#menuprinc ul li ul {
    display: none;
    position: absolute; top: 70px; left: 0; z-index: 9999;
    min-width: 240px;
    background-color: rgba(214,159,45,1.00);
}
#menuprinc ul li:hover ul {
    display: block;
}
#menuprinc ul li ul li {
    display: block;
    border-bottom: #D6B11E dotted 1px;
}

#menuprinc a {
    display: block;
	padding: 7px 20px 0;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: rgba(0,0,0,1.00);
    text-transform: uppercase;
	transition: all 200ms linear;
}
#menuprinc a:hover {
	color: rgba(255,0,0,1.00);
}

#menuprinc ul ul a {
    padding: 5px 10px;
	font-size: 13px;
    color: rgba(255,255,255,1.00);
}
#menuprinc ul ul a:hover {
    color: rgba(255,255,255,1.00);
    background-color: rgba(255,172,0,1.00);
}

#menuprinc .fa-chevron-down, #menuprinc .fa-chevron-right {
    font-size: 12px !important;
}

.showOnMobile {
	display:none !important;
}
.menuprinc_barrinha {
	margin: 3px auto 0;
	width: 0;
	height: 2px;
	border-radius: 1px;
	background-color: rgba(255,0,0,1.00);
	transition: all 200ms ease-out;
}
#menuprinc a:hover .menuprinc_barrinha {
	width: calc(100% - 10px);
}
.menuprinc-seta {
    display: none;
    position: absolute; top: -10px; right: 20px;
}
/* <- MENUPRINC */

/* -> INI */

/*** ini-seguros ***/
#ini-seguros {
    padding: 70px 0;
}
#ini-segurosLst {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#ini-segurosLst li {
    margin: 20px;
    width: 100%; max-width: 340px;
    text-align: center;
}
.ini-segurosLst-icone {
    position: relative;
    margin: 0 auto 20px;
    width: 90px; height: 90px;
    border-radius: 50%;
    background-color: rgba(255,0,4,1.00);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.40);
}
.ini-segurosLst-icone img {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.ini-segurosLst-titulo {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.ini-segurosLst-descricao {
    margin: 0 0 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

/*** ini-qs ***/
#ini-qs {
    padding: 50px 0;
    background-color: rgba(245,245,245,1.00);
}
#ini-qs .section-pretitle, #ini-qs .section-title, #ini-qs .section-bar {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}
#ini-qs .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.ini-qs-la, .ini-qs-lb {
    width: 50%;
}
.ini-qs-la {
    padding: 0 40px 0 0;
}
.ini-qs-lb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#ini-qs .section-content {
    font-size: 18px;
    font-weight: 300;
    color: rgba(70,70,70,1.00);
}
.ini-qs-lst { /* COLOCAR ISSO NO AVANÇADO CSS DO WORDPRESS */
    list-style: none; margin: 30px 2em 0 2em; padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ini-qs-lst li {
    font-weight: 400;
}
.ini-qs-lst .fa-li {
    color: rgba(255,0,4,1.00);
}

/*** ini-blog ***/
#ini-blog {
    padding: 50px 0;
}
.ini-blogLst {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    justify-content: space-between;
}
.ini-blogLst li {
    width: 100%; max-width: 380px;
}
.ini-blogLst-slick {
    display: block;
}
.ini-blogLst-slick .slick-list li {
    width: auto; max-width: none;
    margin: 0 10px;
}
.ini-blogLst-img {
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ini-blogLst-titulo {
    margin: 17px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.ini-blogLst-descricao {
    margin: 17px 0;
    color: rgba(127,127,127,1.00);
}
.ini-blogLst-btn {
    margin: 17px 0 0;
}
.ini-blogLst-btn a {
    display: inline-block;
    padding: 7px 30px;
    background-color: rgba(255,0,4,1.00);
    font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    transition: all 200ms linear;
}
.ini-blogLst-btn a:hover {
    background-color: rgba(43,43,43,1.00)
}
#ini-blog .slick-dots {
    bottom: -50px !important;
}

/*** ini-depoimentos ***/
#ini-depoimentos {
    padding: 50px 0 130px;
}
#ini-depoimentosLst {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    justify-content: space-between;
}
#ini-depoimentosLst li {
    width: 100%; max-width: 570px;
}
#ini-depoimentosLst.ini-depoimentosLst-slick {
    display: block;
}
#ini-depoimentosLst.ini-depoimentosLst-slick li {
    width: auto; max-width: none;
}
#ini-depoimentosLst.ini-depoimentosLst-slick .slick-list li {
    margin: 0 20px;
}
.ini-depoimentosLst-img {
    position: relative; z-index: 9;
    margin: 0 0 -50px 70px;
    width: 100px; height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ini-depoimentosLst-frm {
    position: relative; z-index: 8;
    padding: 80px 40px 40px;
    min-height: 280px;
    background-color: rgba(235,235,235,1.00);
    font-weight: 300;
    color: rgba(77,77,77,1.00);
}
.ini-depoimentosLst-det {
    position: absolute; bottom: -19px; left: 70px;
}
#ini-depoimentosLst .slick-dots {
    bottom: -50px !important;
}

/* <- INI */

/* -> RODAPE */
footer {
    position: relative;
    padding: 90px 0 20px;
    background-color: rgba(29,28,28,1.00);
    font-weight: 300;
    color: rgba(177,177,177,1.00);
}
#footer-l1 {
    position: absolute; top: -60px; left: 0;
    width: 100%;
}
#footer-l1-lst {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    font-weight: 300;
    color: rgba(255,255,255,1.00);
}
#footer-l1-lst li {
    display: flex;
    padding: 18px 30px;
    width: 33.33%;
}
#footer-l1-lst li:nth-child(1) {
    background-color: rgba(141,0,0,1.00);
}
#footer-l1-lst li:nth-child(2) {
    background-color: rgba(121,0,0,1.00);
}
#footer-l1-lst li:nth-child(3) {
    background-color: rgba(101,0,0,1.00);
}
.footer-l1-lst-icon {
    position: relative;
    width: 70px; height: 70px;
    background-color: rgba(47,0,0,1.00);
}
.footer-l1-lst-icon img {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.footer-l1-lst-txt {
    padding: 0 0 0 18px;
}
.footer-l1-lst-title {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.footer-l1-lst-content {
    font-size: 15px;
    color: rgba(255,255,255,0.70);
}
a.footer-linkBco {
    color: rgba(255,255,255,0.70);
    transition: all 200ms linear;
}
a.footer-linkBco:hover {
    color: rgba(255,255,255,1.00);
}
#footer-l2 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-l2-col {
    margin: 10px 0;
    max-width: 400px;
    flex-shrink: 0;
}
.footer-l2-logo {
    margin-bottom: 14px;
}
.footer-l2-title {
    margin-bottom: 20px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-l2-bar {
    margin-top: 3px;
    width: 50px; height: 2px;
    background-color: rgba(255,0,4,1.00);
}
.footer-l2-rs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-l2-rs a {
    position: relative;
    flex-shrink: 0;
    width: 70px; height: 70px;
    margin: 10px;
    border-radius: 10px;
    background-color: rgba(21,21,21,1.00);
    transition: all 200ms linear;
}
.footer-l2-rs a.footer-l2-rs-face:hover {
    background-color: rgba(0,76,193,1.00);
}
.footer-l2-rs a.footer-l2-rs-insta:hover {
    background-color: rgba(156,0,0,1.00);
}
.footer-l2-rs a.footer-l2-rs-whats:hover {
    background-color: rgba(29,191,0,1.00);
}
.footer-l2-rs a img {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.4;
    transition: all 200ms linear;
}
.footer-l2-rs a:hover img {
    opacity: 1;
}
#menufooter ul {
    list-style: none; margin: 0; padding: 0;
    column-count: 2;
}
#menufooter li {
    padding: 7px 0;
}
#menufooter a {
    color: rgba(177,177,177,1.00);
    transition: all 200ms linear;
}
#menufooter a:hover {
    color: rgba(255,0,4,1.00);
}
.menufooter-arrow {
    margin: -3px 10px 0 0;
}

/* <- RODAPE */

/* -> A EMRPESA */

/* <- A EMPRESA */

/* -> CATEGORIAS */
.categoria-lista {
    list-style: none; margin: 0; padding: 0;
    text-align: left;
}
.categoria-item {
    display: inline-block; vertical-align: top;
    margin: 20px;
    width: 100%; max-width: 350px;
	text-align: left;
}
.categoria-item a {
	font-weight:700;
	color:rgba(187,0,0,1.00);
	transition:all 200ms linear;
}
.categoria-item a:hover {
	color:rgba(255,0,0,1.00);
}
.categoria-imagem {
    width:100%; height:220px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    -webkit-box-shadow: 1px 1px 2px 0 #696969;
    box-shadow: 1px 1px 2px 0 #696969;
}
.categoria-data {
	display:none;
    font-size:12px;
    margin:0;
    text-align:left;
}
.categoria-titulo {
	font-size:18px;
    margin:10px 0 5px 0;
    text-align:left;
}
.categoria-vermais {
	display:inline-block;
	padding:3px 10px;
	border-radius:3px;
	background-color:rgba(187,0,0,1.00);
	font-size:12px;
	color:rgba(255,255,255,1.00) !important;
}
.categoria-vermais:hover {
	background-color:rgba(255,0,0,1.00);
	color:rgba(255,255,255,1.00) !important;
}
/* <- CATEGORIAS */

/* -> FORMS */
.form-row {
    margin:15px 0;
    text-align:center;
}
.form-cel {
    display:inline-block; vertical-align:top;
    margin:0;
}
.ini-contato-input {
    width:297px;
}
.ini-contato-mensagem {
    width:900px;
}
.ini-contato-btn {
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-size:13px;
    color:rgba(255,255,255,1.00);
    background-color:rgba(180,207,0,1.00);
    padding:8px 15px;
    border:none;
    border-radius:5px;
    transition:all 300ms linear;
}
.ini-contato-btn:hover {
    background-color:rgba(140,162,0,1.00);
}
/* <- FORMS */

/* -> GALERIA */
.gallery {
    text-align: center;
}
.gallery-item {
    display: inline-block; vertical-align: middle;
    float: none !important;
    width: auto !important;
    margin: 15px !important;
}
/* <- GALERIA */

/* -> SIDEBAR */

/* <- SIDEBAR */

/* -> CONTATO */
#bm_faleconosco {
	text-align:left;
}
/* <- CONTATO */

/* -> A EMPRESA */

/* <- A EMPRESA */

/* -> PROPOSTA */
.orcamento-box {
    border: rgba(220,220,220,1.00) solid 1px;
    border-radius: 10px;
    margin: 25px 0;
}
.orcamento-box-title {
    background-color: rgba(21,48,84,1.00);
    padding: 10px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #ffbe01;
    border-radius: 10px 10px 0 0;
}
.orcamento-box-content {
    padding: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.orcamento-resBox {
    max-width: 300px;
    margin: 14px auto;
    font-size: 16px;
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    text-align: center;
}
.orcamento-resBoxTitle {
    padding: 7px 10px;
    background-color: rgba(0,44,90,1.00);
}
.orcamento-resBoxContent {
    padding: 7px 10px;
    background-color: rgba(0,56,115,1.00);
}
/* <- PROPOSTA */

/* -> PRODUTOS */
.produtos-top {
    margin-bottom: 50px;
}

.produtos-menu {
    float: left;
    margin-top: 10px;
    width: 250px;
    border: rgba(230,230,230,1.00) solid 1px;
}
.produtos-menu-title {
    
}
.produtos-menu ul {
    list-style: none; margin: 0; padding: 0;
}
.produtos-menu ul li {
    border-bottom: rgba(236,236,236,1.00) solid 1px;
}
.produtos-menu ul li:last-child {
    border-bottom: none;
}
a.linkBco {
    display: block;
    padding: 7px 10px;
    background-color: rgba(8,28,64,1.00);
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
a.linkBco:hover {
    background-color: rgba(34,65,121,1.00);
}
.produtos-menu ul a {
    display: block;
    padding: 12px 10px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(10,28,64,1.00);
    transition: all 200ms linear;
}
.produtos-menu ul a:hover {
    background-color: rgba(240,240,240,1.00);
}

.produtos-main {
    float: right;
    width: calc(100% - 250px);
    padding: 0 0 0 20px;
}

.produtos-lista {
    display: flex;
    flex-wrap: wrap;
	list-style: none; margin: 0; padding: 0;
    text-align: center;
}
.produtos-item {
    position: relative;
    display: inline-block; vertical-align: top;
	width: 100%; max-width: 210px;
	margin: 10px;
    padding: 10px 10px 0 10px;
    border: rgba(230,230,230,1.00) solid 1px;
    box-shadow: 0 0 0 0 #dedede;
    overflow: hidden;
    transition: all 200ms linear;
}
.produtos-item:hover {
    box-shadow: 0 0 10px 0 #dedede;
}
.produtos-item a {
	display: block;
    transition: all 200ms linear;
}
.produtos-item a:hover {
    
}
.produtos-imagem {
    height: 170px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.produtos-title {
	margin: 20px 0;
    text-align: center;
}
.produtos-titulo {
    font-weight: 700;
    text-align: center;
}
.produtos-category {
    position: absolute; top: 4px; right: -200px;
    transition: all 200ms ease-out;
}
.produtos-item:hover .produtos-category {
    right: 0;
}
.produtos-category a {
    display: block;
    padding: 1px 10px 2px;
    background-color: rgba(23,74,127,0.10);
    font-size: 12px;
    color: rgba(77,77,77,1.00);
}
.produtos-menuLst li li a {
	padding:7px 10px 7px 30px;
}

.produtos-attr {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: rgba(235,235,235,1.00) solid 1px;
}
.produtos-attr-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-right: rgba(235,235,235,1.00) dotted 1px;
}
.produtos-attr-item:last-child {
    border-right: none;
}
.produtos-attr-img img {
    max-height: 30px;
}
.produtos-attr-um {
    font-size: 12px;
}

/*** prodSingle ***/
.prodSingle-title {
	
}
.prodSingle-l1 {
	margin-bottom:30px;
}
.prodSingle-l1-la {
	float:left;
	width:50%;
	padding:20px;
	border:rgba(0,0,0,0.20) solid 1px;
}
.prodSingle-l1-lb {
	float:right;
	width:50%;
	padding:0 0 0 20px;
}
.prodSingle-title, .prodSingle-l1-title {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:rgba(0,0,0,0.20) solid 1px;
	font-size:20px;
	font-weight:700;
	color:rgba(77,77,77,1.00);
	text-align:left;
}
.prodSingle-l1-title {
	display: none;
}
.prodSingle-l1-content p {
	margin-bottom:7px;
	text-align:left;
}

.prodSingle-details {
	padding:30px 0;
	background-color:rgba(245,245,245,1.00);
}
.prodSingle-table {
    width: 100%;
}
.prodSingle-table body {
    column-count: 2;
}
.prodSingle-table td, .prodSingle-table th {
    padding: 2px 10px;
}
.prodSingle-table td:first-child {
    width: 50px;
    text-align: right;
}
.prodSingle-table tr:hover {
    background-color: rgba(230,230,230,1.00);
}

.prodSingle-lstDetails {
    display: flex;
    flex-wrap: wrap;
    list-style: none; margin: 0; padding: 0;
}
.prodSingle-lstDetails li {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 3px 5px;
}
.prodSingle-lstDetails .prodSingle-icon {
    max-width: 42px;
    margin-right: 15px;
}
.prodSingle-lstDetails li:hover {
    /* background-color: rgba(247,247,247,1.00); */
}

#prodModal {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 9999;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.70);
}
#prodModal-close {
    position: absolute; top: 10px; right: 10px;
    font-size: 30px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#prodModal-close:hover {
    color: rgba(200,164,74,1.00);
    cursor: pointer;
}
.prodModal-frm {
    position: absolute; top: 50%; left: 50%;
    width: 100%; max-width: 600px;
    min-height: 300px;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,1.00);
}
.prodModal-title {
    padding: 10px;
    font-size: 24px;
    font-weight: 500;
    border-bottom: rgba(207,207,207,1.00) dotted 1px;
}
.prodModal-loading {
    margin-top: 90px;
    font-size: 20px;
    text-align: center;
}
.prodModal-content {
    padding: 15px;
}
.prodModal-contentFlex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.prodModal-details {
    max-width: 50%;
    padding: 15px;
}
.prodModal-img {
    position: relative;
    width: 100%; max-width: 50%;
    height: 240px;
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: center center;
}
.prodModal-img img {
    max-width: 130%;
    margin-left: -25%;
}
.prodModal-desc {
    padding: 20px;
    border-top: rgba(217,217,217,1.00) dotted 1px;
}
.prodModal-category {
    position: absolute; bottom: 5px; right: 5px; 
}
.prodModal-category a {
    display: inline-block; vertical-align: top;
    padding: 2px 4px;
    background-color: rgba(228,234,239,1.00);
    font-size: 12px;
    color: rgba(14,60,143,1.00);
    transition: all 200ms linear;
}
.prodModal-category a:hover {
    background-color: rgba(207,222,232,1.00);
}
/* <- PRODUTOS */

/* -> SINGLE */
.post_title {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    color: rgba(255,0,0,1.00);
    text-align: left;
}
.singleContent {
    text-align: left;
}
.singleContent-red {
    color: rgba(255,0,0,1.00);
}
.singleContent h1, .singleContent h2, .singleContent h3, .singleContent h4, .singleContent h5 {
    font-weight: 700;
}
.singleContent h3, .singleContent h4 {
    margin: 40px 0 20px;
}
.singleContent-checklist li {
    margin: 5px 0;
}
.singleContent-checklist .fa-li {
    font-size: 18px;
    color: rgba(255,0,0,1.00);
}
.singleContent-phrase {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 700;
    color: rgba(110,0,0,1.00);
    text-align: left;
}
.singleContentLst {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.singleContentLst li {
    margin: 20px 0;
    width: 100%; max-width: 350px;
    text-align: left;
}
.singleContentLst-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(197,56,0,1.00);
}
.singleContentLst-content {
    font-weight: 300;
    color: rgba(107,107,107,1.00);
}

/*** seguro-auto ***/
.seguro-auto-sep {
    padding: 100px 20px;
    background-image: url("/wp-content/uploads/2020/08/seguro-auto-sep.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: rgba(255,255,255,1.00);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 4px 4px 10px rgba(0,0,0,1.00);
}
.seguro-auto-title-1 {
    margin: 30px 0 10px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(140,140,140,1.00);
}
.seguro-auto-title-1-big {
    font-size: 24px;
    font-weight: 700;
    color: rgba(255,0,4,1.00);
}

/*** singleSidebar ***/
.singleSidebar-box {
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgba(242,242,242,1.00);
}
.singleSidebar-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255,0,0,1.00);
    text-transform: uppercase;
}
.singleSidebar-content {
    font-size: 16px;
    color: rgba(137,137,137,1.00);
    text-align: left;
}
.singleSidebar-infoLst li {
    margin: 7px;
    font-size: 16px;
}
.singleSidebar-infoLst a {
    color: rgba(0,0,0,1.00);
    transition: all 200ms linear;
}
.singleSidebar-infoLst a:hover {
    color: rgba(255,0,0,1.00);
}

/* <- SINGLE */

/* -> SEARCH */
.search-list {
	list-style: none; margin: 0; padding: 0;
}
.search-item {
    display: flex;
	padding: 30px 0;
	border-bottom: rgba(220,220,220,1.00) solid 1px;
}
.search-la {
    flex-shrink: 0;
}
.search-img {
	width: 240px; height: 150px;
	margin: 0 10px 10px 0;
    background-color: rgba(255,0,4,1.00);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.search-img.search-icon {
    background-size: auto;
}
.search-title {
    font-size: 24px;
    font-weight: 700;
}
.search-description {
    margin: 20px 0;
    color: rgba(132,132,132,1.00);
}
.search-categories {
    margin: 5px 0;
    font-size: 14px;
}
.search-item a .search-item-title {
	margin-bottom:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px; line-height:30px;
	font-weight:700;
	letter-spacing:1px;
	color:rgba(0,0,0,1.00);
}
.search-item a .search-item-content {
	font-size:13px;
	color:rgba(100,100,100,1.00);
}
a.search-btnLnk {
    display: inline-block;
    padding: 7px 20px;
    margin-top: 20px;
    background-color: rgba(255,0,4,1.00);
    border-radius: 4px;
    color: rgba(255,255,255,1.00);
}
/* <- SEARCH */