@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
    color: #1A202C;
}
.txt-shadow {
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5)!important;
}
.h-800{
	min-height: 800px!important;
}

.page-id-5972 a .wp-block-image {
  transform: scale(0.98); /* Equal to scaleX(0.7) scaleY(0.7) */
  transition: all ease-in-out .4s!important;
	transition: transform ease-in .4s!important;
	box-shadow: 0 0px 0px 0 rgba( 255, 255, 255, 0 );
}

.page-id-5972 h5 {
  margin-top: -1em;
}
.page-id-5972 a .wp-block-image:hover{
  transform: scale(1.18); /* Equal to scaleX(0.7) scaleY(0.7) */
	background-color: rgba(255,255,255,.4);
	background: rgba( 255, 255, 255, 0.4 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

a {
    text-decoration: none;
}
h2 {
    font-weight: 700;
    font-size: 1.5em;
}
.height-30 {
    min-height: 30vh;
}
.height-55 {
    min-height: 55vh!important;
}
.height-80 {
    min-height: 80vh;
}
.min-60-h{
	min-height: 60vh;
}

.rounded-4{
	border-radius: 12px;
}
.rounded-3{
	border-radius: 20px;
}

--wpforms-field-text-color {
	color: #000!important;
}

.glasmorph{
	background: rgba( 255, 255, 255, 0.5 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 6.5px );
	-webkit-backdrop-filter: blur( 6.5px );
	border-radius: 10px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );	
}

/* SEPARADOR */
.separadorone {
    margin-top: -8vh;
}
.separadorone .top {
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 5vh;
}
.separadortwo {
    margin-top: -5vh;
}
.separadortwo .top {
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 5vh;
}
.separadorthree {
    margin-top:0 ;
}
.separadorthree .top {
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 5vh;
}
#scene {
    text-align: center;
    margin-left: 50%;
    right: 25%;
}

/*ARCHIVE*/
.archive h1 {
    text-align: center;
    font-weight: 900;
}

.archive .card a {
    color: #2A4365;
}
.archive .category-badge a {
    color: #fff;
}
.archive .blog-post-title a {
    font-size: .9em;
    color: #2A4365;
}

/*Textos*/
.texto-branco {
    color: rgb(255,255,255);
}
/* AZUIS */
.text-blue-800{
    color: #2C5282;
}
.text-gray-700{
    color: #4A5568;
}
.text-theos-primary{
    color: #4299E1;
}
/* CINZAS */
.text-gray-100{
    color: #F7FAFC;
}
.text-gray-200{
    color: #EDF2F7;
}
.text-gray-300{
    color:#E2E8F0;
}
.text-gray-400{
    color:#CBD5E0;
}
.text-gray-500{
    color: #A0AEC0;
}
.text-gray-600{
    color: #718096;
}
.text-gray-800{
    color: #2D3748;
}
.text-gray-900{
    color: #1A202C;
}

/*BG*/
/* AZUIS */
.bg-theos-white{
    background-color: #fff;
    color: #1A202C;
}
.bg-theos-primary {
    background-color: #4299E1;
    color: #fff;
}
.bg-theos-procurar {
    background-color: #16335F;
    color: #fff;
}
.bg-theos-blue-100{
    background-color: #EBF8FF;
    color: #fff;
}
.bg-theos-blue-600{
    background-color: #3182CE;
    color: #fff;
}
.bg-theos-blue-900{
    background-color: #2A4365;
    color: #fff;
}
/*VERDES*/
.bg-theos-green{
    background-color: #48BB78;
    color: #fff;
}
.bg-theos-green-100{
    background-color: #F0FFF4;
    color: #1A202C;
}
.bg-theos-green-600{
    background-color: #38A169;
}
.bg-theos-verde-logo{
    background-color: rgb(148 184 81 / 85%);
}
.bg-theos-green-900{
    background-color: #22543D;
    color: #fff;
}
/* CINZAS */
.bg-gray-100{
    background-color: #F7FAFC;
    color:#1A202C;
}
.bg-gray-200{
    background-color: #EDF2F7;
    color:#1A202C;
}
.bg-gray-300{
    background-color:#E2E8F0;
    color:#1A202C;
}
.bg-gray-400{
    background-color:#CBD5E0;
    color:#1A202C;
}
.bg-gray-500{
    background-color: #A0AEC0;
    color:#1A202C;
}
.bg-gray-600{
    background-color: #718096;
    color:#1A202C;
}
.bg-gray-800{
    background-color: #2D3748;
    color:#1A202C;
}
.bg-gray-900{
    background-color: #1A202C;
    color: #fff;
}

/* BOTOES */
.btn-theos-branco-outline{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn-theos-branco-outline:hover{
    background-color: #fff;
    color: #2D3748;
}


.btn-theos-novo{
    background-color: #21C2B9;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-novo:hover{
    background-color: #319795;
    color: #fff;
    
}
.btn-theos-alterar{
    background-color: #007EF2;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-alterar:hover{
    background-color: #3182CE;
    color: #fff;
}
.btn-theos-excluir{
    background-color: #F35252;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-excluir:hover{
    background-color: #E53E3E;
	color: #fff;
}
.btn-theos-desfazer{
    background-color: #F2AC43;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-desfazer:hover{
    background-color: #D69E2E;
}
.btn-theos-salvar{
    background-color: #30C85B;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-salvar:hover{
    background-color: #38A169;
    color: #fff;
}
.btn-theos-imersao{
    background-color: #e9921e;
    color: #2c365e;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .2);
}
.btn-theos-imersao:hover{
    background-color: #dc8004;
    color: #2c365e;
}

.btn-theos-cecundario{
    background-color: #415D87;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-cecundario:hover{
    background-color: #11294e;
    color: #fff;
}
.btn-theos-cecundario:hover{
    background-color: #415D87;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-procurar{
    background-color: #16335F;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.btn-theos-procurar:hover{
    background-color: #2A4365;
    color: #fff;
}
.btn-theos-procurar-outline{
    background-color: transparent;
    border: 1px solid #16335F;
    color: #16335F;
}
.btn-theos-procurar-outline:hover{
    background-color: #16335F;
    color: #fff;
}

.btn-theos-azul{
    background-color: rgba(0,150,230);
    color:rgb(255, 255, 255);
}
.btn-theos-azul-outline{
    background-color: transparent;
    color:rgb(43, 181, 255);
    border: solid 1px;
    border-color:rgb(43, 181, 255);
}
.btn-theos-azul-outline:hover{
    background-color: rgb(43, 181, 255);
    color:rgb(0, 0, 51);
}
.btn-theos-azul:hover{
    background-color: rgb(43, 181, 255);
    color:rgb(0, 0, 51);
}
.btn-theos-darkblue{
    background-color: rgba(21, 52, 119, 1);
    color:rgb(255, 255, 255);
}
.btn-theos-darkblue:hover{
    background-color: rgba(21, 52, 119, 1);
    color:rgb(255,255,255);
}
.btn-theos-darkblue-outline{
    background-color: transparent;
    border-color: rgba(21, 52, 119, 1);
    color:rgba(21, 52, 119, 1);
}
.btn-theos-darkblue-outline:hover{
    background-color: rgba(21, 52, 119, 1);
    color:rgb(255,255,255);
}
.btn-theos-verde{
    background-color: rgb(146, 211, 161);
    color:#000033;
}
.btn-theos-verde:hover{
    background-color: rgb(70, 219, 105);
    color:#000033;
}
.btn-theos-verde-outline{
    background-color: transparent;
    border-color: rgb(146, 211, 161);
    color:rgb(146, 211, 161);
}
.btn-theos-verde-outline:hover{
    background-color: rgb(70, 219, 105);
    border-color: rgb(70, 219, 105);
    color:#000033;
}

.logo-topo {
    height: 50px!important;
    max-height: 50px;
}

/* HOME BANNER */
.homebanner {
    min-height: 65vh;
    background-image: linear-gradient(rgba(255,255,255, 0.8), rgba(255,255,255, 0.7));
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.homebanner h1{
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    font-size: 2.3em;
    min-height: 3em;
}
.homebanner .typewrite {
    color: #1A202C;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    text-decoration: none;
}
.homebanner .btn {
    font-size: 1em;
}
.homebanner .imageteste {
    min-height: 320px!important;
    min-width: 320px;
    right: -180px!important;
}


/*sjkdhsjkd*/
.paginasolucoes .card:hover {
    transform: scale(1.02);
    transition: all 0.5s ease-in-out 0s;
}

.paginasolucoes .card .card-title {
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: bold;
    color: #2A83C3;
    text-align: center;
}

.paginasolucoes .card .card-text {
    font-size: 1em;
    line-height: 1.1em;
    color: #212529;
}
.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
    opacity: 1;
}
.content-image{
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    width: 70%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details img{
    max-width: 90%;
}
.fadeIn-bottom{
    top: 80%;
}





/* HOME DESTAQUE */
.destaques h1 {
    color: #000033;
    text-transform: uppercase;
    font-weight: 700;
}
.destaques a span {
    color: #000033;
    font-weight: 700;
    padding: .2em .4em;
    transition: all .3s ease-in;
    border-bottom: solid 2px #000033 ;
}
.destaques a span:hover {
    background-color: #000033;
    color: #fff;
}
.destaques p {
    color: #757575;
    font-size: 1.2em;
}
/* HOME BLOG */
.homeblog .card{
    border-radius: 12px;
    transition: all .2s ease-in;
}
.homeblog .card:hover{
    transform: scale(1.02);
    transition: all .3s ease-in;
    box-shadow: .2rem .4rem 1rem  rgb(0 0 0 / 12%) !important;
}

.homeblog .sidebar .card:hover{
    transform: scale(1);
    box-shadow: 0px 0px 0px  rgb(0, 0 ,0)!important;
}

.homeblog h2{
    color: #000033;
}
.homeblog .card-title {
    font-size: 1em;
    color: #000033;
}
.homeblog .card-title a {
    color: #000033;
}
.homeblog .card-footer {
    background-color: #fff;
    border: 0;
    border-radius: 12px;
}
.homeblog .card-img-top {
    border-radius: 12px 12px 0 0;
}
/* CATEGORIA */
.category .site-main .card{
    transform: scale(1);
    transition: all .2s ease-out;
}
.category .site-main .card:hover{
    transform: scale(1.02);
    transition: all .3s ease-in;
    box-shadow: .2rem .4rem 1rem  rgb(0 0 0 / 12%) !important;
}
.category h1{
    text-align: center;
    font-weight: 900;
}
/* HOME NEWSLETTER */
.homenewsletter h2{
    color: #fff;
}
.category .archive-description {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0, 0.3);
}
/* HOME RODAPÉ */
.hometext{
    color: rgb(0, 150,230);
    text-transform: uppercase;
}
.rodape a {
    color: rgba(255, 255, 255,.6);
}
.rodape a:hover {
    color: rgba(255, 255, 255,1);
}
.rodape span{
font-size: 1.4em;
font-weight: 700;
}
.rodape small {
    color: rgba(255,255,255,.6);
}
.rodape h2 {
    font-size: 1.1em;
}
.rodape p {
    font-size: .8em;
}
.rodape ul {
    list-style: none;
}
.rodape ul li{
    font-size: .8em;
    list-style: none;
    margin-left: 0;
}


#navbarhide {
    position: fixed;
    top: -200px;
    width: 100%;
    transition: top 0.3s;
    z-index: 9999999999999999999999999999999999999999999999;
}

/*NAVBAR*/
.theosnav {
    background-color: #fff;
}
.theosnav .dropdown-menu{
    background-color: #f8f8f8;
}
.theosnav .tel-style {
    font-size: .8em;
}
.theosnav .nav-link{
    color: rgba(21, 52, 119, 1);
}
.theosnav .navbar-nav .nav-link{
    padding: 0 .8em;
}
.theosnav .nav-link:hover{
    color: rgb(22, 117, 224);
}
.theosnav .nav-link:active{
    color: rgb(5, 160, 83);
}
.theosnav .navbar-toggler{
    color: rgb(0, 0, 51);
}
.theosnav .navbar-toggler-icon {
    color: rgb(0, 0, 51);
}
.theosnav .dropdown-item.active, .dropdown-item:active {
    background-color: rgba(0, 64, 138, 8);
}
.nav-icon4 {
    width: 36px;
    height: 32px;
    position: relative;
}
.nav-icon4 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: rgba(0,0,51, 1);
    border-radius: 15px;
    opacity: 1;
    left: 0;
}
.nav-icon4 span:nth-child(1) {
    top: 0px;
    border-radius: 5px;
}
.nav-icon4 span:nth-child(2) {
    top: 12px;
    border-radius: 5px;
}
.nav-icon4 span:nth-child(3) {
    top: 24px;
    border-radius: 5px;
}

.footer_widget .textwidget {font-size: 2em;}

/* VIDEO BG */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    }

    .fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    @media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
    }

    @media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}


/*HOME SOLUÇÕES*/
.homesolucao h2 {
    font-weight: 700;
    font-size: 1.5em;
    color: #fff;
}
.homesolucao .card {
    border: 1px solid #dee2e6!important;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
    border-radius: 20px;
    transition: all .6s;
}
.homesolucao .card:hover {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    transform: translateY(-0.4em);
}
.homesolucao .card-title {
    color: #000033;
    font-weight: 700;
}
.homesolucao .card-text {
    color: #212121!important;
    line-height: 1.2em;
}
.homesolucao .logo {
    max-height: auto;
    max-width: 20%;
    margin-left: 40%!important;
}
.homesolucao h4 {
    font-size: 1.5em;
    color: rgba(255,255,255,1);
}
.coverteste {
    width: 90px;
    height: 90px;
}
/*HOME DEPOIMENTOS*/
.homedepoimentos .box{
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
}
.homedepoimentos h3{
    font-weight: 700;
    font-size: 2em;
    margin-top: 0.3em;
    margin-bottom: 0;
    color: #000033;
}
.homedepoimentos .icon{
    max-width: 65px;
}
.homedepoimentos h2 {
    color: rgba(0,0,51, 1);
}
.homedepoimentos h4{
    font-weight: 700;
}
.homedepoimentos .cta p{
    color: rgba(0,0,51, 1);
    font-size: 1.3em;
    font-weight: 600;
}
.homedepoimentos .slider{
    background-color: rgb(255,255,255);
    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);*/
    border-radius: 20px;
    min-height: 280px;
    border: 1px solid #c9c9c9;
    color: rgba(0,0,51, 1);
}
.homedepoimentos .slider p{
    font-size: 1.2em;
    line-height: 1.2em;
}
.homedepoimentos .slider h5{
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
}
.homedepoimentos .slider span{
    font-size: 1em;
    font-weight: 500;
    color: rgba(0,0,51, .6);
}
/*SINGLE*/
.single .entry-header h1 {
    font-weight: 800;
}
.single .entry-title {
    color: rgba(255, 255, 255,.8);
    font-weight: 900;
    /*text-shadow: 2px 3px 0px rgba(0, 0, 0, .2);*/
}
.single .entry-meta a {
    color: rgba(0,0,51, .6);
    font-weight: 900;
}
/*PAGINATION*/
.pagination .page-item .page-link {
    font-size: 0.9em;
    color: #4A5568;
}
.pagination .page-item .page-link:hover {
    font-size: 0.9em;
    background-color: #e4f0ff;
}

.pagination .page-item.active .page-link {
    background-color: #2C5282;
    border: #2C5282;
    color: #fff;
}
/*SIDEBAR*/
.sidebar li {
    list-style: none;
    margin-top: .5rem;
    padding: .3rem .6em;
    border: solid 1px rgba(122, 122, 122, 0.39);
    border-radius: 8px;
    background-color: rgba(219, 219, 219, 0.178);
    font-size: 1.1rem;
}
.sidebar li a {
    color: rgba(122, 122, 122, 5);
}
.sidebar li:hover {
    border: solid 1px rgba(0, 64, 138, 0.7);
    background-color: rgba(215, 235, 255, 1);
}
.sidebar li:hover a {
    color:rgba(0, 64, 138, 0.8);
}
.sidebar #nav_menu-3 ul li {
    background-color: rgba(0, 64, 138, 1);
    color: rgba(255, 255, 255,1);
    min-width: 47%;
    padding: .5em;
    font-size: 1rem;
    transition: all .5s;
    display: inline-flex;
    align-content: space-between;
}
.sidebar #nav_menu-3 ul li a {
    color: rgba(255, 255, 255,1);
}
.sidebar #nav_menu-3 ul li:hover {
    background-color: rgb(0, 93, 214);
}
.sidebar .card-title,h2 {
    font-size: 1.3em;
}
/*ARCHIVE*/
.archive-description {
    font-size: 1.5em;
    font-weight: 900;
}
/*PÁGINA PRODUTO*/
 .paginaproduto .banner{

    text-shadow: 1px 2px 12px rgba(0, 0 ,0, .6);
}
.paginaproduto .banner h1{
    font-weight: 900;
}
.paginaproduto .banner p{
    font-size: 1.4em;
    line-height: 1em;
}
.paginaproduto h2{
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
}
/*PÁGINA EMPRESA*/

/*PÁGINA CONTATO*/
.contato h1 {
    font-weight: 900;
    text-transform: uppercase;
}
.section-title p {
	color: #777;
	font-size: 16px;
}
ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0
}
ul.timeline-list:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #ff3636;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
ul.timeline-list li {
	position: relative;
	clear: both;
	display: table;
}
ul.timeline-list li .timeline_content {
	width: 45%;
	color: #333;
	padding: 30px;
	float: left;
	text-align: right;
}
ul.timeline-list li:nth-child(2n) .timeline_content {
	float: right;
	text-align: left;
}
.timeline_content h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
}
ul.timeline-list li:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #ff3636;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
}
.timeline_content span {
	font-size: 18px;
	font-weight: 500;
	color: #ff3636;
}

/*pagina depoimento*/
.paginadepoimento .depoimento-texto{
    font-size: 1.5em;
	line-height: 1.1em;
    text-shadow: 1px 2px 10px  rgba(0, 0, 51, .5);
    z-index: 99;
}

.paginadepoimento .depoimento-card{
    background-image: url('../img/quotemark.jpg');
   /* background-position: center; */
   background-position: initial;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: 80px;
    border-radius: 15px;

}
.paginadepoimento .depoimento-texto:before {
    content: '\201C';
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.1em;
    left: 0em;
}
.paginadepoimento .nome {
    font-weight: 900;
    padding-bottom: 0;
    margin-bottom: 0;
}
.paginadepoimento hr {
    color: rgba(0, 0,0, .2);
    padding: .1em;
}

.paginadepoimento .cargo {
    line-height: -1em;
    margin-top: -.8em;
    padding-top: -1em;
}

.navbar-tel span {
    font-size: .9em;
}

.fade-in {
	-webkit-animation: fade-in 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5s both;
	        animation: fade-in 1.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 0.5s both;
}

/*-------
 * CSS adicionais
 * */
.scale{
transform: scale(0.98); /* Equal to scaleX(0.7) scaleY(0.7) */
  transition: all ease-in-out .4s!important;
}

.scale:hover {
transform: scale(1.18); /* Equal to scaleX(0.7) scaleY(0.7) */
}



/*-----
 *GALERIA BUTEMBERG
---*/

figure.wp-block-gallery.has-nested-images {
    align-items: normal!important;
    display: flex!important;
    flex-flow: wrap!important;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(17.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667);
	    max-height: 200px!important;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-3 9:58:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  

  .slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-1-3 10:4:18
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(1000px);
              transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  

  
  

@media (max-width: 1199.98px) {
    .theosnav {
        top: 0!important;
        width: 100%;
        position: fixed;
        z-index: 9999999999;
    }

}


@media (max-width: 991.98px) {
	
		/*-----
	 *GALERIA BUTEMBERG
	---*/

	figure.wp-block-gallery.has-nested-images {
		align-items: normal!important;
		display: flex!important;
		flex-flow: wrap!important;
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(50.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667);
			max-height: 200px!important;
	}
	
	
	.paginadepoimento .depoimento-texto{
		font-size: 1.2em;
	}
	
	.top-button {
		right: 25%;
	}
	
    .navbar-tel span {
        font-size: .8em;
    }

    .theosnav .navbar-collapse .nav-link{
        font-size: 1.4em;
        text-align: center;
        padding: .2em 0;
    }
    .homedepoimentos .cta p {
        line-height: .9em;
    }
    .homedepoimentos .slider h5{
        font-size: .9em;
    }
    .homedepoimentos .slider p {
        font-size: .9em;
    }
    .homedepoimentos .slider span{
        font-size: .7em;
        line-height: .5em;
    }
    .homedepoimentos .slider{
        min-height: 400px;
    }
    .homebanner h1 {
    font-size: 1.6em;    
    }
    .theosnav .btn{
        font-size: 1.4em;
        text-align: center;
    }
    .theosnav .dropdown-menu {
        text-align: center;
        font-size: 1.3em!important;
    }
    .homebanner .imageteste {
        min-height: 150px!important;
        min-width: 150px;
    }
    .rodape ul li {
        font-size: 1.2em;
    }
    .paginaproduto h2{
        font-size: 1.4em;
    }
    .paginaproduto .banner p {
        font-size: 1.2em;
    }
}