:root{ 
	--color-primary: #005387;
	--color-secondary: #FDC300;
	--color-tertiary: #00426C;
	--color-text: #858585;
	--color-white: #FFF;
}

html * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { background: var(--color-white); font-family: 'Montserrat', sans-serif; font-weight: 400; letter-spacing: 0.03em; line-height: 1.6em; font-size: 15.5px; color:var(--color-text); }
body, html { height: 100%; }

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-tertiary); text-decoration: none; outline: none; }

::selection{color:var(--color-white);background:rgba(0,0,0,0.2);}
::-moz-selection{color:var(--color-white);background:rgba(0,0,0,0.2);}
::-webkit-selection{color:var(--color-white);background:rgba(0,0,0,0.2);}

.btn-primary { background: var(--color-secondary); color: var(--color-primary); border: 0; border-radius: 15px; font-size: 1em; padding: 0; font-weight: 400; letter-spacing: 0; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: var(--color-secondary); background: var(--color-tertiary); border: 0; }

.btn-primary.btn-sm { padding: 8px 15px; font-size: 16px; }

.bg-dark { background: #303030 !important; }
.bg-light { background: #F1F1F1 !important;  }

.bg-gradient { color: #FFF; background: #999; background: linear-gradient(to left, #FFF 10%, #999 100%); }

.mb-30 { 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: 10px; display: none; text-align: center; color: #fafafa !important; font-size: 28px; background: #CCC; z-index: 999; border-radius: 2px; }
.scrollup i { line-height: 38px }
a.scrollup:hover i, a.scrollup:focus i { text-decoration: none; color: var(--color-white); outline: none; }

/*.card-deck .card { max-width: 50%; }*/

small { font-weight: 300; letter-spacing: 0.05em; font-size: 0.75em; }

h1, h2, h3, h4, h5 { font-weight: 500; font-style: normal; color: var(--color-primary); padding: 0; margin: 0; letter-spacing: -0.01em; }

header { border-bottom: 5px solid var(--color-secondary); }
header.internal { border-bottom: 0; }

header #nav-top { background: var(--color-tertiary); color: var(--color-white); }
header #nav-top a { color: var(--color-white); }
header #nav-top a:hover { color: var(--color-secondary) }
header #nav-top a i { width: 38px; height: 38px; line-height: 38px; text-align: center; font-size: 1.8em; margin: 0 0 0 15px; vertical-align: 3px; }
header #nav-top a.d-block { font-size: 0.8em; line-height: 1.6em; }
header #nav-top a.d-block i { width: 18px; height: 18px; line-height: 18px; text-align: center; font-size: 1.4em; margin: 0 5px 0 0; vertical-align: -2px; }


header .navbar { background: var(--color-primary); }
header .navbar-brand { margin: 0; padding: 30px 0; }
header .navbar-toggler { z-index: 9999; font-size: 2.5em; border-radius: 0; margin: 0 -10px 0 0; }
header .navbar-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(253,195,0,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
header .navbar {  padding-left: 0; padding-right: 0;  }
.menu .nav-item { margin: 0; padding: 0; }
.menu .nav-item:last-child { border: 0; }
.menu .nav-item a.nav-link { color: var(--color-white); padding: 12px 10px !important; font-size: 1em; font-weight: 400; line-height: 1.3em; border-radius: 15px; }
.menu .nav-item a.nav-link strong { font-weight: 600; font-size: 1.15em; }
.menu .nav-item.active a.nav-link { color: #000;  } /* ITEM ATIVO */
.menu .nav-item a.nav-link.on { color: #000; font-weight: 700; }
.menu .nav-item a.nav-link:hover,
.menu .nav-item a.nav-link:active,
.menu .nav-item a.nav-link:focus,
.menu .nav-item a.nav-link > li:hover > a { background: var(--color-tertiary) !important; color: var(--color-secondary) !important; }
.menu .nav-item a.nav-link.active { background: var(--color-tertiary); color: var(--color-white); }
.menu .nav-item a.nav-link.btn { color: var(--color-primary); padding-left: 20px !important; padding-right: 20px !important; }
.menu .nav-item .dropdown-menu { min-width: 210px; background: var(--color-secondary) }
.menu .nav-item .dropdown-menu a.dropdown-item { color: var(--color-primary); font-size: 0.85em; }

header input#search{ width: 55px; height: 46px; background: transparent; border: none; padding-left: 15px; color: var(--color-white); font-family: 'Montserrat', 'Font Awesome 5 Free'; font-weight: 900; font-size: 1.3em; -webkit-transition: width .55s ease; -moz-transition: width .55s ease; -ms-transition: width .55s ease; -o-transition: width .55s ease; transition: width .55s ease; }
header input#search::-webkit-input-placeholder { color: var(--color-secondary); opacity: 1; } 
header input#search:-moz-placeholder { color: var(--color-secondary); opacity: 1; }
header input#search::-moz-placeholder { color: var(--color-secondary); opacity: 1; } 
header input#search:-ms-input-placeholder { color: var(--color-secondary); opacity: 1; }
header input#search:focus, header input#search:active{ outline:none; width: 200px; font-size: 1em; color: var(--color-secondary); }
header:hover input#search{ cursor: pointer; }

footer { background: var(--color-primary); color: var(--color-white); font-size: 1.1em; }
footer a { color: var(--color-white) }
footer a:hover { color: var(--color-secondary) }
footer a i { width: 38px; height: 38px; line-height: 38px; text-align: center; font-size: 1.8em; margin: 0 5px 0 15px; vertical-align: -5px; }
footer .btn { font-size: 1.5em; padding: 10px 60px; margin-top: -100px; color: var(--color-white); }
footer .dropdown-menu { min-width: 340px; background: var(--color-secondary) }
footer .dropdown-menu a.dropdown-item { color: var(--color-primary); font-size: 0.85em; }

footer .development a { color: var(--color-text); font-size: 0.7em; font-weight: 400; }
footer .development img { width: 100%; max-width: 120px; height: auto;  }

.slick-prev, .slick-next { background: var(--color-tertiary); color: var(--color-secondary); font-size: 2.7em; position: absolute; top: calc(50% - 30px); width: 60px; height: 60px; line-height: 60px; z-index: 9; text-align: center; display: block; padding: 0; border: 0; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s  }
.slick-prev:hover, .slick-next:hover { background: var(--color-secondary); color: var(--color-tertiary); opacity: 1 !important; }
.slick-next { right: 0px; }
.slick-prev { left: 0px; }
.slick-dots { position: absolute; width: 100%; bottom: -20px; text-align: center; margin: 0; padding: 0; height: 5px; }
.slick-dots li {  background: rgba(0,0,0,0.2); display: inline-block; padding: 0; margin: 0 6px; list-style: none; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.slick-dots li, .slick-dots li button { width: 15px; height: 15px; -webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s }
.slick-dots li.slick-active, .slick-dots li:hover { background: rgba(0,0,0,0.6); }
.slick-dots li button, .slick-dots li button:before { color: transparent; opacity: 0; }

/* 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; }
.modal-header .modal-title { padding: 0; margin: 0; font-size: 1em; }
.modal-header button { width: 50px; height: 50px; line-height: 25px; }
.modal-header button span { font-size: 2em; margin: 0 0 0 -5px }

.img-zoom { width: 100%; background: var(--color-primary); display: inline-block; overflow: hidden; position: relative; margin: 0; padding: 0; }
.img-zoom img { width: 100%;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; vertical-align: middle; z-index: 999; }
.img-zoom img:hover { opacity: 0.7; transform:scale(1.1); -ms-transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -o-transform:scale(1.1); }
.img-zoom i {  color: transparent; position: absolute; top: calc(50% - 30px); left: calc(50% - 30px); font-size: 4em; width: 60px; height: 60px; text-align: center; -webkit-transition: all .5s ease; -moz-transition: all .6s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; z-index: 9999; }
.img-zoom:hover i { color: rgba(255,255,255,0.6) }

.slider-product { padding: 0 20px; }
.product a { display: block; border: 1px solid #E5E5E5; border-radius: 20px; margin: 15px; padding: 20px; -webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s }
.product a:hover { border-color: var(--color-primary); -webkit-box-shadow: 0px 0px 0 1px var(--color-primary); -moz-box-shadow: 0px 0px 0 1px var(--color-primary); box-shadow: 0px 0px 0 1px var(--color-primary); }
.product a h3 { position: relative; overflow: hidden; height: 39px; margin: 10px 0; font-size: 1em; line-height: 1.2em; font-weight: 500; color: var(--color-text); }
.product a .price { font-size: 1.4em; font-weight: 700; color: var(--color-tertiary) }
.product a .price del { font-size: 0.7em; font-weight: 600; color: var(--color-text); margin-left: 5px; }

.titulo h2 { text-align: center; font-size: 3.8em; line-height: 1em; font-weight: 700; color: var(--color-primary);  }
.titulo h2 img { margin-right: 10px; vertical-align: -18px; }
.titulo p { text-align: center; font-size: 2em; line-height: 1.2em; font-weight: 600; color: #707070; margin-bottom: 40px; }

.title { background-color: #f5f5f5; text-align: center; }
.title h1 { font-size: 3.4em; line-height: 1em; font-weight: 700; color: var(--color-primary);  }
.title h1 img { margin-right: 10px; vertical-align: -18px; }
.text { font-size: 1.1em; font-weight: 400; line-height: 1.7em; }
.text img { max-width: 100%; height: auto; }

#receitas h4 { font-size: 2.6em; font-weight: 700; }
#receitas .mais a { color: var(--color-text); text-align: center; font-size: 1.4em; }
#receitas .mais i { vertical-align: -10px; margin-right: 5px; color: var(--color-primary); font-size: 2em; }


/* contato */
#contato {}
#contato .form-control { font-size: 1em; background: #f5f5f5; border-radius: 0; border-color: #f5f5f5;  /* height: 55px;*/  }
#contato .form-control::placeholder { color: #888 }
/*#contato .form-control:focus { border-color: #000; }*/
#contato .btn-primary { padding: 10px 50px; font-size: 1.5em; margin-top: 40px; }

#mapa-contato { margin: 60px 0 0 0; }

/* noticias/paginas */
article.post h2 { font-size: 2.3em; font-weight: 700; }
article.post .chamada { font-size: 1.4em; line-height: 1.2em; color: #999; font-weight: 400; }
article.post .barra { padding: 12px 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; margin: 20px 0 30px 0; font-size: 0.9em; line-height: 1.6em; vertical-align: top; }
article.post .barra span { display: inline-block; margin: 0 25px 0 0; vertical-align: top; }
article.post .barra span i { padding-right: 5px; }

/* 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: 600; font-size: 1.4em; margin-bottom: 10px }
.widget .btn, .widget input { height: 50px; }
.categoria ul li { padding: 6px 0; border-bottom: 1px solid #F8F8F8; }
.categoria ul li .fas { padding-right: 10px; }
.tabs ul.posts li { font-size: 0.9em; line-height: 1.3em; 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 #31ACDE; 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 }

/* PAGINAcaO */
#box-paginacao  { text-align:center; margin:10px 0 5px 0; padding:0; background:#fff; font-size: 0.7em;}
#box-paginacao ul {margin:5px 0;padding:0;border:0;outline:0;font-size:100%;}
#box-paginacao ul li {display:inline; font-size:1.7em;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:#000;padding:0 0.30em; text-decoration: none;}
#box-paginacao ul li a:hover {background-color:#000;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:#000;text-decoration:underline;}
#box-paginacao ul li .on {background-color:#DDD;color:#FFF;display:inline !important;padding:0 0.30em;}
#box-paginacao ul li .off {color:#CCC;display:inline !important;}

/* CURRICULO */
#msform { position: relative; margin-top: 20px }
#msform fieldset { background: white; border: 0 none; border-radius: 0.5rem; box-sizing: border-box; width: 100%; margin: 0; padding-bottom: 20px; position: relative }
#msform fieldset:not(:first-of-type) { display: none }
#msform .action-button { width: calc(50% - 13px); background: var(--color-primary); color: var(--color-secondary) !important; font-weight: bold; color: white; border: 0 none; border-radius: 15px; cursor: pointer; padding: 15px 0; font-size: 1.1em; margin: 30px 0 0 0; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms }
#msform .action-button:hover, #msform .action-button:focus { color: var(--color-primary) !important; background: var(--color-secondary); }
#msform .action-button-previous { width: calc(50% - 13px); background: #888; font-weight: bold; color: white; border: 0 none; border-radius: 15px; cursor: pointer; padding: 15px 0; margin: 30px 20px 0 0; -webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms }
#msform .action-button-previous:hover, #msform .action-button-previous:focus { background: #666 }
select.list-dt { border: none; outline: 0; border-bottom: 1px solid #ccc; padding: 2px 5px 3px 5px; margin: 2px }
select.list-dt:focus { border-bottom: 2px solid skyblue }
.card { z-index: 0; border: none; border-radius: 0.5rem; position: relative }
.fs-title { font-size: 25px; color: var(--color-tertiary); margin-bottom: 10px; font-weight: bold; text-align: left }
#progressbar { margin: 0 0 60px 0; padding: 0; overflow: hidden; color: lightgrey; text-align: center }
#progressbar .active { color: var(--color-primary) }
#progressbar li { list-style-type: none; font-size: 12px; width: 25%; float: left; position: relative }
@media (max-width:575.99px) {
	#progressbar { margin: 0 0 10px 0; }
	#progressbar li { width: 25%; font-size: 11px; font-weight: 300; margin-bottom: 20px }
}
#progressbar #identificacao:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007" }
#progressbar #documentacao:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f2c2" }
#progressbar #escolaridade:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f19d" }
#progressbar #experiencia:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0b1" }
#progressbar #informacao:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f129" }
#progressbar #confirmacao:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c" }
#progressbar li:before { width: 50px; height: 50px; line-height: 45px; display: block; font-size: 20px; color: #ffffff; background: lightgray; border-radius: 50%; margin: 0 auto 10px auto; padding: 2px }
#progressbar li:after { content: ''; width: 100%; height: 2px; background: lightgray; position: absolute; left: 0; top: 25px; z-index: -1 }
#progressbar li.active:before, #progressbar li.active:after { background: var(--color-primary); color: var(--color-secondary) }
.radio-group { position: relative; margin-bottom: 25px }
.radio { display: inline-block; width: 204; height: 104; border-radius: 0; background: lightblue; box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); box-sizing: border-box; cursor: pointer; margin: 8px 2px }
.radio:hover { box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3) }
.radio.selected { box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1) }
.fit-image { width: 100%; object-fit: cover }
.nav-tabs .nav-link { font-size: 1.3em; font-weight: 600; padding: 12px 20px }
.tab-content { border: 1px solid #DDD; border-top: 0; padding: 20px 20px 5px 20px }

/*************** RESPONSIVE ****************/

/* RESPONSIVE */
@media (min-width: 1680px) {
   /*body { background: #FFF!important; }*/

   .container { max-width: 1620px; width: 1620px; }
   
}
@media (max-width: 1679.99px) {  
	/*body { background: #EE9900 !important; } */

   .container { max-width: 100%; width: 100%; }
	header .navbar-brand img { width: 320px; }
   .menu .nav-item a.nav-link { font-size: 1em; } 
   header input#search{ height: 45px; }
}

/* XL (hd, 1400px)*/
@media (max-width: 1379.99px) { 
    /*body { background: #EE0055!important; }*/

    header .navbar-brand img { width: 300px; }
    .menu .nav-item a.nav-link { font-size: 0.9em; padding: 12px 10px !important; } 
	.menu .nav-item a.nav-link.btn { padding-left: 10px !important; padding-right: 10px !important; }
	header input#search{ height: 40px; }
    .product a .price del { display: block; }
}

/* LG (desktops, 1200px)*/
@media (max-width: 1199.99px) { 
    /*body { background: #CC00DD!important; }*/

    header .navbar-brand img { width: 200px; }
    .menu .nav-item a.nav-link { font-size: 0.8em; padding: 12px 5px !important; } 

}

/* MD (tablets, 992px)*/
@media (max-width: 991.99px) { 
    /*body { background: #002254!important; }*/

    header .navbar-brand img { width: 220px; }
    header .navbar { padding: 0 15px; }
	header .navbar-brand { margin: 0; padding: 10px 0; }
	.menu .nav-item a.nav-link { font-size: 0.9em; padding: 10px 15px !important; } 
	.menu .nav-item a.nav-link.btn { margin: 10px 0; }
	header input#search{ width: 100%; height: 40px; background: var(--color-tertiary); padding-left: 10px; font-weight: 600; font-size: 0.8em; margin-bottom: 20px; }
	header input#search::-webkit-input-placeholder { opacity: 0.8; } 
	header input#search:-moz-placeholder { opacity: 0.8; }
	header input#search::-moz-placeholder { color: var(--color-secondary); opacity: 0.8; } 
	header input#search:-ms-input-placeholder { color: var(--color-secondary); opacity: 0.8 }
	header input#search:focus, header input#search:active{ width: 100%; font-size: 1em; }

}

/* SM (landscape phones, 768px)*/
@media (max-width: 767.99px) { 
    /*body { background: #ffcc00!important; }*/
	
	header #nav-top a { font-size: 0.7em !important; }
	header #nav-top a i {width: 30px; height: 32px; line-height: 32px; font-size: 1.6em; margin: 0 0 0 4px; vertical-align: -2px; }	
	.slick-prev, .slick-next { font-size: 1.6em; top: calc(50% - 20px); width: 40px; height: 40px; line-height: 40px; }
	.slider-main .slick-next, .slider-main .slick-prev { opacity: 0.7; }
	.titulo h2, .title h1 { font-size: 1.5em; line-height: 1em; font-weight: 700; color: var(--color-primary);  }
	.titulo h2 img, .title h1 img { height: 30px; width: auto; vertical-align: -7px; }
	.product a { margin: 5px; padding: 10px; -webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s }
	#receitas h4 { font-size: 1.6em; font-weight: 600; }
	#receitas .mais a { font-size: 1em; }

	footer .img-fluid { max-width: 60%; }
	footer .text-lg-left a { display: block; }

}

/* XS (portrait phones, 576px)*/
@media (max-width: 575.99px) { 
    /*body { background: #cc0000!important; }*/
    header .navbar-brand img { width: 210px; }
}


