/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Classes needed by Theme Check */
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}


.fusion-logo img{
	width: 200px !important;
}
.fusion-is-sticky .fusion-logo img{
	width: 200px !important;
}

.related-posts{
    max-width: var(--site_width);
    width: 100%;
    margin: 0 auto;
}

.div-related-posts{
	padding: 0 30px 0 30px;
}


/* #################### */
/* LANDINGS VERANO 2020 */
/* #################### */

.page-id-371 .fusion-main-menu,
.page-id-451 .fusion-main-menu {
	display: none;
}

.page-id-371 #responsive-menu-button,
.page-id-451 #responsive-menu-button {
	display: none;
}

.page-id-371 #menu-menu-superior.segundo-menu,
.page-id-451 #menu-menu-superior.segundo-menu {
	margin-top: 45px;
}

.contenedor-magnitud {
	min-height: 295px;
}

#seccion_cta_fixed_landing {
	background-color: white;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #e2e2e2;
	width: 100%;
	left: 15px;
	padding-top: 20px;
    padding-bottom: 15px;
}

#seccion_cta_fixed_landing > div {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

#seccion_cta_fixed_landing .boton_llamar_landing a {
	background-color: #1a83c5;
	color: white;
	border: 1px solid #1a83c5;
}

#seccion_cta_fixed_landing .boton_contacto_landing a {
	background-color: transparent;
	color: #222221;
	border: 1px solid #222221;
}

@media screen and (min-width: 1501px) {
	.imagen_financiacion {display: none !important;}
}

@media screen and (max-width: 1000px) {
	.cabecera_izquierda_landing {width: 100% !important;}
	.cabecera_derecha_landing {	display: none !important;}
	
}

@media screen and (max-width: 767px) {
	#seccion_cta_fixed_landing > div {width: 100%;}
	#seccion_cta_fixed_landing .boton_llamar_landing {margin-bottom: 15px !important;}
}

@media screen and (min-width: 601px) {
	.cabecera_izquierda_landing > div {padding: 50px 100px !important;}
}

@media screen and (max-width: 600px) {
	.formulario-landing li.gfield {width: 100% !important;}
	.cabecera_izquierda_landing > div {padding: 50px !important;}
}



/* ################## */
/* FORMULARIO LANDING */
/* ################## */

.formulario-landing .gform_fields {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.formulario-landing .gf_left_half,
.formulario-landing .gf_right_half {
	width: 45% !important;
	margin-right: 0 !important;
}

.formulario-landing .input-form {margin: 0 !important;margin-bottom: 20px !important;}

.formulario-landing .input-form input {width: 100% !important;height: 40px !important;margin: 0 !important;}

.formulario-landing .input-form input,.formulario-landing .textarea-form textarea {border: none !important;border-left: 8px solid #222221 !important;color: #222221 !important;}

.formulario-landing .input-form input::placeholder,.formulario-landing .textarea-form textarea::placeholder {color: #222221 !important;}

.formulario-landing .textarea-form {width: 100% !important;margin: 0 !important;}

.gform_wrapper.formulario-landing_wrapper .formulario-landing .gfield_checkbox li input, .gform_wrapper.formulario-landing_wrapper .formulario-landing .gfield_checkbox li input[type=checkbox] {margin-top: 3px !important;margin-right: 4px !important;}

.formulario-landing .button{
    background-color: #fff;
    border: none !important;
    border-left: 8px solid #222221 !important;
    padding: 12px 30px !important;
}

.formulario-landing .gfield_consent_description {color: white;font-size: 10px !important;}

.formulario-landing .ginput_container_consent,.formulario-landing .ginput_container_consent a {color: white;}

.formulario-landing .ginput_container_consent a {text-decoration: underline;}

.formulario-landing .ginput_container_consent input[type=checkbox] {
	margin-top: 0;
}



/* ####### */
/* GENERAL */
/* ####### */

.post h1,
.post h2,
.post h3 {
	margin-top: 50px !important;
	margin-bottom: 50px !impirtant;
}

.post img {
	margin-bottom: 50px !important;
}

.h2-interno h2 {
	font-size: 55px !important;
	line-height: 55px !important;
	font-weight: 700 !important;
}
/*CALOR*/
/*
.h2-interno h2::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 38px;
    margin-right: 15px;
    background-color: #df6d2d;
}
*/
/*FRIO*/
.h2-interno h2::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 38px;
    margin-right: 15px;
    background-color: #1a83c5;
}
h1::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 38px;
    margin-right: 15px;
    background-color: #222221;
}

.fila-slider {
	border-bottom: 20px solid transparent;
	border-image: url(https://karmaclima.com/wp-content/uploads/2019/10/border-slide.jpg) 10% stretch;
}
/*CALIDO*/
/*
.boton a {
	padding: 10px 20px 8px 15px;
	background-color: #df6d2d; 
	border-left: 7px solid #222221;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
*/

/*FRIO*/
.boton a {
	padding: 10px 20px 8px 15px;
	background-color: #1a83c5; 
	border-left: 7px solid #222221;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}
.boton a:hover {
	color: #fff;
}



/* ###### */
/* HEADER */
/* ###### */

.segundo-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
	list-style: none;
    font-weight: 600;
}
/*CALIDO*/
/*
.segundo-menu .elemento-menu-superior::after {
	content: "·";
	margin: 0 10px;
	color: #df6d2d;
}
*/
/*FRIO*/
.segundo-menu .elemento-menu-superior::after {
	content: "·";
	margin: 0 10px;
	color: #1a83c5;
}
.segundo-menu .redes-menu-superior {
	margin-right: 5px;
}
.segundo-menu .redes-menu-superior:last-child {
	margin-right: 0;
}

.elemento-menu,
.elemento-submenu {
	text-transform: uppercase;
}

#responsive-menu li.lang-item img {
	margin-top: 15px;
}

.rmp-menu-top-level-item .rmp-menu-subarrow {
    width: 100% !important;
    background: none !important;
    text-align: right !important;
    padding-right: 15px !important;
}

/* ###### */
/* INICIO */
/* ###### */


/* Servicios */

#seccion-servicios {
	background-position: center top !important;
    background-size: inherit !important;
}
/*CALIDO*/
/*
.resaltar {
	color: #df6d2d;
}
*/

/*FRIO*/
.resaltar {
	color: #1a83c5;
}

/* Ultimos Proyectos */

.fila-proyectos {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.fila-proyectos .item {
	width: 30%;
}
.fila-proyectos .item:nth-child(2) {
	margin: 0 auto;
}
.imagen-proyecto {
	height: 272px;
    background-size: cover;
}

/*CALOR*//*
.bloque-proyectos {
    width: 80%;
    padding: 25px 20px 1px 20px !important;
    margin: -55px 0 0 auto;
    background-color: #df6d2d;
    text-align: right;
    color: #fff;
}*/

/*FRIO*/
.bloque-proyectos {
    width: 80%;
    padding: 25px 20px 1px 20px !important;
    margin: -55px 0 0 auto;
    background-color: #1a83c5;
    text-align: right;
    color: #fff;
}
.nombre-proyecto {
	color: #fff !important;
}
.contenido-proyecto {
	line-height: 18px;
}



/* ################### */
/* FORMULARIO CONTACTO */
/* ################### */

.gform_wrapper {
	max-width: 100% !important;
}

.formulario-contacto .gform_fields {
	display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formulario-contacto .gf_left_half,
.formulario-contacto .gf_right_half {
	width: 45% !important;
	margin-right: 0 !important;
}

.formulario-contacto .input-form {
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.formulario-contacto .input-form input {
	width: 100% !important;
	height: 40px !important;
	margin: 0 !important;
}
/*CAOR*//*
.formulario-contacto .input-form input,
.formulario-contacto .textarea-form textarea {
	border: none !important;
	border-left: 8px solid #df6d2d !important;
	color: #222221 !important;
}*/

/*frio*/
.formulario-contacto .input-form input,
.formulario-contacto .textarea-form textarea {
	border: none !important;
	border-left: 8px solid #1a83c5 !important;
	color: #222221 !important;
}

.formulario-contacto .input-form input::placeholder,
.formulario-contacto .textarea-form textarea::placeholder {
	color: #222221 !important;
}

.formulario-contacto .textarea-form {
	width: 100% !important;
	margin: 0 !important;
}

.checkbox-form ul li {
	display: flex;
	align-items: flex-start;
}

.checkbox-form ul label {
    width: 80% !important;
	font-size: 12px;
    font-style: italic;
}

.gform_wrapper.formulario-contacto_wrapper .formulario-contacto .gfield_checkbox li input, 
.gform_wrapper.formulario-contacto_wrapper .formulario-contacto .gfield_checkbox li input[type=checkbox] {
    margin-top: 3px !important;
    margin-right: 4px !important;
}

.formulario-contacto .gform_footer {
    margin-top: -114px !important;
	text-align: right !important;
}

/*Calor*/
/*
.formulario-contacto .button{
    background-color: #fff;
    border: none !important;
    border-left: 8px solid #c87837 !important;
    padding: 12px 30px !important;
}
*/
/*Frio*/

.formulario-contacto .button{
    background-color: #fff;
    border: none !important;
    border-left: 8px solid #1a83c5 !important;
    padding: 12px 30px !important;
}



/* ################ */
/* SERVICIO TECNICO */
/* ################ */

.tabla-servicios table {
	width: 100%;
}
/*Calor*//*
.tabla-servicios tr th {
	background-color: #c87837;
	color: #fff;
}*/
/*FRIO*/
.tabla-servicios tr th {
	background-color: #1a83c5;
	color: #fff;
}
.tabla-servicios table tr:nth-child(2n+1) {
	background-color: #f8f8f8;
}
.tabla-servicios tr td:last-child {
	text-align: center;
}


/* ######### */
/* PROYECTOS */
/* ######### */

.filtro-proyectos {
	margin-bottom: 30px;
	text-align: right;
}
/*CALOR*//*
.filtro-proyectos .select-proyectos {
	height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border: none;
    border-left: 8px solid #df6d2d;
    color: #222221;
}*/

/*FRIO*/
.filtro-proyectos .select-proyectos {
	height: 40px;
    padding: 0 15px;
    background-color: #fff;
    border: none;
    border-left: 8px solid #1a83c5;
    color: #222221;
}
.filtro-proyectos input[type="submit"] {
	height: 40px;
    border: none;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #fff;
    margin-left: 10px;
}

.subtitulo-proyectos {
	margin-bottom: 25px;
}


/* ####### */
/* COOKIES */
/* ####### */

.boton-cookies {
	text-decoration: underline;
	color: #ffffff;
}
.boton-cookies:hover {
	text-decoration: none;
	color: #ffffff;
}


/* ###### */
/* FOOTER */
/* ###### */

.footer-formulario {
	padding: 80px 15px;
	background-size: cover;
	background-position: center center;
	background-image: url('/wp-content/uploads/2019/11/footer-easyclima1.jpg');
    margin-top: 50px;
}

.footer-formulario > .fusion-row {
	max-width: 1300px;
}

.footer-formulario h2 {
    font-family: Montserrat;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0px;
    font-style: normal;
}

.servicio-oficial-footer {
	margin: 30px 0 20px;
}
.servicio-oficial-footer span {
    display: block;
    margin-bottom: 8px;
}

.datos-footer li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.datos-footer li:last-child {
	align-items: flex-start;
}
.datos-footer li img {
	margin-right: 15px;
}


.menu-footer {
	margin-left: 65px !important;
}
.politicas {
	margin-left: 58px !important;
}
.menu-footer li a::before,
.politicas li a::before,
.politicas li span::before {
	content: "·";
	margin-right: 5px;
}
.menu-footer li,
.politicas li {
	margin-bottom: 10px;
}

/*cookiebot*/

#CybotCookiebotDialog {
	color: #6e7279 !important;
}

#CybotCookiebotDialogBodyContentTitle {
    color: #6e7279 !important;
    font-size: 25px !important;
}

#CybotCookiebotDialogHeader {
	display: none !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
	color: #1a83c5 !important;
}

.CybotCookiebotDialogBodyLevelButtonDescription:hover,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
	color: #1a83c5 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	color: #1a83c5 !important;
	border-color: #1a83c5 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	background: #1a83c5 !important;
    border-color: #1a83c5 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyButtonDecline {
    border-color: #1a83c5 !important;
    color: #1a83c5 !important;
}

#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: green !important;	
}

#CybotCookiebotDialogPoweredByText {
	display: none !important;
}


/* ########## */
/* RESPONSIVE */
/* ########## */

@media screen and (max-width: 1160px) {
	.elemento-menu {
		padding-right: 15px !important;
	}
}
@media screen and (max-width: 1100px) {
	.elemento-menu {
		padding-right: 0px !important;
	}
}

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

	/* Footer */
	.fusion-footer footer .fusion-row .fusion-columns {
	    display: flex !important;
    	flex-wrap: wrap;
	}
	.fusion-footer footer .fusion-row .fusion-columns .fusion-column {
		width: 50% !important;
	}
	.fusion-footer footer .fusion-row .fusion-columns .fusion-column:nth-child(3) {
		display: none;
	}
	.fusion-footer footer .fusion-row .fusion-columns .fusion-column.fusion-column-last {
		width: 100% !important;
	    margin-top: 50px;
    	margin-bottom: 0;
	}
	.politicas {
	    display: flex;
    	justify-content: center;
    	margin: 0 !important;
	}
}

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

	/* General */
	.fila-orden {
		display: flex;
    	flex-direction: column;
	}
	.fila-orden .col-imagen,
	.fila-orden .col-texto {
		width: 100%;
	}
	.fila-orden .col-imagen {
		order: 1;
	}
	.fila-orden .col-texto {
		order: 2;
	}
	.fila-orden .col-texto h2,
	.fila-orden .col-texto p {
		text-align: left !important;
	}

	/* Inicio */
	#seccion-servicios {
		background-position: center bottom !important;
	}
	.fila-servicios {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0 !important;
	}
	.fila-servicios .col-servicio {
		width: 50%;
		margin-bottom: 20px;
	}
	.fila-servicios .col-servicio-vacia {
		display: none;
	}
	
	.fila-proyectos {
	    justify-content: space-between;
	}
	.fila-proyectos .item {
		width: 48%;
	}
	.fila-proyectos .item:nth-child(2) {
		margin: 0 !important;
		display: none;
	}
	
	/* Proyectos */
	#grid-proyectos .fila-proyectos .item {
		margin-bottom: 30px;
	}
	#grid-proyectos .fila-proyectos .item:nth-child(2) {
		display: block;
	}

	/* Formulario */
	.formulario-contacto .gform_footer {
		margin-top: 0px !important;
    	text-align: inherit !important;
	}
	
}


@media screen and (max-width: 650px) {
	
	/* General */
	h1 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.h2-interno h2 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.h2-interno h2::before {
	    width: 8px;
	    height: 28px;
	    margin-right: 10px;
	}
	h1::before {
	    width: 8px;
	    height: 28px;
	    margin-right: 10px;
	}

	/* Responsive menú */
	button#responsive-menu-button {
		top: 16px !important;
	}
	#responsive-menu-container {
	    width: 75% !important;
	}

	/* Inicio */
	.fila-servicios .col-servicio {
		width: 100%;
	}
	.fila-proyectos .item {
		width: 100%;
		margin-bottom: 30px !important;
	}
	.fila-proyectos .item:nth-child(2) {
		display: block;
		margin-bottom: 30px !important;
	}
	.bloque-proyectos {
		width: 95%;
	}

	/* Proyectos */
	.filtro-proyectos {
		text-align: left;
	}
	.filtro-proyectos .select-proyectos {
		width: 100%;
	}
	.filtro-proyectos input[type="submit"] {
		display: block;
	    margin: 15px 0 0;
	}

	/* Formulario */
	.formulario-contacto .input-form {
		width: 100% !important;
	    margin-bottom: 5px !important;
	}
	.checkbox-form ul label {
		width: 100% !important;
	    font-size: 12px !important;
	}

	/* Footer */
	.fusion-footer {
		display:flex;
        flex-flow: column;
	}
	.fusion-footer > .footer-formulario { order: 2; }
	.fusion-footer > .fusion-footer-widget-area { order: 1; }
	
	.fusion-footer footer .fusion-row .fusion-columns .fusion-column {
	    width: 100% !important;
    	text-align: center;
	}
	.fusion-columns .fusion-column:nth-child(2) {
		margin-bottom: 0 !important;
	}
	.datos-footer li {
	    display: flex;
   		justify-content: center;
    	text-align: left;
	}
	.politicas {
	    display: inherit;
	    margin: 0 !important;
	}
	.menu-footer li a::before, .politicas li a::before, .politicas li span::before {
		display: none;
	}
}