@import url("font-awesome.min.css");
@import url("bootstrap.min.css");
@import url("animate.min.css");
@import url("prettyPhoto.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');

:root{ 
    --color-primary: #415562;
    --color-secondary: #ceb088;
}

body { background: #FFF; font-family: 'Inter', sans-serif; font-size: 12pt; letter-spacing: 0.03em; font-weight: 300; color:#444; line-height: 22px; }
a { color: var(--color-primary); -webkit-transition: color 300ms, background-color 300ms; -moz-transition: color 300ms, background-color 300ms; -o-transition:  color 300ms, background-color 300ms; transition:  color 300ms, background-color 300ms; }
a:hover, a:focus { color: var(--color-primary); text-decoration: none; outline: none; }

::selection{color:#fff;background:#B6D6D5;}
::-moz-selection{color:#fff;background:#B6D6D5;}
::-webkit-selection{color:#fff;background:#B6D6D5;}

h1, h2, h3, h4, h5 { font-weight: normal; font-style: normal; }

.btn-primary { background: var(--color-primary); border-color: var(--color-primary); color: #FFF; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms; border-radius: 0; font-weight: 300; padding: 15px 30px; }
.btn-primary:hover { color: #FFFFFF; background: var(--color-secondary); border-color: var(--color-secondary); }
.btn-lg { font-size: 1.3em; padding: 12px 30px; }
.form-control { font-size: 1.05em; }
.text-justify { text-align: justify; }
.text-center { text-align: center; }
.no-margin { margin: 0; padding: 0; }

.scrollup { width: 40px; height: 40px; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); filter: alpha(opacity=80); opacity: 0.8; position: fixed; bottom: calc(50% - 20px); right: 15px; display: none; text-align: center; color: #fafafa; font-size: 28px; background: #9e9e9e; z-index: 9999; border-radius: 2px; }
.scrollup i { line-height: 38px }
a.scrollup:hover i, a.scrollup:focus i { text-decoration: none; color: #fafafa; outline: none; }


/**********  HEADER **********/
header #nav-top { background: var(--color-primary); text-align: right; font-size: 0.95em; color: #FFF; padding: 10px 0; }
header #nav-top ul { list-style: none; padding: 0; margin: 0; }
header #nav-top ul li { float: right; margin: 0 0 0 50px; list-style: none; padding: 0; }
header #nav-top ul li .fa { color: var(--color-secondary) }
header #nav-top ul li .fa-twitter, header #nav-top ul li .fa-instagram, header #nav-top ul li .fa-facebook, header #nav-top ul li .fa-youtube-play { font-size: 1.1em; color: #FFF; margin: 0 5px; }

header .navbar { margin: 0; padding: 0; z-index: 999; border-radius: 0; background: #F4F7FC;  }
header .navbar-brand { margin: 20px 0; padding-top: 0; padding-bottom: 0; }
header .collapse { padding: 0; margin: 34px 0 0 0; }
header .navbar-toggle { margin: 10px 10px 0 0; padding: 10px; background: var(--color-primary); border: 0; border-radius: 0; }
header .navbar-toggle .icon-bar { background-color: #FFF; width: 30px; height: 4px; }
header .navbar-nav { margin-left: 0; }
header .navbar-nav a { color: var(--color-primary); padding: 15px 10px; font-weight: 600; font-size: 0.92em; text-transform: uppercase; letter-spacing: -0.01em; border-top-left-radius: 3px; border-top-right-radius: 3px; }
header .navbar-nav a:hover,
header .navbar-nav a:active,
header .navbar-nav a:focus,
header .navbar-nav > li:hover > a { background: var(--color-secondary); color: #FFF !important; }
header .navbar-nav>.active> a, 
header .navbar-nav>.active> a:focus, 
header .navbar-nav>.active> a:hover { background: var(--color-secondary); color: #FFF; }
header .navbar-nav > .open > a,
header .navbar-nav > .open > a:hover,
header .navbar-nav > .open > a:focus { background: #A3CBCA; color: #FFF; }
header .navbar-nav .dropdown-menu { min-width: 250px; background-color: var(--color-secondary); padding: 5px 0; border: 0; left: 0; border-radius: 0; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
header .navbar-nav .dropdown-menu a { font-size: 0.9em; letter-spacing: 0em; color: #FFF !important; font-weight: 400; padding: 10px 10px; border-bottom: 0; }
header .navbar-nav .dropdown-menu a:hover { background: rgba(0,0,0,0.05) !important; color: #FFF !important; }

header .navbar-nav>.compre> a { background: var(--color-secondary); color: #FFF !important; border-radius: 20px; padding-left: 15px; padding-right: 15px; }
header .navbar-nav>.compre> a:hover { background: var(--color-primary); }

#header .navbar {  position: relative; }
#header .navbar .container { border-bottom: 5px solid #F0F3F4; }

header.fixed .navbar { background: #F0F3F4; position: fixed !important; width: 100%; top: 0; -webkit-animation: fadeInDown 1s; -moz-animation: fadeInDown 1s; -ms-animation: fadeInDown 1s; -o-animation: fadeInDown 1s; animation: fadeInDown 1s;}
header.fixed .collapse { margin-top: 5px; }
header.fixed .navbar-brand { margin: 5px 0; }
header.fixed .navbar-brand img { height: 40px; }

/* FOOTER
================================================ */
footer { margin: 0; padding: 40px 0; font-size: 0.8em; line-height: 2em; background: #F0F3F4; color: var(--color-primary); border-top: 2px solid var(--color-primary); }
footer .logo { max-width: 250px; margin-bottom: 15px; }
footer .home .fa { width: 22px; font-size: 1.4em; text-align: center; }
footer .home p { padding: 0; margin: 0; }
footer .text-right a { color: var(--color-primary); -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; -ms-transition: all 200ms linear; transition: all 200ms linear; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
footer .text-right a strong { font-weight: 400; }
footer .text-right a:hover { padding: 5px 10px; color: #FFF; background: var(--color-secondary); font-weight: 700; }
footer .text-center {  margin-top: 0; }
footer .text-center a { color: var(--color-primary); }


/********** HOME **********/
.zoom-container { position: relative; overflow: hidden; display: inline-block; width: 100%; margin: 0; }
.zoom-container img { display: block; width: 100%; height: auto; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.zoom-container span { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; /*background: rgba(0, 0, 0, .5);*/ -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
.zoom-container span h5 { width: 100%; position: absolute; bottom: 0; color: #fff; font-size: 1.4em; font-weight: 600; padding: 10px 20px; background: rgba(0, 0, 0, .7); }
.zoom-container span h6 { width: 100%; position: absolute; bottom: 0; color: #fff; font-size: 1.2em; font-weight: 300; padding: 10px 20px; background: rgba(0, 0, 0, .7); }
.zoom-container:hover img { -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1); }
.zoom-container:hover span { background: rgba(162,194,213,.5); }

/* banner slider */
#main-slider { margin: 0; padding: 0; border-bottom: 5px solid var(--color-primary); }
#main-slider .item { position: absolute; width: 100%; /*width: 833px; height: 300px; */ left: 0 !important; opacity: 0; top: 0; display: block !important; z-index: 1; text-align: center; -moz-transition: opacity ease-in-out 500ms; -o-transition: opacity ease-in-out 500ms; -webkit-transition: opacity ease-in-out 500ms; transition: opacity ease-in-out 500ms; }
#main-slider .item img { width: 100%; }
#main-slider .item:first-child { top: auto; position: relative; }
#main-slider .item.active { opacity: 1; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; z-index: 2; }
#main-slider .prev, #main-slider .next { position: absolute; top: 44%;  font-size: 38px; height: 50px; width: 50px; line-height: 50px; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; z-index: 5; text-decoration: none; background-color: rgba(0, 0, 0, 0.3); color: #fff; display: inline-block; }
#main-slider .prev:hover, #main-slider .next:hover { background-color: rgba(0, 0, 0, 0.5); }
#main-slider .prev { left: 5px; padding-right: 5px; }
#main-slider .next { right: 5px; padding-left: 5px; }
#main-slider .carousel-indicators { bottom: 5px; }
.carousel-indicators li { padding: 6px; margin: 0 2px; border-color: var(--color-secondary) }
.carousel-indicators li.active {margin: 0 2px; background-color: var(--color-secondary); border-color: var(--color-secondary)}

.banner-central { width: 100%; }

.title-center { margin: 0 0 50px 0; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } 
.title-center h2 { font-size: 2.6em; color: var(--color-primary); padding: 20px 60px; border-left: 7px solid var(--color-secondary); border-right: 7px solid var(--color-secondary); }
.title-center h2 .audio-prime { vertical-align: top; display: inline-block; width: 245px; height: 42px; margin-left: 5px; background: url('../images/title_audioprime.png') no-repeat; }
.title-center h2 .audio-prime span { display: none; }
.title-center h2 .prime { vertical-align: top; display: inline-block; width: 142px; height: 48px; margin-left: 5px; background: url('../images/title_prime.png') no-repeat; }
.title-center h2 .prime span { display: none; }

#box-btn { padding: 80px 0 50px 0;  }
#box-btn .box{ padding: 50px 35px; border: 1px solid #CCC; text-align: center; position: relative; transition: all 0.5s ease 0s; margin-bottom: 30px; }
#box-btn .box:hover{ border: 1px solid var(--color-primary); background: #F1F6F9 }
#box-btn .box:before, #box-btn .box:after { content: ""; width: 70%; height: 8px; background: var(--color-primary); opacity: 0; position: absolute; top: -4px; left: 35%; transform: translateX(-50%); transition: all 0.5s ease 0s; }
#box-btn .box:hover:before, #box-btn .box:hover:after { opacity: 1; left: 50%; }
#box-btn .box:after { top: auto; bottom: -3px; }
#box-btn .box .service-icon { width: 65px; height: 65px; line-height: 65px; border-radius: 50%; background: #428ef8; margin: 0 auto 20px; font-size: 36px; color: #fff; }
#box-btn .box h3 { font-size: 2.5em; font-weight: 700; letter-spacing: -0.05em; color: var(--color-primary); margin: 0 0 10px 0; transition: all 0.5s ease 0s; }
#box-btn .box:hover h3 { opacity: 0; }
#box-btn .box .description { font-size: 1.1em; letter-spacing: -0.03em; font-weight: 400; color: var(--color-primary); line-height: 25px; margin: 0; transition: all 0.5s ease 0s; }
#box-btn .box:hover .description { margin-top: -20px; padding-bottom: 20px; font-size: 1.1em; }  

#apresentacao { background: #F1F6F9; padding: 80px 0;  }
#apresentacao .texto { line-height: 1.6em; }
#apresentacao .texto p { margin-bottom: 30px; }
#apresentacao iframe { max-width: 100%; }

#atendimento { background: #FFF; padding: 80px 0 40px 0; }
#atendimento img { max-width: 100%; }
#atendimento .row { background: url('../images/atendimento_barra.png') center 130px no-repeat; text-align: center; margin-bottom: 45px; padding-left: 80px; padding-right: 80px; }
#atendimento h3 { font-size: 1.8em; font-weight: 400; color: var(--color-primary); padding: 0; margin: 20px 0; }
#atendimento p { font-size: 0.95em; line-height: 1.7em; font-weight: 300; }

#servicos { background: url('../images/bg_servicos.jpg') center center; background-size: cover; padding: 80px 0; }
#servicos img { max-width: 100%; }
#servicos .row { /*background: url('../images/servicos_barra.png') center top no-repeat;*/ padding-top: 0; text-align: center; margin-bottom: 80px; }
#servicos h3 { font-size: 1.8em; font-weight: 400; color: #FFF; padding: 0; margin: 20px 0; }
#servicos p { min-height: 50px; font-size: 0.9em; line-height: 1.5em; color: #FFF; font-weight: 300; }
#servicos .title-center h2 { font-size: 3em; color: #FFF; border: 0; }
#servicos .title-center h2 .prime { background: url('../images/title_prime_branco.png') no-repeat; }
#servicos .btn-primary { margin-top: 10px; border-radius: 5px; font-weight: 400; padding: 10px 80px; }

#produtos { background: #FFF; padding: 80px 0; }
#produtos .texto { margin-bottom: 60px; text-align: center; color: #888; line-height: 1.7em; }
#produtos .lista .col-xs-12 { margin-bottom: 30px; }
#produtos .lista .col-xs-12 img { width: 100%; }

#noticias { background: #F9F9F9; padding: 80px 0;  }
#noticias .box { float: left; width: 100%; border-bottom: 10px solid var(--color-primary); }
#noticias .box .img-responsive { float: left; width: 100%; }
#noticias .box h6 { float: left; width: 100%; font-size: 0.85em; font-weight: 400; color: #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 15px 0; margin: 0; letter-spacing: 0; }
#noticias .box h3 { min-height: 100px; float: left; width: 100%; font-size: 1.2em; font-weight: 700; padding: 15px 0; margin: 0; letter-spacing: 0; line-height: 1.2em; }
#noticias .box h3 a { color: var(--color-primary); }
#noticias .box p { min-height: 65px; float: left; width: 100%; margin-bottom: 20px; }
#noticias .text-center { margin: 60px 0 0 0; }
#noticias.internal .row { margin-bottom: 50px; }

#plugin-instagram { padding: 80px 0; }

#videos { padding: 80px 0; background: #F9F9F9; }
#videos .box { float: left; width: 100%; border-bottom: 10px solid var(--color-primary); }
#videos .box .img-responsive { float: left; width: 100%; }
#videos .box h6 { float: left; width: 100%; font-size: 0.85em; font-weight: 400; color: #CCCCCC; border-bottom: 1px solid #CCCCCC; padding: 15px 0; margin: 0; letter-spacing: 0; }
#videos .box h3 { min-height: 100px; float: left; width: 100%; font-size: 1.2em; font-weight: 700; padding: 15px 0; margin: 0; letter-spacing: 0; line-height: 1.2em; }
#videos .box h3 a { color: var(--color-primary); }
#videos .box p { min-height: 65px; float: left; width: 100%; margin-bottom: 20px; }

#videos .box .foto { float: left; position: relative; width: 100%; height: 100%; }
#videos .box .foto i { position: absolute; width: 60px; height: 40px; line-height: 40px; right: calc(50% - 30px); top: calc(50% - 20px); background: rgba(0,0,0,0.7); color: #FFF; border-radius: 12px; font-size: 1.1em; text-align: center; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
#videos .box .foto a:hover > i { background: #FF0000; }

#videos .text-center { margin: 60px 0 0 0; }
#videos.internal .col-xs-12 { margin-bottom: 50px; }

#rapido { background: #FFF; padding: 80px 0; text-align: center; }
#rapido img { max-width: 100%; margin: 10px 0 30px 0; }
#rapido p { min-height: 55px; font-size: 0.9em; line-height: 1.5em; color: var(--color-primary); font-weight: 300; }
#rapido .btn-primary { margin-top: 10px; border-radius: 5px; font-weight: 400; padding: 10px 0; width: 60%; }
#rapido h2 { font-size: 1.5em; color: var(--color-primary); text-align: center; margin: 0; padding: 0;  }
#rapido h2 hr { width: 140px; border: none; height: 7px; background-color: var(--color-secondary); margin-top: 7px; }
#rapido .redes { text-align: center; margin-top: 25px; display: block;  }
#rapido .redes a { display: inline-block; font-size: 2.2em; width: 60px; height: 60px; line-height: 55px; text-align: center; border-radius: 100%; margin: 0 10px; border: 3px solid var(--color-secondary);   }
#rapido .redes a:hover, #rapido .redes a:active { background-color: var(--color-secondary); color: #FFF; }


#marcas { float: left; width: 100%; margin-top: 40px; }
#marcas .box { background: #F0F3F4; float: left; width: 100%; padding: 20px; margin-bottom: 30px; }
#marcas .box img { margin-bottom: 15px; }
#marcas .box h2 { float: left; width: 100%; color: var(--color-primary); font-size: 1.6em; min-height: 60px; }
#marcas .box p { float: left; width: 100%; color: #666; margin-bottom: 20px; font-size: 0.95em; min-height: 50px; }
#marcas .box .btn { float: left; width: 100%; }

/* pagina default */
#pagina { float: left; width: 100%; line-height: 1.8em; font-size: 1.05em; }
#pagina p { margin-bottom: 20px }
#pagina img.img-principal { float: right; max-width: 50%; margin: 0 0 15px 30px; }
#pagina img { max-width: 100%; }
#pagina .mais-fotos { float: left; width: 100%; margin-top: 30px; }
#pagina .mais-fotos .col-sm-3 { margin-bottom: 30px; }
#pagina .mais-fotos img { padding: 5px; border: 5px solid #E0EBF1; }


/* paginas  */
#main .titulo { float: left; width: 100%; margin-bottom: 20px; }
#main .titulo a { color: var(--color-secondary); }
#main .titulo h2 { text-align: center; font-size: 2.6em; font-weight: 700; font-style: italic; letter-spacing: -0.03em; color: var(--color-primary); padding: 0; margin: 20px 0; }
#main .rede { text-align: center; margin: 10px 0 25px 0;  }
#main .rede span { background: #FFF; padding: 0 30px; }
#main .rede i { width: 30px; height: 30px; line-height: 30px; }
#main .rede a:hover { color: #FFF; }
#main .rede a:hover > .fa-facebook { background: #1f4d7e; }
#main .rede a:hover > .fa-twitter { background: #0098bd; }
#main .rede a:hover > .fa-google-plus { background: #cc3631; }
#main .rede a:hover > .fa-whatsapp { background: #3a9e1d; }
#main .rede hr { padding: 0; margin: -15px 0 0 0;  }

#detalhe { float: left; width: 100%; }
#detalhe h1 { font-size: 3.5em; margin: 0 0 10px 0; padding: 0; }
#detalhe h5 { font-size: 1.3em; color: var(--color-primary); line-height: 1.3em; font-weight: 300; margin: 0; padding: 0; margin-bottom: 40px; background: #F0F3F4; padding: 20px 10px; }
#detalhe h2 { font-size: 2.3em; margin: 30px 0 10px 0; color: var(--color-secondary); }
#detalhe h3 { font-size: 1.7em; margin: 50px 0 20px 0; color: var(--color-secondary); }
#detalhe .fotos { background: #F0F3F4; padding: 20px; margin-bottom: 30px; }
#detalhe .fotos .btn { margin-top: 20px; }
#detalhe .fotos a.foto-principal img { width: 100%; margin-bottom: 20px; }
#detalhe .fotos a.foto-mais img { width: 33.33333333333333%; }

#box-contato { margin: 0; padding: 80px 0; color: #FFF; font-size: 1.4em; font-weight: 300; line-height: 1.5em; background: var(--color-primary); /*background: url('../images/bg_contato.jpg'); background-size: cover;*/ }
#box-contato h2 { color: #FFF; font-size: 2.5em; line-height: 1em; font-weight: 600; text-transform: uppercase; margin: 0 0 10px 0; }
#box-contato h2 strong { font-size: 1.3em; }
#box-contato .form-group { margin-bottom: 10px; }
#box-contato .form-control { font-size: 14px; letter-spacing: 0.05em; font-weight: 400; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: rgba(255,255,255,0.4); border: 0; color: #FFF; }
#box-contato .form-control::placeholder { color: #FFF; }
#box-contato #cxpalavra { margin-top: 7px; }
#box-contato button { margin-top: 15px; text-align: right; }

#news { float: left; width: 100%; margin-top: 30px; }
#news h5 { font-size: 0.9em; line-height: 1em; font-weight: 300; margin: 0 0 10px 0; text-align: left; color: #FFF; font-style: italic; }
#news .form-control, #news .btn { height: 40px; }
#news .btn { padding-top: 0; padding-bottom: 0; margin-top: 0px; }

/* noticias/paginas */
article.post { margin-bottom: 70px; }
article.post header h1 { font-size: 2.8em; font-weight: 400; margin: 0 0 10px 0; padding: 0;  }
article.post header h1 a { color: var(--color-primary); }
article.post header .chamada { font-size: 1.3em; line-height: 1.2em; }
article.post header .barra { padding: 10px 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; font-size: 0; margin: 20px 0 30px 0; font-size: 0.9em; vertical-align: top; }
article.post header .barra span { display: inline-block; margin: 0 25px 5px 0; vertical-align: top; }
article.post header .barra span i { padding-right: 5px; }
article.post .zoom-container { margin-bottom: 15px; }
article.post .conteudo { font-size: 1.1em; line-height: 1.7em; letter-spacing: 0.01em; text-align: justify; }
article.post .conteudo .img-principal { float: left; width: 50%; margin-right: 30px; }
article.post .conteudo p { margin-bottom: 20px }
article.post .conteudo .mais-fotos .col-sm-6 { margin-bottom: 30px; }

/* contato */
#contato textarea { height: 133px !important }
#contato .form-control { border-radius: 0; font-weight: 300; margin-bottom: 25px; height: 55px; border-color: #dddddd; box-shadow: none; }
#contato .btn-primary { padding: 10px 50px; font-size: 1.5em; }
ul.contatar { float: left; width: 100%; margin: 0 0 30px 0; padding: 0; list-style: none; }
ul.contatar li { float: left; margin-right: 30px; margin-bottom: 5px; font-size: 1.3em; font-style: italic; font-weight: 300; color:#444; }
ul.contatar li i { color: #FFF; background: var(--color-secondary); width: 50px; height: 50px; line-height: 50px; font-size: 25px; border: 0; border-radius: 100%; text-align: center; margin-right: 3px; }
ul.contatar li a { color:#444; }
#mapa-contato { margin: 60px 0; }


/* noticias */
.sidebar p { text-align: left !important; margin: 0 0 2px; }
.sidebar .widget, .widget { margin-bottom: 35px }
.widget ul { list-style: none; padding: 0; }
.widget h3 { font-weight: 400; color: var(--color-primary); }
.widget .btn, .widget input { height: 50px; }
.categoria ul li { padding: 6px 0; border-bottom: 1px solid #F8F8F8; }
.categoria ul li:before { content: "\f105"; font-family: FontAwesome; font-size: 16px; font-style: normal; font-weight: 400; padding-right: 10px; }

.tabs ul.posts li { margin-bottom: 15px; padding-bottom: 10px; overflow: hidden; border-bottom: 1px solid #f8f8f8; }
.tabs ul.posts li img { height: 68px; width: 68px; -webkit-transition: all .4s ease-in 0; -moz-transition: all .4s ease-in 0; -o-transition: all .4s ease-in 0; -ms-transition: all .4s ease-in 0; transition: all .4s ease-in 0; float: left; }

#horizontal-tabs { margin-bottom: 30px }
#horizontal-tabs ul.tabs { border-left: 1px solid #ddd; overflow: hidden; border-radius: 2px; list-style: none; margin: 0; padding: 0; }
#horizontal-tabs ul.tabs li { background: #fafafa; border-right: 1px solid #ddd; border-top: 2px solid var(--color-secondary); cursor: pointer; float: left; font-size: 15px; padding: 12px; }
#horizontal-tabs ul.tabs li.current { border-bottom: 1px solid #fff; background: none; cursor: default; }
#horizontal-tabs .contents { border: 1px solid #ddd; margin-top: -1px; border-radius: 2px; }
#horizontal-tabs .tabscontent.no-padding { padding-left: 0; padding-right: 0; }
#horizontal-tabs .tabscontent { display: none; overflow: hidden; padding: 20px 20px 0; }
#horizontal-tabs .tabscontent .img-thumbnail { margin: 0 13px 5px 0 }


/* PAGINAÇÃO */
#box-paginacao {float:left; width:100%; text-align:center; margin:40px 0 40px 0; padding:2px 0 0 0; background:#fff}
#box-paginacao ul {margin:5px 0;padding:0;border:0;outline:0;font-size:100%;font-family:inherit; }
#box-paginacao ul li {display:inline; font-size:1.2em;font-weight:bold;}
#box-paginacao ul li.link-anterior {float:left;font-weight:normal;}
#box-paginacao ul li.link-proxima {float:right;font-weight:normal;}
#box-paginacao ul li a {color: var(--color-primary);padding:0 0.30em; text-decoration: none;}
#box-paginacao ul li a:hover {background-color:var(--color-secondary);color:#FFF;text-decoration:none}
#box-paginacao ul li.link-anterior a,
#box-paginacao ul li.link-proxima a {padding:0;}
#box-paginacao ul li.link-anterior a:hover,
#box-paginacao ul li.link-proxima a:hover {background:none;color:var(--color-secondary);text-decoration:underline;}
#box-paginacao ul li .on {background-color:#999;color:#FFF;display:inline !important;padding:0 0.30em;}
#box-paginacao ul li .off {color:#999;display:inline !important;}

img.img-responsive { width: 100%; float: left; }

/* centralizar modal tela*/
.vertical-alignment-helper { display:table; height: 100%; width: 100%; pointer-events:none; }
.vertical-align-center { display: table-cell; vertical-align: middle; pointer-events:none; width: 55%; }
.modal-content { width:inherit; height:inherit; margin: 0 auto; pointer-events:all; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }

/* personaliza modal */
.modal-content { background: #FFF; color: #444; font-size: 1.1em; line-height: 1.4em; }
.modal-content h2 { font-size: 1.5em; font-weight: 400; letter-spacing: 0.03em; margin: 0 0 20px 0; }
.modal-content p.orcamento { margin-top: 30px; }
.modal-content .item img { width: 100%; }
.modal-footer { padding: 5px 20px; margin: 0; border: 0; background: #F5F5F5 }
.modal-footer button { float: right; font-size: 1.1em; font-weight: 600; color: var(--color-primary); background: none; border: 0; }
.modal-header { height: 53px; padding: 5px 20px; margin: 0; background: #F5F5F5 }
.modal-header a { float: right; font-size: 2.4em; color: #CCC; }
.modal-header h2 { float: left; font-size: 2em; font-weight: 300; color: var(--color-primary); padding: 0; margin: 0; } 
.modal-body article.post .conteudo { font-size: 1em; line-height: 1.6em; text-align: left; }

/* PAGINA PERSONALIZADA */
.vertical-align { display: flex; flex-direction: row; }
.vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] { display: flex; align-items: center; justify-content: center; }
.vertical-align > [class^="col-"] > div, .vertical-align > [class*=" col-"] > div { flex-grow: 1; }

.vertical-align { margin-bottom: 100px; color: var(--color-primary); font-size: 1.2em; line-height: 1.6em; font-weight: 400; }
.vertical-align h2 { font-size: 2.8em; font-weight: 700; font-style: italic; letter-spacing: -0.03em; color: var(--color-primary); margin: 0 0 10px 0; padding: 0; line-height: 0.9em; }
.vertical-align h5 { font-size: 1.8em; font-weight: 600; font-style: italic; letter-spacing: -0.03em; color: #7D8B8E; margin: 0 0 30px 0; padding: 0; line-height: 1.1em; }
.vertical-align p { margin-bottom: 30px; }
.vertical-align img { margin-bottom: 30px; width: 100%; }