/*
Theme Name: Astra Child
Theme URI: http://example.com/astra-child/
Description: Astra Child Theme
Author: Julia Romani
Author URI: https://br.wordpress.org/themes/astra/
Template: astra
Version: 1.0.0
*/
/* Adicione seus estilos personalizados aqui */

/*** LP Home Care ***/

.experiencia-3i .experiencia-3i-item {
    min-height: 260px;
}

.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap.uagb-faq-item {
    border: 0;
    margin: 0;
    border-bottom: 2px solid #DBDBDB;
}

.uagb-faq-questions-button.uagb-faq-questions {
    padding: 32px 2px;
}

.uagb-tab li {
    border-radius: 50px;
}

li.uagb-tab {
    border-radius: 50px!important;
}

li.uagb-tab:not(.uagb-tabs__active){
    border: 2px solid var(--ast-global-color-2)!important;
}

li.uagb-tab.uagb-tabs__active{
    border: 2px solid var(--ast-global-color-1)!important;
}

figure.wp-block-table table {
    border: none;
}

.wp-block-table td, .wp-block-table th {
    border: 25px solid white;
    background: #f3f3f3;
    padding: 30px;
}

table.has-fixed-layout {
    margin: 0;
}

@media only screen and (max-width: 600px){
	tr {
		display: grid;
	}

	.wp-block-table td, .wp-block-table th {
		border: 5px solid white;
		background: #f3f3f3;
		padding: 30px;
	}

	.wp-block-uagb-container.uagb-block-801414f0 {
		padding: 50px;
	}

	h1.wp-block-heading {
		font-size: 40px!Important;
	}

	h2.wp-block-heading {
		font-size: 25px!important;
	}
	
	p.has-text-align-center.has-ast-global-color-1-color.has-text-color.has-link-color.wp-elements-8373c8ac37d98543c99822dff19eb756 {
		font-size: 20px !important;
		padding-top:10px;
	}
	
	iframe {
		height: auto;
		width: auto;
	}
	
}


/*** LP Serviços ***/

.experiencia-3i .experiencia-3i-item {
    min-height: 340px;
	max-width:380px!important;
}

.more {display: none;}

ul.more {margin: 0!important;}
.more li {font-size: 16px;}

button.myBtn {
    background: none;
    box-shadow: none;
    color: #f68542;
    padding: 0;
	font-size:18px;
}

@media only screen and (min-width: 600px){
	ul.uagb-tabs__panel.uagb-tabs__align-center {
		max-width: 70%!important;
	}
	
	.mobile{
		display:none;
	}
}


/*** LP Franquia ***/
.txt-big-numbers{
	font-family: 'Comfortaa', display!important;
}

.wp-block-contact-form-7-contact-form-selector {
    background-color: #90B5DD;
    padding:25px 45px 0px 45px;
    border-radius:20px;
}

.wp-block-contact-form-7-contact-form-selector p {
    margin-bottom: 10px!important;
	text-align:center;
}

.linha-dupla p {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.linha-quad p {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr 1fr;
    gap: 25px;
}

.wp-block-contact-form-7-contact-form-selector input:not(.wpcf7-submit), .wp-block-contact-form-7-contact-form-selector select {
    border-radius:50px;
    padding: 20px!important;
    height:auto;
}

.wp-block-contact-form-7-contact-form-selector input.wpcf7-submit{
    padding:15px 30px!important;
    margin-top:20px;
}

iframe{
	border-radius:10px;
}

.item-servicos-franquia{
	min-height:204px;
}

span.wpcf7-spinner {
    width: 100%;
}

@media only screen and (max-width: 600px){
	.wp-block-uagb-container {
		border: none!important;
	}
}

.ti-widget.ti-goog .ti-reviews-container-wrapper {
	justify-content: center;
}

.btn-azul a {
    background-color: var(--ast-global-color-0)!important;
}

.btn-azul a:hover {
    background-color: #002437!important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  max-width:none;
  width: 100%!important; /* 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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border-radius:15px;
  padding: 20px 20px 0 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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