/*PRESETS*/
h1,h2,h3,h4,h5,h6,nav a,.fa-asterisk{
	color: #002e5b!important;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
	letter-spacing: -0.7px;
	font-family: 'Poppins', sans-serif;
}
h4{
	font-size: 22px;
}
body{
	margin-top:  156px;
}
p{
	margin:  0 0 20px;
	color: #637281;
}
strong{
	font-weight: 600;
}
a{
	text-decoration: none;
	color: inherit;
}
a.boton-final{
	text-align: center;
	max-width: 500px;
}
img,iframe{
	max-width: 100%;
}
.navbar-nav li{
	text-transform: uppercase!important;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed!important;
	top: 0;
	width: 100%;
	z-index: 9999;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 102px;
}

/*CONTACTAR*/
.barra-superior, .barra-superior:hover{
    text-align: center;
    background-color: rgb(34, 117, 108);
    color: white;
    padding: 1em 0 1em;
}
.boton-blanco,.boton-blanco:hover{
	color: white;
    border: 1px solid white;
    padding: 1em .8em 1em;
}
/*BREADCRUMBS*/
.current{
	color: #11b5e6; 
}
/*MENÚ*/
nav{
	height: 100px;
	background-color: white!important;
}
nav a{
	padding-left: 15px!important;
    padding-right: 15px!important;
    font-weight: 700;
    padding: 12px 14px!important;
}
nav ul{
	list-style: none;
	padding-left: 0;
}
.dropdown-item{
	font-weight: 700;
}
.dropdown-item:hover, .dropdown-item:focus{
	background: white;
	color: #11b5e6!important;
}
/*CAROUSEL*/
.interior-carousel{
	position: absolute;
	z-index: 999;
	left: 20%;
	top: 50%;
}
.titulo-h1-carousel{
	font-size:  36px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.texto-slider{
	font-size: 22px;
    line-height: 29px;
    font-weight: 400;
}
.boton-slider{
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    background-color: rgb(34, 117, 108);
    padding: 15px 62px;
    border-width: 1px;
    border-color: transparent;
}
.boton-slider:hover{
	transition: .5s;
	border:  1px solid;
	border-color: rgb(34, 117, 108);
    color: rgb(34, 117, 108);
    background-color: rgb(255, 255, 255);
}
/*INDEX*/
.h-espacio{
	margin:  30px;
}
.h-espacio-arriba-abajo{
	margin:  40px 0 15px;
}
.margen-top{
	margin-top:  30px;
}

/*PINTOR EN */
.imagen-pintor-en{
	width: 555px;
	display: block;
	margin: auto;
}

/*SERVICIOS*/
.imagen-servicios{
	max-width: 400px;
	display: block;
	margin: auto;
}
.mas-servicios{
	margin-bottom: 100px;
}

/*BLOG*/
.contenedor-entrada-blog,.contenedor-entrada-pintoren{
	min-height: 550px;
	padding:  1em;
}
.contenedor-entrada-blog div,.contenedor-entrada-pintoren div{
	padding: 2em;
}
.contenedor-entrada-blog img{
	max-width: 250px;
}
.contenedor-entrada-blog li{
	list-style: none;
}
.contenedor-entrada-blog h2{
	font-size:  20px;
}
.titulo-blog:hover{
	color: #002e5b;
}
.contenedor-entrada{
	max-width: 820px;
}
.contenedor-entrada ul{
	list-style: none;
	padding-left: 10px;
}
.contenedor-entrada img{
	max-height: 500px;
}
.toc{
	background-color: #fff;
	border: 1px solid #aaa;
	width: auto;
	display: table;
	padding: 1em;
}
.toc a{
	color: #11b5e6;
}
.toc-titulo{
	text-align: center;
	font-weight: 700;
	margin: 0 0 10px;
}
.boton-final{
	margin: auto;
	margin-top: 2em;
	margin-bottom: 2em;
	display: block;
}
.lista{
	list-style: circle!important;
}
.underline{
	text-decoration: underline;
}

/*CONTACTO*/
form label, form span{
	width: 100%;
	text-align: left;
}
form input, form textarea{
	padding: 14px 18px;
	line-height: 1.6;
    border: 2px solid #f3f3f3;
    background-color: #f8f8f8;

}
input[type="text"],input[type="email"],input[type="tel"],textarea{
	    width: 100%;
}
input[type="checkbox"]{
	width: 20px;
}

/*FOOTER*/
.boton-whatsapp{
	position: fixed;
    right: 0;
    bottom: 0;
}
.boton-whatsapp img{
	border-radius: 100px;
}
footer{
	padding: 30px 0px 25px;
    background-color: #2c394c;
    border-top: 1px solid #465467;
}
footer p, footer a{
	color: white;
}
/*QUERY ORDENADOR*/
@media(min-width: 720px){
	.contenedor-menu{
		width: 1000px;
	}
	.servicios-inicio{
		padding-left:  40px;
	}
}
@media(max-width:  768px){
	.display-none-movil{
		display: none;
	}
}
/*QUERY MOVIL*/
@media(max-width: 720px){
	body{
		margin-top:  121px;
	}
	.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl{
		z-index: 9999;
		background-color: white;

	}
	nav{
		max-height: 65px!important;
	}
	.navbar{
		padding-top:  0!important;
	}
	.contenedor-menu{
		padding: 0.5em 1em .5em!important;
	}
	.interior-carousel{
		left:  15%;
		top:  20%;
	}
	.titulo-h1-carousel{
		font-size: 16px;
		line-height: 14px;
	}
	.texto-slider{
		font-size: 12px;
		line-height: 14px;
	}
	.boton-slider{
		padding: 7px 37px;
	}
	.centrar-movil{
		margin:  auto;
	}
	.container{
		padding: 1em;
	}
	h4{
		font-size: 18px;
	}
	footer{
		text-align: center;
	}
	.contenedor-entrada-blog, .contenedor-entrada-pintoren{
		min-height: 480px;
	}
	.titulo-blog button{
		margin: auto;
    	display: block;
	}
	.imagen-servicios{
		max-width: 100%;
	}
}

.navbar-toggler-icon {
    background-image: url("../img/menu.svg");
}
/*QUERY MENU*/
@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s;}
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}

/*QUERY IPAD*/
@media all and (width: 768px) and (height: 1024px) and (orientation:portrait) {
	.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl{
		z-index: 9999;
		background-color: white;
		    margin-top: -7px;
	}
  .interior-carousel{
  	top: 25%;
  }
  .centrar-movil{
  	margin: auto;
  	float: none!important;
  	display: block;
  	margin-bottom: 1em;
  }
  	.contenedor-entrada-pintoren button{
		margin: auto;
    	display: block;
	}
	.imagen-pintor-en{
		margin-bottom: 4em;
	}
	.contenedor-servicios img{
  		width: 555px;
  		max-width: none;
  		margin: auto;
  		display: block;
	}

}
@media all and (width: 1366px) and (height: 1024px) and (orientation:landscape) {
	h4 {
	    font-size: 21px;
	}
	.boton-slider{
		font-size: 16px;
	}
}
@media all and (width: 1024px) and (height: 1366px){
	.boton-slider{
		padding:  15px 1em;
	}
}