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

/* Labels del formulario de contacto */

@media screen and (max-width: 1350px) {
	.w-nav.type_desktop .w-nav-list.level_3 {
		left: -100% !important;
		right: 100% !important;
	}
}

.checkbox-label {
	display: block !important;
}

.us_custom_9af9cccb {
    z-index: 100 !important;
}

#porcentaje {
	margin-top: 0 !important;
}

/* Nuevo Logo Twitter ---------------------------------------------------*/

a.w-socials-item-link[title="Twitter"] .fa-twitter:before {
    content: url(https://mas-social.es/wp-content/uploads/2023/10/Twitter-X-New-Logo-Vector.svg);
    height: 22px;
    display: inline-block;
    width: 22px;
	position: relative;
    top: 2px;
}

a.w-socials-item-link[title="Twitter"]:hover .fa-twitter::before {
    filter: brightness(3) !important;
}
.w-socials-item.twitter .w-socials-item-link-hover {
    background: #000 !important;
}


/* Sorteo navidad 2022---------------------------------------------------*/

input[type="radio"] {
    margin-top: -10px!important;
}
.submit-form {
    text-align: right!important;
}

input#form-sorteo {
    margin-bottom: 0.5rem;
}

/*Quitar el display none cuando se vaya a publicar el sorteo----------*/

.lottie-animation-1 {
    max-width: 250px;
    background: none;
    z-index: 0;
}

lottie-player {
    margin-bottom: -1.3rem!important;
    width:180px!important;
    height:180px!important;
}
.sorteo-btn {
    max-width:150px!important;
}
span.wpcf7-list-item-label {
    margin-right: 1rem;
}
lottie-player {
    cursor: pointer;
}

.sorteo-btn {
    cursor: pointer;
}

@media screen and (max-width: 580px) {

lottie-player {
    margin-bottom: -1.6rem!important;
}
}

/*----------------------------------------------------------------------------*/

/*Add your own styles here:*/

.wpb_wrapper strong {
	color: #afcc86 !important;
}

body {
    background: #fff !important;
}

.current-menu-item .w-nav-title:after {
    bottom: -2px !important;
    opacity: 1 !important;
}

.w-slider-h > img {
	display: none !important;
}

/* HEADER */

/* .l-subheader.at_middle {
	border-bottom: 2px solid #ececec;
} */

/* GENERAL */

.border-radius-image img {
	border-radius: 30px;
}

.deco {
	position: relative;
	padding-bottom: 10px;
}
.deco:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 125px;
	height: 2px;
	background: var(--color-content-primary);
}
.deco-center:before {
	left: 50%;
	transform: translateX(-50%);
}

h1.special strong {
	color: var(--color-content-primary);
}

.w-grid-item-h > .w-vwrapper:only-child {
    height: auto;
}

.testimonials-img {
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonials-img img {
	max-width: 95%;
    height: auto !important;
}

.owl-dot span {
    border-radius: 0;
    background: #dedede;
    width: 48px;
    height: 7px;
    margin: 0 2px 4px 2px;
}
.owl-dot.active span {
    background: #afcc86 !important;
    box-shadow: none;
}

.w-tabs-section-header {
    background: transparent !important;
}
.w-tabs-section-header.icon_plus .w-tabs-section-control:before {
    left: .475em;
    width: 2px;
	background: var(--color-content-primary);
	transition: opacity 0.3s;
}
.w-tabs-section-header.icon_plus .w-tabs-section-control:after {
    top: .475em;
    height: 2px;
	background: var(--color-content-primary);
}
.w-tabs-sections.icon_plus > .w-tabs-section.active > .w-tabs-section-header .w-tabs-section-control {
    transform: rotate(180deg);
}
#conta .w-tabs-section.active > .w-tabs-section-header .w-tabs-section-control:before {
    opacity: 0;
}

.color_footer-bottom .w-socials.style_solid .w-socials-item-link {
    color: var(--color-footer-bg-alt-grad);
	background: #ffffff;
}
.w-socials-item .w-socials-item-link i {
	font-size: 22px !important;
}

.list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list ul li {
	padding: 0 0 0 35px;
	position: relative;
}
.list ul li:before {
	content: '';
	background: url('https://massocial.solbyte.dev/wp-content/uploads/2021/08/icon-list.jpg') no-repeat center center;
	width: 30px;
	height: 27px;
	position: absolute;
	top: 0;
	left: 0;
}

/* HOME */

.budget-form form {
	background: #ffffff;
	padding: 35px 30px 25px 30px;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}

.text-block {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
}
.text1 {
	display: block;
}
.w-iconbox.point {	
	position: absolute;
	cursor: pointer;
	background: #ffffff;
	border-radius: 50%;
}
.w-iconbox.point:hover .w-iconbox-icon {
	background: rgba(175,204,134,0.4);
}
.w-iconbox.point1 {	
	top: 0;
	right: 0;
}
.w-iconbox.point2 {	
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}
.w-iconbox.point3 {	
	bottom: 0;
	right: 0;
}
.w-iconbox.point .w-iconbox-icon {
	background: #ffffff;
	box-shadow: none !important;
	border: 10px solid #f5f5f5;
}
.w-iconbox.point.active .w-iconbox-icon {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35) !important;
	color: var(--color-content-primary) !important;
}

.services .w-tabs-sections {
	overflow: visible;
}
.services .w-tabs-section-content {
    padding-top: 0;
}
.services .w-tabs-item {
	padding: 0.5rem 1rem;
	border: 0 !important;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	min-width: 255px;
	text-align: center;
	margin-right: 0.75rem;
	margin-top: -1.25rem;
}
.services .w-tabs.style_default .w-tabs-item.active {
    background: #f5f5f5;
	font-weight: bold;
	box-shadow: none;
}
.services .w-tabs.style_default .w-tabs-item:not(.active):focus,
.no-touch .services .w-tabs.style_default .w-tabs-item:not(.active):hover {
    background: #fcfcfc;
}

.services .w-iconbox-icon {
	border-radius: 100%;
	overflow: hidden;
}

/* BLOG */
.single-post .l-content a {	
    font-weight: 900;
    color: #afcc86;
}
.single-post .widgettitle {
	margin-bottom: 1rem;
}
.single.single-post div#ez-toc-container a {
    font-weight: 400 !important;	
}
/*body.post-template-default.single.single-post a {
    font-weight: 900;
    color: #afcc86;
}
body a.w-nav-anchor.level_1 {
    font-weight: 200!important;
    color: white!important;
}
body a.w-nav-anchor.level_2 {
	color:#777777!important;
	font-weight: 400!important;
}
body a.w-nav-anchor.level_3 {
	color:#777777!important;
	font-weight: 400!important;
}
div#recent-posts-2 a, div#categories-2 a {
    color: #777777;
    font-weight: 400!important;
}
body.post-template-default.single.single-post div#recent-posts-2 a:hover, div#categories-2 a:hover {
    color: #afcc86;
    font-weight: 400!important;
}
body.post-template-default.single.single-post footer ul#menu-menu-footer-1 a {
    color: white!important;
    font-weight: 400!important;
}
body.post-template-default.single.single-post footer ul#menu-menu-footer-2 a {
    color: white!important;
    font-weight: 400!important;
}
body.post-template-default.single.single-post p.margin-top-23 a {
    color: white!important;
    font-weight: 400!important;
}
body.post-template-default.single.single-post footer ul#menu-menu-footer-1 a:hover,
body.post-template-default.single.single-post footer ul#menu-menu-footer-2 a:hover,
body.post-template-default.single.single-post p.margin-top-23 a:hover {
	color: #afcc86!important; 
}

body.post-template-default.single.single-post .color_footer-top a {
    color: #777777!important;
    font-weight: 200!important;
}*/

/* CONTACT */
.g-cols.via_flex.type_boxes.contacto>div.mapa>.vc_column-inner {
    padding: 0;
}
.g-cols.via_flex.type_boxes.contacto>div.mapa>.vc_column-inner>.wpb_wrapper {
    height:100%;
}


/* FORMS */

.wpcf7-spinner {
	float: left;
}
.flex-form .wpcf7-spinner {
	float: none;
	position: absolute;
	top: 50%;
	transform: translateY(-64%);
	right: -6%;
}

form div.row {
	margin: 0 -15px;
	display: block;
	text-align: left;
}
.row:after {
	clear: both;
	display: table;
	content: " ";
}
.row:before {
	display: table;
	content: " ";
}
form .col-xs-1 {
	width: 16.6666%;
	float: left;
	padding: 0 15px;
}
form .col-xs-2 {
	width: 20.6666%;
	float: left;
	padding: 0 15px;
}
form .col-xs-3 {
	width: 25%;
	float: left;
	padding: 0 15px;
}
form .col-xs-4 {
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}
form .col-xs-6 {
	width: 50%;
	float: left;
	padding: 0 15px;
}
form .col-xs-12 {
	width: 100%;
	float: left;
	padding: 0 15px;
}
form div.form-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
form div.block-submit {
	display: inline-block;
	width: 100%;
}
div.wpcf7 .ajax-loader {
	display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output {
	border: 0;
	margin: 0;
	text-align: center;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    margin-top: 0;
    background-color: tansparent;
    box-shadow: none !important;
}
.wpcf7-form select {
    height: 2.6rem;
}
.wpcf7-form textarea {
    height: 2.6rem;
    min-height: 2.6rem;
	padding: 0.4rem 0.6rem;
	resize: none;
}
.wpcf7-form .white input[type="text"],
.wpcf7-form .white input[type="email"],
.wpcf7-form .white input[type="tel"],
.wpcf7-form .white textarea,
.wpcf7-form .white select {
    border: 2px solid #fff;
}
.block-submit {
	text-align: right;
}
.white input[type="submit"] {
    font-size: 0.9rem;
    border-radius: 0;
    padding: 0.85em 1.8em;
    background: #fff;
    color: var(--color-content-primary) !important;
    letter-spacing: 1px;
}

div.block-form {
    margin: 0 0 15px 0;
    display: inline-block;
    width: 100%;
}

.flex-form {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}

.flex-form .col-xs-3,
.flex-form .col-xs-4,
.flex-form .col-xs-12 {
	padding: 0 6px;
}
.flex-form div.form-group {
	margin-bottom: 10px;
}
.flex-form .row {
	flex: 0 0 85%;
	margin: 0 -6px;
}
.flex-form .block-submit {
	flex: 0 0 15%;
	margin-left: 15px;
	position: relative;
}
.flex-form.white .row {
	flex: 0 0 80%;
}
.flex-form.white .block-submit {
	flex: 0 0 20%;
}
.flex-form .block-submit input[type="submit"] {
	width: 100%;
}

.wpcf7-not-valid-tip {
    font-size: 0.8rem !important;
}

.legal {
	text-align: right;
	font-size: 15px;
	display: inline-block;
	width: 100%;
}
.legal a {
	text-decoration: underline;
}
.white .legal a {
	color: #ffffff !important;
}
/*.flex-form-legal .legal {
	text-align: center;
}*/
.wpcf7-form-control.wpcf7-checkbox {
	padding: 0;
}
input[type="checkbox"] {
	height: 1rem;
	width: 1rem;
	min-height: 1rem !important;
	line-height: 1rem !important;
    margin: -6px 2px 0 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 15px 0 !important;
	margin: 0 !important;
	border: 0 !important;
}
.wpcf7-form span.wpcf7-not-valid {
	border: 0 !important;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-not-valid-tip {
    font-size: 0.8em;
}

/**/

footer .sub-menu .sub-menu {
	display: none !important;
}
footer .w-socials {
	margin: 25px 0;
}

#cookieChoiceInfo {
    font-size: 16px;
}
#cookieChoiceInfo div {
    padding-right: 0 !important;
}
#cookieChoiceDismissIcon {
    display: none !important;
}

.buttons-bottom {
	display: none;
}

/*Páginas internas*/
.icon-confiar {
	filter: brightness(5);
}

/*Focus mobile menu*/

.w-nav-arrow:focus {
	outline: 0;
}








/************************************************************************************
smaller than 990px
*************************************************************************************/
@media screen and (max-width: 991px) {

	.desktop {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	
	.ush_menu_1 .menu-item.level_1.current-menu-ancestor > a:not(.w-btn),
	.ush_menu_1 .menu-item.level_1 > a:not(.w-btn):focus {
		color: #9b9b9b !important;
		background: #ffffff !important;
	}
	.no-touch .ush_menu_1 .menu-item.level_1.opened > a:not(.w-btn),
	.no-touch .ush_menu_1 .menu-item.level_1:hover > a:not(.w-btn) {
		color: #ffffff !important;
		background: var(--color-content-secondary) !important;
	}
	
	form .col-xs-1,
	form .col-xs-2,
	form .col-xs-3,
	form .col-xs-4,
	form .col-xs-6 {
		width: 100%;
	}
	.flex-form {
		flex-direction: column;
	}
	.flex-form .block-submit {
		margin-left: 0;
	}
	.flex-form-legal .legal {
		line-height: 1.2;
		margin-top: 15px;
	}
	
	.w-tabs-sections .w-hwrapper .w-iconbox {
		margin: 0 var(--hwrapper-gap,0.6rem) 1rem var(--hwrapper-gap,0.6rem);
	}
	
	#contact {
		margin-top: -2rem !important;
	}
	
	
	
	footer .w-hwrapper {
		flex-direction: column;
	}
	footer .w-hwrapper:not(.align_center) > * {
		margin: 0 0 var(--hwrapper-gap,1.2rem) 0 !important;
	}
	
}

/************************************************************************************
smaller than 767px
*************************************************************************************/
@media screen and (max-width: 767px) {
	
	.w-iconbox.style_circle .w-iconbox-icon, .w-iconbox.style_outlined .w-iconbox-icon {
		line-height: 2em;
		height: 2em;
		width: 2em;
	}
	
	.w-iconbox.point2 {
		right: -45px;
	}


}

/************************************************************************************
smaller than 580px
*************************************************************************************/
@media screen and (max-width: 580px) {
	
	body.us_portfolio-template-default h1 {
		font-size: 1.8rem !important;
	}
	
	body.us_portfolio-template-default section:first-child .vc_col-sm-8 .g-cols {
		width: 80vw !important;
	}
	.icons-services .vc_col-sm-3 {
		width: 100% !important;
	}

}

.l-section.breadcrumbs {
    height: 100px;
    display: flex;
    padding: 0 0px;
    box-sizing: border-box;
}

.l-section.breadcrumbs .l-section-h {
    width: 100%;
    display: flex;
}

#breadcrumbs {
	margin-top: 8px;
	font-size: 19px;
}

@media screen and (max-width: 1695px) and (min-width: 992px) {
	.l-section.breadcrumbs {
	  height: 100px;
	  display: flex;
	  padding: 0;
	  box-sizing: border-box;
	  justify-content: flex-start; /* Alinea las breadcrumbs a la izquierda */
	  width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
	  margin-left: 57px;
	}

	#breadcrumbs {
		margin-top: 8px;
		font-size: 15px;
	}

  }

  @media screen and (max-width: 1695px) and (min-width: 1595px) {
	.l-section.breadcrumbs {
	  height: 100px;
	  display: flex;
	  padding: 0;
	  box-sizing: border-box;
	  justify-content: flex-start; /* Alinea las breadcrumbs a la izquierda */
	  width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
	  margin-left: 20px;
	}

	#breadcrumbs {
		margin-top: 8px;
		font-size: 15px;
	}
  }

  @media screen and (max-width: 1281px) and (min-width: 992px) {
	.l-section.breadcrumbs {
	  height: 80px;
	  display: flex;
	  padding: 0;
	  box-sizing: border-box;
	  justify-content: flex-start; /* Alinea las breadcrumbs a la izquierda */
	  width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
	  margin-left: 60px;
	}

	#breadcrumbs {
		margin-top: 8px;
		font-size: 15px;
	}
  }

  @media screen and (max-width: 991px) and (min-width: 767px)  {
	.l-section.breadcrumbs {
	  height: 50px;
	  display: flex;
	  padding: 0;
	  box-sizing: border-box;
	  justify-content: flex-start; /* Alinea las breadcrumbs a la izquierda */
	  width: 100%; /* Asegura que el contenedor ocupe todo el ancho disponible */
	  margin-left: 55px;
	}

	#breadcrumbs {
		margin-top: 8px;
		font-size: 15px;
	}
  }

  @media screen and (max-width: 766px) and (min-width: 601px)  {
	.l-section.breadcrumbs {
	  height: 50px;
	  display: flex;
	  padding: 0;
	  box-sizing: border-box;
	  justify-content: flex-start; 
	  width: 100%; 
	  margin-left: 40px;
	}

	#breadcrumbs {
		margin-top: 8px;
		font-size: 15px;
	}
  }

  @media screen and (max-width: 600px) {
	.l-section.breadcrumbs {
	  height: 40px;
	  display: flex;
	  padding: 0;
	  box-sizing: border-box;
	  justify-content: flex-start; 
	  width: 100%; 
	  margin-left: 30px;
	}

	#breadcrumbs {
		margin-top: 8px;
		font-size: 13px;
	}
  }

  @media screen and (max-width: 766px) and (min-width: 601px) {
	body.page .l-main .us_custom_6a1e7e40 {
		margin-top: 25px !important;
		/* otros cambios */
	}
}

@media screen and (max-width: 700px) {
	body.page .l-main .us_custom_6a1e7e40 {
		margin-top: 20px !important;
		/* otros cambios */
	}

	body.page .l-main .l-section.wpb_row.us_custom_7f035df5.height_auto {
		margin-top: 13px !important;
	}
}

@media screen and (max-width: 600px) {
	.l-section.breadcrumbs {
		margin-left: 30px;
	}
	.l-section.breadcrumbs--blog {
		margin-left: 0;
	}
}


  /*@media screen and (max-width: 766px) and (min-width: 601px){
	.l-section.breadcrumbs > .l-section.wpb_row{
		margin-top: 50px;
	}
  }

  @media screen and (max-width: 700px){
	.l-section.breadcrumbs > .l-section.wpb_row{
		margin-top: 50px;
	}
  }*/