/*
Theme Name: Unicorn Insulations
Author: Andres - Creactivate.es
Author URI: https://creactivate.es
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('fonts/HarmonyOS_Sans_Bold.eot');
    src: url('fonts/HarmonyOS_Sans_Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarmonyOS_Sans_Bold.woff2') format('woff2'),
        url('fonts/HarmonyOS_Sans_Bold.woff') format('woff'),
        url('fonts/HarmonyOS_Sans_Bold.ttf') format('truetype'),
        url('fonts/HarmonyOS_Sans_Bold.svg#HarmonyOS_Sans_Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('fonts/HarmonyOS_Sans_Italic.eot');
    src: url('fonts/HarmonyOS_Sans_Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarmonyOS_Sans_Italic.woff2') format('woff2'),
        url('fonts/HarmonyOS_Sans_Italic.woff') format('woff'),
        url('fonts/HarmonyOS_Sans_Italic.ttf') format('truetype'),
        url('fonts/HarmonyOS_Sans_Italic.svg#HarmonyOS_Sans_Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('fonts/HarmonyOS_Sans_Black.eot');
    src: url('fonts/HarmonyOS_Sans_Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarmonyOS_Sans_Black.woff2') format('woff2'),
        url('fonts/HarmonyOS_Sans_Black.woff') format('woff'),
        url('fonts/HarmonyOS_Sans_Black.ttf') format('truetype'),
        url('fonts/HarmonyOS_Sans_Black.svg#HarmonyOS_Sans_Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('fonts/HarmonyOS_Sans.eot');
    src: url('fonts/HarmonyOS_Sans.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarmonyOS_Sans.woff2') format('woff2'),
        url('fonts/HarmonyOS_Sans.woff') format('woff'),
        url('fonts/HarmonyOS_Sans.ttf') format('truetype'),
        url('fonts/HarmonyOS_Sans.svg#HarmonyOS_Sans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS Sans';
    src: url('fonts/HarmonyOS_Sans_Medium.eot');
    src: url('fonts/HarmonyOS_Sans_Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/HarmonyOS_Sans_Medium.woff2') format('woff2'),
        url('fonts/HarmonyOS_Sans_Medium.woff') format('woff'),
        url('fonts/HarmonyOS_Sans_Medium.ttf') format('truetype'),
        url('fonts/HarmonyOS_Sans_Medium.svg#HarmonyOS_Sans_Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {	
	--white: #ffffff;
	--green: #189E44;
	--black: #000000;
	--primary: #1B1917;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'HarmonyOS Sans', sans-serif;
	font-size: 16px;
	color: var(--primary);
	font-weight: normal;
	overflow-x: hidden;
}
body, p {
	line-height: 1.5em;
}
.container, .container-fluid {
	width: 1270px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 44px;
	padding-right: 44px;
}
@media(min-width:991px) {
	.container-fluid {
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media(max-width: 498px) {
	.container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
.height70 {
	height: 70px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.green {
	color: var(--green);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-green {
	background: var(--green);
}
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(--green);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	border-radius: 40px;
	background: var(--green);
	border: none;
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'HarmonyOS Sans', sans-serif;
	position: relative;
	font-size: 13px;
	font-weight:700;
	letter-spacing: 1px;
}
.boton::after {
  content: '';
  position: absolute;
  border: 1px solid var(--green);
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  transition-duration: .3s;
  transition-timing-function: ease;
  transition-property: all,top,right,bottom,left;
  border-radius: 40px;
  opacity: 0;
}
.boton:hover {
	color:#fff;
	background:var(--green);
}
.boton:hover::after {
  border-width: 1px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'HarmonyOS Sans', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 32px;
	line-height: 1.4em;
}
h3 {
	font-size: 22px;
	line-height: 1.4em;
}
.uppercase {
	text-transform: uppercase;
}


/**** HEADER ****/
.mainmenu {
	position: relative;
	padding-right: 150px;
}
.mainmenu .idioma {
	position: absolute;
	right: 80px;
	top: 6px;
}
.idioma .dropdown-menu a {
	display: block;
	padding: 12px;
}
.mainmenu .search {
	position: absolute;
	right: 15px;
	top: 4px;
}
.mainmenu .search a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius:50%;
	color: #fff;
	background:var(--green);
	font-size: 16px;
	text-align: center;
	position:relative;
	line-height:32px;
}
.mainmenu .idioma button {
	padding: 0;
	border: none;
	outline: none;
	background:#fff !important;
	font-weight:500;
	font-size: 16px;
}
header {
	padding-top: 28px;
	padding-bottom: 24px;
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 0;
	min-height: none;
	height: auto !important;
}
header .navbar-brand img {
    width: 200px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: var(--primary);
	font-size: 16px;
	border: none;
	padding: 10px 20px;
	text-transform: none;
	font-weight: 500;
}
.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(--green);
}
.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(--green);
}
.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;
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}


.carousel-home .item {
	padding-top: 100px;
	padding-bottom: 100px;
}
h1 {
	font-size: 60px;
}
.carousel-home h1 {
	color:#fff;
	font-weight: normal;
	font-size: 60px;
	line-height:1.3em;
	text-shadow: rgb(0, 0, 0) 0px 1px 5px
}
.bg {
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 600px;
}
.bg1 {
	background-image: url(images/bg1.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-size: 600px;
}
.bg2 {
	background-image: url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-size: 600px;
	background-color:#f2f2f2;
}
.bg3 {
	background-image: url(images/bg3.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-size: 600px;
}
.ficha-home {
	border-radius: 10px;
	padding: 30px 30px 20px 30px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 20px 0px;
	transition: all .2s;
	position: relative;
	background:#fff;
	margin-bottom:50px;
	min-height: 410px;
}
.ficha-home.mini {
	min-height: 280px;
}
.ficha-home:hover {
	margin-top: -15px;
}
.ficha-home img {
	width: 76px;
	margin-bottom: 20px;
}
.relative {
	position: relative;
}
.bg-photo {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(images/supply.jpg) no-repeat center center;
	background-size: cover;
}
.bg-grey {
	background:#f2f2f2;
}
h3.supply {
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 42px;
	line-height: 1.4em;
	font-style: italic;
	font-weight:500;
	color:var(--black);
}
.listado-home {
	padding-left: 70px;
	padding-top: 100px;
}
.lista-home {
	background: rgba(24, 158, 68, 0.5);
	position: relative;
	z-index: 1;
	color:#fff;
	padding: 40px 100px 40px 140px;
	border-radius: 6px;
	transition: all .2s;
}
.lista-home:hover {
	background: rgba(255,255,255,0.6);
	color:var(--green);
}
.lista-home h3 {
	font-size: 20px;
}
.lista-home li {
	margin-bottom: 5px;
}
.content-home h3 {
	color:var(--green);
	margin-bottom: 20px;
}
.content-home p {
	margin-bottom: 40px;
}
.featured2 {
	display: block;
	text-align: center;
	border-radius: 10px;
	padding: 30px 30px 20px 30px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 20px 0px;
	transition: all .2s;
	position: relative;
	background:#fff;
	margin-bottom:50px;
}
.feature {
	display: block;
	border-radius: 10px;
	padding: 25px 25px 20px 25px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 20px 0px;
	transition: all .2s;
	position: relative;
	background:#fff;
	margin-bottom:50px;
	min-height: 380px;
}
.featured2:hover, .feature:hover {
	margin-top: -15px;
}
.tont {
	display: block;
	border-radius: 10px;
	padding: 25px 25px 20px 25px;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 20px 0px;
	transition: all .2s;
	position: relative;
	background:#fff;
	margin-bottom:50px;
	min-height: 100px;
}
.tont:hover {
	margin-top: -15px;
}
.feature img {
	margin-bottom: 20px;
}
.featured2 h3 {
	font-weight: 500;
	color:var(--primary);
}
.featured2:hover h3 {
	color:var(--green);
}
.featured2 .image {
	background:#f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
}
.featured2 .image img {
	width: 170px;
}
img.border-radius {
	border-radius: 10px;
}
.content ul li {
	margin-bottom: 5px;
}
footer {
  font-size: 14px;
  padding-top: 40px;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 600px;
}
footer .logo {
	width: 200px;
}
.email-footer a {
	font-weight: 500;
	color:var(--black);
}
.email-footer a:hover {
	color:var(--green);
}
.footer-redes a {
	display: inline-block;
	width: 64px;
	height:64px;
	border: 2px solid var(--black);
	color:var(--black);
	font-size: 26px;
	text-align: center;
	margin-right: 20px;
	line-height:60px;
	border-radius:50%;
	float:left;
}
.footer-redes img {
	width:64px;
	float:left;
	margin-right: 20px;
}
footer .legal a {
	font-weight:500;
	color:var(--black);
}
footer .legal a:hover {
	color:var(--green);
}
.clear767 {
	display: none;
}
.cab {
	padding-top: 100px;
	height: 400px;
}
.cab h1 {
	font-size: 42px;
	padding-right: 42%;
	line-height: 1.3em;
	color:#464659;
	margin:0;
	font-weight:400;
}
.cab-technology {
	background: url(images/technology.jpg) no-repeat center center;
	background-size: cover;
}
.cab-products {
	background: url(images/productos.jpg) no-repeat center center;
	background-size: cover;
}
.cab-markets {
	background: url(images/markets.jpg) no-repeat center center;
	background-size: cover;
}
.cab-about {
	background: url(images/about.jpg) no-repeat center center;
	background-size: cover;
}
.cab-contact {
	background: url(images/contact.jpg) no-repeat center center;
	background-size: cover;
}
.contact strong {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.single h3 {
	color:var(--green);
}
.contenidos h2 {
	color:var(--green);
	text-transform: uppercase;
}
.milista p {
	position: relative;
	padding-left: 40px;
	background: url(images/check.png) no-repeat top left;
	background-size: 21px;
	margin-bottom: 20px;
	padding-rigth: 15%;
}
.table-responsive thead td {
	background: var(--green) !important;
	color:#fff !important;
	font-size: 19px;
	text-align: left;
	font-weight: bold;
}
.table-responsive td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
.cpt-filter button {
	background: #fff;
	color:var(--primary);
	border: 1px solid var(--green);
	padding: 6px 12px;
	border-radius: 6px;
	margin-right: 2px;
	margin-bottom: 5px;
}
.cpt-filter button.active {
	background:var(--green);
	color:#fff;
}
.fichaproducto {
	display: block;
	width: 100%;
	height: 250px;
	transition: all .2s;
	position: relative;
}
.fichaproducto:hover {
	transform: scale(1.05);
}
.fichaproducto .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s;
	background:rgba(0,0,0,0);
}
.fichaproducto:hover .overlay {
	background:rgba(0,0,0,0.2);
}
.contficha {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 8px;
}
.producto {
	margin-bottom: 35px;
}
.producto h4 a {
	color: #3e4349;
}
.producto h4 a:hover {
	color:var(--green);
}
.owl2 img {
	border-radius: 8px;
}
.owl2 .owl-nav  {
	display: block !important;
	/*** 
	position: absolute;
	top: 70px;
	****/
}
.owl-carousel .owl-nav button span {
	display: none; 
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: cover;
    width: 50px;
    height: 61px;
    position: absolute;
    bottom: 0;
    left: 50px;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: cover;
    width: 50px;
    height: 61px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.logos-about img {
	width: 90px;
	margin: 0 10px 10px 10px;
}
.logos-about img.logo3 {
	width: 98px;
	margin: 0 10px 10px 10px;
}
.readmore:hover {
	color:#232323 !important;
}
.single-news img {
	margin: 20px 0;
}
.formulario input[type="text"], .formulario input[type="email"], .formulario select {
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 12px;
	border-radius:3px;
	color:#333;
	background:#fff;
	width: 100%;
}
.formulario textarea {
	border: 1px solid #ccc;
	margin-bottom: 16px;
	padding: 12px;
	border-radius:3px;
	color:#333;
	height: 100px;
	background:#fff;
	width: 100%;
}
label {
	position: relative;
	padding-left: 25px;
	font-weight: normal;
}
label input {
	position: absolute;
	left: 0;
	top: 0;
}
.legal h2 {
	color:var(--green);
	text-transform: uppercase;
	font-size: 24px;
	margin: 30px 0;
}
.modal-body {
	padding: 50px;
}
.modal-body form {
	position: relative;
}
.modal-body input {
  width: 100%;
  height: 48px;
  border-radius: 40px;
  padding: 12px 140px 12px 30px;
  border: 1px solid #ccc;
}
.modal-body button {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
}
.modal-body .close {
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 32px;
  color: #666;
  font-weight: normal;
  opacity: 1;
}



@media(min-width: 991px) {
	.imagenproducto {
		padding-left: 50px;
	}
	.pright {
		padding-right: 30px;
	}
	.pleft {
		padding-left: 30px;
	}
}


@media(max-width: 1100px) {
	.cab h1 {
  		padding-right: 10%;
  	}

}


@media(max-width:767px) {
	.search {
		display: none;
	}
	.mainmenu .idioma {
  		right: 15px;
  		z-index: 9999;
  	}
  	.idioma .dropdown-menu {
  		left: inherit;
  		right: 0;
  	}
  	.mainmenu {
  		padding-right: 46px;
	}
	.navbar-toggle {
  		margin-top: 0;
		border-radius: 4px;
  		border: none !important;
  		background: #fff !important;
  		margin-right: 40px;
	}
	.navbar-default .navbar-nav li a {
  		border-bottom: 1px solid #f0f0f0;
  		padding-top: 15px;
  		padding-bottom: 15px;
  		font-size: 15px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    	padding: 10px 15px 10px 25px;
  	}
  	h1, .carousel-home h1, .cab h1 {
  		font-size: 32px;
  	}
  	
  	h2 {
  		font-size: 24px;
  	}
  	.clear767 {
		display: block;
		height: 1px;
		width: 100%;
		clear: both;
	}
	.bg-photo {
	  	position: absolute;
	  	right: inherit;
	  	top: inheit;
	  	width: 100%;
	  	height: 300px;
	  	background: url(images/supply.jpg) no-repeat center center;
	    background-size: cover;
	  	left: 0;
	  	bottom: 0;
	}
	h3.supply {
  		padding-top: 70px;
  		padding-bottom: 0;
  		font-size: 26px;
  		text-align: center;
  		padding-left: 10%;
  		padding-right: 10%;
	}
	.listado-home {
 		padding-left: 15px;
  		padding-top: 100px;
	}
	.lista-home {
  		padding: 40px;
  		width: 380px;
  		max-width: 100%;
  		margin-left: auto;
  		margin-right: auto;
  		margin-top: 0;
  		top: -60px;
	}
	.featured2 {
		width: 400px;
		max-width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.footer-redes a, .footer-redes img {
  		margin-right: 15px;
  	}
  	.modal-body {
		padding: 50px 30px;
	}
	.ficha-home, .ficha-home.mini {
  		min-height: 40px;
	}
}

@media(max-width: 598px) {
	.cab {
		height: 500px;
	}
}
@media(max-width:498px) {
	.container-fluid {
		padding-left: 30px;
		padding-right:30px;
	}
  	h1, .carousel-home h1, .cab h1 {
  		font-size: 26px;
  	}
  	.full498 {
  		float: none;
  		width: 100%;
  	}
  	h3 {
  		font-size: 19px;
  	}
}

@media(min-width: 767px) {
	.floatright {
		float: right;
	}
}
.video-wrapper {
	position: relative;
  	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  	height: 0;
  	overflow: hidden;
}
.video-wrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	border: 0;
}