/*
Theme Name: Café Routine
Theme URI: https://www.caferoutine.com.br/
Description: Template para site Café Routine
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Commissioner:wght@100..900&family=Parisienne&display=swap');

.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input, textarea, select {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
.menu, #nav li, #nav a, footer a, form input.wpcf7-submit, .social a, #scrollTop, .slick-prev, .slick-next, .slick-dots li button, .tabs li, .contato a, h3.accordion-toggle, #contato a, a.mais {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff7ed;
	color: #333;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Commissioner', sans-serif;
}
h1 {
	font-size: 35px;
	line-height: 45px;
	position: relative;
	clear: both;
	margin-bottom: 40px;
	font-family: "Parisienne", cursive !important;
	font-weight: 400;
	font-style: normal;
}
h2 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 700;
}
h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #ccb27f;
	position: relative;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 2;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #9c0059;
}
p, .video {
	margin-bottom: 20px;
}
/* botão topo */
#scrollTop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 500;
	font-size: 18px !important;
	display: none;
	background: #e4003e;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#scrollTop:hover {
	background: #55bcb6;
}
.error404 #scrollTop {
	display: none !important;
}
#erro404 {
	padding: 50px 0 20px 0;
	text-align: center;
	overflow: hidden;
	color: #073a3a;
	height: 100vh;
}
#erro404 h1, #erro404 h2 {
	margin-bottom: 10px;
}
#boxLogo {
	width: 200px;
	margin: 0 auto 100px auto;
}
#boxLogo img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
/* formulario */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #666;
}
:-moz-placeholder { /* Firefox 18- */
	color: #666;
}
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select,  form input[type='url']  {
    width: 100%;
	-webkit-appearance: none;
    color: #333;
    background-color: #fff;
	border: 1px solid #fff;
    font-size: 15px;
	height: 40px;
	line-height: 40px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 400;
	font-family: 'Commissioner', sans-serif;
}
textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid {
	background-color: #FFC;
	border-color: #e4003e;
}

form input.wpcf7-submit {
    padding: 0 !important;
	-webkit-appearance: none;
	margin: 0 0 20px 0 !important;
	float: left;
	border: 0 !important;
	cursor: pointer;
	width: 130px;
	height: auto;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-weight: 700;
	font-family: 'Commissioner', sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff !important;
	background: #073a3a;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form input.wpcf7-submit:hover {
	background: #04191e;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	padding: 0 !important;
	margin: 0 !important;
	float: right !important;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	color: #fff !important;
	text-align: center;
}
header {
	width: 100%;
	position: fixed;
	background: #fff;
	z-index: 9999;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
#logo {
	display: block;
	float: left;
	height: 60px !important;
	width: auto !important;
	margin: 5px 0;
}
.fa-bars  {
	color: #073a3a;
	font-size: 25px;
	line-height: 70px !important;
	height: 70px;
	cursor: pointer;
	float: right;
}
.menu {
	display: none;
	position: relative;
	clear: both;
	overflow: hidden;
}
#nav {
	overflow: hidden;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 20px;
	line-height: 25px;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Barlow Semi Condensed', sans-serif;

}
#nav li.mHome {
	display: none !important;
}
#nav a:link, #nav a:visited {
	color: #999;
}
#nav a:hover, #nav a:active {
	color: #55bcb6;
}
#nav li.current a {
	color: #e4003e;
}
/* social */
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 20px;
}
.social .fab {
	font-size: 20px;
	overflow: hidden;
	padding: 0 1px;
}
.social li {
	margin: 0 0 0 15px;
	overflow: hidden;
}
.social a:link, .social a:visited {
	color: #e4003e;
}
.social a:hover, .social a:active {
	color: #55bcb6;
}
/* rodape */
footer {
	background: #212121;
	color: #999;
	font-size: 12px;
	line-height: 16px;
	padding: 30px 0;
	text-align: center;
}
#unitri {
	display: block;
	margin: 0 auto;
	width: 18px;
}
#unitri img {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.foto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
	padding-bottom: 80%;
	margin: 0 auto 20px auto;
	display: block;
	clear: both;
	position: relative;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.conteudo {
	padding: 120px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	margin-top: -70px;
}

#mapa {
	position: relative;
	height: 350px;
    overflow: hidden;
	width: 100%;
}
#mapa  iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
.bloco {
	overflow: hidden;
}

/* home */
#home {
	position: relative;
	z-index: 10;
	background: #fff7ed;
}
.banner {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#home section {
	height: 100vh;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 70px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: cneter;
}
#home h2 {
	text-align: center;
	color: #04191e;
	max-width: 800px;
}
#home p {
	color: #073a3a;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	max-width: 650px;
}
.setaDown .fa-chevron-down {
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 30px !important;
	text-align: center !important;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	bottom: 70px;
	left: 50%;
	margin-left: -15px;
	animation: bounce 0.7s infinite alternate ease-in-out;
	-webkit-animation:  bounce 0.7s infinite alternate ease-in-out;
	-moz-animation:  bounce 0.7s infinite alternate ease-in-out;
	-o-animation:  bounce 0.7s infinite alternate ease-in-out;
    animation:  bounce 0.7s infinite alternate ease-in-out;
}
@keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-o-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-moz-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-webkit-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
/* contato */
#contato {
	background: #55bcb6;
	color: #fff;
}
.boxContatoInfo {
	position: relative;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	padding-left: 35px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.boxContatoInfo.boxEndereco {
	padding-bottom: 0;
	border: 0;
	margin-bottom: 50px;
}
.boxContatoInfo .fas, .boxContatoInfo .fab, .boxContatoInfo .far {
	position: absolute;
	width: 30px;
	text-align: center !important;
	left: 0;
	top: 0;
	height: 24px;
	line-height: 24px !important;
	font-size: 20px;
}
a:link, a:visited  {
	color: #fff;
}
a:hover, a:active  {
	color: #073a3a;
}
#formulario {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
/* responsabilidade */
#responsabilidade-social, #rastreio {
	background: #55bcb6;
	color: #fff;
	text-align: center;
}
#rastreio {
	background: #e4003e;
	text-align: center;
}
#rastreio img {
	width: 200px !important;
	height: auto !important;
	display: block;
	margin: 0 auto 20px auto;
}
#responsabilidade-social h1, #depoimentos h1, #rastreio h1 {
	color: #fff;
}
/* depoimentos */
#depoimentos, .blocoFoto {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index: 6;
}
#depoimentos:after, .banner:after {
	content: "";
	position: absolute;
	background-color: rgba(7, 58, 58, 0.8);
	background: rgba(7, 58, 58, 0.8);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.banner:after {
	background-color: rgba(204, 178, 127, 0.8);
	background: rgba(204, 178, 127, 0.8);
}
#depoimentos h1 {
	text-align: center;
}
.depoimento .fas {
	font-size: 30px;
	color: #e4003e;
	padding: 0 1px 0 20px;
	margin-bottom: 10px;
}
.depoimento {
	margin: 0 10px 40px 10px;
}
.depoimentoTexto {
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	background: #fff7ed;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	margin-bottom: 10px;
}
#depoimentos h3 {
	padding-left: 20px;
}
#depoimentos small {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	display: block;
	padding-left: 20px;
}
/* o cafe / o ritual */
#o-cafe h1, #o-ritual h1 {
	color: #55bcb6;
}
.blocoFoto {
	width: 100%;
	padding-bottom: 100%;
}
#o-ritual {
	z-index: 9;
	background: #fff7ed;
}
#o-cafe {
	z-index: 8;
	background: #fff7ed;
}
#produtos {
	z-index: 7;
	background: #fff;
}
#produtos p {
	font-size: 25px;
	line-height: 30px;
	color: #e4003e;
	max-width: 520px;
	margin: 0 auto 20px auto;
}
#responsabilidade-social {
	z-index: 6;
}
#rastreio {
	z-index: 5;
}
#depoimentos {
	z-index: 4;
}
#contato {
	z-index: 3;
}
#produtos {
	text-align: center;
}
#produtos h3 {
	margin-bottom: 20px;
}
#produtos img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto 0 auto;
}
/* historia */
.page-template-page-historia  .conteudo {
	margin: 0;
	padding-top: 50px;
}
#historiaBanner:before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
}
#historiaLogo {
	padding: 20px 0;
}
#historiaLogo img {
	height: 150px !important;
	width: auto !important;
	display: block;
	margin: 0 auto;
}
#historiaIntro {
	background: #55bcb6;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
#historiaBanner {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding: 80px 0;
	text-align: center;
	position: relative;
}
#historiaBanner h1 {
	color: #fff;
	margin: 0;
}
.historiaFotos {
	overflow: hidden;
	clear: both;
	background: #eedfc7;
}
.historiaFotos section {	
	padding: 0;
}
.historiaFoto {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	float: left;
	width: 33.33333%;
	padding-bottom: 30%;
	display: block;
}
a.mais:link, a.mais:visited {
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px;
	width: 220px;
	margin: 0 auto;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #55bcb6;
	font-weight: 700;
}
a.mais:hover, a.mais:active {
	background: #e4003e;
}
.historiaBotao {
	overflow: hidden;
	margin-bottom: 50px;
}

@media only screen 
and (min-width : 480px) {
.icones {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.icone {
	width: 46%;
	margin: 0 2%;
	margin-bottom: 30px;
}
#servicos .icone {
	width: auto;
	margin: 0 0 30px 0;
}
}
@media only screen 
and (min-width : 640px) {
#home p {
	font-size: 20px;
	line-height: 26px;
}
}
@media only screen 
and (min-width : 768px) {
.blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

#rastreio img {
	float: right;
	width: 300px !important;
	margin: 0 0 20px 0;
}
#rastreio .blocos {
	align-items: center;
}
.bloco {
	width: 46%;
}
.blocoFoto {
	position: absolute;
	top: 0;
	width: 50%;
	right: 0;
	height: 100%;
	padding: 0;
}
#o-cafe .blocoFoto {
	right: auto;
	left: 0;
}
#o-cafe .bloco {
	float: right;
}
#responsabilidade-social section {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}
h1 {
	font-size: 45px;
	line-height: 55px;
}
#historiaBanner h1 {
	font-size: 55px;
	line-height: 65px;
}
}
@media only screen 
and (min-width : 1024px) {
.wpcf7-form-control-wrap.your-name, .wpcf7-form-control-wrap.telefone {
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-right: 5px;
	clear: left;
	float: left;
}
.wpcf7-form-control-wrap.your-email, .wpcf7-form-control-wrap.your-subject {
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 5px;
	clear: right;
	float: right;
}
section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.fa-bars {
	display: none !important;
}
.menu {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	float: right;
	position: relative;
	clear: none;
	margin: 0;
}
#nav, .social {
	float: left;
	clear: none;
	height: 70px;
	line-height: 70px;
	margin: 0;
}
.social li:first-child {
	margin-left: 30px;
}
.social .fab, .social li {
	height: 70px;
	line-height: 70px !important;
}
#nav li {
	float: left;
	margin: 0 0 0 25px;
	clear: none;
	position: relative;
	height: 70px;
	line-height: 70px;
	font-size: 15px;
}
h1 {
	font-size: 55px;
	line-height: 65px;
}
h2 {
	font-size: 26px;
	line-height: 32px;
}
#nav li.current:after {
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 100%;
	content: "";
	z-index: 1;
	background: #e4003e;
	display: block;
}
#depoimentos, #historiaBanner {
	background-attachment: fixed;
}
#historiaBanner h1 {
	font-size: 65px;
	line-height: 75px;
}
}
@media only screen 
and (min-width : 1280px) {
#nav li {
	margin: 0 0 0 30px;
	font-size: 17px;
}
header section {
	width: 1200px;
}
}