@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: ciruclarBold;
  src: url(../font/circular.otf);
}

@font-face {
  font-family: interMedium;
  src: url(../font/inter.ttf);
}


html, body{
	margin: 0px;
	font-family: interMedium;
	
	
}
img{
	width: 100%;
}

h1,h2,h3,h4,h5{
	font-family: ciruclarBold;
}

h1{
	font-size: 14px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 31px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 18px;
}
p{ font-size: 17px;}
.circular-font{font-family: ciruclarBold!important;}
.interMedium{font-family: interMedium!important;font-weight: normal!important;}
.text-justify{text-align: justify;}
.animated-transition, .liston-imgs img{
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}
.btn{
	border-radius: 0px;
}
.menu {
	font-size: 14px;
	color: #0F2338;
	
	
	
}

.menu .dropdown-item.active, .menu .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #58B9F1;
}

.menu .dropdown-item {
    font-size: 14px;
	color: #0F2338;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {
    color: #0F2338;
	font-size: 14px;
	font-weight: bold;
}

.navbar-brand{
	background-color: #000000;
}

.social-menu{
	margin-left: 20px;
    margin-right: 20px;
	
}
.social-menu i{
	padding-right: 20px;
}


.idioma-menu{
	padding: 0px 20px;
}
.idioma-menu span:first-child{
	padding: 0px 5px;
	border-right: 1px solid #0F2338
}
.idioma-menu span:last-child{
	padding: 0px 5px;
}
.links-menu a{
	text-decoration: none;
	color: #0F2338;
	font-size: 16px;
	font-weight: bold;
	
}
.social-menu a{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

.links-menu a.active, .links-menu a:hover, .social-menu a:hover, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color: #58B9F1;
}

.liston-azul{
	background-color: #0F2338;color: #fff;
	
}

.slider{
	color: #fff;
}

.texto-slider{
	width: 100%;
	
}
.hot-menu .hot-item p{
	top: 40px;
    left: 30px;

	
}
.hot-menu .hot-item a .der-cuadro{
	bottom: 20px;
    width: 50px;
    right: 30px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	
	
	
}

.hot-menu .hot-item a:hover .der-cuadro{
	background-color: #58B9F1;
	
	
	
}

.divisor-header {
    padding-top: 80px;
    position: relative;
    top: -80px;
    
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+23,ffffff+50,ffffff+100&0+0,1+23,1+50,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 23%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.divisor-header-2 {
    
    position: relative;
    top: -40px;
    
	
}
.play-icon{
	text-align: center;
	
}
.play-icon img{
	width: 90%;
	
}
.bold-azul{
	color:#58B9F1;
}


.contenedor-banner1{
	top:50%;
	
}
.text-grey{color: #666;}
.text-azul{color: #0F2338;}
.text-azul-claro{color: #58B9F1;}
.bg-azul{background-color: #0F2338;}
.bg-azul-claro{background-color: #58B9F1;}
.contenedor-logos1 {
	text-align: center;
}
.contenedor-logos1 img{
	width: 80%;
}
.contenedor-superficie-solida{
	
}
.contenedor-superficie-solida img {
	width: 90%;
}

.contenedor-propiedades{top:20%; position: absolute;}

.bg-azul-claro{background-color: #58B9F1;}
.btn-azul-claro{ 
	background-color: #58B9F1;
	color: #fff;
}
.btn-azul-claro:hover{ 
	background-color: #fff;
	color: #58B9F1;
	border: 1px solid #58B9F1;
}
.btn-azul{ 
	background-color: #0D3058;
	color: #fff;
}
.btn-azul:hover{ 
	background-color: #fff;
	color: #0D3058!important;
	border: 1px solid #0D3058;
}

.btn-blanco{
	background-color: #fff;
	color: #0D3058!important;
	border: 1px solid #0D3058;
	
}
.btn-blanco:hover{
	background-color: #0D3058;
	color: #fff;
}
.touchless{
	background-image: url(../img/bg-touchlees.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.text-blanco{color: #fff;}

.touchless .contenedor-img {
	width: 100%;
	position: relative;
    top: 120px;
	
}
.showroom{
	background-image: url(../img/bg-garantia.png);
    background-repeat: no-repeat;
    background-size: 35% 70%;
    background-position: right top;
}

.bg-showroom2{
	background-image: url(../img/bg-showroom2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-transparente{
	background-color: rgba(255,255,255,0)
}
.showroom .margin-custom{
	margin-top: 0px;
    margin-bottom: 0px;
}
.form-marlik input, .form-marlik textarea{
	border: 0px;
    border-bottom: 1px solid #666;
    border-radius: 0px;
}
.form-marlik .placeholder-p{
	text-indent: 10px;
}

.form-marlik .control-blanco{
	border: 0px;
    border-bottom: 0px solid #666;
    border-radius: 0px;
	background-color: #fff;
}

.contacto-home{
	background-image: url(../img/bg-contacto-home.png);
	background-repeat: no-repeat;
	background-size: 50%;
    background-position: right top;
	
}
.liston-azul-2{
	background-color: #0F2338;
}
.liston-azul-claro{
	background-color: #58B9F1;
}
.liston-imgs img:hover, .liston-imgs img:active, .animation-img:hover {
	opacity: 60%;
}
.hot-menu .hot-item img:active, .hot-menu .hot-item img:hover{
	opacity: 60%;
}

#footer{
	background-color: #0F2338;
	color: #fff;
}
#footer p{
	font-size: 14px;
}


.list-marlik li {
	
	padding: 2px 5px;
	
}
.list-marlik {
	list-style: none;
	
}

.list-marlik li::before {
	content: "\2022";
	color: #58B9F1;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
}
#footer .link-marlik-blanco{
	font-size: 14px;
	
}
.link-marlik-blanco{
	text-decoration: none;
	color: #fff;
	
}
.link-marlik-blanco:hover{
	
	color: #58B9F1;
	
}
.social-menu-footer a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.footer-low{
	border-top: 1px solid #fff;
}

.img-logo-footer{
	max-width: 190px;
}

/*Menu*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
/*Fin menu*/

.cuadro-azul-claro-img{
	background-color: #58B9F1;
	background-image: url(../img/somos1-azul.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-right: 100px;
}

.bg-aplicaciones-somos {
    background-image: url(../img/aplicaciones-somos-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}

/*testimonials*/
.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border:0px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

#customers-testimonials.owl-stage{
    
}
#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	/*background: #3190E7;*/
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	
	/*box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);*/
}
#customers-testimonials .item {
	text-align: center;
	padding: 10px;
	margin-bottom:40px;
	opacity: .4;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #58B9F1;
	transform: translate3d(0px, -50%, 0px) scale(0.5);
}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #808080;
	display: inline-block;
	height: 15px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 15px;
	border-radius: 25px;
}
/* fin testimonials*/
.clientes-somos {
    background-image: url(../img/bg-clientes-somos.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-aplicaciones-somos-1{
	background-image: url(../img/bg-aplicaciones-somos-1.jpg);
	background-color: #58B9F1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contenedor-proyecto-somos-img img{
	top: 0px;
	right: 0px;
}

.cinta-azul-half{
	background-color: #0F2338;
	background: linear-gradient(to right, #0F2338 50%, transparent 50%);
	
}

.bg-material-somos{
	background-image: url( ../img/material-somos.jpg);
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.dots-somos{
	font-size: 40px;
    line-height: 5px;
}
.text-shadow{
	text-shadow: 2px 2px 10px #000000;
}
.text-shadow-blanco{
	text-shadow: 1px 1px 1px #fff
}

.icon-in{
	max-width: 80px!important;
}
.icon-ine{
	width: auto!important;
}
.anios{
	padding-bottom: 5px;
	margin-left: 5px;
}
.hot-text-1{
	top:50px;
	left:50px;
}
.hot-text-1-btn{
	bottom:20px;
	left:50px;
}
.icon-all{
	width: unset;
}
.bg-marmol-salud{
	background-image: url( ../img/bg-marmol-salud.png);
	background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-salud-1{
	background-image: url( ../img/bg-salud-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	
}
.bg-marmol-imgs-salud{
	background-image: url( ../img/bg-salud-marmol.png);
	background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}



.p-small p{
	font-size: 18px;
}

.bg-material-2{
	background-image: url( ../img/bg-salud-marmol.png);
	background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-material-3{
	background-image: url( ../img/bg-material-2.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-material-4{
	background-image: url( ../img/bg-material-4.png);
	background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-material-5{
	background-color: #0F2338;
}

.bg-tailor-1{
	background-image: url( ../img/bg-tailor-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	
}
.bg-tailor-2{
	background-image: url( ../img/bg-full-marmol.png);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-tailor-3{
	background-image: url( ../img/bg-full-marmol-lavabo.png);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-instal-1{
	background-image: url( ../img/bg-instal-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-instal-2{
	background-color: #58B9F1;
}
.bg-instal-3{
	background-image: url( ../img/bg-instal-3.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-instal-4{
	background-image: url( ../img/bg-instal-4.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mante-info-1 p{
	width: 75%;
	font-size: 18px;
}

.icon-list img{
	width: 70%;
}

.icon-list {
	text-align: right;
}
.bg-mante-1{
	background-image: url( ../img/bg-mante-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-mante-2{
	background-image: url( ../img/bg-mante-2.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-22{font-size: 22px;}
.p-18{font-size: 18px;}
.p-16{font-size: 16px;}

.respuesta-faq{
	border-bottom: 1px solid #666;
}
.form-control{
	border-radius: 0px;
}

.bg-form-1{
	background-image: url( ../img/bg-form-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-form-2{
	background-image: url( ../img/bg-full-marmol.png);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-faq-1{
	background-image: url( ../img/bg-full-marmol.png);
	background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.link-marlik-azul{
	text-decoration: none;
	color: #0F2338;
}

.link-marlik-azul:hover{
	color: #58B9F1;
}

.bg-proyecto-1{
	background-image: url( ../img/bg-proyecto-1.png);
	background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-laba{
	width: 50px;
	margin-right: 15px;
}
.contenedor-laba-1 img{
	top: -120px;
}

.contenedor-laba-2 img{
	bottom: 20px;
}

.bg-labavo2{
	background-image: url( ../img/bg-lavabo-2.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-labavo3{
	background-image: url( ../img/laba-2.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-labavo4{
	background-image: url( ../img/bg-lavabo-3.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-cubiertas-1{
	background-image: url( ../img/bg-cubiertas-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cubiertas-2{
	background-image: url( ../img/bg-cubiertas-2.jpg);
	background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pan-1{
	background-image: url( ../img/bg-pan-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-pan-2{
	background-image: url( ../img/bg-pan-2.jpg);
	background-position: center bottom;
    background-size: cover ;
    background-repeat: no-repeat;
}

.bg-wall-1{
	background-image: url( ../img/bg-wall-1.jpg);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-wall-2{
	background-image: url( ../img/bg-wall-2.jpg);
	background-position: center bottom;
    background-size: cover ;
    background-repeat: no-repeat;
}

.bg-touch-1{
	background-image: url( ../img/bg-marmol-full-izq.png);
	background-position: left top;
    background-size: cover ;
    background-repeat: no-repeat;
}
.bg-touch-2{
	background-image: url( ../img/bg-touch-1.png);
	background-position: center bottom;
    background-size: cover ;
    background-repeat: no-repeat;
}
.bg-touch-3{
	background-image: url( ../img/bg-touch-2.png);
	background-position: center bottom;
    background-size: cover ;
    background-repeat: no-repeat;
}

.vh-50{
	height: 70vh!important;
}

.propiedades-materiales{
    max-height: 500px;
   
    overflow: auto;
}
