/*
Theme Name: Flash Child
Theme URL: https://stahlcorretora2.com.br.54-166-120-76.lexxa.com.br
Description: Flash Child Theme
Author: Filipe Amaral
Author URL: https://stahlcorretora.com.br
Template: flash
Version: 1.0.0
Text Domain: flash-child
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&family=Raleway:wght@100&display=swap');

:root{
	--fontPadrao: "Barlow", sans-serif;
	--mainColor: #2e3F39;
	--secondaryColor: #FCD7B8;
}



/* slide */
  .slideshow-container {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
	/*margin-top: 90px;*/
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    transition: opacity;
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
  }

  .slide .content h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }

  .slide .content p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .slide .content button {
    padding: 0px;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
  }

  .prev,
  .next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }


.boxConsulte{
	background: #2e3f39;
	padding: 15px 30px;
	position: relative;
	margin: 0 auto;
	width: fit-content;
	cursor: pointer;
	transition: 0.7s;
}

.boxConsulte:hover{
	background: #FCD7B8;
	
}
.boxConsulte:hover a span{
	color: #2e3f39;
	
}
.boxConsulte span{
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.boxConsulte i{
	margin-left: 10px;
}


/* Modal */


/* The Modal (background) */
#modalFormsBox .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#modalFormsBox .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
	padding-top: 35px;
	position: relative;
}

/* The Close Button */
#modalFormsBox .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
	position: absolute;
	right: 10px;
	top: -3px;
}

#modalFormsBox .close:hover,
#modalFormsBox .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#modalForms h3{
	
    font-size: 16px;
    text-align: center;

}

#modalForms h4{
	
    font-size: 12px;
    text-align: center;

}





/* tabela seguros */

#categoriasDeSeguro h2{
	font-size: 40px;
}

#categoriasDeSeguro{
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 50px 0px;
}

#categoriasDeSeguro h2{
	margin-bottom: 50px;
}

#categoriasDeSeguro ul#listaDeSeguros{
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
	grid-row-gap: 25px;
			margin: 0px;
		padding: px;
}

ul.listadeinvestimentos{
	grid-template-columns: repeat(5, 1fr) !important;
}

ul.listadefinanciamentos{
	grid-template-columns: repeat(7, 1fr) !important;
}

#categoriasDeSeguro ul#listaDeSeguros li{
    text-align: center;
	width: 100%;
	cursor: pointer;
}


#categoriasDeSeguro ul#listaDeSeguros li figure{
    background: #2B3E38;
    padding: 5px;
    width: 100px;
    height: 100px;
    border-radius: 110%;
    text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: 0.7s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#categoriasDeSeguro ul.listadeinvestimentos li figure img, #categoriasDeSeguro ul.listadefinanciamentos li figure img{
    width: 60%;
}

#categoriasDeSeguro ul#listaDeSeguros li figure:hover{
    background: #FCD7B8;
	transform: translateY(-10px);
	box-shadow: 0 0 17px rgba(0, 0, 0, 0.71);
}

#categoriasDeSeguro ul#listaDeSeguros li figure:hover img{
    filter: brightness(10%);
}

#categoriasDeSeguro ul#listaDeSeguros a h3{
	font-size: 20px;
}


/* serviços */

.four_columns{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}


.four_columns .column1{
}

.four_columns h5{
	
}

.four_columns ul{
	list-style-type: none;
	padding: 0px !important;
	margin: 0px !important;
}


/* rodapé */

#top-footer{
	background: #F2F2F2 !important;
	color: var(--mainColor);
}

#top-footer h3, #top-footer p,  #top-footer i{
	color: var(--mainColor);
}


#top-footer{
	padding: 60px 0px !important;
}

#bottom-footer{
	background: var(--mainColor) !important;
}

.tituloBasicoRodape{
	margin-bottom: 25px;
	text-align: center;
}

.tituloBasicoRodape p{
	text-align: center;
}

.blocoPadraoRodape p, .blocoPadraoRodape a, .blocoPadraoRodape i::before, .blocoPadraoRodape i::after{
	color: var(--mainColor);
}

.blocoPadraoRodape img{
    width: 220px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.blocoPadraoRodape p{
	text-align: center;
}

.blocoPadraoRodape .iconesRedes{
	margin-bottom: 27px;
	margin: 0 auto;
	margin-bottom: 25px;
	width: fit-content;
}

.blocoPadraoRodape .iconesRedes a{
    display: inline-block;
    border: 1px solid var(--mainColor);
    padding: 10px;
    border-radius: 100px;
    text-align: center;
	margin-right: 10px;
	transition: 0.7s;
}

.blocoPadraoRodape .iconesRedes a:hover{
    background: var(--mainColor);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.21);
	transform: translateY(5px);
}

.blocoPadraoRodape .iconesRedes a:hover i::before, .blocoPadraoRodape .iconesRedes a:hover i::after{
	color: var(--secondaryColor);
}

.blocoPadraoRodape .iconesRedes i{
	font-size: 20px;
	min-width: 20px;
	color: var(--mainColor);
}

.blocoPadraoRodape .iconesRedes img{
    width: 42px;
    margin: 0px !important;
}

#bottom-footer {
    background: var(--mainColor) !important;
}

.section-title {
    margin: 0px;
    font-size: 40px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.section-title:after, .section-title:before {
    display: none;
}

.full-width-center #primary{
	width: 100%;
}

#masthead-sticky-wrapper{
	height: fit-content !important;
}

.sticky-wrapper .logo .logo-image{
	transition: transform 1s;
}

.is-sticky .logo .logo-image{
	transform: scale(0.75);
	padding: 5px 0px !important; 
}

#quemSomos h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

#quemSomos {
    font-size: 17px;
    text-align: justify;
}


#flash-breadcrumbs{
	display: none;
}


.contactform .evf-frontend-row{
	width: 100%;
}

.contactform .evf-frontend-grid, .contactform .evf-submit-container {
	padding: 0px !important;
}

.contactform .evf-frontend-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    /* gap: 10px; */
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.texthalfinput:nth-child(1){
	grid-area: 1 / 1 / 2 / 2;
}

.texthalfinput:nth-child(2){
	grid-area: 1 / 2 / 2 / 3; 
}

.texthalfinput:nth-child(3){
	grid-area: 2 / 1 / 3 / 2;
}
.texthalfinput:nth-child(4){
	grid-area: 2 / 2 / 3 / 3;
}

.messagetextinput{
	grid-area: 3 / 1 / 4 / 3;
}


.seguradoras_lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    padding: 0px;
    grid-row-gap: 105px;
    grid-column-gap: 50px;
}

.clientes_logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style-type: none;
    grid-row-gap: 30px;
    grid-column-gap: 50px;
    padding: 0px 15%;
}

.clientes_logos2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style-type: none;
    grid-row-gap: 30px;
    grid-column-gap: 50px;
    padding: 0px 20%;
}

.clientes_logos2 li {
    text-align: center;
    vertical-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p, a, span, div, h1, h2, h3, h4, h5, h6 {
    font-family: var(--fontPadrao) !important;
}


#homewppbtn{
	display: none;
}

.page-id-643 #homewppbtn{
	display: contents !important;
}


.slideshow-container .prev, .slideshow-container .next{
	color: #ffffffa6 !important;
    background: transparent !important;
}





#site-navigation ul li {
    padding: 5px !important;
    margin: 0px 5px !important;
	border-radius: 3px;
	transition: 1s;
}

#site-navigation ul li a{
	font-weight: bold;
	transition: 1s;
	cursor: pointer;
}

#site-navigation ul li:hover {
	background: #2E3F39;
	color: #fff;
}

#site-navigation ul li ul li{
	width: 97% !important;
}

#site-navigation ul.sub-menu li:hover a{
	color: #fff !important;
}

#site-navigation ul li:hover .fa-angle-down:before{
	color: #fff;
}

#site-navigation  ul li:hover ul.sub-menu{
	background: #2E3F39;
}

#site-navigation ul li:hover a{
	color: #fff;
}


.formularioDeSeguros .everest-forms input[type=text], .formularioDeSeguros  .everest-forms input[type=email], .formularioDeSeguros  .everest-forms textarea{
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}


.everest-forms-submit-button {
    width: 90% !important;
    margin: 0 auto !important;
    display: block !important;
    border: none !important;
    background: #2e3f39 !important;
    color: #fff !important;
    text-transform: Capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 100 !important;
    transition: 0.7s;
    border-radius: 92px !important;
    padding: 18px 15px !important;
}

.everest-forms-submit-button:hover {
	background: var(--secondaryColor) !important;
	color: #2e3f39 !important;
}

.contactform .everest-forms-submit-button{
	 width: 50% !important;
	float: left;
	margin: 0 !important;
}


/* responsivo */

@media (max-width: 980px){
	
	#categoriasDeSeguro ul#listaDeSeguros{
		grid-template-columns: 1fr 1fr !important;
	}
	
	.four_columns, .clientes_logos2, .clientes_logos {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	
	.slide .content{
		width: 75%;	
	}
	
	.slide .content h1 {
    font-size: 29px;
    margin-bottom: 20px;
}
	
	.slide .content p {
    font-size: 13px;
    margin-bottom: 20px;
}
	
	.boxConsulte span {
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}
	
	.seguradoras_lista {
   	 	grid-template-columns: 1fr;
	}
	.seguradoras_lista li {
   	 	text-align: center;
	}
	
}

.evf-error .mailcheck-error { display: none !Important; }
#evf-986-field_LbH5NxasXM-2_suggestion { display: none !important; }

