/*
Theme Name: Limpiezas Gailen
Author: Andres J. Villar - Creactiva
Author URI: https://creactivate.es
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Arial Rounded MT';
    src: url('fonts/ArialRoundedMTBold.eot');
    src: url('fonts/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ArialRoundedMTBold.woff2') format('woff2'),
        url('fonts/ArialRoundedMTBold.woff') format('woff'),
        url('fonts/ArialRoundedMTBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {	
	--white: #ffffff;
	--purple: #8d19ab;
	--blue: #0189dd;
	--black: #151515;
	--primary: #555555;
	--yellow: #ebbc00;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: var(--primary);
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.container-fluid-big {
	width: 1260px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 60px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.purple {
	color: var(--purple);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-purple {
	background: var(--purple);
}
a, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: var(--purple);
}
.boton {
	text-transform: none;
	display: inline-block;
	color: var(--white);
	background: var(--purple);
	border: none;
	outline: none;
	padding: 11px 30px;
	border-radius: 6px;
	font-weight: normal;
	font-family: 'Arial Rounded MT', sans-serif
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #6c1381;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial Rounded MT', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
.top {
	background: #ffffff;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top a  {
	color: var(--primary);
}
.top img {
	width: 22px;
	margin-right: 2px;
}
.top span {
	display: inline-block;
}
.top .email {
	margin-left: 10px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	margin-top: -30px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 100px;
    margin-bottom: 16px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--black);
	font-size: 16px;
	border: none;
	padding: 5px;
	text-transform: uppercase;
	font-family: 'Arial Rounded MT', sans-serif;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: var(--purple);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: var(--purple);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-right {
    padding-top: 10px;
}
.navbar-default .navbar-nav li span {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 8px;
	background: var(--yellow);
	position: relative;
	top: 2px;
}
.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: var(--primary) !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--purple);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: var(--primary);
	padding: 12px 15px;
    display: block;
    background: #fff;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--purple);
}
.carousel-home {
	border-radius: 12px;
	overflow: hidden;
}
.carousel-home .item {
	height: 500px;
	border-radius: 12px;
	padding-left: 50px;
	padding-top: 100px;
}
h1 {
	font-size:54px;
}
h2 {
	font-size: 46px;
}
.carousel-home h1 {
	margin: 0;
	color:#fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.43);
}
.carousel-indicators {
  margin: 0;
  bottom: 0;
  right: 30px;
  padding: 5px 10px;
  width: auto;
  display: blogk;
  left: inherit;
  background:#ffffff;
  -webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 2px;
    background: rgba(0,0,0,0.4);
    border: none;
    border-radius: 9px;
}
.carousel-indicators li.active {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 2px;
    background: rgba(0,0,0,0.8);
    border: none;
    border-radius: 9px;
}
a.contactar {
	display: inline-block;
	color:var(--black);
	width: auto;
	margin-left:auto;
	margin-right:auto;
}
a.contactar img {
	margin-right: 14px;
}
.calculadora {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 50px 50px 50px;
	border-radius :16px
}
.calculadora input, .calculadora select {
	width: 100%;
	border: none;
	padding: 10px 12px;
	margin-bottom: 15px;
	border-radius: 12px;
	color:var(--primary);
	background: #fff;
}
a.tipos {
	position: relative;
	display: block;
	width: 500px;
	max-width: 100%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 40px;
	border-radius: 16px;
	overflow: hidden;
}
a.tipos div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
}
a.tipos div span {
	background: #fff;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	font-family: 'Arial Rounded MT';
	color: var(--black);
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transition: all .2s;
}
a.tipos:hover div span {
	color:var(--purple);
}
.somos {
	font-family: 'Arial Rounded MT';
	color:#e0e0e0;
	text-align: center;
	font-size:62px;
	margin-bottom:-20px;
}
ul.lista {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.lista li {
	position: relative;
	background:url(images/tic.png) no-repeat top left;
	background-size: 20px;
	padding-left: 28px;
	margin-bottom: 14px;
}
.owl-carousel {
	padding-top: 30px;
}
.testimonio {
	border:1px solid #ccc;
	border-radius: 12px;
	padding: 15px 30px;
}
.testimonio div {
	font-size: 15px;
}
.testimonio div strong {
	font-weight:600;
}
.testimonio img {
	display: block;
	width: 52px !important;
	margin-bottom: 10px;
}
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-dots {
	display: none !important;
}
.owl-carousel .owl-nav {
  display: block !important;
  background: #021936;
  width: 80px;
  position: absolute;
  top: -42px;
  right: 0;
  border-radius: 24px;
}
.owl-carousel .owl-nav span {
	color:#fff !important;
	font-size: 30px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  text-align: center;
  position: relative;
}
.owl-carousel .owl-nav button.owl-prev::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  border-left: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 12px;
  opacity: 0.8;
}
.articulo {
	display: block;
	width: 100%;
	height: 250px;
	border-radius: 12px;
	margin-bottom: 12px;
}
.noticia {
	margin-bottom: 40px;
}
footer {
	background:var(--blue);
	margin-top: 40px;
	padding-top: 44px;
	color:#fff;
	font-size: 15px;
}
footer a {
	color:#fff !important;
}
.legal h1 {
	color:var(--purple);
	margin-bottom: 20px;
	font-size: 40px;
}
.legal h2, .legal h3 {
	font-size: 22px;
	color:var(--black);
	margin-bottom: 20px;
	margin-top: 20px;
}
.mapa iframe {
	width: 100%;
	height: 400px;
}
.formulario input, .formulario textarea {
	background: #f4f4f4;
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 12px 14px;
	border-radius: 12px;
	outline: none;
	margin-bottom: 15px;
}
.formulario select {
	background: #f4f4f4;
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ebebeb;
	padding: 12px 14px;
	border-radius: 12px;
	outline: none;
	margin-bottom: 15px;
}
.formulario textarea {
	height: 80px;
}
.terminos {
	font-weight: normal;
	font-size: 12px;
	color: #444;
	position: relative;
	padding-left: 22px;
	margin-bottom: 20px;
}
.terminos input {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.imagenes img {
	border-radius: 12px;
}
.articulosidebar a {
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding-top: 12px;
	padding-bottom: 12px;
}
.share-icons span, .share-icons a {
  color: #fff;
}
.share-icons .facebook, .share-icons .twitter, .share-icons .pinterest,  .share-icons .email, 
.share-icons .whatsapp, .share-icons .comments {
  display: inline-block;
  width: 44px;
  height: 44px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 1px;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  border: 2px solid #fff;
  cursor: pointer;
}
.share-icons .facebook {
  background: #365396;
}
.share-icons .twitter {
  background: #00a8f0;
}
.share-icons .pinterest {
  background: #cc1919;
}
.share-icons .email {
  background: #f1bb06;
}
.share-icons .whatsapp {
  background: #5cbe4b;
}
@media(min-width: 767px) {
  .share-icons {
    text-align: right;
  }
  .share-icons .whatsapp {
    display: none;
  }
}
.cab {
	background: url(images/slidergailen.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	border-radius: 16px;
	margin-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.43);
}
.cabpresupuesto {
	background: url(images/cabpresupuesto.jpg) no-repeat center center;
	background-size: cover;
}
.cabcomunidades {
	background: url(images/cabcomunidades.jpg) no-repeat center center;
	background-size: cover;
}
.caboficinas {
	background: url(images/caboficinas.jpg) no-repeat center center;
	background-size: cover;
}
.cabobras {
	background: url(images/cabobras.jpg) no-repeat center center;
	background-size: cover;
}
.cabparticulares {
	background: url(images/cabparticulares.jpg) no-repeat center center;
	background-size: cover;
}
.cabgarajes {
	background: url(images/cabgarajes.jpg) no-repeat center center;
	background-size: cover;
}
.cabgenerales {
	background: url(images/cabgenerales.jpg) no-repeat center center;
	background-size: cover;
}
.cabsociedades {
	background: url(images/cabsociedades.jpg) no-repeat center center;
	background-size: cover;
}
.cab h1 {
	color:#fff;
	margin: 0;
}
.servicios {
	background: #ecf1f5;
	padding: 40px 30px;
	border-radius: 16px;
}
.servicios ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menuservicios a {
	display: block;
	background:#fff;
	padding: 15px 50px 15px 15px;
	border-radius: 8px;
	margin-bottom: 10px;
	color: var(--black);
	position: relative;
}
.menuservicios a span {
	position: absolute;
	top: 15px;
	right: 20px;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color:#fff;
	background:var(--blue);
	text-align: center;
	transition: all .2s;
	padding-top: 3px;
}
.menuservicios a:hover {
	color:#fff;
	background:var(--blue);
}
.menuservicios a:hover span {
	background:var(--yellow);
	color:#fff;
}
.imagenes h2, .imagenes h3 {
	color:var(--black);
}
.imagenes h2 {
	font-size: 30px;
	margin-bottom: 12px;
	line-height: 1.3em;
}
.imagenes ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
	margin-left: 0;
	padding: 0;
}
.imagenes ul li {
	/*
	float: left;
	width: 50%;
	*/
	margin-bottom: 15px;
	background: url(images/tic.png) no-repeat left top;
	background-size: 20px;
	padding-left: 27px;
}
.cta {
	padding: 50px 20px;
	border-radius: 16px;
	color:#fff;
	background: url(images/cuadro.jpg) no-repeat center center; 
	background-size: cover;
	text-align: center;
}
.cta h3 {
	color:#f9f057;
}
.cta .boton {
	background: #f9f057 !important;
	padding-left: 11px;
	padding-right: 11px;
	border-radius: 24px;
	color:var(--blue) !important;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff !important;
  border-color: #ddd;
}
.panel-heading a {
	display: block;
	position: relative;
	padding: 10px 40px 10px 10px;
	font-size: 18px;
}
.panel-heading a span {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 8px;
	background:var(--blue);
	color:#fff;
	text-align: center;
	width: 24px;
	height:24px;
	line-height: 24px;
	border-radius: 50%;
}
.textos-gailen h2 {
	margin-top: 0;
}
.bg-grey {
	background: #ecf1f5;
}
.nosotros footer {
	margin-top: 0;
}
.resumen {
	margin-top: 20px;
	padding: 30px;
	border: 1px solid #ccc;
	font-weight:600;
}
.resumen input, .resumen textarea, .resumen select, .modal-body input, .modal-body select {
	width: 100%;
	background:#f2f2f2;
	border: 1px solid #ccc;
	margin-bottom: 24px;
	padding: 10px;
	border-radius: 4px;
	margin-top: 5px;
	color: var(--purple);
	font-weight: normal;
}
.resumen textarea {
	min-height: 80px;
}
.resumen input.estrecho, .resumen select.estrecho {
	width: 200px;
}
#resultados h4 {
	color: var(--purple);
}
#resultados span {
	font-size: 23px;
}
.menufooter a {
	display: block;
	margin: 5px 0;
}



@media(min-width: 767px) {
	.pright {
		padding-right: 30px;
	}
	.pleft {
		padding-left: 30px;
	}
	.floatright {
		float: right;
	}
}


@media(max-width:767px) {
	header .navbar-brand {
  		margin-top: -10px;
  	}
	header .navbar-brand img {
 		height: 86px;
  	}
  	.navbar-toggle {
  		padding-right: 0;
  		margin-right: 6px;
  		font-size: 20px;
		color: var(--purple);
		border: none !important;
		background:#fff !important;
	}
	.nav > li.sep {
  		display: none;
	}
	.navbar-default .navbar-nav li a {
  		padding: 12px;
  		border-bottom: 1px solid #e0e0e0;
	}
	h1 {
		font-size: 38px;
	}
	.carousel-home h1 {
  		padding-right: 30%;
	}
	.carousel-home .item {
  		height: 370px;
 		padding-left: 40px;
  	}
  	h2 {
 		font-size: 30px;
	}
	.hidden767 {
		display: none !important;
	}
	.calculadora {
  		padding: 60px 30px 50px 30px;
  	}
  	.somos {
  		font-size: 50px;
  		line-height: 54px;
  		margin-bottom: 0;
  		padding-left: 10%;
  		padding-right: 10%;
	}
	.height50 {
		height: 40px;
	}
}


@media(max-width:498px) {
	.top {
 		font-size: 14px;
  		margin-bottom: 10px;
	}
	.full498 {
		float: none;
		width: 100%;
	}
	.carousel-home .item {
    	height: 370px;
    	padding-left: 24px;
    	padding-top: 60px;
  	}
  	.carousel-home h1 {
    	padding-right: 15px;
  	}
  	h1 {
   		font-size: 34px;
  	}	
  	h2 {
   		font-size: 26px;
  	}
  	.legal h1 {
		font-size: 30px;
	}
	.legal h2, .legal h3 {
		font-size: 20px;
	}
  	.somos {
   		font-size: 34px;
    	line-height: 36px;
    	padding-left: 0;
    	padding-right: 0;
  	}
  	footer {
  		font-size: 14px;
	}
	footer a {
		white-space: nowrap;
	}
	.cab {
  	padding-top: 60px;
  	padding-bottom: 60px;
  	padding-left: 30px;
  	padding-right: 30px;
  }
 	.imagenes h2 {
  	font-size: 25px;
  	line-height: 1.2em;
	}
	.imagenes ul li {
		float: none;
		width: 100%;
	}
}

p {
	text-align: justify;
}
.text-center p {
	text-align: center;
}
.imagenes ul li, .imagenes ol li {
	text-align: justify;
}
.imagenes ol li {
	margin-bottom: 10px;
}