	/**
	Theme Name: Codster
	Author: Codster
	Author URI: https://codster.io
	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: codster
	Template: astra
	*/
	/* You can add your own CSS here. Click the help icon above to learn more. */
	
	.astra-widget-social-profiles-inner {
	    margin-left: 12px;
	}
	
	.logo-carousel .swiper-slide-image,
	.saturate-on-hover {
	    transition: filter 0.5s ease-in-out;
	    filter: saturate(0);
	}
	
	.logo-carousel .swiper-slide-image:hover,
	.saturate-on-hover:hover {
	    filter: saturate(100%);
	}
	
	.ast-header-break-point .main-header-bar,
	.main-header-bar {
	    line-height: 1.4;
	}
	
	.codster-topbar {
	    font-size: 12px;
	    font-weight: 500;
	    margin-bottom: 0;
	    padding: 0 24px 8px 32px;
	    text-align: center;
	}
	
	.codster-topbar-contact {
	    font-size: 14px;
	    font-weight: normal;
	}
	
	.codster-topbar-icons {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}
	
	.codster-topbar-social>ul {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}
	
	.codster-topbar-social>ul>li {
	    display: inline-block;
	    vertical-align: middle;
	}
	
	.codster-topbar-social>ul>li>a {
	    padding: 6px;
	    background-color: #64ce51;
	    color: #fff;
	    border-radius: 50%;
	    display: block;
	    width: 24px;
	    height: 24px;
	    line-height: 1;
	}
	
	.main-header-menu li.current_page_item>a,
	.main-header-menu li.current_header-menu>a {
	    color: #3a3a3a;
	}
	
	.elementor-widget-image-carousel .elementor-image-carousel-caption {
	    max-width: 600px;
	    margin: 8px auto 24px auto;
	}
	
	@media screen and (max-width: 992px) {
	    .webp-inicio {
	        background-image: url('webp/green-squares-bg.webp')!important;
	    }
	    .webp-gris-lineas {
	        background-image: url('webp/gray-lines-bg.webp')!important;
	    }
	    .webp-verde-lineas {
	        background-image: url('webp/green-lines-bg.webp')!important;
	    }
	    .webp-verde-cuadros {
	        background-image: url('webp/green-squares-pattern.webp')!important;
	    }
	}
	
	@media screen and (min-width: 992px) {
	    .codster-topbar {
	        display: flex;
	        align-items: center;
	        max-width: 1240px;
	        padding-left: 20px;
	        padding-right: 20px;
	        margin-left: auto;
	        margin-right: auto;
	    }
	    .codster-topbar>div {
	        padding: 0 10px;
	    }
	    .codster-topbar-contact,
	    .codster-topbar-social {
	        text-align: right;
	    }
	    .codster-topbar-slogan {
	        width: 300px;
	        flex-basis: 300px;
	        text-align: left;
	    }
	    .codster-topbar-social {
	        width: 120px;
	        flex-basis: 120px;
	    }
	    .codster-topbar-contact {
	        padding: 0 14px;
	        flex: 1;
	    }
	}
	
	@media screen and (max-width: 991px) {
	    .codster-topbar-slogan,
	    .codster-topbar-social {
	        display: none;
	    }
	}

	/* ___________________ */

	.footer-adv-widget{
		text-align: center;
	}
	.footer-adv-widget.footer-adv-widget-2{
		text-align: left;
	}
	.footer-adv-widget.footer-adv-widget-3,.footer-adv-widget.footer-adv-widget-4{
		text-align: center;
	}
	.polly-ocultar{
		display: none;
	}
	.main-header-menu .menu-link, .ast-header-custom-item a{
		color: #3a3a3a;
	}
	.main-header-menu .menu-link:hover, .ast-header-custom-item a:hover{
		color: #64ce51;
	}
	.main-header-menu .current-menu-item>.menu-link, .main-header-menu .menu-item.focus>.menu-link{
		color: #3a3a3a;
	}
	.background-cover{
		background-size: cover;
	}

	/* @media screen and (min-width: 1200px){
		.codster-cta-service{
			transition: all 0.3s ease-in-out;
			z-index: 2;
			cursor: pointer;
		}
	
		.codster-cta-service:hover{
			box-shadow: 0 0px 40px rgba(0,0,0,.4);
		}
	
		.codster-cta-service .elementor-cta__button.elementor-button{
			opacity: 0.3;
			transition: all 0.3s ease-in-out;
		}
		.codster-cta-service:hover .elementor-cta__button.elementor-button{
			opacity: 1;
		}
	} */

	.codster-cta-service .elementor-cta__description{
		min-height: 60px;
	}
