/*

Theme Name: Nombre del Tema

Theme URI: http://www.miagencia.cl

Author: Mi Agencia

Author URI: http://www.miagencia.cl

Description: Tema desarrollado para NOMBRE DEL CLIENTE

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: responsive layout,

Text Domain: miagencia

*/ 



/*

font-family: 'Open Sans', sans-serif;

font-family: 'PT Sans', sans-serif;

*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



::-webkit-input-placeholder { /* WebKit browsers */

	color: #ddd !important;

	opacity: 1;

}



:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

	color: #ddd !important;

	opacity: 1;

}



::-moz-placeholder { /* Mozilla Firefox 19+ */

	color: #ddd !important;

	opacity: 1;

}



:-ms-input-placeholder { /* Internet Explorer 10+ */

	color: #ddd !important;

	opacity: 1;

}

body {
	font-family: "Montserrat", sans-serif;
}

h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
}

h2 strong {
	color: #00CBFF;
	font-weight: 700;
}

.sup-menu {
	background-color: #030A27;
	padding: 10px 0px;
	width: 100%;
}

.sup-menu .items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: space-between;
}

.sup-menu .items a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}

.menu {
    width: 100%;
    background-color: #ffffff !important;
}

.menu a {
	font-size: 12px;
	font-weight: 600;
	color: #0033ff;
	text-transform: uppercase;
}

.menu .menu-item {
	padding: 0px 20px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.menu a.navbar-brand img {
    min-width: 120px;
}

.btn-menu a {
    background-color: #0033ff;
    color: #fff;
    padding: 10px 20px;
    min-width: 100px;
    text-align: center;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.top {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.top .contenedor{
	min-height: 580px;
	display: flex;
	flex-direction: row;
	align-content: flex-end;
	justify-content: flex-start;
	align-items: flex-end;
}

.top .contenedor .titulo {
	background-color: rgb(6 23 178 / 70%);
	color: #fff;
	font-size: 50px;
	width: 60%;
	height: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(0 0, 98% 0, 100% 20px, 100% 100%, 0 100%, 0% 50%);

}

.top .contenedor .titulo h1 strong {
	font-size: 46px;
}
.top .contenedor .titulo h1 {
	font-size: 50px;
}

hr {
	height: 4px;
	width: 60px;
	background-color: #00CAFC;
	border: none;
    opacity: 1;
    display: inline-block;
}


.top .contenedor .contenido {
	background-color: #0617B4;
	color: #fff;
	font-size: 18px;
	width: calc(40% - 144px);
	height: 270px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	clip-path: polygon(0 0, 98% 0, 100% 20px, 100% 100%, 0 100%, 0% 50%);

}

.top .contenedor .monito{
	width: 144px;
	height: 115px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
}


.top .contenedor .monito .bloque-celeste{
	height: 115px;
	background-color: #00CBFF;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.soluciones {
	padding: 70px 0px;
}

.soluciones .bloque {
	height: 300px;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	color: #fff;
	text-decoration: none;
	transition: all .2s ease;
	border-radius: 12px;
}

.soluciones .bloque svg {
	opacity: 0;
}

.soluciones .bloque:hover {
	background-image: none !important;
	background-color: #0617B4;
}

.soluciones .bloque:hover svg {
	opacity: 1;
}

.productos {
	background-color: #F2F3FB;
	padding: 60px 0px;
}

.productos .bloque {
	padding: 15px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #000;
}

.productos .bloque .top-prod {
    background-color: #0617B4;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 10px;
    height: 50px;
    justify-content: center;
    align-items: center;
    line-height: 16px;
    border-radius: 12px 12px 0px 0px;
}

.productos .bloque .contenido-prod {
	padding: 15px;
	min-height: 450px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 0px 0px 11px 11px;
	background-color: #fff;
}

.productos .bloque .contenido-prod h3 {
	font-size: 18px;
	font-weight: 600;
}

.productos .bloque .contenido-prod .marca {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	font-style: italic;
	color: #0617B4;
}

/*.contenido-prod .cont-bottom {
	min-height: 300px;
}*/

.productos .bloque .contenido-prod .cont-bottom p {
	font-size: 13px;
}

.productos .bloque .contenido-prod h6 {
	color: #0617B4;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.productos .bloque .contenido-prod .cont-bottom span.precio {
	color: #0617B4;
	font-size: 18px;
	font-weight: 800;
}

.pro-destacados {
	padding: 70px 0px;
}

.pro-destacados .bloque {
	width: 100%;
	display: flex;
	justify-content: end;
	border-radius: 12px;
	
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}

.pro-destacados .bloque .texto {
	width: 65%;
	color: #fff;
	padding: 25px;
	padding-left: 100px;
	min-height: 290px;
    background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/fondoazul.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}

.pro-destacados .bloque .texto h6 {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.pro-destacados .bloque .texto h2 {
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	color: #fff;
}

.pro-destacados .bloque .texto p {
	font-size: 14px;
	padding-bottom: 15px;
	font-style: italic;
	margin-bottom: 0px;
}

.pro-destacados .bloque .texto p strong{
	font-size: 13px;
}

.noticias {
	padding: 60px 0px;
}

.noticias .block {
	border-radius: 12px;
	overflow: hidden;
}

.noticias .block .imagen {
	min-height: 225px;
/*	background-image: url('https://placehold.co/300');*/
	background-size: cover;
	display: flex;
	align-items: end;
}

.noticias .block .imagen span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.noticias .block .imagen h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0px;
}

.noticias .block .info {
	background-color: #6A74D2;
	padding: 20px;
}

.noticias .block .info p {
	font-size: 16px;
	color: #fff;
}

.noticias .block .info a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.top-cubierta {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	color: #fff;
	display: flex;
	align-items: center;
	min-height: 370px;
}

.top-cubierta h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
}

.top-cubierta .miga a {
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
}

.top-cubierta .miga a.celeste {
	color: #00CAFC;
}

.migaproductos {
	background-color: #00CAFC;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.migaproductos .miga a {
	font-size: 12px;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
}

.migaproductos .miga a.celeste {
	color: #fff;
	font-weight: 400;
}



.cubiertas {
	padding-top: 70px;
}

.cubiertas .block {
	min-height: 390px;
	display: grid;
	align-items: baseline;
	border-radius: 12px;
	flex-direction: column;
	background-image: url('https://placehold.co/500');
	overflow: hidden;
	    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

.cubiertas .block span.etiqueta {
	background-color: #6a74d2bf;
	text-align: center;
	color: #fff;
	width: 100%;
	display: block;
	padding: 6px 10px;
	border-radius: 0px 0px 0px 16px;
	font-size: 12px;
}

.cubiertas .block .info {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/bgblque.png');
	padding: 30px;
	padding-top: 70px;
	padding-bottom: 20px;
	color: #fff;
	overflow: hidden;
	min-height: 210px;
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	border-radius: 0px 0px 12px 12px;
}

.cubiertas .block .info h3 {
	font-size: 20px;
	color: #fff;
}

.cubiertas .block .info p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0px;
	min-height: 42px;
}

.cubiertas .block .info a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.cubiertas.productos {
	background-color: #fff;
	padding-bottom: 200px;
}

.cubiertas.productos .bloque .imagen {
	border-right: 1px solid #0617B4;
	border-left: 1px solid #0617B4;
}

.cubiertas.productos .bloque .contenido-prod {
	border: 1px solid #0617B4;
	border-top: none;
}

a.btn-azul {
	background-color: #0033FF;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 8px 30px;
	border-radius: 12px;
}

.otras-soluciones {
	background-color: #F2F3FB;
	padding: 60px 0px;
	padding-bottom: 10px;
}

.otras-soluciones .block {
	height: 300px;
	display: flex;
	align-items: end;
	border-radius: 12px;
	background-image: url('https://placehold.co/400');
	padding: 20px;
}

.otras-soluciones .block h3 {
	color: #fff;
	font-size: 25px;
	font-weight: 800;
}

.infoproducto {
	padding: 50px 0px;
}

.infoproducto h6 {
	font-size: 12px;
	padding: 6px 10px;
	color: #030B26;
	background-color: #E6E8F7;
	display: inline-block;
}

.infoproducto h1 {
	font-weight: 800;
	font-size: 35px;
	color: #030B26;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.infoproducto span {
	font-size: 14px;
	text-transform: uppercase;
}

.infoproducto p {
	font-size: 16px;
}

.infoproducto h5 {
	color: #6A74D2;
	font-size: 14px;
	font-weight: 600;
	margin-top: 45px;
	margin-bottom: 30px;
}

.infoproducto a {
	display: inline-block;
}

.infoproducto h4 {
	color: #0033FF;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 40px;
}

.infoproducto a.btn-azul {
	color: #fff;
	background-color: #0033FF;
	font-size: 18px;
	font-weight: 500;
	border-radius: 12px;
	padding: 10px 70px;
	text-decoration: none;
}

.infoproducto .fichastecnicas ul {
	list-style-type: none;
	padding-left: 0px;
}

.infoproducto .fichastecnicas a {
	color: #0617B4;
	font-size: 16px;
}

.descripcioninfo {
	padding: 70px 0px;
}


.descripcioninfo .nav-tabs .nav-link {
	border-radius: 5px 5px 0px 0px;
	font-weight: 500;
	color: #0617B4;
	border: 1px solid #0617B4;
	border-bottom: none;
	font-size: 18px;
}

.descripcioninfo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	background-color: #0617B4;
	border-radius: 5px 5px 0px 0px;
	border-bottom: none;
}

.descripcioninfo .tab-content {
	padding: 20px;
	padding-right: 50px;
	border-radius: 0px 5px 5px 5px;
	border: 1px solid #0617B4;
	margin-top: -1px;
}

.descripcioninfo .tab-content p {
	font-size: 16px;
	color: #030B26;
}

.descripcioninfo .tab-content ul {
	padding-left: 18px;
}

.descripcioninfo .tab-content ul li {
	font-size: 16px;
	margin-bottom: 15px;
	color: #030B26;
}

.descripcioninfo .tab-content .tabla p {
	font-size: 14px;
	font-style: italic;
	color: #030B26;
	font-weight: 500;
	margin-bottom: 0px;
} 

.descripcioninfo .tab-content .tabla p strong{
	font-size: 14px;
	font-style: initial;
	color: #0617B4;
	font-weight: 500;
	margin-bottom: 0px;
} 

.descripcioninfo .tab-content .tabla .row {
	padding: 7px 10px;
}

.descripcioninfo .tab-content .tabla .row:nth-child(even) {
	background-color: #E6E8F7;
}

.hablemoshoy {
	background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/fondohablemos.png');
	background-size: contain;
	background-position: center right;
	background-color: #353C51;
	padding: 30px 0px;
	background-repeat: no-repeat;
}

.hablemoshoy h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 35px;
}

.hablemoshoy h2 strong{
	color: #24D0FD;
	font-size: 32px;
	font-weight: 700;
	
}

.hablemoshoy p strong {
	color: #fff;
}

.hablemoshoy a.btn-wsp {
	background-color: #4FCE5D;
	border-radius: 12px;
	padding: 12px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

.hablemoshoy ul {
	list-style-type: none;
	padding-left: 0px;
}

.hablemoshoy ul li {
	margin-bottom: 15px;
}

.hablemoshoy ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.cotizacionn {
	background-color: #E6E8F7;
	padding: 80px 0px;
	padding-bottom: 120px;
}

.cotizacionn .block-cotizacion {
	background-color: #fff;
	border-radius: 5px;
	padding: 50px 80px;
}

.cotizacionn .block-cotizacion h3 {
	font-size: 25px;
	font-weight: 700;
	color: #030B26;
	margin-bottom: 17px;
}

.cotizacionn .block-cotizacion h3 strong{
	font-size: 25px;
	font-weight: 700;
	color: #00CAFC;
}

.cotizacionn .block-cotizacion .fotopro {
	height: 345px;
	width: 345px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
	border-radius: 5px;
}

.cotizacionn .block-cotizacion h2 {
	font-size: 35px;
	font-weight: 800;
	color: #030B26;
}

.cotizacionn .block-cotizacion span {
	font-size: 14px;
	color: #030B26;
}

.cotizacionn .block-cotizacion .form-control {
	box-shadow: none;
	outline: none;
	border: 1px solid #030B26;
	border-radius: 5px;
	font-size: 16px;
	padding: 8px 15px;
}

.cotizacionn .block-cotizacion .btn-cotizar {
	background-color: #0033FF;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 8px 30px;
	border-radius: 12px;
	border: none;
}

.cotizacionn .block-cotizacion form select {
	background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/flechaabajo.png');
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center right 15px;
}

.cotizacionn .block-cotizacion h4 {
	color: #0617B4;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}

.cotizacionn .block-cotizacion p {
	color: #030B26;
	font-size: 18px;
	font-weight: 500;
}

.cotizacionn .block-hablemoshoy {
	background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/FOTOGRAFIA-COTIZADOR-2.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 120px;
	padding-top: 80px;
	padding-bottom: 50px;
	border-radius: 5px 0px 0px 5px;
}

.cotizacionn .block-hablemoshoy h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 35px;
}

.cotizacionn .block-hablemoshoy h2 strong{
	color: #24D0FD;
	font-size: 35px;
	font-weight: 700;
	
}

.cotizacionn .block-hablemoshoy p strong {
	color: #fff;
}

.cotizacionn .block-hablemoshoy a.btn-wsp {
	background-color: #4FCE5D;
	border-radius: 12px;
	padding: 12px 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	text-align: center;
}

.cotizacionn .block-hablemoshoy a.btn-tienda {
	background-color: transparent;
	border: 1px solid #24D0FD;
	border-radius: 12px;
	padding: 12px 25px;
	color: #24D0FD;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	text-align: center;
}

.cotizacionn .block-hablemoshoy ul {
	list-style-type: none;
	padding-left: 0px;
}

.cotizacionn .block-hablemoshoy ul li {
	margin-bottom: 15px;
}

.cotizacionn .block-hablemoshoy ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.contenido-blog {
	padding: 80px 0px;
	color: #030B26;
}

.contenido-blog ul li {
	font-size: 18px;
}

.contenido-blog p strong {
	font-size: 25px;
}





footer {
	background-color: #030A27;
	padding: 60px 0px;
	padding-bottom: 100px;
}

footer ul {
	padding-left: 0px;
}

footer ul li {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 15px;
	list-style-type: none;
}

footer ul li a {
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
	text-decoration: none;
}

footer h3 {
	color: #00CAFC;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
}


/* lg */

	@media(max-width: 1199.98px) {}



/* TABLET (md) */	

	@media (max-width: 991px) {	

		h2 {
			font-size: 20px;
		}

		.top {
			min-height: 100vh;
			display: flex;
		}

		.top .contenedor {
			display: block;
		}

		.top-cubierta {
			clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 50px) 100%, 0 100%);
		}

		.top .contenedor .titulo {
			width: 100%;
			height: 200px;
			clip-path: polygon(0 0, 90% 0, 100% 20px, 100% 100%, 0 100%, 0% 50%);
		}

		.top .contenedor .titulo h1 {
			font-size: 28px;
		}

		.top .contenedor .titulo h1 strong{
			font-size: 25px;
		}

		.top .contenedor .titulo hr {
			width: 100%;
			background-color: #6A74D2;
		}

		.top .contenedor .contenido {
			width: 100%;
			clip-path: none;
			padding: 30px 20px;
	        display: block;
	        HEIGHT: auto;
		}

		.top .contenedor .contenido a.btn-celeste {
			background-color: #00CBFF;
			padding: 8px 40px;
			font-size: 16px;
			color: #fff;
			text-decoration: none;
			border-radius: 12px;
		}

		.top .monito .bloque-celeste {
			display: none;
		}

		.top .contenedor .monito {
			width: auto;
		    height: auto;
		    background-color: transparent;
		    clip-path: none;
		    display: flex;
		    justify-content: end;
		    background: #fff;
		    margin-bottom: -1px;
		}

		.top .monito .triangulo {
			display: flex;
			justify-content: end;
			z-index: 2222;
			margin-top: -42px;
		}

		.soluciones .bloque {
			height: 180px;
		}

		.soluciones .bloque h3 {
			font-size: 14px;
		}

		.productos .bloque .contenido-prod h3 {
			font-size: 13px;
		}

		.productos .bloque .contenido-prod p {
			font-size: 11px;
		}

		.pro-destacados .bloque {
			display: flex;
			align-items: end;
			min-height: 500px;
		}

		.pro-destacados .bloque .texto {
			background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/azuldestacadomov.svg')!important;
			padding: 20px;
			background-position: top center;
			width: 100%;
			display: flex;
			align-items: end;
			min-height: 390px;
		}

		.slick-dots li button:before {
			font-size: 15px;
			color: #0617B4!important;
		}

		.top-cubierta h1 {
			font-size: 28px;
		}

		.top-cubierta {
			min-height: 65vh;
			padding-top: 100px;
			align-items: start;
		}

		.top-cubierta a.btn-azul {
			font-size: 16px;
			background-color: #0033FF;
			padding: 8px 50px;
			margin-top: 80px;
		}

		.migaproductos {
			margin-bottom: 0px;
		}

		.infoproducto {
			padding-top: 0px;
		}

		.hablemoshoy {
			background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/hablemosmov.png')!important;
			background-position: right bottom;
			background-size: 100px;
		}

		.descripcioninfo .nav-tabs .nav-link {
			border-radius: 5px 5px 0px 0px;
			font-weight: 500;
			color: #0617B4;
			border: 1px solid #0617B4;
			border-bottom: none;
			font-size: 16px;
		}

		.descripcioninfo .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			background-color: #0617B4;
			border-radius: 5px 5px 0px 0px;
			border-bottom: none;
		}

		.top-cubierta.coti {
			background-image: url('https://www.vorwerk.cl/impermeabilizacion-termofusion/membranas-tecnicas-impermeabilizacion/wp-content/uploads/2026/07/cotizacionmov.png')!important;
		}

		.cotizacionn .block-cotizacion .fotopro {
			height: 260px;
			width: 100%;
		}

		.cotizacionn .block-cotizacion {
			padding: 20px 30px;
		}

		.menu .menu-item {
			justify-content: start;
			margin-bottom: 10px;
		}

		.cotizacionn .block-hablemoshoy {
			padding: 60px 30px;
		}


	}



/* MOVIL (sm) */

	@media (max-width: 767px) {}



/* xs */

	@media (max-width: 575.98px) {}