
/* ==========================================================================
   Ajustes personalizados de Maderpak
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body{
	font-family: 'Open Sans', sans-serif;
}
h2{
	font-size: 24px;
	font-weight: bold;
}
p{
	text-align: justify;
}
a{
	color: #f5874f
}
a:hover{
	color: #f5874f;
	text-decoration: none;
}
/* Side notes for calling out things
-------------------------------------------------- */
 form .error{color: red;}
/* Base styles (regardless of theme) */
.bs-callout {
	margin: 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
}
.bs-callout h4 {
	margin-top: 0;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
	background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
	background-color: #fcf2f2;
	border-color: #dFb5b4;
}
.bs-callout-warning {
	background-color: #fefbed;
	border-color: #f1e7bc;
}
.bs-callout-info {
	background-color: #f0f7fd;
	border-color: #d0e3f0;
}
.bs-callout-maderpak {
	background-color: #F6F6F6;
    border-color: #66412A;
    margin: 0 auto 30px;
    max-width: 940px;
    min-height: 100px;
    padding-top: 30px;
}
.bs-callout-maderpak p {
	color: #5e5e5e;
	margin-left:50px;
}
.navbar{
	background: #FFFFFF;
}
.navbar-brand{
	height: auto;
    width: 100%;
    max-width: 270px;
    padding: 20px;
}
.social-icons{
	margin: 10px 20px 0 0;
    text-align: right;
}
.social-icons img{
	margin-left: 5px;
}

.social-icons i {
	line-height: 26px;
}

nav .active{
	background: none transparent;
	border-bottom: 3px #F5874F solid;
}
.inicio #productos-destacados .producto-destacado h3, .pagina-ficha-tecnica #productos-destacados .producto-destacado h3{
	font-size: 14px;
	padding: 5px 10px;
  height: 40px;
}

@media(max-width: 767px){
	.inicio #productos-destacados .producto-destacado h3, .pagina-ficha-tecnica #productos-destacados .producto-destacado h3{
		font-size: 11px;
		height: 75px;
		overflow: hidden;
		padding: 5px;
	}
}
.ls-bottom-nav-wrapper{
	display: none
}
.active{
	border-bottom: 3px #F5874F solid;
}
.sub-header{
	background: #f5874f;
	min-height: 80px;
}
.sub-header-title{
	color: #FFFFFF;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin-top: 25px;
}
.sub-header p{
	padding: 0 10px;
	color: #FFF;
	font-size: 14px;
}
.navbar-fixed-top{
	border: 0;
}

@media(max-width: 767px){
	.navbar-fixed-top{
		padding-top: 25px;
	}
}

.noticia .sub-header{
	margin-top: 0;
}
.noticia .img-noticia{
	width: 100%;
}
.img-noticia{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.82);
    padding: 5px;
}
.img-clientes{
	float: left;
	margin-left: 20px;
}
#maderpak-clientes .col-md-2{
	width: 20%;
	text-align: center;
}
#maderpak-clientes .col-md-2 img{
	max-width: 158px;
	margin: 5px 0;
}
.ls-shadow{
	display: none !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background: none transparent;
	color: #F5874F;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
	background: #f5874f;
}
.navbar-inverse .navbar-nav > .active > a{
	box-shadow: none;
	color: #f5874f;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a{
	text-shadow: none;
	font-weight: 600;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a:hover{
	text-shadow: none;
	color: #f5874f;
	font-weight: 600;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color: #FF8A4D;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #FF8A4D;
    border-color: #FF8A4D;
}
.productos .producto-destacado a{
	color: #FFF;
}
.productos .producto-destacado a:hover{
	color: #f5874f;
	text-decoration: none;
}
.btn-trans{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px 20px;
    text-shadow: none;
}
.tarjetas img{margin: 0 auto}
.tarjetas h4{margin-bottom: 0}
#buscador-productos{
	background: url('../img/buscador-bg.jpg') no-repeat center right;
	background-size: contain;
	padding: 1% 0 7%;
}
#productos-destacados{
	background: url('../img/productos-bg.jpg');
}
.maderpak #productos-destacados, .servicios #productos-destacados{
	background: url("../img/relprod-empresa-bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 20px 0 90px;
}
#productos-destacados .col-md-3{
	padding:0;
}
#productos-destacados .col-md-3 img{
	height: auto;
    max-width: 300px;
    width: 100%;
}
#productos-destacados .row{
	background: #FFF;
}
.producto-destacado{
	background: #FFF;
}
.producto-destacado h3{
	font-size: 16px;
    margin-top: 5px;
    text-align: center;
}
.producto-destacado p{
	background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
    font-style: italic;
    height: 30px;
    line-height: 29px;
    margin: 0 auto 10px;
    max-width: 70px;
    text-align: center;
}
#datos-productos h3{
	margin:7px 0;
}
#formulario-presupuestar label{
	float: left;
}
.colores-producto{
	padding: 0 2px;
}
.colores-producto img{
	width: 100%;

}
.ficha-tecnica{
	margin-top: 30px;
}
.noticias .btn-trans{
	border: 1px solid #B1B1B1;
    color: #B1B1B1;
}
.servicios img.img-noticia{
	width: 100%;
}
.imagen-principal{
	min-height: 320px
}
.imagen-principal img{
	border: 3px solid #C8C8C8;
    border-radius: 5px;
    height: auto;
    width: 100%;
}
.img-galeria img{
	border: 2px solid #C8C8C8;
    border-radius: 5px;
    width: 100%;
}
.img-galeria.col-md-3{
	padding-right: 0;
}
#pagination-productos{
	margin-top: 30px;
	text-align: right;
}
#pagination-productos ul.pagination{
	margin:0;
}
.box-servicio{
	background: #f6f6f6;
	text-align: center;
	margin-right: 1%;
}
.servicios .box-servicio:last-child{
	margin-right: 0;
}
.col-md-3.box-servicio{
	width: 24%;
}
.box-servicio img{
	margin-top: -33px;
}

.fondoTransparente
{
	/*Div que ocupa toda la pantalla*/
	padding-top: 95px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	/*IE*/
	filter: alpha(opacity=50);
	/*FireFox Opera*/
}
.fondoTransparente.holidays {
  padding-top: 130px;
}


#banner {
	display:none;
}
#banner_close {
    height: 30px;
    margin-left: 75%;
    position: absolute;
    margin-top: -55px;
    }

#banner_img {

    position: absolute;

    	/*nos posicionamos en el centro del navegador*/
    	top:4%;
    	left:50%;

    	/*determinamos una anchura*/
    	width:800px;

    	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
    	margin-left:-400px;

    	/*determinamos una altura*/
    	height:500;

    	/*indicamos que el margen superior, es la mitad de la altura*/
    	margin-top:-150;
    	border:1px solid #808080;
    	background-color:#fff;
	padding:5px;
}

#fondoTransparente {
    border: 1px solid black;
    width: 90%;
    margin-left: 5%;
    height: 400px;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    background-color: white;
    margin-top: -150px;
}

#fondoTransparenteTrackingDetail {
    border: 1px solid black;
    width: 90%;
    margin-left: 5%;
    height: 650px;
    position: absolute;
    z-index: 1;
    opacity: 0.4;
    background-color: white;
    margin-top: -100px;
}

.trackingTable {
    position: relative;
    z-index: 1;
}

/*Noticias*/
.noticias h2.titulo-noticia{
	margin-top: 0;
}
/*Google Map Responsive*/
.google-maps {
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
}

.google-maps iframe {
	border: 0 none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.contacto #datos-contacto{
	margin-top: 70px;
}
.contacto #datos-contacto p{
	text-align: center;
}
#fanbridge-sus .cont-header{
	display: none;
}
footer.footer{
	background: none repeat scroll 0 0 #66412A;
	padding: 60px 10px;
	padding-left: 230px;
}

@media(max-width: 767px){
	footer.footer{
		padding: 60px 10px;
	}
}

footer.footer .col-md-3{
	border-right: 1px solid #836552;
	text-align: center;
}
footer.footer .col-md-3:last-child{
	border-right: 0;
}
footer.footer .col-md-3 .btn-trans:hover{
	background: none transparent;
	border: 3px solid #FFF;
}
footer.footer .col-md-3 .col-md-3{
	padding: 0 5px;
}
#footer-social.col-md-3{
		min-height: 190px;
	}
/*Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#layerslider{
		display: none
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 768px) {
	#layerslider,#layerslider1,#layerslider2,#layerslider3,#layerslider4,#layerslider5,#layerslider6{
		display: none
	}
	.tarjetas h4{text-align: center}
	.navbar-brand {
	    height: auto;
	    max-width: 225px;
	    padding: 20px;
	    width: 100%;
	}
	.navbar-toggle {
		background-color: #f5874f;
	    margin-top: 23px;
	}
	#productos-destacados .producto-destacado h3{
		font-size: 12px;
	}
	.social-icons{
		display: none;
	}
	#buscador-productos{
		background-size: cover;
	}
	#buscador-productos h2{
		font-size: 14px;
		color: #000 !important;
		text-align: center;
		font-weight: bold !important;
	}
	#imagenes-productos.col-md-5{
		margin-bottom: 60px;
	}
	#imagenes-productos .imagen-principal{
		min-height: inherit;
		margin-bottom: 5px;
	}
	.productos .sub-header-title{
		text-align: left !important;
	}
	#productos-destacados h2{
		font-size: 14px;
	}
	.col-md-3.box-servicio{
		width: 98%;
		margin-bottom: 50px;
	}
	.bs-callout-maderpak p{
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.google-maps {
	    padding-bottom: 100%;
	}
	#footer-social.col-md-3{
		margin-bottom: 20px;
    	min-height: 130px;
	}
	footer.footer .col-md-3 .col-md-3 img{
		margin-bottom: 20px;
	}
	footer.footer .col-md-3{
		border-right:0;
		border-bottom: 1px solid #836552;
		text-align: center;
		padding-bottom: 20px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/*********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {

}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {

}

.modal{
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.modal-container{
	align-items: center;
	display: flex;
	height: 500px;
	justify-content: center;
	z-index: 10001;
	width: 500px;
}

.modal-close{
	color: white;
	cursor: pointer;
	font-size: 35px !important;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10002;
}

.modal-image{
	height: auto;
	width: 100%;
}

@media (max-width: 376px){
	.modal-container{
		width: 90%;
	}

	.modal-close{
		font-size: 50px !important;
	}
}

#whatsapp-button {
	bottom: 10px;
	position: fixed;
	right: 10px;
	width: 100%;
	z-index: 3000;
}

#whatsapp-button i {
	color: white;
}