body, html{
	font-family: 'Istok Web', sans-serif;
}
th{
	background-color:#f5f5f5;
}
h4{
	font-size: 1.2rem;
    font-weight: bold;
}
.header-content{
	border-width:0 0 1px; border-style: solid; border-color: #EEE; margin: 10px 0px; padding: 5px 0px;
}
.logo-img{
	width: 100%;
}

.row-title{
	margin: 30px 0px;
	text-align:justify;
}
.btn-primary {
	color: #fff;
	background-color: #2E7DAF;
	border-color: #2E7DAF;
}
.btn-primary:hover {
	background-color: #E37E22;
	border-color: #E37E22;
}
.btn-primary .learn-more{
	color:#fff;
}
.offset-md-5{
	margin-left:0;
}
.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
	background-color: #2E7DAF;
}
/* header */
.menu-item:hover{
	background:#E37E22;	
}
.nav-link:hover{
	color:#ffffff;
}
.nav-item{
	background:#DADADA;
	width:24%;
}
.nav-item:hover{
	background:#E37E22;
}
.content-logo{
	margin: 0 auto;
    width: 200px;
}
.text-logo{
	text-align:center;
	font-weight:bold;
}
.text-logo a{
	color:#000000;
}
.text-logo a:hover{
	color:#000000;
	text-decoration:none;
}
.menu-item{
	background: #dadada none repeat scroll 0 0;
	padding:0px;
	text-align:center;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
/* phone*/
.info{
	margin-top:5px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	font-size: xx-large;
}
/* Brands Page */
.brands-title{
	color:#0275d8;
	text-align:left;
	margin-left:20px;
}
.brands-text{
	text-align:justify;
	margin-left:20px;
	color:#818a91;
}

/* 1920 */
@media screen and (max-width: 1920px){
	.info{
        font-size:3.5rem;
    }
}
/* 700px */
@media screen and (max-width: 700px){
	.info{
        font-size:2rem;
    }
}
/*400px */
.sub-menu{
	padding-bottom:10px;
}
.sub-menu a:hover{
	text-decoration:none;
}
.main-menu{
	margin-top:50px;
}
.title-phone-products{
	display:none;
}
.company-title{
	font-size: 3em;
	color:#0275d8;
	text-align:center;
}
.phone-products-img{
		width:100%;
		height:auto;
	}
.margin-top-10{
		margin-top:10px;
	}
.six-image{
	padding:2%;
	Width:90%;
	text-align:center;
	background:#ffffff;
}
@media screen and (max-width: 400px){
    .info{
		font-size:1.5rem;
    }
	.main-menu{
		margin-top:10px;
	}
	.title-phone-products{
		display:block;
		text-align:center;
	}
	.main-menu-phone{
		padding:0px;
	}
	.nav-pills .nav-link{
		padding-top:20px;
		padding-bottom:20px;
	}
	.nav-tabs .nav-link.active{
		background:#E37E22;
		color:#ffffff;
	}
	.company-title{
		font-size:2.3em;
	}
	.sub-menu{
		display:none;
	}
	select{
		text-align:center;
		border:1px solid #818a91;
		background:#818a91;
		width:300px;
	}	
	.phone-padding-0{
		padding:0px;
	}
	.phone-img-broadside{
		padding:0px 75px;
	}
	.phone-text-align-center{
		text-align:center;
	}
	.phone-color-light-blue{
		color:#0275d8;
	}
	.six-image{
		width:100%;
	}
	.text-xs-right{
		text-align: center !important;
	}
	.phone-font-size-2-8-em{
		font-size:2.8em;
	}
	.phone-text-color-white{
		color:#ffffff;
	}
	.col-xs-4{
		height:50px;
	}
	.phone-text-color-white .col-xs-4{
		background-color:#373a3c;
	}
	.phone-background-gray .col-xs-4{
		background-color:#f5f5f5;
	}
	.phone-border-bottom{
		border-bottom:1px solid #818a91;
	}
	.phone-content-companies{
		padding:0px 20px;
	}
	.phone-margin-top-30{
		margin-top:30px;
	}
	.font-size-1-6-rem{
		font-size:1.6rem;	
	}
	.phone-margin-top-10{
		margin-top:10px;
	}
	.phone-margin-left-0{
		margin-left:0px;
	}
}
/* end phone*/
/* /header */
/*H1*/
.title-product{margin-top:30px;}
@media screen and (max-width: 1440px){
	h1{
        font-size:4.5rem;
    }
}
/* 700px */
@media screen and (max-width: 700px){
	h1{
        font-size:3.5rem;
    }
}
/*400px */
@media screen and (max-width: 400px){
    h1{
		font-size:1.5rem;
    }
}
/* end H1*/
.brands{
	font-size: 1.7em;
    margin: 5px 0;
    text-align: center;
	font-weight:bold;
	color:#000;
}
hr{
	margin-top:0px;
	margin-bottom:30px;
	border-top:1px solid;
}
.text-xs-right{
	margin:0px;
	padding:0px;
}
/* Companies Home Page */

.col-md-4 .breadcrumb-item{
	color:#0275d8;
	margin-top:10px;
}
.col-md-4 .breadcrumb-item:hover{
	color:#014c8c;
	margin-top:10px;
}
.col-md-4 a{
	color:#373a3c;
}
.col-md-4 a:hover{
	text-decoration:none;
}
.content-companies{
	margin: 0 auto;
}
@media screen and (max-width: 400px){
    .content-companies{
		padding:0px 30px;
		margin-bottom:10px;
    }
}
.lea-ceramiche{
	background-image:url("/img/logo-lea.png");
	width: 100%;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
	margin:0 auto;
}
.lea-ceramiche:hover{
	background-image:url("/img/logo-lea-color.png");
}
.alfagres{
	background-image:url("/img/logo-alfagres.png");
	width: 100%;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
	margin:0 auto;
}
.alfagres:hover{
	background-image:url("/img/logo-alfagres-color.png");
}
.schluter{
	background-image:url("/img/logo-schluter.png");
	width: 100%;
    min-height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
	margin:0 auto;
}
.schluter:hover{
	background-image:url("/img/logo-schluter-color.png");
}
.bostik{
	background-image:url("/img/logo-bostik.png");
	width: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
	margin:0 auto;
}
.bostik:hover{
	background-image:url("/img/logo-bostik-color.png");
}
.villeroy{
	background-image:url("/img/logo-villeroy.png");
	width: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
	margin:0 auto;
}
.villeroy:hover{
	background-image:url("/img/logo-villeroy-color.png");
}
.novabell{
	background-image:url("/img/logo-novabell.png");
	width: 100%;
    min-height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
	margin:0 auto;
}
.novabell:hover{
	background-image:url("/img/logo-novabell-color.jpg");
}
/* Product Page */
.logo-company-title{
	width:20%;
}
.zoom{
	width:100%;
	height:auto;
	transition: width 2s, height 2s, transform 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s,-o-transform 2s;
}
.second-image img{
	width:100%;
	height:auto;
}
.icons{
	width:100%;
}
.col-md-6 small{font-size:10px;}
/* Page 404 */
.content-page-404{
	width:100%;
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}
.content-img-404{
	margin:0 auto;
	width:17%;
}
/* footer */
/*Breadcrumb*/
.breadcrumb {
	text-align:center;
}
@media screen and (max-width: 1440px){
	.breadcrumb {
        font-size:1rem;
    }
}
/* 700px */
@media screen and (max-width: 700px){
	.breadcrumb{
        font-size:1rem;
    }
}
/* end Breadcrumb*/
/* end footer */
.div-clear{clear:both;}
.product-description small{font-size:10px;}
.six-image img{
	width:100%;
	height:auto;
}
.title-only{
	margin:0px;
}
/* MODAL */
.modal{
	display:none;
}
.modal:target{
	display:block;
	position:fixed;
	background: rgba(0,0,0,0.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.imagen{
	width:100%;
	height:50%;
	
	display:flex;
	justify-content:center;
	align-items:center;
}
.imagen img{
	width:700px;
	height:100%;
	max-width:100%;
	margin-top:50%;
}