/**
Theme Name: Astra Child
Author: All is Singular
Author URI: https://allissingular.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


/* Formatação language switch  */

section#polylang-3 {
    border: solid 2px #fff;
    display: inline-flex; /* Keeps it snug around the content */
	justify-content: center; /* Centers the text horizontally */
	align-items: center; /* Centers the text vertically */
	height: 3em; /* Adjust as needed for the circle's size */
	width: 3em; /* Crucial! Make it a square */
	border-radius: 50%; /* Makes it a circle */
}
.ast-main-header-wrap.main-header-bar-wrap{
	top: -135px !important;
}

.main-header-bar.ast-sticky-active {
     box-shadow: none !important; 
}


/*Formatação das colunas da Tipologia*/
.tabela table,td,th{
	border-width: 0 0 2px 0 !important;
	border-style: inherit;
	font-weight: 100;
}
.tabela th strong{
	font-size: 3em;
	font-weight: 100;
}


/* Ajuste nas colunas do Footer*/
.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row{
	grid-template-columns: 3fr 1fr;
}


/* Seta do Imagem Hero*/
#seta{
  position: relative;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0);}
  40% {  transform: translateY(20px); }
  
}


.metaslider.ms-theme-blend .flexslider:not(.filmstrip) ul.flex-direction-nav{
	bottom: -60px !important;
	left: calc(50% - 100px) !important;
	right: inherit !important;
	width: 200px !important;
}

.metaslider.ms-theme-blend .flexslider ul.flex-direction-nav li a.flex-prev{
	left: 0px !important;
}

.metaslider.ms-theme-blend .flexslider ul.flex-direction-nav li a::before {
	mask-size: 18px auto !important;
}


@media (max-width: 921.9px) {
    .ast-main-header-wrap.main-header-bar-wrap{
	top: initial !important;
	}
}

@media only screen and (max-width: 480px){
	section#polylang-3 {
    border: solid 2px #99A17F;
    display: inline-flex; /* Keeps it snug around the content */
	justify-content: center; /* Centers the text horizontally */
	align-items: center; /* Centers the text vertically */
	height: 4em; /* Adjust as needed for the circle's size */
	width: 4em; /* Crucial! Make it a square */
	border-radius: 50%; /* Makes it a circle */
	}
}