/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.grecaptcha-badge {
    visibility: hidden !important;
}

/** GENERAL **/

.cmplz-cookiebanner .cmplz-buttons {
    flex-direction: row-reverse;
}

.color-white img {
    filter: brightness(999);
}

span.ti-read-more-active {
    color: #2B2B2B !important;
	opacity: 1 !important;
}

/**
 * INICIO
 **/

.title-header u {
    text-decoration: none;
    color: var(--color-content-secondary);
}

:root {
  --gray-color: #F5F5F5;
  --blue-color: #1966CC;
}

.colored_container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
}

.colored_container .colored {
    --arrow-width: 50px;
    --padding-width: 20px;
    min-height: 200px;
    width: 30%;
    position: relative;
    padding: var(--padding-width) var(--padding-width) var(--padding-width) calc(var(--padding-width) + var(--arrow-width))
}

.colored_container .colored:nth-child(odd) {
	background-color: var(--gray-color);
}

.colored_container .colored:nth-child(even) {
    background-color: var(--blue-color);
}

.colored_container .colored::before,
.colored_container .colored::after {
    position: absolute;
    top: 0;
    bottom: 0;
	width: var(--arrow-width);
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-color: transparent
}

.colored_container .colored:not(:first-child)::before {
	display: block;
	content: '';
	left: 0;
	right: auto;
	z-index: 2;
}

.colored_container .colored:nth-child(even)::before {
    background-image: url("https://satydal.es/wp-content/uploads/2024/03/triangle_gray.svg")
}

.colored_container .colored:nth-child(odd)::before {
    background-image: url("/wp-content/uploads/2024/03/triangle_blue.svg")
}

.colored_container .colored:last-child::after {
    display: block;
    content: '';
    left: 100%;
    z-index: 1;
    background-image: url("/wp-content/uploads/2024/03/triangle_blue.svg")
}

.colored h3 {
	padding-top: 0 !important;
}

.colored_container .w-counter-value * {
    font-size: 1.7rem;
	font-weight: bold !important;
}

.colored_container .w-counter-value {
    height: 1.7rem;
    font-size: 1.7rem !important;
}

.servicios .description {
	background: var(--color-content-primary);
    transition: background 0.2s ease-in-out;
	height: 100% !important;
}

.cta-home form {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.group-form.nombre {
    grid-column: span 2;
}

.cta-home label:not([for="aceptacion"]) {
    position: absolute;
    z-index: -1;
}

.cta-home label[for="aceptacion"] {
	color: white !important;
	font-size: 0.8rem;
}

.cta-home span.wpcf7-spinner {
    position: absolute;
    bottom: 2rem;
}

.cta-home label[for="aceptacion"] a {
	font-weight: bold;
}


.cta-home form input:not([type="submit"]) {
    background: white !important;
    border: 2px solid #A8A8A8;
}

.cta-home div.check {
    grid-column: span 2;
    display: flex;
	align-items: flex-end;
}

input#form-contact {
    grid-column: span 2;
}

.clientes .w-vwrapper:hover {
    border-color: orange !important;
    transform: translatey(-10px);
}

.clientes .w-vwrapper{
    transition: all 0.3s ease-in-out;
}

.valores {
    position: relative;
	transition: all 0.3s ease-in-out;
}

.valores:hover {
    background: var(--color-content-secondary) !important;
}

.valores:hover h3 {
	color: #000;
}

.valores::before {
    content: "";
    border-top: solid 15px var(--color-content-primary);
    border-right: solid 15px var(--color-content-primary);
    border-left: solid 15px transparent;
    border-bottom: solid 15px transparent;
    position: absolute;
    top: 0;
    right: 0;
	transition: all 0.3s ease-in-out;
}

.valores:hover::before {
    content: "";
    border-top: solid 15px #000;
    border-right: solid 15px #000;
    border-left: solid 15px transparent;
    border-bottom: solid 15px transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.w-tabs.accordion>div>.w-tabs-section {
    border-width: 2px 0 0 0;
    border-color: var(--color-content-primary);
}

.w-tabs.accordion>div>.w-tabs-section:last-of-type {
    border-bottom-width: 2px;
}

.w-tabs-section-control {
    height: 30px;
    width: 30px;
}

.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:before {
    content: "";
    background: url(/wp-content/uploads/2024/03/Group-37278.png) !important;
    background-size: contain !important;
    height: 30px;
    width: 30px !important;
}

.w-tabs-sections.icon_plus>div>.w-tabs-section-header .w-tabs-section-control:after {
	display: none;
}

.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
    transform: rotate(0deg);
}

.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control:before {
    background: url(/wp-content/uploads/2024/03/Group-37133.png) !important;
	background-size: contain !important;
}

.col-contact .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacto form label:not([for="aceptacion"]) {
    position: absolute;
    z-index: -1;
}

.contacto .w-filter.state_desktop.style_drop_default .w-filter-item-title, 
.select2-selection, select, textarea, input:not([type=submit]) {
	background: rgba(255,255,255,0.9) !important;
}

.check {
    display: flex;
    align-items: flex-end;
}

label[for="aceptacion"] {
    color: #fff;
}

.contacto form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contacto input.wpcf7-form-control.wpcf7-submit.has-spinner {
    opacity: 0.9;
	margin-top: 1rem;
}

/**
 * CONTACTO
 **/

.form-contact .w-filter.state_desktop.style_drop_default .w-filter-item-title, 
.select2-selection, .form-contact select, .form-contact textarea, .form-contact input:not([type=submit]) {
    border: 1px solid var(--color-content-primary);
}

.form-contact label[for="aceptacion"] {
    color: #000;
}

.form-contact form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.icons-flex {
    justify-content: center;
    row-gap: 2rem;
}

/*-------PÁGINA DE CASOS DE ÉXITO----------*/
#tituloEntradas h2 {
	color: white;
}


/*----------BOTONES EN MOVIL-----------*/
@media (max-width: 770px) {
    .w-btn {
        font-size: 13px!important;
    }
}

@media (max-width: 350px) {
	.l-subheader-cell .us-btn-style_1 {
		padding: 0.5em 1em;
	}
}

.botones-flotantes .w-image img{
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.botones-flotantes .w-image img:hover {
    transform: scale(1.1)!important;
}