/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Mitr:300,400,500,600&display=swap');
/* Fonts end */

/* Comunes */
body { font-size: 16px; font-family: 'Mitr', sans-serif; }
ul { list-style: none; }
a { text-decoration: none; }

.transition{
  -webkit-transition: all ease-in-out .3s; /* Safari */
  transition: all ease-in-out .3s;
}

.titulo_con_background { background-color: #003063; color: black; font-size: 2.25rem; font-weight: 500; padding: 3px 0; margin-bottom: 30px; }

.light { font-weight: 300; }
.regular { font-weight: 400; }
.medium { font-weight: 500; }
.semi-bold { font-weight: 600; }

.btn_site { font-size: 1.35rem!important; background-color: #003063; font-size: 1.25rem; font-weight: 500; color: black; border: none; }
.btn_site:hover { opacity: 0.6; color: black; }

/* Magnific PopUp */
img.mfp-img { background-color: white; }
.mfp-bottom-bar { padding: 15px 10px; }
.mfp-title { color: black; }
/* Magnific PopUp end */

/* Comunes end */

/* Header */
header { padding: 60px 0; margin-bottom: 80px;background-color: #f6f6f6; }
header h1 { font-size: 2.5rem; color: #003063; margin-bottom: 30px; }
header h2 { font-size: 1.5rem; font-weight: 400; color: #003063; text-align: center; margin-top: 30px; }
header h2 span { font-weight: 500; }
header .col-md-6 { display: flex; flex-direction: column; align-items: center; justify-content: center; }
header h3 { font-size: 1.5rem; margin-top: 30px; margin-bottom: 15px; font-weight: 400; }
header form { width: 80%; }
header form .btn_presupuesto { width: 100%; background-color: #003063; font-size: 1.25rem; font-weight: 500; color: white; border: none; }
header form .btn_presupuesto:hover { opacity: 0.8; color: white; }
header form .form-check-label { font-size: 0.75rem; color: grey; }

/* RECAPTCHA */
#recaptcha, #rc-imageselect {
	margin: 10px auto;
	display: table;
}
/* RECAPTCHA end */

/* Header end */

/* Imagenes */
.imagenes { margin-bottom: 80px; }
/* Imagenes end */

/* Carrousel */
.slides_v, .slides_o { margin-bottom: 120px; background-color: #ededed; padding-bottom: 160px; padding-top: 60px; }
.slides_v img, .slides_o img { max-width: 80%; margin: auto; }
.slides_v h3, .slides_o h3 { margin-bottom: 30px; }
.slides_v h5, .slides_o h5 { color: #003063; font-size: 1.5rem; }
.slides_v p, .slides_o p { color: #003063; }
.carousel-caption, .carousel-indicators { bottom: -150px; color: black; margin-bottom: 30px; }
.carousel-indicators li { background-color: grey; height: 10px; width: 10px; border-radius: 50%; margin-left: 15px; margin-right: 15px; }
.carousel-inner { overflow: visible; }
.carousel-control-prev { left: -150px; }
.carousel-control-next { right: -150px; }
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
/* Carrousel end */

/* Ventajas */
.ventajas { padding: 60px 0; margin-bottom: 80px; background-color: #f6f6f6; }
.ventajas h3 { font-size: 2rem; font-weight: 500; margin-bottom: 30px; color: #003063; }
.ventajas ul { list-style-image: url('../img/circulo.png'); }
.ventajas ul li { margin-top: 15px; font-size: 1.375rem; font-weight: 300; }
/* Ventajas end */

/* Info Extra */
.info_extra .col-8 { display: flex; justify-content: center; align-items: center; }
.info_extra .col-md-12 {
	background-image: url('../img/waterstop-junta.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	height: 330px;
	background-color: #f6f6f6;
}
.info_extra p { font-size: 1.5rem; color: #003063; font-weight: 300; }
/* Info Extra end */



/* Solicita Presupuesto */
.solicita_presupuesto { margin-bottom: 80px; }
.solicita_presupuesto .btn_to_form { color: white; }
/* Solicita Presupuesto end */

/* Footer */
footer { padding: 60px 0; background-color: black; }
footer .col-md-12 { display: flex; flex-direction: column; justify-content: center; align-items: center; }
footer p,
footer a { color: white; font-weight: 300; }
footer a { margin-bottom: 15px; font-size: 18px; }
footer a:hover { text-decoration: none; opacity: 0.6; color: white; }
footer p { font-size: 14px; }
/* Footer end */


/* MEDIA QUERIES */

/* Dispositivos extra pequeños (teléfonos de retrato, menos de 576px) */
@media (max-width: 575.98px) {
	/* Header */
	header h1 { font-size: 2rem; }
	header h2 { font-size: 1.25rem; margin-bottom: 30px; }
	header { margin-bottom: 60px; }
	header .logo_superfil { margin-top: 30px; max-width: 45%; }
	/* Header end */

	/* Imagenes */
	.imagenes { margin-bottom: 30px; }
	.imagenes img { margin-bottom: 30px; }
	/* Imagenes end */

	/* Carrousel */
	.slides_v img, .slides_o img { max-width: 100%; margin: auto; }
	.slides_v h3, .slides_o h3 { font-size: 1.5rem; }
	.slides_v, .slides_o { margin-bottom: 60px; background-color: #ededed; padding-bottom: 80px; padding-top: 50px; }
	.carousel-caption, .carousel-indicators { bottom: -80px; color: black; margin-bottom: 30px; }
	.carousel-control-prev { left: 0; }
	.carousel-control-next { right: 0; }
	.carousel-control-next-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
	}
	.carousel-control-prev-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
	}
	/* Carrousel end */

	/* Ventajas */
	.ventajas { padding: 30px 0; }
	.ventajas h3 { font-size: 1.5rem; }
	.ventajas ul li { font-size: 1rem; }
	.ventajas .col-md-4 { margin-bottom: 30px; }
	.ventajas .col-md-4:last-child { margin-bottom: 0; }
	/* Ventajas end */

	/* Info Extra */
	.info_extra .col-md-12 { padding: 15px; }
	.info_extra .col-md-12 { background: none; background-color: #f6f6f6; height: auto; }
	.info_extra .col-8 { display: inline-block; flex: 0 0 100%; max-width: 100%; }
	.info_extra p { font-size: 1rem; }
	/* Info Extra end */

	/* Footer */
	footer p,
	footer a { font-size: 16px; }
	footer p { font-size: 12px; }
	/* Footer end */

}

/* Dispositivos pequeños (teléfonos apaisados, 576px y más) */
@media (min-width: 576px) and (max-width: 767.98px) {
	/* Header */
	header { margin-bottom: 60px; }
	header h1 { font-size: 2.25rem; }
	header h2 { margin-bottom: 50px; }
	header .logo_superfil { margin-top: 30px; max-width: 45%; }
	/* Header end */

	/* Imagenes */
	.imagenes { margin-bottom: 30px; }
	.imagenes img { margin-bottom: 30px; }
	/* Imagenes end */

	/* Carrousel */
	.carousel-control-prev { left: -30px; }
	.carousel-control-next { right: -30px; }
	/* Carrousel end */

	/* Ventajas */
	.ventajas h3 { font-size: 1.75rem; }
	.ventajas ul li { font-size: 1rem; }
	/* Ventajas end */

	/* Info Extra */
	.info_extra .col-md-12 { background-position: 145% 50%; height: 330px; }
	.info_extra p { font-size: 1rem; }
	/* Info Extra end */

	/* Footer */
	footer p,
	footer a { font-size: 16px; }
	footer p { font-size: 12px; }
	/* Footer end */
}

/* Dispositivos medianos (tabletas, 768px y más) */
@media (min-width: 768px) and (max-width: 991.98px) {

	/* Carrousel */
	.carousel-control-prev { left: -30px; }
	.carousel-control-next { right: -30px; }
	/* Carrousel end */

	/* Ventajas */
	.ventajas h3 { font-size: 1.75rem; }
	.ventajas ul li { font-size: 1rem; }
	/* Ventajas end */

	/* Info Extra */
	.info_extra p { font-size: 1rem; }
	/* Info Extra end */

}

/* Dispositivos grandes (escritorios, 992px y más) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	/* Carrousel */
	.carousel-control-prev { left: -30px; }
	.carousel-control-next { right: -30px; }
	/* Carrousel end */

	/* Ventajas */
	.ventajas ul li { font-size: 1.25rem; }
	/* Ventajas end */

	/* Info Extra */
	.info_extra p { font-size: 1.25rem; }
	/* Info Extra end */
}
