/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body{
	background-color:white;
}
p,li,a,*{
	font-family: 'Poppins', sans-serif;
}
a{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
}
a:focus{
	background:none!important; 
	text-decoration:none!important;
}
*:focus{
	outline:none;
}
h1{
	font-size: 78px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
h2{
	font-size: 37px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
h3{
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.formulario-servicioTitulo{
	font-size: 37px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #060606;
}
.titulo-peque{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
	padding-bottom:10px;
}
.boton-borde-azul{
	padding: 11px 32px;
	border-radius: 32.5px;
	border: solid 1px #015d8e;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
	display:inline-block;
}
.boton-borde-azul:hover{
	background: #015d8e;
	color: #fff;

}
.boton-rojo{
	padding: 11px 32px;
	border-radius: 32.5px;
	background-color: #c20500;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	display:inline-block;
}
.boton-rojo:hover{
	background-color: #fff;
	color:#c20500
}
.boton-borde-blanco{
	padding: 11px 32px;
	display:inline-block;
	border-radius: 32.5px;
	border: solid 1px #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.boton-borde-blanco:hover{
	color:#015d8e;
	background-color:#fff!important;
}
.main-menu ul{
	padding:0;
	list-style-type:none;
	display: flex;
	justify-content: space-between;
	color: #015d8e;
}
.main-menu li{
	display:inline-block;
	color: #015d8e;
}
.main-menu li:last-child{
	padding-right:0;
	color: #015d8e;
}
.main-menu li a{
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #015d8e;
	text-transform:uppercase;
}
.page-template-home2 .mapa-home{
	padding-top:0;
}
.page-template-home2 .main-menu li a,
.page-template-home .main-menu li a{
	color:#fff;
}
.cabecera-home{
	min-height:100vH;
	position:relative;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	align-items:center;
	display:flex;
}
.cabecera-home .container .row{
	align-content: center;
	width:100%;
}
.cabecera-home .container{
	position:relative;
	height:100vH;
	display:flex;
}
.cabecera-home p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
	padding-bottom:20px;
}
.main-menu{
	position: absolute;
	width: 100%;
	z-index:2;
	padding-top:30px;
	color: #015d8e;
}
.main-menu.menu-instofic{
	margin-top: 55px;
	padding-top: 0;
}
.cabecera-gradient{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100%;
	background-color: rgba(20, 53, 99, 0.6);
}
.search-box .texto-copy{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.search-footer .redes-cont{
	text-align:right;
}
.container-footer{
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.search-footer{
	align-items:center;
}
.search-box{
	display:none;
}
.search-box.activo{
	display:block;
	background: #015d8e;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vH;
	z-index: 2;
	padding-top: 82px;
}
.cerrar-busqueda{
	text-align:right;
}
.cerrar-busqueda i{
	color: white;
	font-size:40px;
	cursor:pointer;
}
.search-box .col-lg-8.offset-lg-2{
	padding-top: 25%;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
}
.main-menu .fa-search{
	font-size: 16px;
	border: 1px solid #015d8e;
	border-radius: 50%;
	padding: 14px;
	color: #015d8e;
	cursor: pointer;
}
.page-template-home2 .main-menu .fa-search,
.page-template-home .main-menu .fa-search{
	color:white;
	border: 1px solid #fff;
}
.menu-top{
	border-bottom:1px solid #015d8e;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.page-template-home2 .menu-top,
.page-template-home .menu-top{
	border-bottom:1px solid white;
}
.menu-top{
	display: flex;
justify-content: end;
gap: 10px;
}
.menu-top, .menu-top a{
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #015d8e;
}
.page-template-home2 .menu-top, .page-template-home2 .menu-top a,
.page-template-home .menu-top, .page-template-home .menu-top a{
	color:#fff;
}
.main-menu .row{
	align-items:center;
}
.cabecera-home .ctas{
	margin-top:50px;
}
.cabecera-home .ctas a:first-child{
	margin-right:25px;
}
.cabecera-home h1{
	padding-bottom:15px;
}
.cabecera-home .down-arrow{
	position: absolute;
	left: 0;
	bottom: 100px;
}
.sobre-nosotros{
	padding:150px 0 100px 0;
	background-color: #fff;
}
.sobre-nosotros p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.page-template-home2 .reformas,
.page-template-home .reformas{
	background-color: #f8f8f8;
	padding-bottom:44px;
}
.reforma-item{
	background:white;
	padding:50px;
}
.reforma-item .icono-servicio img{
	max-height:67px;
	margin-bottom:10px;
}
.reforma-item .titulo-servicio{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	min-height:60px;
}
.reforma-item .texto-servicio{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align:left;
	color: #6c6c6c;
	min-height: 110px;
}
.reforma-item .read-more{
	display:inline-block;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color:#015d8e;
}
.reforma-item:hover .read-more{
	
	color: #c20500;
}
.reforma-item:hover svg path{
	stroke:#c20500;
}
.second-row{
	padding-top:120px;
}
.contacta{
	background-color:#015d8e;
	padding:115px 0 100px 0;
}
.contacta .titulo-peque{
	color:white;
}
.contacta h2{
	color:white;
	padding-bottom:30px;
}
.contacta textarea,
.contacta select,
.contacta input{
	border: none;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	width:100%;
	margin:15px 0;
}
.contacta .wpcf7-submit{
	width:auto;
}
.contacta .wpcf7-list-item-label{
	color:white;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.contacta .acepta{
	margin: 0;
	margin-right: 5px;
	background: transparent;
	border: 1px solid white;
	width: 13px;
	height: 13px;
}
.contacta .wpcf7-submit{
	border-radius: 32.5px;
	background-color: #015d8e!important;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	font-family: Poppins;
	color: #ffffff!important;
}
.contacta .wpcf7-submit{
	background-color:white!important;
	color:#015d8e!important;
}
input[type="checkbox"]::after {
    content: "";
	
    opacity: 0;
    display: block;
    left: 5px;
    top: -3px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid var(--form--color-text);
    border-top: 0;
        border-top-color: currentcolor;
    border-left: 0;
        border-left-color: currentcolor;
    transform: rotate(30deg);
    color: white;
    border-color: white;
}
.contacta .icono-titulo{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    width: 100%;
    border-bottom: 1px solid white;
    display: flex;
    align-items: center;
	padding-bottom:20px;
}
.contacto-iconos li{
	display: flex;
align-items: center;
padding:13px 0;
}
.contacto-iconos{
	padding:0;
	list-style-type:none;
}
.contacta .contacto-iconos img{
	max-width: 50px;
	margin-right: 55px;
}
.porque{
	padding:50px 0 150px 0;
}
.porque-item{
	padding: 0;
}
.porque-item img{
	max-height: 150px;
	float: right;
}
.porque-item.azul h3{
	color: #ffffff;
	padding: 10px 20px 0 20px;
}
.porque-item.azul{
	background: #015d8e;
}
.porque-item.azul p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #cfd7e7;
	padding: 10px 20px 20px 20px;
}
.porque-item.gris{
	background-color:#f8f8f8;
}
.porque-item.gris h3{
	color: #060606;
	padding: 10px 20px 0 20px;
}
.porque-item.gris p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	padding: 10px 20px 20px 20px;
}
.porque-item.rojo{
	background-color:#c20500;
}
.porque-item.rojo h3{
	color: #fff;
	padding: 10px 20px 0 20px;
}
.porque-item.rojo p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #cfd7e7;
	padding: 10px 20px 20px 20px;
}
.accordion-button h2,
.accordion-button{ 
	background: #015d8e!important;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff!important;
	border: none;
	padding: 11px 20px!important;
}
.accordion-button i{
	margin-right: 20px;
}
.faqs{
	padding-bottom:150px;
	padding-top:50px;
	
}
.faqs h2{
	/*padding-bottom: 70px;*/
}
.faqs .accordion-body p,
.faqs .accordion-body li{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.faqs .accordion-body li,
.faqs .accordion-body p {
	padding-bottom:20px;
}
.faqs .accordion-body ul{
	padding: 0;
}
.faqs .accordion-body{
	padding: 30px 160px 60px 60px;
}
.proyectos-home{
	background: #f8f8f8;
	padding: 150px 0;
}
.proyectos-home h2{
	/*padding-bottom:50px;*/
}
.texto-proyectoshome p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.texto-proyectoshome{
	padding-bottom:50px;
}
.proyectos-home .proyecto-image{
	min-height: 550px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position:relative;
}
.proyecto-nombre{
	display:none;
}
.proyecto-nombre{
	padding: 20px;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	background: #015d8e;
	text-align: center;
}
.proyectos-home .proyecto-item .proyecto-nombre{
	display:block;
	transform: translateY(-50%);
	transition-property: transform;
	transition-duration: 1s;
	position: absolute;
	left: 50%;
	width: 100%;
	transform: translate(-50%,50%);
	bottom:0;
	min-height:100px;
}
.row.cta-proyectos{
	margin-top:100px;
	text-align:center;
}
.opiniones{
	background:#015d8e;
	padding-top:190px;
	padding-bottom:110px;
}
.opiniones h2{
	color: white;
	padding-bottom: 25px;
}
.opiniones p{
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding-left: 70px;
}
.opiniones .opinion-meta{
	display: flex;
	align-items: center;
	padding-left: 70px;
	padding-top: 30px;
}
.opiniones .opinion-imagen img{
	max-width: 60px;
}
.opiniones .opinion-imagen{
	margin-right: 25px;
}
.opi-nombre{
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.opinion-estrellas img{
	max-width: 20px;
	display: inline-block;
}
.opiniones .opinion{
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 111px 80px;
}
/*.colaboradores h2{
	padding-bottom:60px;
}*/
.colaboradores{
	padding:150px 0;
}
.colaboradores-cont{
	display: flex;
	align-items: center;
	justify-content: center;
}
.colaboradores-cont img {
    max-width: 160px;
}
.proyectos-home{
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
.noticias-home{
	background-color: #f8f8f8;
	padding: 150px 0 130px 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 80%;
}
.noticias-home .noticia-imagen{
	height: 334px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position:relative;
}
.noticias-home .noticia-categoria a{
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: center;
	text-transform:uppercase;
	color: #ffffff;
}
.noticias-home .noticia-categoria{
	background: #015d8e;
	
	padding: 10px 50px;
	width: auto;
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.noticias-home h3{
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding-top: 20px;
}
.noticias-home p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.proyectos-home .noticia-link,
.noticias-home .noticia-link{
	padding-top:20px;
}
.proyectos-home .noticia-link a,
.noticias-home .noticia-link a{
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
}
.proyectos-home .noticia-link .read-more,
.noticias-home .noticia-link .read-more{
	display:inline-block;
}
.proyectos-home .noticia-link:hover .read-more,
.noticias-home .noticia-link:hover .read-more{
	display:inline-block;
}
.proyectos-home .noticia-link svg,
.noticias-home .noticia-link svg{
	margin-right:25px;
}
.proyectos-home .noticia-link:hover a,
.noticias-home .noticia-link:hover a{
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #c20500;
}
.proyectos-home .noticia-link:hover svg path,
.noticias-home .noticia-link:hover svg path{
	stroke:#c20500;
}
.noticias-cta{
	text-align: center;
	padding-top: 90px;
}
.mapa-home{
	padding-top:125px;
}
/*
.mapa-home h2{
	padding-bottom:70px;
}
*/
footer{
	padding: 70px 0 30px 0;
	background-color: #015d8e;
}
footer p{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
footer img{
	max-width: 270px;
	width: 100%;
	margin-bottom: 15px;
}
#menu-footer{
	padding:0;
	list-style-type:none;
}
#menu-footer li a{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	text-transform:uppercase;
}
#menu-reformas{
	padding:0;
	list-style-type:none;
}
#menu-reformas li a{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	text-transform:uppercase;
}
footer .col-lg-2 strong{
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
footer .direccion-titulo{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
footer .direccion-texto a,
footer .direccion-texto{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}

footer .telefono-content{
	padding-top:20px;
}
.redes-footer{
	list-style-type:none;
	padding:0;
	padding-top:20px;
}
.redes-footer li{
	display:inline-block;
}
.row-legal{
	text-align:center;
	padding-top:40px;
}
.row-legal *:hover,
.row-legal *{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.texto-copy{
	padding-right:25px;
}
.row-legal a {
    border-right: 1px solid black;
    padding-right: 5px;
}
.row-legal a:last-child{
	border:none;
	padding-right:0;
}
.cabecera-somos{
	padding-top:250px;
	background-color:#f8f8f8;
}
.cabecera-somos h1{
	font-size: 74px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #060606; 
	/*padding-top: 75px;*/
	padding-bottom: 75px;
}
.video-somos{
	background-color: #f8f8f8;
	padding-bottom:50px;
}
.quienes-somos{
	padding-top:50px;
}
.quienes-somos .container{
	padding-bottom:110px;
	border-bottom:1px solid #dbdbdb;
}
.caracteristicas-somos, .quienes-somos{
	background-color:#f8f8f8;
}
.quienes-somos p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.caract-container{
	background-color:white;
	padding:70px 50px;
	min-height:450px;
}
.caract-container img{
	max-height:65px;
}
.caract-container p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 25px;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.caract-container h3{
	font-size: 25px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.caracteristicas-somos{
	padding-top:110px;
	padding-bottom:25px;
}
.caracteristica-item{
	margin-bottom:50px;
}
.video-somos svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.video-somos a{
	position:relative;
}
.proceso-somos{
	padding-top:100px;
	padding-bottom:100px;
}
.proceso-somos h3{
	font-size: 27px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
	padding-bottom:15px;
	
}
.column-container.largo {
    column-count: 2;
}
.column-container.largo p{
	padding-bottom:20px;
}
.row-mapa iframe{
	padding:0;
}
.proceso-item{
	padding-bottom:50px;
}
.proceso-item p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 25px;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.cabecera-reformas h1{
    font-size: 74px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #060606;
	padding-bottom:30px;
}
.cabecera-reformas h1.nopadding{
	padding-bottom:0;
}
.cabecera-reformas {
    padding-top: 180px;
}
.cabecera-reformas h1{
	padding-top: 75px;
	padding-bottom: 75px;
	font-size: 66px;
}
.cabecera-reformas li,
.cabecera-reformas p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.reformas-listado{
	padding-top: 100px;
}
.servicio-item p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.servicio-item h2{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding: 20px 0 15px 0;
}
.servicio-item .read-more{
	display:none;
}
.servicio-item:hover .read-more {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c20500;
}

.col-lg-4.servicio-item {
    min-height: 580px;
	position:relative;
	margin-bottom:50px;
}
.servicio-item .noticia-link{
	position:absolute;
	bottom:0;
}
.cabecera-reformas,
.reformas-listado{
	background-color:#f8f8f8;
}
.servicio-foto{
	padding-top:75px;
	padding-bottom:60px;
}
.servicio-texto h2{
	padding:20px 0;
}
.servicio-texto h3{
	padding:20px 0;
}
.servicio-foto h2{
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding-bottom: 15px;
}
.servicio-texto ul{
	padding-left: 15px;
	padding-top:20px;
	padding-bottom:20px;
}
.servicio-texto{
	padding-bottom:50px;
}
.otras-reformas{
	padding-top:100px;
	padding-bottom:50px;
}
.servicio-foto p, .servicio-foto li,
.servicio-texto p, .servicio-texto li{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	padding-bottom:15px;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.reforma-slide{
	margin:0 15px;
	float:left;
}
.row-otras{
	overflow-x:hidden;
}
.reforma-slide .reforma-item{
	padding:40px;
}
.slick-dots li{
	display:inline-block;
	margin:0 5px;
}
.slick-dots{
	list-style-type:none;
	text-align: center;
	padding-top: 30px;
}
.slick-dots  .dot{
	width: 6px;
	height: 6px;
	background: #c4c4c4;
	display: inline-block;
	border-radius: 50%;
	cursor:pointer
}
.slick-dots .slick-active .dot{
	width: 6px;
	height: 6px;
	background: #c20500;
	display: inline-block;
	border-radius: 50%;
}
.post-item h2{
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding:10px 0;
}
.post-item p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 25px;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	padding-bottom:10px;
}
.post-item .read-more{
	font-size: 13px;
	display:none;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #c20500;
}
.post-item{
	margin-bottom:50px;
}
.post-item svg{
	margin-right:15px;
}
.post-item:hover .read-more{
	display:inline-block;
}
.post-item img {
    height: 277px;
	width:100%;
}
.page-numbers {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
	margin:0 10px;
    color: #015d8e;
}
.page-numbers.current{
	 color: #c20500;
}
.posts-blog{
	background-color: #f8f8f8;
	padding-bottom:125px;
}
.probox{
	height:80px!important;
}
div.asl_w .probox .proinput input{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	padding-left:40px !important;
	height: 80px;
}
div.asl_w .probox .promagnifier{
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 15px;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}

.categorias-lista li.categories a{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.categorias-lista li.categories ul{
	padding:0;
}
.categorias-lista li.categories{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.77;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.categorias-lista ul li{
	list-style-type: none;
	line-height:20px;
}

.categorias-lista ul li:before {
    content:"·";
    font-size:30px;
    vertical-align:middle;
    line-height: 1px;
	padding-right:5px;
	color:#015d8e;
}
.categorias-lista{
	list-style-type: none;
	padding: 0;
}
.sidebar-cont .categorias{
	padding: 30px 40px;
	background: white;
	margin-top: 50px;
}
.posts-recientes h2{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 17px;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.posts-recientes img{
	max-width:91px;
	margin-right:20px;
}
.recent-item{
	margin-bottom:30px;
}
.recent-item a{
	display: flex;
	align-items: center;
}
.sidebar-cont .posts-recientes{
	padding: 30px 40px;
	margin-top:50px;
	background:white;
}
.sidebar-title{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.77;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding-bottom:10px;
}
.sidebar-cont .presupuesto{
	background: #015d8e;
	margin-top: 50px;
	padding: 35px 45px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.77;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.presupuesto-content{
	display: flex;
	align-items: last baseline;
	justify-content: space-around;
}
.single-post{
	background:#f8f8f8;

}
.single-post .post-ficha{
	padding-top:150px;
}
.single-post .post-title h1{
	font-size: 37px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding-bottom:10px;
}
.single-post .post-ficha h2,
.single-post .post-ficha h3{
	padding:30px 0;
}
.single-post .post-ficha li,
.single-post .post-ficha p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	
}
.single-post .post-ficha ul,
.single-post .post-ficha p{
	padding-bottom:20px;
}
.single-post .bloque-enlaces, a,
.single-post .post-ficha a{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
}
.single-post .post-ficha img{
	margin-bottom:50px;
}
.post-tags{
	padding-bottom: 75px;
}
.single-post .enlaces .col{
	max-width: 880px;
  	margin: 0 auto;
}
.single-post .bloque-enlaces{
	padding-top:50px;
}
.single-post .enlaces h2{
	padding: 30px 0;
}
.single-post .post-ficha .post-tags a{
	background: #015d8e;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px;
	display:inline-block;
	margin-right:15px; 
	margin-bottom:10px;
}
.post-relacionados{
	background:white;
	padding:100px 0;
}
.comentarios-title{
	font-size: 37px;
	padding-top:50px;
	padding-bottom:50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.comment-name{
	font-size: 22px;
	padding-bottom: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.comment-date{
	font-size: 14px;
	padding-bottom: 15px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.comment-text{
	font-family: Poppins;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	padding-bottom:50px;
	
}
.comentario{
	border-bottom:1px solid #6c6c6c;
	margin-bottom:20px;
}
.comment-reply-ittle{
	font-size: 37px;
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.logged-in-as a{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
#commentform label{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;	
}
.comment-form-comment textarea,
#commentform input{
	outline: none !important;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	background: transparent;
	border-bottom: 1px solid #6c6c6c;
}
#wp-comment-cookies-consent{
	border:1px solid #6c6c6c!important;
}
.comentarios-post{
	background:white;
}
*{
	outline:none!important;
}
#commentform .submit{
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #015d8e;
	background: white;
	border: 1px solid #015d8e;
	border-radius: 22px;
}
#commentform{
	padding-bottom:100px;
}
.cabecera-reformas .row{
	background-position: center;
	background-size: cover;
}
.category-button{
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background: #015d8e;
    padding: 20px 15px;
	text-transform:uppercase;
	cursor:pointer;
}
.categorias-proyectos{
	background:#f8f8f8;
	padding-bottom:75px;
	text-align:center;
}
.category-button.active{
	background-color:#c20500;
}
.lista-proyectos .imagen-proyecto{
	height: 331px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.proyecto-item-listado .read-more {
    display: none;
}
.proyecto-item-listado:hover .read-more {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c20500;
}
.proyecto-item-listado:hover svg path{
	stroke: #c20500;
}
.proyecto-item-listado:hover .read-more {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c20500;
}
.lista-proyectos{
	background:#f8f8f8;
	padding-bottom:150px;
}
.proyecto-item-listado.novisible{
	display:none;
}
.proyecto-item-listado{
	margin-bottom:80px;
}
.show-more{
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #015d8e;
	border: 1px solid #015d8e;
	border-radius: 22px;
	padding: 15px 25px;
	display:inline-block;
	cursor:pointer;
}
.proyecto-item-listado.hide{
	display:none!important;
}
.proyecto-item-listado h2{
	min-height:105px;
	font-size:28px;
	padding-top:10px;
}
.row-search-title{
	padding-top: 150px;
}
.row-search-title {
    padding-top: 150px;
    padding-bottom: 135px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.search .row-results .entry-content *{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #828282;
	margin:0;
}
.search .row-results .entry-content{
	margin:0;
}
.search .row-results h2{
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.52;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.row-search-title h1{
	font-size: 74px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
.search-item{
	margin-bottom:35px;
}
.search .page-numbers{
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	margin: 0 10px;
	color: #015d8e;
}
.search .nav-links{
	margin:0 auto;
}
.row-404{
	padding-top:200px;
	background-position: right 114px;
	background-repeat: no-repeat;
	padding-bottom:250px;
}
.error404 p{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #828282;
	padding-bottom:20px;
}
.error404 h1{
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding-bottom:20px;
}
footer .texto-footer{
	color:black!important;
	font-size:13px!important;
	font-weight: normal!important;
	font-stretch: normal!important;
	font-style: normal!important;
	line-height: normal!important;
	letter-spacing: normal!important;
	text-align: left!important;
}
.container-contacto{
	padding-top:150px;
}
.page-template-trabajar,
.page-template-ofertas,
.page-template-contacto{
	background-color: #f8f8f8;
}
.page-template-contacto input[type="text"], 
.page-template-trabajar input[type="text"], 
.page-template-presupuesto input[type="text"], 
.page-template-presupuesto input[type="email"], 
.page-template-trabajar input[type="email"], 
.page-template-contacto input[type="email"], 
.page-template-trabajar input[type="url"], 
.page-template-presupuesto input[type="url"], 
.page-template-contacto input[type="url"], 
.page-template-trabajar input[type="password"], 
.page-template-presupuesto input[type="password"], 
.page-template-contacto input[type="password"], 
.page-template-trabajar input[type="search"], 
.page-template-contacto input[type="search"], 
.page-template-presupuesto input[type="search"], 
.page-template-trabajar input[type="number"], 
.page-template-contacto input[type="number"], 
.page-template-presupuesto input[type="number"], 
.page-template-trabajar input[type="tel"], 
.page-template-contacto input[type="tel"], 
.page-template-presupuesto input[type="tel"], 
.page-template-trabajar input[type="date"], 
.page-template-contacto input[type="date"], 
.page-template-trabajar input[type="month"], 
.page-template-contacto input[type="month"], 
.page-template-contacto input[type="week"], 
.page-template-contacto input[type="time"], 
.page-template-contacto input[type="datetime"], 
.page-template-contacto input[type="datetime-local"], 
.page-template-contacto input[type="color"], 
.page-template-trabajar .site textarea,
.page-template-contacto .site textarea{
	border: none;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	margin: 15px 0;
}
.page-template-presupuesto .wpcf7-list-item,
.page-template-trabajar .wpcf7-list-item,
.page-template-contacto .wpcf7-list-item{
	margin-left:0;
}
.page-template-presupuesto .wpcf7-list-item-label,
.page-template-trabajar .wpcf7-list-item-label,
.page-template-contacto .wpcf7-list-item-label{
		font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.page-template-presupuesto .wpcf7-submit,
.page-template-trabajar .wpcf7-submit,
.page-template-contacto .wpcf7-submit{
	border-radius: 32.5px;
	background-color: #c20500 !important;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	font-family: Poppins;
	color: #ffffff !important;
}
.page-template-trabajar .wpcf7-file{
	margin-bottom:20px;
}
.page-template-trabajar select{
	border: none;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	margin: 15px 0;
	width:100%;
}
.page-template-trabajar h2{
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	min-height: 60px;
	text-align:center;
}
.page-template-presupuesto h1,
.page-template-ofertas h1,
.page-template-trabajar h1{
	color: #060606;
	text-align: center;
	padding-bottom: 100px;
}
.page-template-presupuesto .wpcf7-list-item label,
.page-template-trabajar .wpcf7-list-item label,
.page-template-contacto .wpcf7-list-item label{
	display: flex;
	align-items: center;
}
.page-template-presupuesto .wpcf7-list-item a{
	font-size: 17px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #6c6c6c;
}
.page-template-presupuesto input[type="checkbox"],.page-template-presupuesto input[type="radio"],
.page-template-trabajar input[type="checkbox"],.page-template-trabajar input[type="radio"],
.page-template-contacto input[type="checkbox"],.page-template-contacto input[type="radio"]{
	border:1px solid #6c6c6c;
	margin-right:10px;
}

.page-template-presupuesto input[type="email"],
.page-template-presupuesto input[type="tel"],
.page-template-presupuesto input[type="text"]{
	width:100%;
}
input[type="checkbox"]:checked::after {
	border-color:black!important;
}
.container-presupuesto input[type="checkbox"]:checked::after ,
.container-contacto input[type="checkbox"]:checked::after {
	border-color:#015d8e;
	width: 12px;
	height: 20px;
}
.container-ofertas{
	padding-top: 150px;
}
.page-template-ofertas h1{
	padding-bottom:20px;
	
}
.page-template-ofertas p{

	text-align: center;
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding-left: 70px;
	color: #060606;
	text-align: center;
}
.row-ofertas{
	padding-top:100px;
}
.page-template-ofertas .row-ofertas h2.blanco{
	padding-bottom:50px;
}
.page-template-ofertas .row-ofertas h2{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #060606;
	text-align: center;
	padding: 0 20px;
	padding-bottom:;
	
}
.titulo-oferta, .texto-oferta{
	background: white;
	padding: 20px 0;
}
.texto-oferta {
	min-height:200px;
}
.texto-oferta p{
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #6c6c6c;
    min-height: 110px;
	padding-left:15px;
}
.imagen-oferta{
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}
.link-oferta,
.link-oferta:focus,
.link-oferta:active,
.link-oferta:hover{
	padding: 10px;
	text-align: center;
	background: #c20500!important;
	width: 100%;
	display: block;
	color: white;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.container-azul{
	background-color: #015d8e;
	padding-bottom:50px;
}
.blanco{
	color:white!important;
}
.container-ofertas{
	padding-bottom:100px;
}
.container-pto{
	padding-top:150px;
}
.page-template-opiniones .container-legal,
.page-template-legal .container-legal{
	padding-top:250px;
}
.page-template-opiniones h1{
	color:black;
	padding-bottom:50px;
}
.page-template-opiniones h2,
.page-template-legal h2{
	padding-bottom:20px;
}
/*.page-template-opiniones a,
.page-template-legal a{
	color:#c20500;
}*/
.page-template-opiniones p,
.page-template-legal p{
	padding-bottom:20px;
}
.cabecera-proyecto p{
	text-align: center;
	font-size: 15px;
	color: white;
}
.cabecera-proyecto h1{
	text-align:center;
}
.cabecera-proyecto{
	padding-top: 200px;
	padding-bottom: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.proyectoImagen{
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.proyectoTexto p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.proyectoTexto hr{
	color: #c20500;
    width: 100px;
    display: inline-block;
    opacity: 1;
    border: none;
}

.proyectoTexto{
	padding:30px;
	padding-left:0;
}
.seccion-azul{
	background: #015d8e;
	padding: 50px 0;
    margin-bottom: 50px;
}
.dato-grande{
	color: white;
	font-size: 35px;
	text-align: center;
	font-weight:bold;
}
.titulo-dato{
	text-align:center;
	color:white;
	font-size:14px;
	font-weight:500;
}
.dato-peque{
	opacity: 1;
	font-weight: bold;
}
.imagenGaleria{
	margin-bottom:30px;
}

.imagenGaleriaContenido{
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.galeria-proyecto{
	padding:50px 0;
}
.main-menu-resp{
	display:none;
}
.logo-resp img{
	max-width:210px;
	width:100%;
}
.main-menu-resp .d-flex{
	/*padding-top: 30px;*/
    align-items: center;
    justify-content: space-between;
}
.main-menu-resp .phone-resp i{
	color:white;
}
@media (max-width:992px){
	.main-menu{
		display:none;
	}
	.main-menu-resp.menu-instofic{
		top:55px;
	}
	.main-menu-resp{
		display:block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
		
	}
	.cabecera-home .container{
		display:block;
	}
}
.open-menu-resp{
	display:none;
}
.open-menu-resp.activo{
	display:block;
	position: fixed;
    width: 100%;
    min-height: 100vH;
    background: #fff;
    z-index: 99;
	top:0;
	overflow-y: scroll;
	max-height: 100vH;
}
.container-menu-redes{
	padding-bottom:20px;
}
.open-menu-resp.activo .d-flex{
	justify-content: space-between;
    padding-top: 30px;
    align-items: center;
}
.open-menu-resp.activo ul{
	list-style-type:none;
	padding-left:0;
}

.open-menu-resp.activo ul li a{
	font-family: Poppins;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #015d8e;
	padding-bottom: 10px;
	display: block;
	text-align: left;
}
.open-menu-resp.activo ul li.current_page_item a{
	color:white;
}
.open-menu-resp.activo .cerrar-menu{
	margin-left: 15px;
}
.open-menu-resp.activo .cerrar-menu i,
.open-menu-resp.activo .buscar i{
	color:white;
}
.iconos-menu-resp{
	display:flex;
	
}
.search-box.activo{
	z-index:9999;
}
@media (max-width:1200px){
	.colaboradores-cont img {
		max-width: 115px;
	}
}
@media (max-width:992px){
	.colaboradores-cont{
		display:block;
	}
	h1{
		font-size: 58px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
	}
	.cabecera-reformas h1,.cabecera-somos h1,.row-search-title h1{
		font-size: 58px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
	}
	.cabecera-home .down-arrow{
		display:none;
	}
	h2{
		font-size:25px;
	}
	.formulario-servicioTitulo{
		font-size:25px;
	}
	.reforma-item{
		margin-bottom:20px;
	}
	.second-row{
		padding-top:0;
	}
	.porque{
		padding:0 0 100px 0;
	}
	.porque h2{
		padding-bottom:50px;
	}
	.faqs{
		padding:100px 0;
	}
	.accordion-button{
		text-align: left;
		line-height: 21px;
	}
	.faqs .accordion-body{
		padding:30px;
	}
	.accordion-button::after{
		display:none;
	}
	.proyectos-home{
		padding:100px 0;
	}
	.opiniones{
		padding:100px 0;
	}
	.colaboradores{
		padding:100px 0;
	}
	.noticias-home{
		padding:100px 0;
	}
	.row-noticias .col-lg-4{
		margin-bottom:20px;
	}
	.row-mapa iframe {
		padding: 0;
		height: 300px;
	}
	.proyecto-item-listado h2{
		min-height:auto;
		padding:20px 0;
	}
	.category-button{
		margin-bottom:10px;
		display:inline-block;
	}
	.page-template-ofertas p{
		padding-left:0;
	}
	.page-template-ofertas p{
		padding-left:0;
	}
	.page-template-ofertas p{
		font-size:18px;
	}
	.row-ofertas .col-lg-6{
		margin-bottom:20px;
	}
	.container-azul{
		padding-bottom:0;
	}
	.texto-oferta{
		padding:30px;
	}
	.page-template-ofertas h2{
		min-height:auto;
	}
	.caract-container{
		min-height:auto;
	}
	.sidebar-cont{
		margin-top:50px;
	}
	.page-template-contacto input[type="text"], .page-template-trabajar input[type="text"], .page-template-trabajar input[type="email"], .page-template-contacto input[type="email"], .page-template-trabajar input[type="url"], .page-template-contacto input[type="url"], .page-template-trabajar input[type="password"], .page-template-contacto input[type="password"], .page-template-trabajar input[type="search"], .page-template-contacto input[type="search"], .page-template-trabajar input[type="number"], .page-template-contacto input[type="number"], .page-template-trabajar input[type="tel"], .page-template-contacto input[type="tel"], .page-template-trabajar input[type="date"], .page-template-contacto input[type="date"], .page-template-trabajar input[type="month"], .page-template-contacto input[type="month"], .page-template-contacto input[type="week"], .page-template-contacto input[type="time"], .page-template-contacto input[type="datetime"], .page-template-contacto input[type="datetime-local"], .page-template-contacto input[type="color"], .page-template-trabajar .site textarea, .page-template-contacto .site textarea{
		width:100%;
	}
	.cabecera-proyecto{
		padding-bottom:50px;
	}
	
	.proyectoImagen{
		order:2;
	}
	.proyectoTexto{
		order:1;
	}
}
@media (max-width:768px){
	h1{
		font-size:35px;
		line-height:43px;
	}
	.cabecera-reformas h1,.cabecera-somos h1{
		font-size:35px;
		line-height:43px;
	}
	.cabecera-home .ctas a:first-child{
		margin-bottom:10px;
	}
/*	.contacta .col-lg-6.offset-lg-1{
		display:none;
	}*/
	.contacta{
		padding:100px 0;
	}
	.opiniones p{
		font-size:18px;
	}
	.column-container.largo{
		column-count:1;
	}
}
@media (max-width:480px){
	.contacta .icono-titulo {
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.27;
		letter-spacing: normal;
		text-align: left;
		color: #ffffff;
		width: 100%;
		border-bottom: 1px solid white;
		height: 70px;
		display: flex;
		align-items: center;
	}
	.contacta .contacto-iconos img{
		margin-right:25px;
	}
	.imagen-oferta{
		min-height:250px;
	}
	.caract-container p{
		font-size:15px;
	}
}
.single-proyecto h1{
	color:#060606;
	text-align:left;
}
.imagenTexto-proyecto{
	padding-bottom:50px;
}
.imagenTexto-proyecto .row{
	align-items:center;
}
.accordion-item{
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
}
.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e');
    transform: rotate(180deg);
}

.post-item:hover svg path ,
.servicio-item:hover svg path {
    stroke: #c20500;
}
.page-template-ofertas h1{
	padding-top:100px;
	font-size:45px;
}
.row-fondo{
	min-height: 150px;
	background-position: center;
	background-size: contain;
	background-repeat:no-repeat;
}
.sidebar-cont .presupuesto a{
	color:white;
}
.container-none{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
}
.wpcf7 .wpcf7-submit:disabled{
	border:none;
}
.ribbon-container{
	background: #015d8e;
	padding: 20px 0;
}
.ribbon-title, .ribbon-title a{
	color:#fff;
}
.ribbon-title a{
	text-decoration:underline;
}
.ribbon-container .row{
	align-items:center;
}
.ribbon-container .wpcf7-text{
	border: none;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	margin: 15px 0;
	height:47px;
	width: 80%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
} 
.ribbon-container .wpcf7-submit {
    border-radius: 32.5px;
	background-color: white !important;
	color: #015d8e !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: Poppins;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	height:47px;
	border:none!important;
}
.ribbon-container .ajax-loader{
	position: absolute;
	right: 0;
	bottom: 0;
}
.ribbon-container .wpcf7-response-output{
	color:white!important;
}
.ribbon-container form p{
	position:relative;
	text-align:left;
}
.ribonterm{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.ribbon-container input[type=checkbox]{
    margin: 0;
    margin-right: 5px;
    background: transparent;
    border: 1px solid white;
    width: 13px;
    height: 13px;
}
.ribbon-container input[type="checkbox"]:checked::after{
	border-color:white;
}
.close-ribbon i{
	color:#fff;
}
.close-ribbon{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
#ribbon.hide{
	display:none!important;
}
@media (max-width:1200px){
	.ribbon-container .wpcf7-submit{
	    position: absolute;
		top: 15px;

	}
	.ribbon-title, .ribbon-title a {
		color: #fff;
		font-size: 16px;
	}
}
@media (max-width:994px){
	.ribbon-container .wpcf7-submit{
		right: -30px;
	}
}
@media (max-width:768px){
	.ribbon-container .wpcf7-text{
		max-width:85%;
	}
	.ribbon-container .wpcf7-submit{
		right:5px;
	}
}
#page{
	position:relative;
}
.page-template-home2 .buscar ,
.page-template-home .buscar {
	cursor:pointer;
}
.page-template-home2 .buscar svg path,
.page-template-home .buscar svg path{
	fill:#fff;
}
.page-template-home2 .buscar svg circle,
.page-template-home .buscar svg circle{
	stroke:#fff;
}
.buscar svg path,
.buscar svg path{
	fill:#015d8e;
}
.buscar svg circle,
.buscar svg circle{
	stroke:#015d8e;
}
.open-menu-resp svg:not(.svg-cerrar) {
	max-width: 30px;
	max-height: 30px;
}
.open-menu-resp svg:not(.svg-cerrar) path{
	fill:#fff;
}
.open-menu-resp svg:not(.svg-cerrar) circle{
	stroke:#fff;
}
@media (max-width:992px){
	.row-ofertas .col-lg-4.offset-lg-2{
		margin-bottom:20px;
	}
	.page-template-ofertas h2{
		padding-bottom:20px;
	}
	.row-fondo{
		background-image:none!important;
	}
}
.container-contacto h1{
	color: #060606;
}
.container-pto h1{
	color:#060606;
	padding-top:100px;
}
.container-menu-resp{
	padding-top:50px;
}
.sub-menu-toggle{
	display:none;
}
.sub-menu:not(.activo){
	display:none!important;
}
.sub-menu.activo{
	display:block!important;
	padding-left:10px!important;
}
.sub-menu.activo li a{
	font-size:16px!important;
}
.menu-item-has-children > a:after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f078";
	margin-left:5px;
}
body:not(.page-template-home):not(.page-template-home2) .icono-menu svg path{
	fill:#015d8e;
}
body:not(.page-template-home):not(.page-template-home2) .phone-resp i{
	color:#015d8e;
}
.accordion-button::after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f078";
	background-image:none!important;
}
#ribbon .wpcf7-submit{
	position: absolute;
	top: 15px;
	right: -15px;
}
.ribbon-container .wpcf7-text{
	width:100%!important;
}
.oferta-cont {
    min-height: 350px;
    background: white;
}
.contacta .aceptacion a{
	color:white;
}
.titulo-relacionados{
	padding-bottom:50px;
}
@media (max-width:992px){
	.proyectos-home,.noticias-home{
		background-image:none!important;
	}
	.container-pto h1,.container-contacto h1{
		padding-bottom:50px;
	}
	.proyecto-item{
		margin-bottom: 75px;	
	}
	.cabecera-reformas .row{
		background-image:none!important;
	}
	.row-fondo{
		min-height:0;
	}
	.cabecera-somos h1{
		padding-bottom:30px;
	}
	.cabecera-somos{
		padding-top:150px;
	}
	.search-box.activo .logo img{
		max-width: 210px;
		width: 100%;
	}
}
@media(max-width:600px){
	#ribbon .wpcf7-submit{
		right:0;
	}
	.ribbon-title{
		padding-right:35px;
	}
}
@media(max-width:400px){
	.page-template-contacto input[type="text"], .page-template-trabajar input[type="text"], .page-template-trabajar input[type="email"], .page-template-contacto input[type="email"], .page-template-trabajar input[type="url"], .page-template-contacto input[type="url"], .page-template-trabajar input[type="password"], .page-template-contacto input[type="password"], .page-template-trabajar input[type="search"], .page-template-contacto input[type="search"], .page-template-trabajar input[type="number"], .page-template-contacto input[type="number"], .page-template-trabajar input[type="tel"], .page-template-contacto input[type="tel"], .page-template-trabajar input[type="date"], .page-template-contacto input[type="date"], .page-template-trabajar input[type="month"], .page-template-contacto input[type="month"], .page-template-contacto input[type="week"], .page-template-contacto input[type="time"], .page-template-contacto input[type="datetime"], .page-template-contacto input[type="datetime-local"], .page-template-contacto input[type="color"], .page-template-trabajar .site textarea, .page-template-contacto .site textarea{
		font-size:14px;
		height:46px;
	}
}

.page-template-home2 h1,
.page-template-home h1{
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	padding-top:60px;
}
.imagenTexto-proyecto iframe{
	/*height: 100%;*/
	width: 100%;
}
@media (max-width:768px){
	.servicio-foto{
		padding-top:50px;
		
	}
}
input[type="checkbox"]:checked::after {
	border-color:white;
}
.div_contendor {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: 0;
}
.div_contenedor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-proyecto h1,.container-contacto h1{
	padding-top:100px;
}
@media (max-width:768px){
	.single-proyecto h1, .container-contacto h1{
		padding-top:0;
	}
}
/*.noticias-home .titulo-seccion{
	padding-bottom:50px;
}*/
@media (max-width:570px){
	.main-menu-resp{
		padding-left:5%;
		padding-right:5%;
	}
}
.page-template-home2 .proceso-somos h2,
.page-template-somos .proceso-somos h2{
	padding-bottom:50px;
}
@media (max-width:480px){
	.porque-item img{
		position:absolute;
		right:0;
	}
	.porque-item h3{
		padding-top:50px!important;
	}
	.page-template-home2 h1 ,
	.page-template-home h1 {
		font-size: 35px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 40px;
		letter-spacing: normal;
		text-align: left;
		color: #ffffff;
	}
}
@media (max-width:350px){
	.main-menu-resp {
		padding-left: 0;
		padding-right: 0;
	}
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll{
	color:white!important;
}
.btContactNext:hover{
	box-shadow:none!important;
}
.btContactNext{
	border-radius: 32.5px;
	background-color: #c20500 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	font-stretch: normal;
	font-style: normal;
	line-height: normal !important;
	letter-spacing: normal;
	text-align: left;
	font-family: Poppins !important;
	color: #ffffff !important;
	border: none !important;
	text-align: center;
}
.btQuoteTotal{
	opacity:0;
}
.btQuoteBooking .ui-slider .ui-slider-handle,
.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner{
	background:#015d8e;
}
.btQuoteBooking input[type="text"]:focus, .btQuoteBooking input[type="email"]:focus, .btQuoteBooking input[type="url"]:focus, .btQuoteBooking input[type="tel"]:focus, .btQuoteBooking input[type="number"]:focus, .btQuoteBooking input[type="date"]:focus, .btQuoteBooking textarea:focus, .btQuoteBooking .fancy-select .trigger.open,
.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText, .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText{
	box-shadow: 5px 0 0 #015d8e inset, 0 2px 10px rgba(0,0,0,0.2);
	
}
.btQuoteBooking .btQuoteContactForm7 input[type="text"], 
.btQuoteBooking .btQuoteContactForm7 input[type="email"], 
.btQuoteBooking .btQuoteContactForm7 input[type="password"], 
.btQuoteBooking .btQuoteContactForm7 input[type="url"], 
.btQuoteBooking .btQuoteContactForm7 input[type="tel"], 
.btQuoteBooking .btQuoteContactForm7 input[type="number"], 
.btQuoteBooking .btQuoteContactForm7 input[type="date"], 
.btQuoteBooking .btQuoteContactForm7 textarea, 
.btQuoteBooking .btQuoteContactForm7 select, 
.btQuoteBooking .btQuoteContactForm7 .fancy-select .trigger{
	border: none;
	font-size: 17px;
	width:100%;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	margin: 15px 0;
}
.btQuoteBooking .btQuoteContactForm7 input[type="checkbox"]{
	border: 1px solid #6c6c6c !important;
	margin-right: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: 25px;
	height: 25px;
	background: var(--global--color-white);
}
.btQuoteBooking .btQuoteContactForm7 input[type="checkbox"]:checked::after {
border-color: #015d8e;
width: 12px;
height: 20px;
}
.btQuoteContactForm7 .wpcf7-submit{
	border-radius: 32.5px;
	background-color: #c20500 !important;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	font-family: Poppins;
	color: #ffffff !important;
	border:none!important;
}
.btQuoteContactForm7 .wpcf7-acceptance .wpcf7-list-item-label ,
.btQuoteContactForm7 .wpcf7-acceptance .wpcf7-list-item-label a{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.page-template-presupuesto{
	background-color: #f8f8f8;
}
/*.opiniones-multi h2{
	padding-bottom:30px;
}*/
.opiniones-multi{
	padding:75px 0;
}
.opinion-item{
	padding:20px;
}
.opinion-item.rojo{
	background:#c20500;
}
.opinion-item.gris{
	background:#f8f8f8;
}
.opinion-item.azul{
	background:#015d8e;
}

.texto-opinion{
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.nombre-opinion{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	padding-top: 20px;
}
.opinion-item.gris .texto-opinion,
.opinion-item.gris .nombre-opinion{
	color:#6c6c6c;
}
.opinion-item.gris .estrellas-opinion svg path{
	fill:#6c6c6c;
}
@media (max-width:768px){
	.texto-opinion{
		font-size:15px;
	}
}

.tag-desc{
	padding-bottom:50px;
}
.contacto-blog h2{
	font-size: 66px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
}
}
@media (max-width:992px){
	.contacto-blog h2 {
		font-size: 58px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1;
	}
}
@media (max-width:768px){
	.contacto-blog h2 {
		font-size: 35px;
		line-height: 43px;
	}
}
.contacto-blog{
	padding:50px 0;
}
.contacto-blog input{
	border: none;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	margin: 15px 0;
}
.contacto-blog input:not(.wpcf7-submit):not(.acepta){
	width:100%;
}
.contacto-blog .wpcf7-list-item{
	margin-left:0;
}
.contacto-blog .wpcf7-list-item label{
	display: flex;
	align-content: center;
}
.contacto-blog .acepta{
	margin:0;
	border: 1px solid #6c6c6c;
	margin-right: 10px;
}
.contacto-blog .wpcf7-list-item-label{
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.contacto-blog .wpcf7-submit{
	border-radius: 32.5px;
	background-color: #c20500 !important;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	font-family: Poppins;
	color: #ffffff !important;
}
.contacto-blog input[type="checkbox"]:checked::after {
	border-color:black!important;
}

.sub-menu{
    display: none;
    position: absolute;
}
.sub-menu li a{
	font-size:12px!important;
	font-weight:500!important;
}
.sub-menu li{
	display:block;
}
@media (max-width:1200px){
	.main-menu li a{
		font-size:14px;
	}
}
@media (max-width:992px){
	.sub-menu{
		display: block;
		position: relative;
	}
}
.certificados{
	background: #f8f8f8;
	padding: 100px 0;
}
.certificados .titulo-pequeno{
	text-transform:uppercase;
}
.certificados p{
	font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #6c6c6c;
    min-height: 110px;
}
.certificado-container{
	background:#fff;
	padding:35px 30px;
}
.certificado-item{
	margin-bottom:60px;
}
.certificados h4,
.certificados h3{
	font-family: Poppins;
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	min-height:80px;
	color: #015d8e;
}
.certificados .tipo-certificado{
	font-family: Poppins;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #c20500;
}

#CybotCookiebotDialogHeader{
	display:none!important;
}
.page-template-landing2 .cabecera-reformas .row,
.page-template-landing1 .cabecera-reformas .row{
	min-height: 150px;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.page-template-landing2 .cabecera-reformas p,
.page-template-landing1 .cabecera-reformas p{
	font-family: Poppins;
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.iconos-landing {
	padding: 50px 0 50px 0;
}
.iconos-landing .icono-imagen{
	text-align:center;
}
.iconos-landing .icono-titulo{
	font-family: Poppins;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	padding-top:30px;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	color: #015d8e;
	text-align: center;
}
.page-template-landing2 .contacta ,
.page-template-landing1 .contacta {
	padding:100px 0 70px 0;
}
.page-template-landing2 .contacta li,
.page-template-landing1 .contacta li{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	width: 100%;
	border-bottom: 1px solid white;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.page-template-landing2 .lista-proyectos,
.page-template-landing1 .lista-proyectos{
	padding-bottom:50px;
	background:white;
}
.page-template-landing2 .proyecto-item-listado,
.page-template-landing1 .proyecto-item-listado{
	margin-bottom:35px;
}
.page-template-landing2 .sobre-nosotros,
.page-template-landing1 .sobre-nosotros{
	background:white;
	padding:50px 0;
}
.page-template-landing2 .menu-top,
.page-template-landing1 .menu-top{
	padding-bottom:0;
	margin-bottom:0;
	border:none;
}
.page-template-landing1 footer .texto-copy,
.page-template-landing1 footer .legal-links a,
.page-template-landing2 footer .texto-copy,
.page-template-landing2 footer .legal-links a{
	font-family: Poppins;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
.page-template-landing2 .contacta .gradient{
	background-image: linear-gradient(to right, #015d8e, rgba(20, 53, 99, 0.82) 50%, rgba(20, 53, 99, 0.50), rgba(20, 53, 99, 0));
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-template-landing2 .contacta .container{
	position:relative;
	z-index:1;
}
.page-template-landing1 .wpcf7-response-output,
.page-template-landing2 .wpcf7-response-output{
	color:white;
}
.page-template-landing2 .contacta{
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
@media (max-width:1200px){
	.page-template-landing2 .contacta{
		background-size:cover;
	}
}
@media (max-width:992px){
	.page-template-landing2 .main-menu,
	.page-template-landing1 .main-menu{
		display:block;
	}
	.page-template-landing2 .main-menu img,
	.page-template-landing1 .main-menu img{
		max-width:200px;
		width:100%;
	}
	.page-template-landing2 .icono-item,
	.page-template-landing1 .icono-item{
		padding-bottom:45px;
	}
	.page-template-landing2 .icono-item img,
	.page-template-landing1 .icono-item img{
		max-width:60px;
	}
	.page-template-landing2 .contacta ul,
	.page-template-landing1 .contacta ul{
		padding-left:0;
	}
	.page-template-landing2 footer,
	.page-template-landing1 footer{
		text-align:center;
	}
	.page-template-landing1 footer .texto-copy, 
	.page-template-landing2 footer .texto-copy{
		display:block;
	}
}
@media (max-width:768px){
	.page-template-landing2 .contacta .col-lg-6.offset-lg-1 ,
	.page-template-landing1 .contacta .col-lg-6.offset-lg-1 {
		display:block;
	}
	.page-template-landing2 .cabecera-reformas ,
	.page-template-landing1 .cabecera-reformas {
		padding-top: 75px;
	}
	.page-template-landing2 .iconos-landing,
	.page-template-landing1 .iconos-landing {
		padding-bottom:0;
	}
	.page-template-landing2 .sobre-nosotros, .page-template-landing1 .sobre-nosotros{
		padding:50px 0;
	}

	.page-template-landing2 .accordion-button h2, .accordion-button, .page-template-landing1 .accordion-button h2, .accordion-button {
		text-align:left;
	}
	.page-template-landing2 .icono-titulo,
	.page-template-landing1 .icono-titulo {
		font-family: Poppins;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: normal;
		text-align: center;
		color: #015d8e;
	}
	.page-template-landing2 .contacta{
		background-position:center;
	}
}

@media (max-width:575px){
	.page-template-landing2 .menu-top, 
	.page-template-landing1 .menu-top{
		display:none;
	}
	.page-template-landing2 .contacta li,
	.page-template-landing1 .contacta li{
		font-family: Poppins;
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
		letter-spacing: normal;
		text-align: left;
		color: #fff;
	}
	.page-template-landing2 .icono-item, .page-template-landing1 .icono-item {
		width: 50%;
	}
}
.page-template-landing1 .opiniones-google{
	padding-bottom:50px;
}

.formulario-shortcode{
	padding:50px 0;
}
.formulario-shortcode form{
	background:none;
}
.formulario-shortcode form input{
	background:transparent;
	border-bottom:1px solid #060606;
}
.formulario-shortcode form{
	padding:20px;
	background:none;
}
.formulario-shortcode form input {
    border: none;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6c6c6c;
    margin: 15px 0;
    border-bottom: 1px solid #060606;
}
.formulario-shortcode form .aceptacion input {
    margin: 0;
        margin-right: 0px;
    margin-right: 0px;
    margin-right: 0px;
    margin-right: 5px;
    background: transparent;
    border: 1px solid #060606;
    width: 13px;
    height: 13px;
}
.formulario-shortcode form .wpcf7-list-item-label, .formulario-shortcode form .wpcf7-list-item-label a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #060606;
}
.formulario-shortcode form .wpcf7-submit {
    border-radius: 32.5px;
    background-color: #015d8e !important;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-family: Poppins;
    color: white !important;
}
.pagina-archivo{
	padding:150px 0;
}
.pagina-archivo a{
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	color: #015d8e;
	text-transform: uppercase;
}
.pagina-archivo h4{
	padding:50px 0;
}
.page-template-ofertas .reformas-listado .servicio-item p{
	font-size: 17px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	padding:0;
}
.menciones{
	padding-top:100px;
}
/*
.menciones h2{
	padding-bottom:30px;
}*/
.menciones .row-menciones{
	padding-top: 100px;
}
.menciones .texto-prensa{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	
}
.mencion-item img{
	padding-bottom:20px;
	max-height:75px;
}
.menciones .noticia-link span {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #015d8e;
}
.menciones .noticia-link svg {
    margin-right: 25px;
}
.menciones .noticia-link .read-more {
    display: inline-block;
}
.mencion-item:hover .noticia-link span {
	color:#c20500;
}
.mencion-item:hover svg path {
    stroke: #c20500;
}
@media (max-width:992px){
	.mencion-item img {
		padding-bottom: 25px;
	}
	.mencion-item{
		padding-bottom:50px;
	}
}
.page-template-landing2 .menciones,
.page-template-landing1 .menciones{
	padding-bottom:100px;
}
.toc{
	padding:50px 0;
}
.toc li a, .toc li {
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.toc .indice li a{
	text-decoration:underline;
}
.toc .indice{
	max-width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	display:none;
}
.toc .indice.activo{
	display:block;
}
#mostrar-toc.hide,
#esconder-toc.hide{
	display:none;
}
#mostrar-toc,
#esconder-toc{
	cursor:pointer;
}
.contenido-presupuesto{
	padding-top:50px;
}
.contenido-presupuesto h2{
	font-size: 37px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding:15px 0 30px 0;
}
.contenido-presupuesto p,
.contenido-presupuesto li{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	padding-bottom:15px;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.boton-toc{
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
	padding-bottom: 10px;
	text-decoration: underline;
}
.zopim{
    z-index: 2147483632!important;
}
.post-formulario.ribbon-container .formulario-titulo{
	font-size: 17px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.79;
letter-spacing: normal;
text-align: left;
color: #6c6c6c;
}
.post-formulario.ribbon-container .wpcf7-spinner{
	position: absolute;
	bottom: 0;
	right: 0;
}
.post-formulario.ribbon-container .wpcf7-submit{
	position: absolute;
	right: 0;
	top: 15px;
}
.post-formulario.ribbon-container a.ribonterm,
.single-post .post-ficha a.ribonterm{ 
	font-size: 17px!important;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79!important;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c!important;
}
.post-formulario.ribbon-container input[type="checkbox"]:checked::after {
	border-color:#6c6c6c;
}
.post-formulario.ribbon-container .wpcf7-response-output{
	color:#6c6c6c!important;
}
.post-formulario.ribbon-container .wpcf7-list-item input{
	border-color:#6c6c6c!important;
}
.post-formulario.ribbon-container{
	background:transparent;
	/*border:1px solid #015d8e;
	padding:20px;*/
}
.contacta-header{
	padding:0;
	background:none;
}
.colexp h1{
	padding-top:0;
}
.contacta-header select{
	width:100%;
}
.cabecera-exp{
	padding:100px 0;
}
@media (max-width:768px){
	.colexp h1 {
		font-size: 46px;
	}
}
@media (max-width:480px){
	.colexp h1 {
	  font-size: 34px;
	}
}
.contacta.contacta-header textarea,
.contacta.contacta-header select,
.contacta.contacta-header  input:not([type="checkbox"]){
    max-width: 391px;
}
.contacta.contacta-header .wpcf7-response-output{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
.cabecera-home.cabecera-exp.home-noimg{
	background:#015d8e;
}
.proyectos-home .noticia-link h3{
	min-height:75px;
}
.mencion-item p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
	min-height: 110px;
	min-height:200px;
	padding-bottom:10px;
}
@media (max-width:768px){
	.mencion-item p{
		min-height:auto;
	}
}
.row-foto-previa{
	text-align:center;
	padding-bottom:50px;
}
.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 10px;
}
	.breadcrumbs a {
		font-size: 15px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: right;
		color: #015d8e;
	}
	.breadcrumbs .current {
		font-size: 15px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.79;
		letter-spacing: normal;
		text-align: left;
		color: #6c6c6c;
	}
	.breadcrumbs .sep {
		display: inline;
		padding: 1px;
		background: #015d8e ;
		height: 15px;
	}
	.single-post .post-ficha .relevantes h2{
		padding:0;
	}
@media (max-width:992px){
	.row-colaboradores > div {
		width: 50%;
	}
	.cabecera-home .container{
		height:auto;
	}
}
.fa, .far, .fas{
	font-family:"Font Awesome 5 Free";
}
form br{
	display:none;
}
#ribbon form .wpcf7-spinner{
	position: absolute;
	bottom: 0;
	right: 0;
}	
form a{
	color:white;
}
form .wpcf7-submit{
	display:block;
}
#nosotros .row-texto{
	padding-top:50px;
	padding-bottom:50px;
}
.texto-unico p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}	
.texto-unico{
	padding:50px 0;
}
.texto-faqs{
	padding-bottom:70px;
}
.texto-faqs p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.79;
	letter-spacing: normal;
	text-align: left;
	color: #6c6c6c;
}
.row-verReviews,
.row-formReviews{
	display:none;
}
.row-verReviews.activo,
.row-formReviews.activo{
	display:block;
}
#ver-reviews,
#valorar{
	display:block;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	cursor:pointer;
	padding:15px 0;
	letter-spacing: normal;
	text-align: left;
	color: #015d8e;
	padding: 15px 0;
}
.reviews h2{
	padding-bottom:50px;
}
.row.row-formReviews .glsr-button.wp-block-button__link {
	border-radius: 32.5px;
	background-color: #c20500 !important;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	font-family: Poppins;
	color: #ffffff !important;
}
.page-template-home2 .menu-top > .email svg path{
	fill:white;
}
.page-template-home2 .menu-top > .phone svg path{
	stroke: white;
}
.page-template-home2 .menu-top > div svg polyline{
	stroke: white;
}
.page-template-home2 .menu-top > div{
	display: flex;
	align-items: center;
	gap: 10px;
}
.page-template-home2 .menu-top{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
}
.buscar svg{
	width: 40px;
	height: 40px;
}
.page-template-home2 .menu-top a{
	font-weight:initial;
}
.logo img{
	max-width: 250px;
}
.page-template-home2 .cabecera-home .colexp a{
	color: #ca8200 !important;
	font-weight: bold;
	font-size: 50px;
    border: 1px solid;
  padding: 20px;
  display: inline-block;
}
.sobre-nosotros .row-iconos .icono-item{
	margin-bottom:30px;
}
.sobre-nosotros .row-iconos h2{
	font-size: 17px;
	line-height: 1.4;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(0, 191, 229);
	text-align: center;
}
.sobre-nosotros .row-iconos img{
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}
.sobre-nosotros .row-iconos{
	margin-top:50px;}
.servicios{
	background: #d3d3d35e;
	padding: 100px 0;
}
.servicios .cta a{
	background-color: #015d8e !important;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	transition: .1s ease-in-out;
	  transition-property: all;
	transition-property: all;
	transition-property: all;
	transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	background-origin: border-box;
	width: 100%;
}
.servicios h2{
	color: #015d8e !important;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid #73ABB3;
	margin-bottom: 100px;
	font-size: 55px;
	line-height:66px;
}
.servicios-cont{
	display: flex;
	align-content: baseline;
	flex-wrap: wrap;
	gap: 50px;
}
.servicio-item {
	display: flex;
	width: calc(50% - 30px);
	gap: 30px;
	height:120px;
}
.servicio-item .texto {
	font-size: 14px;
	font-weight: 400;
	color: rgb(113, 113, 113);
	line-height: 23px;
}
.servicio-item h3 {
	font-size: 14px;
	line-height: 1.4;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	color: #0d1724;
}
.servicio-item img {
    max-width: 45px;
    max-height: 45px;
}
.conborde{
	position:relative;
}
.conborde::before{
	border: 1px solid rgba(255,255,255,.7);
	content: '';
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1;
	pointer-events: none;
}
.contacta h2{
	font-size: 55px;
	border-bottom: 1px solid white;
	margin-bottom: 30px;
}
.contacta .texto a{
	font-size: 14px;
	padding-bottom:10px;
	line-height: 23px;
	color: white;
	text-decoration:underline;
	display:block;
	font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
.contacta .texto a.borde{
border: 1px solid white;
  padding: 20px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
	text-align:center;
  margin-bottom: 10px;	
}
@media(max-width:360px){
	.contacta .texto a{
		font-size:15px;
	}
}
.contacta .texto p{
	font-size: 14px;
	padding-bottom:20px;
	line-height: 23px;
	color: white;
}
footer .row2 strong{
	color: black;
	font-size: 13px;
	line-height: 17px;
	padding-top: 50px;
	display: block;
}
footer .direccion-texto a{
	color: #0d1724;
	cursor: pointer;
	font-size: 14px;
	padding-left: 10px;
	text-decoration: underline;
	padding-bottom: 10px;
	display: inline-block;
}
footer .legal-links a:hover,
footer .legal-links a,
footer .texto-copy{
	color: black;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
}
.otgs-development-site-front-end{
	display:none;
}
.posts-blog {
	padding-top:200px;
}
.post-item:hover{
	border: 1px solid rgba(0,0,0,.1);
}
.post-item p{
	font-size: 14px;
	color: rgb(113,113,113);
	font-weight: 400;
	line-height: 23px;
}
.post-item{
	padding:40px;
	border: 1px solid transparent;
}
.posts-blog .post-item h2{
	font-family: Montserrat !important;
	color: #015d8e !important;
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
}
.noticia-link .read-more:hover{
	background-color: #0d1724;
color: #fff;
border-color: transparent;
}
.noticia-link .read-more{
	display: block;
	background-color: transparent;
	color: #0d1724;
	border: 1px solid #0d1724;
	display: inline-block;
	margin: 0;
	border: none;
	overflow: visible;
	font: inherit;
	  font-weight: inherit;
	  font-size: inherit;
	  line-height: inherit;
	  font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
	text-transform: none;
	-webkit-appearance: none;
	border-radius: 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	transition: .1s ease-in-out;
	  transition-property: all;
	transition-property: all;
	transition-property: all;
	transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	background-origin: border-box;
	background-color: transparent;
	color: #0d1724;
	border: 1px solid #0d1724;
	margin-top:40px;
}
.page-numbers:hover{
	color: #717171;
	text-decoration: none;
	border-color: #717171;
}
.page-numbers{
	padding: 3px 10px;
	color: #a3a3a3;
	box-sizing: border-box;
	min-width: 0;
	line-height: 1.7;
	text-align: center;
	transition: .1s ease-in-out;
	  transition-property: all;
	transition-property: color,background-color,border-color,box-shadow;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,.1);
}
.page-numbers.current{
	color: #fff;
	background-color: #0e536d;
	border-color: transparent;
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
	background:transparent;
}
div.asl_w .probox .promagnifier{
	left:15px;
}
.post-contenido a:hover{
	text-decoration:underline;
}
.post-contenido h2{
	color: #015d8e !important;
}
.post-ficha .paginacion a{
	padding: 3px 10px;
	color: #a3a3a3;
	box-sizing: border-box;
	min-width: 0;
	line-height: 1.7;
	text-align: center;
	transition: .1s ease-in-out;
	  transition-property: all;
	transition-property: all;
	transition-property: color,background-color,border-color,box-shadow;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,.1);
	display: inline-block;
}
.post-ficha .paginacion{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.container-legal h1{
	font-size: 60px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	padding-bottom:35px;
}
.container-legal{
	padding-bottom:100px;
}
.post-contenido h1 {
	font-size: 37px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #060606;
	padding-bottom: 10px;
}
.cabecera-landing {
	padding-top:150px;
}
.cabecera-landing .coltel{
	text-align:center;
}
.cabecera-landing .texto a:hover{
	color:black;
}
.cabecera-landing .texto{
border: 1px solid black;
  padding: 20px;
  display: inline-block;
  margin: 0 auto;
}
.cabecera-landing .texto a{
	color: rgb(202,130,0);
	font-size: 100px;
	line-height: 100px;
	text-align: center;
	font-weight: 700;
	padding-top: 20px;
	display: block;
}
.cabecera-landing .texto p{
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
	text-align: center;
	color: black;
}
.cabecera-landing h1{
	font-size: 42px;
	font-weight: 700;
	color: black;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 40px;
}
.page-template-landing .sobre-nosotros h2{
	color: rgb(0,191,229);
	font-size: 55px;
	font-weight: 700;
	line-height: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(0,191,229);
	margin-bottom: 100px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
}
.page-template-landing .sobre-nosotros .texto a{
	color:rgb(202, 130, 0);
}
.page-template-landing .sobre-nosotros .texto p{
	font-size: 20px;
	line-height: 34px;
	color: rgb(113,113,113);
	padding-bottom: 20px;
}
.page-template-landing .sobre-nosotros{
	padding-top:100px;
}
.page-template-landing .sobre-nosotros .icono-item{
	margin-top:50px;
}
.page-template-landing .sobre-nosotros .icono-item h2{
	font-size:19px;
	line-height:26.6px;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:0;
	border:none;
}
.page-template-landing a.giant:focus,
.page-template-landing a.giant{
	background: rgb(0,191,229)!important;
	color: white!important;
	font-size: 42px!important;
	font-weight: 700!important;
	padding: 10px 20px!important;
	width: 500px!important;
	display: block!important;
	text-align: center!important;
	margin: 0 auto!important;
	margin-top: 0px!important;
	margin-top: 50px!important;
}
@media (max-width:768px){
	.cabecera-landing .texto a{
		font-size: 75px;
		line-height: 75px;
	}
}
@media (max-width:575px){
	.servicios-cont {
		display: flex;
		align-content: baseline;
		flex-wrap: wrap;
		gap: 50px;
		flex-direction: column;
		align-content: center;
		gap: 0;
	}
	.page-template-landing a.giant:focus,
	.page-template-landing a.giant{
		width:100%!important;
	}
}
@media (max-width:480px){
	.cabecera-landing .texto a {
		font-size: 60px;
		line-height: 60px;
	}
}
@media (max-width:360px){
	.cabecera-landing .texto a {
		font-size: 45px;
		line-height: 45px;
	} 
	.page-template-landing a.giant:focus,
	.page-template-landing a.giant{
		font-size: 32px!important;
		line-height: 45px!important;
	}
}
.svg-cerrar circle{
	fill:#015d8e;
}
@media (max-width:992px){
	.cabecera-landing .colimg{
		text-align: center;
		padding-top: 30px;
	}
	.page-template-landing .sobre-nosotros .icono-item h2{
		margin-bottom:0;
	}
}
.instaladoroficial .col-lg-12{
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
}
.instaladoroficial{
	background:#000;
	padding: 10px 0;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
.instaladoroficial span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
.instaladoroficial img{
	max-width: 90px;
}
@media (max-width:480px){
	.instaladoroficial span{
		font-size: 13px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.63;
		letter-spacing: normal;
		text-align: left;
		color: #fff;
	}
}

@media (max-width:400px){
	.main-menu-resp.menu-instofic{
		top:75px;
	}
}
.single-post .bloque-enlaces{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	row-gap: 10px;
	padding-bottom: 50px;
}
.single-post .tabla .titulo{
	font-weight: bold;
  line-height: 1.44;
  color: #060606;
  padding-bottom: 10px;
}
.faqs_2_1 .row .textocont.sinimagen .right{
        width: 100%;
    }
    .faqs_2_1 .row .col-texto h3{
        transition: all ease .3s;
		color:#015d8e;
    }
    .faqs_2_1 .row .col-texto{
        width: 100%;
    }
    .faqs_2_1 .row .text{
        padding-bottom: 22px;
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
    }
    .faqs_2_1 .row .textocont .right{
        width: calc(100% - 533px);
    }
    .faqs_2_1 .row .textocont .left img{
        max-width: 433px;
        border-radius: 3px;
    }
    .faqs_2_1 .row .text > span{
        width:calc(100% - 50px);
    }
    .faqs_2_1 .row .text.open .mas{
        display: none;
    }
    .faqs_2_1 .row .text.open .menos{
        display: block;
    }
    .faqs_2_1 .row .text .menos{
        display: none;
    }
    .faqs_2_1 .row .text .menos path{
        stroke:#015d8e;
    }
    .faqs_2_1 .row .text .mas path{
        fill: #015d8e;
    }
    .faqs_2_1 .row .textocont{
        display: flex;
        align-items: center;
        gap: 100px;
    }
    .faqs_2_1 .row{
        display: flex;
        align-items: center;
        gap: 180px;
    }
    .faqs_2_1 .col-texto .inner .texto-item{
        border-bottom: 1px solid var(--color-4-headings-light);
    }
    .faqs_2_1 .col-texto .inner{
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .faqs_2_1 .texto-item{
        cursor: pointer;
    }
    .faqs_2_1 .btn-round{
        border-radius: 60px;
        padding: 12px 25px;
        display: inline-block;
        min-width: 175px;
        text-align: center;
        text-decoration: none;
    }
    .faqs_2_1 .texto *:last-child{
        padding-bottom: 0;
    }
    .faqs_2_1 img{
        width: 100%;
    }
    .faqs_2_1 .texto{
        padding-bottom: 30px;
    }
    .faqs_2_1 .texto *{
        padding-bottom: 20px;
		font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #6c6c6c;
    }
    .faqs_2_1 h2{
        text-align: center;
        padding-bottom: 60px;
    }
    .faqs_2_1{
        padding: 0 150px;
        position: relative;
    }
	.faqs_2_1 .col{
		max-width: 880px;
	  	margin: 0 auto;
	}
    @media (max-width:1550px){
        .faqs_2_1 {
            padding-left: 50px;
            padding-right: 50px;
        }
    }
    @media (max-width:1350px){
        .faqs_2_1 {
            padding-left: 0;
            padding-right: 0;
        }
    }
    @media (max-width:1200px){
        .faqs_2_1 .row .textocont{
            gap: 30px;
        }
        .faqs_2_1 .row .textocont .right {
            width: calc(100% - 463px);
        }
        .faqs_2_1 .row .textocont{
            margin-bottom: 30px;
        }
        .faqs_2_1 .row .textocont.sinimagen .right{
            width: 100%;
        }
    }
    @media (max-width:992px){
        .faqs_2_1 .row .textocont{
            flex-direction: column;
            align-items: flex-start;
        }
        .faqs_2_1 .row .textocont .right{
            width: 100%;
        }
        .faqs_2_1 .col-texto .inner{
            gap: 20px;
        }
        .faqs_2_1 .btn-round{
            margin-bottom: 20px;
        }
        .faqs_2_1 .row{
            flex-direction: column;
            gap: 35px;
        }
        .faqs_2_1 .row .col-texto{
            max-width: 100%;
        }
        .faqs_2_1 h2{
            padding-bottom: 35px;
        }
        .faqs_2_1{
            padding: 40px 0;
        }
    }
.single-post a.ctallamada{
    font-size: 32px;
    display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      gap: 10px;
      text-align: center;
      padding: 20px;
      border: 1px solid;
      margin-bottom: 30px;
}