/*
Theme Name: Uébb Digital
Theme URI: http://uebb.com.br;
Author: Uébb Digital
Author URI: http://uebb.com.br;
Description: Landing Page/Website/One Page
Version: 1.0
License: Autoral
License URI: http://uebb.com.br;
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: Uébb Digital
*/

.result-simulador{
    background:-webkit-linear-gradient(215deg, rgb(0, 72, 129) 0%, rgb(0, 138, 208) 100%);
	background:-o-linear-gradient(215deg, rgb(0, 72, 129) 0%, rgb(0, 138, 208) 100%);
	background:-moz-linear-gradient(215deg, rgb(0, 72, 129) 0%, rgb(0, 138, 208) 100%);
	background:linear-gradient(215deg, rgb(0, 72, 129) 0%, rgb(0, 138, 208) 100%);
}

.lista-solucoes-galeria  .bg-deep-pink{
    background-color:#00B1FF !important;
}
.lista-solucoes-galeria .bg-extra-dark-gray{
    background-color:#fff !important;
}
.form_shadow{
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}

.title-custom-align-center{
	color: #004881;
}
.title-custom-align-center p{
	font-weight: 800;
	margin-top: 12px;
}
.top-separator{
 	display: inline-block;
 	height: 2px;
}

.title-custom-align-left{
	color: #004881;
}
.title-custom-align-left p{
	font-weight: 800;
	margin-top: 12px;
}
.top-separator .separator-center-red {
	display: block;
	height: 3px;
	background-color: #94BC2C;
	width: 90px;
	float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.top-separator .separator-center-blue {
	display: block;
	height: 3px;
	background-color: #0585DC;
	width: 90px;
	float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.top-separator .separator-left{
	display: block;
	height: 2px;
	background-color: #00B1FF;
	width: 80px;
    margin-bottom: 20px;
}

.color-red {
	background-color: #FF3131 !important;
}

.title-custom-vermelho{
	color: #898989 !important;
}
.title-custom-vermelho .border-top{
	background-color: #FF3131;
}

.subtitle-page-interna{
	font-size: 16px;
	font-weight: 600;
}

.bg-extra-dark-gray
{
	background-color: #000;
	opacity: 0.5;
}
.bg-azul-clean{
	background-color: #00B1FF !important;
}
.list-projetos li {

}

.feature-box:before, .feature-box .content:before, .feature-box:after, .feature-box .content:after{
	background-color: #00A8FF !important;
}

.item-list-vantagens img{
	height: 150px;
	padding-bottom: 20px;
}

.title-gray{
	color: #898989 !important;
}

.white-move .swiper-slide{ cursor: pointer !important;}

.screen-reader-response{display:none;}
.wpcf7-validation-errors, .wpcf7-not-valid-tip{
    color: red;
}
.wpcf7-mail-sent-ok{
	color: #00b100;
	font-size:18px;
	text-align: center;
    margin-top: -43px;
}

.padding-fifteen-all{padding:8%;}

.item-acervo img{
	display: block;
	margin:auto;
}

.form_action_modal .bg-white{
    background-color: #F9F9F9 !important;
}
.form_action_modal .title_form {text-size: 30px;}
.input.input-bg {
    background-color: #FFF !important;
}

.mfp-bg{
    opacity: 0.5 !important;
}
.mfp-close{display:none !important;}

.close-modal-form{
    position:absolute;
    right:40px;
    top:40px;
    font-size:1.5em;
    color: #a9a9a9;
    z-index:999999!important;
}

.title-acoordion{
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    color: #004881 !important;
    text-transform: none;
}
.icon-accordion{
	float: left;
	margin-right: 10px;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 22px;
}

.box-form-contato{
	height: 600px;
	position: relative;
}

.select-style{
	border: 0 none;
	border-bottom: 1px solid #484848;
}
.select-style select{
	padding-left: 5px;
}

/* form starting stylings ------------------------------- */
.group { 
  position:relative; 
  margin-bottom:25px;
}
input{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  border:none;
  border-bottom:1px solid #757575;
}
input:focus{ outline:none; }

/* LABEL ======================================= */
label{
  color:#fff; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.black-label{
	color:rgba(0,0,0,0.5) !important;
	text-transform: uppercase;
}

/* active state */
input:focus ~ label, input:valid ~ label{
  top:-10px;
  font-size:12px;
  color:rgba(255,255,255,0.7);
}

/* active state black */
.input-black:focus ~ .black-label .input-black, .input-black:valid ~ .black-label{
  color:rgba(0,0,0,0.3) !important;
}

.change::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.change:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}
.change::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.change:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

a:hover, button:hover, button:hover span {
	color: #004881 !important;
}
.bg-deep-pink{
	background-color:#004881 !important;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-item-1 {
	flex: 1;
}

.lista-nossas-solucoes .fa-angle-right{
	font-size: 20px;
}
.lista-nossas-solucoes li{
	font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}

.lista-nossas-solucoes li.active,
.lista-nossas-solucoes li:hover{
	color: #004881 !important;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 2px solid #004881 !important;
}
.lista-nossas-solucoes li.active a{
	color: #004881 !important;
}
.lista-nossas-solucoes li.active i, .lista-nossas-solucoes li:hover i{
	color: #00B1FF !important;
	font-weight: 800;
}
.lista-nossas-solucoes li.active .fa-angle-right,
.lista-nossas-solucoes li:hover .fa-angle-right{
	color: #004881;
}

/*
.list-style-9 li{
	border-bottom: 1px solid #898989 !important;
}
*/

/* CUSTOM TEMPLATE */
.header-with-topbar .navbar-top {
	top: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.btn.btn-dark-gray {
	background: red;
	border-color: red;
}

.btn.btn-dark-gray:hover{
	color: red;
}

.header-with-topbar .navbar-top{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#logo{
	width: 80%;
}

.logo-header-align {
    max-width: 374px;
    padding: 12px 0 0 0;
}

.icon-phone{
	padding: 8px 10px 0 0;
	width: 42px;
}
.phone-title{
	font-size: 9px;
    line-height: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #283A23;
}

.phone-text{
	font-weight: 700;
	font-size: 22px;
	line-height: 18px;
	color: #283A23;
}

.menu-haburger-mobile{
	display: inline-block;
}

.newsletter-container{
	padding-top: 20px;
	padding-bottom: 20px;
	background: #00B0CB;
	-webkit-box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.75);
	z-index: 999;
	position: relative;
}
.rodape{
	background: #0066AD;
	z-index: 9;
	min-height: 100px;
}
.input_white{
	border-bottom: 1px solid white;
	color: white;
	background: transparent;
	font-size: 12px;
}
.input_white:focus{
	border-bottom: 1px solid black;
}

.btn.btn-transparent-light-gray{
	background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn.btn-transparent-light-gray:hover, .btn.btn-transparent-light-gray:focus{
	background: #fff;
    border-color: #fff;
    color: #004881;
}

.links-rodape-content .text-medium-gray{
	color: rgba(255,255,255,0.5);
	padding-top: 20px;
}

.links-rodape-content a,.links-rodape-content a:active,.links-rodape-content a:focus{
	color: rgba(255,255,255,0.5);
}

section{
	padding: 40px 0;
}

.btn-custom-app{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0064ad+24,0064ad+24,7db9e8+100 */
background: rgb(0,100,173) !important; /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,100,173,1) 24%, rgba(0,100,173,1) 24%, rgba(125,185,232,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,100,173,1) 24%,rgba(0,100,173,1) 24%,rgba(125,185,232,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,100,173,1) 24%,rgba(0,100,173,1) 24%,rgba(125,185,232,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ad', endColorstr='#7db9e8',GradientType=1 ) !important; /* IE6-9 */
color: #fff !important;
border: 0 none !important;
}

.text-blue{
	color: #004881 !important;
}

.text-green{
	color: #94BC2C !important;
}

.txt-dark-green{
	color: #196D33 !important;
}

.text-blue-clear{
	color: #00B1FF;
}

.text-font-medio{
	font-size: 20px;
	font-weight: 700;
}

.btn.btn-transparent-dark-gray{
	border-color: #808080;
	color: #808080;
}
.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {
	background: #808080
	border-color: #808080;
	color: #fff;
}

#menu-slide{

}
#menu-slide ul{
	list-style: none;
}

#menu-slide ul li{
	
}

#menu-slide ul li a{
	font-size: 28px;
	line-height: 50px;
}

#menu-slide ul li a:hover{
	color: #004881 !important;
}

.content-title-page{
	background: rgb(0,100,173) !important; /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,100,173,1) 24%, rgba(0,100,173,1) 24%, rgba(125,185,232,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,100,173,1) 24%,rgba(0,100,173,1) 24%,rgba(125,185,232,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,100,173,1) 24%,rgba(0,100,173,1) 24%,rgba(125,185,232,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ad', endColorstr='#7db9e8',GradientType=1 ) !important; /* IE6-9 */
	color: #fff !important;
	padding-bottom: 20px;
	margin-top: 76px;
}
.content-title-page h1{
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.content-title-page a, .content-title-page li{
	color: #fff;
}

.list-quem-somos{
	list-style: none;
}

.list-quem-somos li{
	list-style: none;
	display: block;
	height: 60px;
	font-weight: 900;
}

.topicos-quem-somos{
	padding-top: 100px;
	padding-left:110px;
	margin-top:-10px;
	height:370px;
	background: url(img/bg-features.png)
}

/*.title-banner-slide{
	text-align: left;
}

.subtitle-banner-slide{
	text-align: left;
}*/

.form-action{
	margin-left: 30px;
	margin-top: 0px;
	padding: 40px;
	background: #F9F9F9;
	min-height:400px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
	box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
}

.linha-texto-footer{
	padding-top: 100px;
	padding-bottom: 70px;
}

#icon-float-whatsapp{
    position:fixed;
    bottom:0px;
    right:0px;
    z-index:999;
    opacity: 1;
}
#icon-float-whatsapp:hover{ opacity: 0.8; }

input:focus ~ label, input:valid ~ label{
    left:-1px !important;
}
@media all and (max-width: 600px){

	.sob_titulo_detalhe_servico{
		padding-left: 0 !important;
	}

	.text-center-mobile{text-align: center !important;}
    
    #icon-float-whatsapp{
        opacity: 1 !important;
    }
    #icon-float-whatsapp img
    {
        width: 90px !important;
    }
    
    .mobile-toggle span{
      width: 23px !important;
      height:3px !important;
      background: #FFC400 !important;
      margin: 5px 0 !important;
    }

    .navbar-default{ padding-bottom:0 !important; padding-top:0 !important; }

    #logo{ width: 190px !important; }

    .header_one_mobile{ height:85px !important; display:block !important; flex:none !important; width:100% !important;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
		background-color: transparent;
    }
    .logo-header-mobile{ position:absolute !important; top:12px !important; left:20px !important; }
    
    .container_menu_hamburger{ height:85px; position:absolute !important; top:0px !important; right:0px !important; width:80px; background-color:#fff; }
    #open-button{ position:absolute !important; top:12px !important; right:27px !important; }
    
    .telefones_header_mobile{ height:55px !important; display:block !important; flex:none !important; width:100% !important; background-color: transparent;}
    
    .header-with-topbar .navbar-top {
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    }

    .colunas_telefones_header_mobile{ padding: 0 20px !important;padding-top:3px !important; }
    
    .phone-text{
    	font-weight: 700;
    	font-size: 16px !important;
    } 
    
    .icon-phone{
        padding-right:5px !important;
    }

	.text-outside-line-full{
		font-size: 20px;
		line-height: 24px;
	}

	.item-acervo img{
		/*width: 50% !important;*/
	}

	.item-acervo .text-small{
		font-size: 22px !important; 
	}

	.mobile-toggle{
		margin-top:17px !important;
	}
	.icon-accordion{
		/*height: 42px !important;*/
	}

	.linha-texto-footer{
		padding-top: 80px;
		padding-bottom: 58px;
	}

	.texto-footer{
		width: 250px !important; 
	}

	.form-action{
		margin-left: 0px !important;
		margin-top: 30px;
	}

	.topicos-quem-somos{
		padding-top: 40px;
		padding-left:10px;
		margin-top:0px;
		height:auto;
		background: #eee !important;
	}

	.content-title-page{
		padding-top: 120px !important;
	}
    
    .input-fale-conosco-content{
    	padding-left: 15px;
    	padding-right: 15px; 
    	margin-top: 40px;
    }

    .logo-newsletter{
    	padding-bottom: 30px;
    }

    .xs-margin-25-lf {
    	margin-left: -25px;
    }

    #menu-slide ul li a{
    	font-size: 24px !important;
    	line-height: 44px !important;
	}

	.xs-div-align-center{
		align-items: center;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: center;
	}

	.xs-fit-content {
		width: fit-content;
	}

	.xs-social-center {
	    width: fit-content;
	    margin: 0 auto;
	}

	.p-desc-prod {
		font-size: 18px;
		line-height: 24px;
		font-family: Roboto, sans-serif;
		margin: 0 0 30px 0;
	}

}

.panel-body {    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.panel-group {
     padding: 0 !important;
}

.text-desc-fotografo {
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 !important;
}

.text-subtitle {
	font-size: 22px !important;
}

.team-image-decor {
	border-radius: 8px;
    -webkit-box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
    box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
}

.team-image-acervo {
	border-radius: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
    -webkit-box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
    box-shadow: 0px 9px 18px -5px rgba(0,0,0,0.20);
}

.text-undertitle-acervo {
	font-size: 20px !important;
    font-weight: 600 !important;
    color: #898989 !important;
    padding: 10px 0 20px !important;
}

.ext-desc-acervo {

}

.bg-light-gray {
	background-color: #f9f9f9 !important;
}

.text-title-fotografo {
    padding: 25px 0 0 0;
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 29px;
    color: #004881 !important;
}

.logo-copyright {
    margin-bottom: 7px;
    margin-left: 6px;
    margin-right: 3px;
    min-width: 55px;
    max-width: 60px;
    height: 22px;
}

.border-radius-6 {
	border-radius:12px !important;
}

.title_form {
    font-size: 32px;
    line-height: 32px;
    color: #004881;
    letter-spacing: -1px;
    font-weight: 700;
}

/*
.center-category {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
*/


/*MODAL*/
.mfp-bg, .mfp-wrap{
	z-index: 999999999;
}

/* Header INTERNA */

.titulo-faixa-interna{
	padding: 100px 0;
}

/* BANNER HOME - Espaco ao topo */
.main-slider{
	margin-top: 0;
}
/* BANNER HOME */



/* Botões */

.arrendamento_bordas{
	border-radius: 18px;
}

/* Botões padrão do site - Azul*/
.button_custom_azul{
	color: #fff !important;
	background-color: #003A55 !important;
	border-color: #003A55 !important;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,177,255,0.5);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,177,255,0.5);
	box-shadow: 0px 2px 12px 0px rgba(0,177,255,0.5);
} /* Botões padrão do site */

.button_custom_azul:hover{
	background-color: transparent !important;
	color: #003A55 !important;
} /* Botões padrão do site */

/* Botões padrão do site - Azul*/
.button_custom{
	color: #FF4343 !important;
    background-color: #FFC400 !important;
    border-color: #FFC400 !important;
} /* Botões padrão do site */

.button_custom:hover{
	background-color: #FFD23C !important;
	border-color: #FFD23C !important;
	color: #FF4343 !important;
} /* Botões padrão do site */

/* Botões cinza - Inverso */
.button_custom_cinza_inverso{
	color: #FFD23C !important;
	background-color: transparent !important;
	border-color: #FFD23C !important;
}

.button_custom_cinza_inverso:hover{
	background-color: #898989 !important;
	color: #fff !important;
} /* END Botões padrão do site - Inverso */

/* Botões padrão do site - Inverso */
.button_custom_inverso{
	color: #FFC400 !important;
	background-color: transparent !important;
	border-color: #FFC400 !important;
}

.button_custom_inverso:hover{
	background-color: transparent !important;
	color: #FFD23C !important;
	border-color: #FFD23C !important;
} /* END Botões padrão do site - Inverso */

/* Botão vermelho */
.btn_red{
	background-color: #FF3131 !important;
	color: #fff !important;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(254,50,50,0.5);
	-moz-box-shadow: 0px 2px 12px 0px rgba(254,50,50,0.5);
	box-shadow: 0px 2px 12px 0px rgba(254,50,50,0.5);
}

.btn_red:hover{
	color: #FF3131 !important;
	background-color: #fff0 !important;
	border-color: #FF3131 !important;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(254,50,50,0.0);
	-moz-box-shadow: 0px 2px 12px 0px rgba(254,50,50,0.0);
	box-shadow: 0px 2px 12px 0px rgba(254,50,50,0.0);
} /* END Botão vermelho */

/* Botões */


/* Cores */
.text_blue{
	color: #003A55 !important;
}

.text-grey{color: #AEAEAE !important;}
.text_amarelo{
	color: #E7B33C !important;
}

.item-categoria {
	color: #003A55 !important;
}

.title-item-categoria{
	color: #3F3F3F;
}
.item-categoria img, .item-image-hover img{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.item-categoria:hover .title-item-categoria{
	color: #00B0CB !important;
}

.item-categoria:hover img, .item-image-hover:hover img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* MENU HANBURGER */
.mobile-toggle span{
	width: 20px;
	height: 3px;
}

.mobile-toggle span{
	width: 23px !important;
	height:3px !important;
	background:#94BC2C !important;
	margin: 5px 0 !important;
} /* END MENU HANBURGER */

/* Escondendo botão de fechar do menu pricipal */
.close-button-menu{
	/*display: none;*/
}


/*Lista de serviços*/
.feature-box.feature-box-17 .box:hover{
	background-color: #F9F9F9;
}

.item-servico:hover{
	background-color: #F9F9F9;
}

.sob_titulo_detalhe_servico{
	padding-left: 55px;
}


.newsletter-container input{
	color: white;
}


.newsletter-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}

.newsletter-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}

.newsletter-container ::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}

.bg-azul{
	background-color: white;
}

.title-feature-home {
	font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    color: #00B1FF;
}

.title-feature-energia {
	font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    color: #898989;
}

.title-gray-home {
	font-size: 26px;
	line-height: 28px;
}

.title-gray-form {
	font-size: 32px;
	line-height: 34px;
}

/* ==== START BOX SERVICE HOME ==== */

.portf-aling-content {
	justify-content: center;
    align-items: center;
    display: flex;
}

.title-service-grid {
	font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.btn-portf-item {
	font-weight: 600;
    letter-spacing: 2px;
    color: #00B1FF;
    padding-top: 20px;
}

/* ==== END BOX SERVICE HOME ==== */

.title-as-home {
	font-size: 26px;
    font-weight: 600;
    line-height: 28px;
}

.text-color-green {
	color: #54C75B;
}

.text-color-orange {
	color: #FFA200;
}

.text-color-puple {
	color: #A34DCE;
}

.title-footer {
	font-size: 22px;
    font-weight: 600;
}

.item-menu-footer {
	font-size: 15px;
	line-height: 32px;
}

.color-background-gray {
	background-color: #DADADA;
}

.text-contact-footer {
	font-size: 14px;
    line-height: 20px;
}

.title-page-title {
	margin-bottom: 0px;
    font-size: 42px;
    font-weight: 500;
}

.undertitle-page-title {
	letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}

.title-h1 {
	font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.title-h2 {
	font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.undertitle-h3 {
	font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.undertitle-light-h3{
	font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.undertitle-h4 {
	font-size: 20px;
	line-height: 22px;
    font-weight: 500;
    margin: 0;
}

.accordion-style1 .panel-title{
	font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    letter-spacing: 0.5px !important;
    color: #898989 !important;
}

/* ==== PROJETO ITEM ==== */

.banner-style3 figure:hover .banner-image-edit img, .banner-style1 figure:hover .banner-image-edit {opacity:0.15; }

.title-project-grid {
	font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.align-title-project {
	padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ==== PROJETO ITEM ==== */

.title-item-result {
	font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
}

.desc-item-result {
	font-size: 18px;
    color: #fff;
    margin: 0;
}

.padding-260px-bottom {padding-bottom:260px;}

.fit-content{
	width: fit-content;
}






/* start aditional css fibras e metais */



/* start button */
/* yellow */
.button_custom_yellow {
	color: #FFF !important;
    background-color: #FFC400 !important;
    border-color: #FFC400 !important;
}

.button_custom_yellow:hover {
	background-color: #FFD23C !important;
	border-color: #FFD23C !important;
	color: #FFF !important;
}

.button_custom_yellow_inv {
	color: #FFC400 !important;
	background-color: transparent !important;
	border-color: #FFC400 !important;
}

.button_custom_yellow_inv:hover {
	background-color: transparent !important;
	color: #FFD23C !important;
	border-color: #FFD23C !important;
}
/* yellow */
/* blue */
.button_custom_blue {
	color: #FFF !important;
    background-color: #0585DC !important;
    border-color: #0585DC !important;
}

.button_custom_blue:hover {
	background-color: #2DAAFF !important;
	border-color: #2DAAFF !important;
	color: #FFF !important;
}

.button_custom_blue_inv {
	color: #0585DC !important;
	background-color: transparent !important;
	border-color: #0585DC !important;
}

.button_custom_blue_inv:hover {
	background-color: transparent !important;
	color: #2DAAFF !important;
	border-color: #2DAAFF !important;
}

.button_custom_dark_blue {
	color: #FFF !important;
    background-color: #002F78 !important;
    border-color: #002F78 !important;
}

.button_custom_dark_blue:hover {
	background-color: #2C5EAC !important;
	border-color: #2C5EAC !important;
	color: #FFF !important;
}
/* blue */
/* red */
.button_custom_red {
	color: #FFF !important;
    background-color: #FF4343 !important;
    border-color: #FF4343 !important;
}

.button_custom_red:hover {
	background-color: #FF8181 !important;
	border-color: #FF8181 !important;
	color: #FFF !important;
}

.button_custom_red_inv {
	color: #FF4343 !important;
	background-color: transparent !important;
	border-color: #FF4343 !important;
}

.button_custom_red_inv:hover {
	background-color: transparent !important;
	color: #FF8181 !important;
	border-color: #FF8181 !important;
}
/* red */
/* green */
.button_custom_green {
	color: #FFF !important;
    background-color: #94BC2C !important;
    border-color: #94BC2C !important;
}

.button_custom_green:hover {
	background-color: #b2de40 !important;
	border-color: #b2de40 !important;
	color: #FFF !important;
}

.button_custom_green_inv {
	color: #94BC2C !important;
	background-color: transparent !important;
	border-color: #94BC2C !important;
}

.button_custom_green_inv:hover {
	background-color: transparent !important;
	color: #b2de40 !important;
	border-color: #b2de40 !important;
}
/* green */

/* btn orcamento */
.btn-orcamento-gsg {
	font-size: 11px;
	color: #94BC2C !important;
	display: inline-block;
	letter-spacing: 1px;
	line-height: inherit;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
}

.btn-orcamento-gsg:hover {
	color: #b2de40 !important;
}

.icon-ultra-small {
	font-size: 12px;
}

/* btn orcamento */


/* end button */



/* start color text */
.txt-blue {
	color: #0585DC;
}
.txt-red {
	color: #FF4343;
}
.txt-green {
	color: #94BC2C;
}
.txt-yellow {
	color: #FFC400;
}
/* end color text */



/* start features */
.icon-features {
	padding: 0;
	height: 90px;
}

.h3-txt-features {
	font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    margin: 17px 0 0 0;
}
/* end features */



/* start products */
.img-prod {
	border-radius: 12px;
	padding: 0;
    margin: 0;
}

.h2-title-prod{
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding: 20px 0 12px 0;
}

.p-desc-prod {
	font-size: 20px;
    line-height: 28px;
    font-family: Roboto, sans-serif;
    margin: 0 0 30px 0;
}

.max-width-prod-modal {
	max-width: 1110px;
}

/* end products */


/* start cta banner */
.bg-cta-banner {
	background-image: url(/wp-content/themes/fibrasemetais/img/fm-img-bg-infobranner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	border-radius: 12px;
	padding: 40px;
	margin: 0;
}

.bg-cta-banner-bndes {
	background-image: url(/wp-content/themes/fibrasemetais/img/fm-img-bg-infobranner-bndes.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	border-radius: 12px;
	padding: 40px;
	margin: 0;
}

.img-cta-banner {
	height: 100px;
}

.img-cta-banner-bndes {
	height: 85px;
}

.title-cta-banner {
	font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}

.txt-cta-banner {
	font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
/* end cta banner */



/* start contact form */
.bg-contact-form {
	background-image: url(/wp-content/themes/gramasintetica/img/gsg-img-bg-form-parallax.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.tag-title-cf {
    padding: 9px 28px 7px;
    border-radius: 50px;
    font-size: 11px;
    color: #FFF;
    background-color: transparent;
    display: inline-block;
    border: 2px solid #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto, sans-serif;
}

.title-cf {
	font-size: 54px;
    font-weight: 700;
    line-height: 46px;
    color: #FFF;
    text-shadow: #00000085 0px 4px 8px;
}

.icon-phone-cf {
    padding: 8px 10px 0 0;
    width: 60px;
}

.phone-label-cf {
	font-size: 14px;
	line-height: : 14px;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFF;
    text-shadow: #00000085 0px 2px 2px;
}

.phone-number-cf {
	font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #FFF;
    text-shadow: #00000085 0px 4px 6px;
}

.title-box-cf {
	font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    padding: 0 0 15px;
}
/* end contact form */



/* start social */
.social-title{
	font-size: 38px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    padding: 0 0 15px 0;
}
.social-txt{
	font-size: 18px;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}
.social-icon{
	padding-bottom: 5px;
}
.social-text{
	font-size: 22px;
    font-weight: 600;
}

.social-txt-partner {
    font-weight: 700;
    color: #4a7dbc;
    margin: 0 0 20px;
}

.social-logo-partner {

}

/* end social */



/* start red input */
.input-form-action-1 {
	background: transparent;
	border: 2px solid #E2E2E2;
	margin-bottom: 20px;
	color: #4D4D4D;
	font-weight: 700;
	font-size: 16px;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.input-form-action-1:focus {
	background: transparent;
	border: 2px solid #94BC2C;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(148, 188, 44, 0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(148, 188, 44, 0.5);
	box-shadow: 0px 0px 8px 0px rgba(148, 188, 44, 0.5);
	color: #94BC2C;
	font-weight: 700;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

.input-form-action-1::-webkit-input-placeholder {
	color: #AFAFAF;
	font-weight: 500;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.input-form-action-1::-moz-placeholder {
	color: #AFAFAF;
	font-weight: 500;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
} 

.input-form-action-1:-ms-input-placeholder {
	color: #AFAFAF;
	font-weight: 500;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.input-form-action-1.required-error {
	border-width: 0 !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #ee2323 !important
}

.input-no-border {
	border: 0 !important;
}
/* end red input */



/* start blue input */
.input-form-action-2 {
	background: transparent;
	border: 2px solid #E2E2E2;
	margin-bottom: 20px;
	color: #4D4D4D;
	font-weight: 700;
	font-size: 16px;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.input-form-action-2:focus {
	background: transparent;
	border: 2px solid #FFC400;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255, 196, 0, 0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255, 196, 0, 0.5);
	box-shadow: 0px 0px 8px 0px rgba(255, 196, 0, 0.5);
	color: #0585DC;
	font-weight: 700;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}

.input-form-action-2::-webkit-input-placeholder {
	color: #AFAFAF;
	font-weight: 500;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.input-form-action-2::-moz-placeholder {
	color: #AFAFAF;
	font-weight: 500;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
} 

.input-form-action-2:-ms-input-placeholder {
	color: #AFAFAF;
	font-weight: 500;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

.input-form-action-2.required-error {
	border-width: 0 !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #ee2323 !important
}
/* end blue input */



/* start footer */
/*
.logo-footer {
	-webkit-filter: grayscale(100%);
    opacity: 0.6;
}
*/
/* end footer */

/* start modal */
.icon-phone-md {
	height: 46px;
    padding: 0 10px 0 0;
}

.phone-label-md {
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.phone-number-md {
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.bg-cta-md {
	background-color: #E9E9E9;
    border-radius: 5px;
    padding: 20px;
}

.prod-md-shadow {
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
}
/* end modal */

/* start form modal */
.title-modal {
	font-size: 36px;
    font-weight: 700;
    line-height: 34px;
}
/* end form modal */


/* google recaptcha */
.grecaptcha-badge { display:none !important; }


/* end aditional css fibras e metais */