/*
  Theme Name:   Route Child
  Theme URI:    http://routewp.com/
  Author:       Codestar
  Author URI:   http://codestar.me/
  Description:  Route Multi-Purpose WordPress Theme by a Elite Author
  Version:      6.5
  License:      GNU General Public License v2 or later
  License URI:  http://www.gnu.org/licenses/gpl-2.0.html
  Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
  Text Domain:  route
  Template:     route
*/
/* @import url("../route/style.css"); */

/* ### GERAL ### */
h1, h2, h3, h4, h5, h6{
	line-height: 1.6 !important;
}
@font-face{
	font-family: century_gothic;
	src: url(fontes/Century_Gothic.ttf);
}
@font-face{
	font-family: century_gothic_italic;
	src: url(fontes/Century_Gothic_Italic.TTF);
}
@font-face{
	font-family: century_gothic_bold;
	src: url(fontes/Century_Gothic_Bold.TTF);
}
@font-face{
	font-family: century_gothic_bold_italic;
	src: url(fontes/Century_Gothic_Bold_Italic.TTF);
}
.vc_separator h4{
	font-size: 18px !important;
}

/* ### Home ### */
.home .bloco_img_2z_home > figure > .vc_single_image-wrapper > img{
	max-width: 350px;
	width: 100%;
}
.home .bloco_cta_home{
	background-color: transparent !important;
	border-color: transparent !important;
}


/* ### Serviços ### */
.page-id-36 .container_servico_atendimento .bloco_servico_atendimento{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 252, 252, 0.69);
    box-shadow: 0px 0px 10px 0px rgba(255, 252, 252, 0.69);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 10px;
    margin-bottom: 15px !important;
	min-height: 152px;
}
.page-id-36 .container_servico_atendimento .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon{
	color: #fff;
}
.page-id-36 .container_circulo_360_servico{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360{
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360 .circulo_360_servico{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 250px;
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 5px solid;
    text-align: center;
    margin: 10px 10px;
    padding: 0 15px;
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360 .bloco_icone_servico{
	margin: 5px;
	font-size: 34px;
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360 .bloco_icone_servico.mobile{
	display: none;
}
.page-id-36 .container_circulo_360_servico .bloco_icones_servico{
	width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
}
.page-id-36 .container_circulo_360_servico .bloco_icones_servico .bloco_icone_servico{
	width: 50%;
    text-align: center;
	font-size: 34px
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360:nth-child(1) .circulo_360_servico:nth-child(1){
	border-color: #f7931c;
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360:nth-child(1) .circulo_360_servico:nth-child(4){
	border-color: #00b6d4;
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360:nth-child(3) .circulo_360_servico:nth-child(1){
	border-color: #ed1a38;
}
.page-id-36 .container_circulo_360_servico .bloco_circulo_360:nth-child(3) .circulo_360_servico:nth-child(4){
	border-color: #b811d1;
}
@media screen and (max-width: 991px){
	.page-id-36 .container_servico_atendimento .vc_icon_element.icone_seta_desktop{
		display: none;
	}
	.page-id-36 .container_servico_atendimento .vc_icon_element.icone_seta_mobile{
		text-align: center;
	}
}
@media screen and (max-width: 628px){
	.page-id-36 .container_circulo_360_servico .bloco_circulo_360{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
	.page-id-36 .container_circulo_360_servico .bloco_circulo_360 .bloco_icone_servico.mobile{
		display: block;
	}
	.page-id-36 .container_circulo_360_servico .bloco_circulo_360 .bloco_icone_servico.cima,
	.page-id-36 .container_circulo_360_servico .bloco_icones_servico .bloco_icone_servico.cima{
		display: none;
	}
	.page-id-36 .container_circulo_360_servico .bloco_icones_servico{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}


/* ### Contato ### */
.page-id-11 .container_contato{
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.page-id-11 .container_contato span.nome,
.page-id-11 .container_contato span.email{
	width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
	margin-bottom: 15px;
}
.page-id-11 .container_contato span.mensagem{
	width: 99%;
	margin-bottom: 10px;
}
.page-id-11 .container_contato span.nome{
	margin-right: 10px;
}
.page-id-11 .container_contato span.email{
	margin-left: 10px;
}
.page-id-11 .container_contato span.nome .wpcf7-text,
.page-id-11 .container_contato span.email .wpcf7-text,
.page-id-11 .container_contato span.mensagem .wpcf7-textarea{
	padding: 10px 12px;
	border-radius: 0;
	box-shadow: 0 0 0;
	font-size: 16px;
	height: auto;
}
.page-id-11 .container_contato input.wpcf7-submit{
	background-color: #00b6d4;
	padding: 8px 30px;
	border-radius: 0;
}

/* ##### FOOTER ##### */
#colophon.site-footer{
	background-color: rgba(107, 107, 110, 1);
}
#copyright{
	background-color: rgba(86, 86, 89, 1);
}
#copyright .container .row .pull-left,
#copyright .container .row .pull-right{
	color: #fff;
}
#copyright .container .row .pull-right > a{
	color: #fff;
}