/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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
*/

/************************STYLE DEFAULT WEBSITE*********************/
*{
	outline: none;
} 
a:focus {
	outline: none;
}
div.wrapper-icon div.elementor-icon-wrapper {
	display: flex;
}
section.splide button.splide__arrow--prev {
    display: none;
    opacity: 1;
    left: -2.8rem;
    border-radius: 0;
    background-color: #FFF;
    font-size: 22px;
}
section.splide button.splide__arrow--next {
    right: -2.8rem;
    opacity: 1;
    background-color: #FFF;
    border-radius: 0;
    display: none;
    font-size: 22px;
}
section.splide ul.splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 1rem;
}
.splide__pagination__page.is-active {
    background: #000000 !important;
    transform: scale(1) !important;
}
section.splide ul.splide__pagination button.splide__pagination__page {
    background-color: #979797 !important;
    display: flex;
    height: 10px;
    width: 10px;
    transform: scale(1) !important;
}
/*****************************HEADER AND FOOTER*************************************/
div.nav-menu-cus .elementor-sub-item.menu-link {margin: 1rem;}
div.nav-menu-cus a.elementor-sub-item.elementor-item-active.menu-link{background-color: #343434 !important;}
div.nav-menu-cus .elementor-sub-item.menu-link:hover {
    background-color: #343434 !important;
    justify-content: left;
}
a.link-footer {
    color: #FFF;
    font-family: 'Raleway';
    font-size: 14px;
    text-decoration: underline;
    line-height: 16.8px;
}
.menu-mob .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    fill: #fff;
}
#ast-scroll-top {
    background-color: #E8443A;
}
.menu-footer .elementor-nav-menu .sub-arrow .e-font-icon-svg {
    fill: #FFF;
}
.elementor-nav-menu li.menu-item a.elementor-item:hover .sub-arrow .e-font-icon-svg, .elementor-nav-menu li.menu-item a.highlighted .sub-arrow .e-font-icon-svg {
    fill: #E8443A;
}
.lang-menu a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background-color: #343434;
    color: #FFF;
    border: none;
    border-radius: 2px;
	padding: 6px 13px;
	display: flex;
    gap: 5px;
	font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.lang-menu a.wpml-ls-link {
    background-color: #808080;
    border: none;
    color: #FFF;
    border-radius: 0px 0px 2px 2px;
	padding: 6px 13px;
	display: flex;
    gap: 5px;
	font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.lang-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}
.lang-menu a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:hover {
    border-radius: 2px 2px 0px 0px;
}
/*************************************HOME*****************************************/
div.faq-inf .e-n-accordion-item[open] summary.e-n-accordion-item-title {
    border-bottom: 0!important;
}
.slide-serv .elementor-swiper-button {
    background-color: #E8443A;
    border-radius: 8px;
    padding: 8px 6px;
    box-shadow: 0px 4px 14px 0px rgba(25, 33, 61, 0.14);
}
.custom-test .ti-verified-by.ti-verified-by-row {
    display: none !important;
}
.custom-test .ti-profile-details .ti-date {
    display: none;
}
.custom-test .ti-widget.ti-goog .ti-review-item>.ti-inner {
    padding: 2rem 1rem !important;
}
.custom-test .ti-inner {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
}
.custom-test .ti-review-header {
    order: 3;
}
.custom-test .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-family: 'Raleway';
	color: #343434;
}
.custom-test span.ti-stars {
    order: 1;
    margin: 0 !important;
}
.custom-test .ti-review-text-container.ti-review-content {
    order: 2;
	font-family: 'Raleway' !important;
	color: #343434;
}
/* SLIDER AFTER Y BEFORE */
.compare-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.compare-slider img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

/* Imagen de antes */
.compare-slider .before {
  position: relative;
}

/* Imagen de después (recortada dinámicamente) */
.compare-slider .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 50%);
  transition: clip-path 0.15s ease-out;
}

/* Slider (rango) */
.compare-slider input[type=range] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: col-resize;
  z-index: 2;
}

/* Línea divisoria */
.compare-slider .divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

/* Círculo central */
.compare-slider .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: black;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Triángulos dentro del círculo */
.compare-slider .handle::before,
.compare-slider .handle::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

/* Triángulo izquierdo */
.compare-slider .handle::before {
  left: 10px;
  border-width: 5px 8px 5px 0;
  border-color: transparent white transparent transparent;
}

/* Triángulo derecho */
.compare-slider .handle::after {
  right: 10px;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent white;
}
/*************************************CONTACT**************************************/
.link-mail li.elementor-icon-list-item a {
    line-break: anywhere;
}
.wpcf7 .contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
}
.contact-form .form-col {
    display: flex;
    gap: 16px;
}
.contact-form .form-col .col-input {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
}
.contact-form .form-input {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contact-form label {
    font-family: 'Raleway';
    color: #A5A5A5;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.contact-form input.input-txt {
    background-color: #343434;
    border: 1px solid #FFF;
    border-radius: 6px;
    height: 50px;
    font-family: 'Raleway';
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
	box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
}
.contact-form input.input-txt::placeholder, .contact-form textarea.description-pro::placeholder {
	font-family: 'Raleway';
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;	
}
.contact-form textarea.description-pro {
    background-color: #343434;
    border: 1px solid #FFF;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
	font-family: 'Raleway';
    color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
	height: 100px;
	resize: none;
}
.wpcf7 .contact-form input.input-txt:focus, .wpcf7 .contact-form textarea.description-pro:focus, .wpcf7 input.input-file:focus {
	border-style: solid;
	border-color: #FFF;
	color: #FFF;
}
.wpcf7 input.input-file {
    background: #343434 !important;
    color: #fff !important;
    border: 1px solid #FFF;
    border-radius: 6px !important;
    font-family: 'Raleway';
    font-size: 14px !important;
    line-height: 16px !important;
    letter-spacing: 0.5px;
    padding: 1.5rem 1rem !important;
	font-weight: 500 !important;
}
div.cont-accept span.wpcf7-list-item {
    margin: 0;
}
div.cont-accept span.wpcf7-list-item-label {
    color: #A5A5A5;
    font-size: 12px;
    line-height: 16px;
}
div.btn-input input.btn-frm {
    background-color: #E8443A;
    border-radius: 6px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
div.btn-input input.btn-frm:hover {
	background-color: #B4352D;
}
.contact-form p.note-frm {
    margin: 0;
    color: #A5A5A5;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #FFF;
}
/***********************************PROJETS************************************/
section.sldgallery button.splide__arrow--next {
    right: 2rem;
    background-color: #E8443A;
    border-radius: 6px;
    box-shadow: 0px 4px 14px 0px rgba(25, 33, 61, 0.14);
}
section.sldgallery button.splide__arrow--prev {
	left: 1rem;
	background-color: #E8443A;
	border-radius: 6px;
	box-shadow: 0px 4px 14px 0px rgba(25, 33, 61, 0.14);
}
section.sldgallery .splide__arrow svg {
    fill: #fff;
    height: 14px;
    width: 14px;
}
section.sldgallery button.splide__arrow--prev, section.sldgallery button.splide__arrow--next {
	display: flex;
}
h2.tlt-tab-pr {
    margin: 0;
    font-family: 'Raleway';
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #1E1E1E;
    letter-spacing: 0.5px;
}
.e-n-tab-title[aria-selected="true"] h2.tlt-tab-pr {
    color: #fff;
}
.e-n-tab-title:hover h2.tlt-tab-pr {
    color: #fff;
}
a.link-mail {
    font-family: 'Raleway';
    font-size: 20px;
    line-height: 22px;
    color: #343434;
    text-decoration: none !important;
}
.loop-blog span.page-numbers.current {
    background-color: #343434;
    padding: 6px 8px;
    border-radius: 6px;
    color: #fff !important;
}
.loop-blog .page-numbers.prev::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
	font-size: 14px;
	color: #343434;
}
.loop-blog .page-numbers.next::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
	font-size: 14px;
	color: #343434;
}
.loop-blog .page-numbers.next, .loop-blog .page-numbers.prev {text-decoration: none;}
.content-blog .is-layout-flex {
    align-items: flex-start;
}
.content-blog h2.wp-block-heading, .content-blog h3.wp-block-heading {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}
.link-post a {
    text-decoration: none !important;
}
/******************************************************************/
/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 545px) {}
@media only screen and (min-width: 768px) {
	.tab-menu .e-n-tabs-heading {
		border-bottom: 1px solid #B3B3B3;
	}
	.img-carrousel img.swiper-slide-image {
		height: 400px;
		width: 100%;
		object-fit: cover;
	}
}
@media only screen and (min-width: 993px) {}
@media only screen and (min-width: 1025px) {
	.tab-services.elementor-widget-n-tabs .e-n-tabs-heading {
		flex-basis: content;
	}
	.box-size {
		max-width: 550px;
		margin-left: auto;
	}
	.box-faq {
		max-width: 350px;
		margin-left: auto;
	}
	.img-carrousel img.swiper-slide-image {
    	height: 420px;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (min-width: 1300px) {
	/************************STYLE DEFAULT WEBSITE*********************/
	section.splide button.splide__arrow--prev,
	section.splide button.splide__arrow--next {
        display: block;
    }
}


/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1159px) {}
@media only screen and (max-width: 1024px) {
	a.link-mail {
		font-size: 18px;
		line-height: 20px;
	}
	.lang-menu a.js-wpml-ls-item-toggle.wpml-ls-item-toggle, .lang-menu a.wpml-ls-link {
		padding: 10px 12px;
	}
}
@media only screen and (max-width: 992px) {
	.contact-form .form-col {
		flex-direction: column;
		gap: 20px;
	}
	.contact-form .form-col .col-input {width: 100%;}
	.wpcf7 .contact-form {margin-bottom: 0;}
}
@media only screen and (max-width: 767px) {
	section.sldgallery button.splide__arrow--next, section.sldgallery button.splide__arrow--prev{
		font-size: 18px;
	}
	section.sldgallery button.splide__arrow--next {right: 1rem;}
	section.sldgallery .splide__arrow svg {
		height: 12px;
		width: 12px;
	}
	a.link-mail {
		font-size: 16px;
		line-height: 18px;
	}
	.content-blog .is-layout-flex {
		flex-direction: column;
	}
}
@media only screen and (max-width: 544px) {}