:root {
  --Naranjo: #bb5224;
  --Azul: #00306f;
  	
}

	@font-face {
		font-family: 'Futura MdCn BT';
		src: url('../fonts/FuturaBT-MediumCondensed.woff2') format('woff2'),
			url('../fonts/FuturaBT-MediumCondensed.woff') format('woff');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}

	@font-face {
		font-family: 'Futura LtCn BT';
		src: url('../fonts/FuturaBT-LightCondensed.woff2') format('woff2'),
			url('../fonts/FuturaBT-LightCondensed.woff') format('woff');
		/*font-weight: 300;*/
		font-style: normal;
		font-display: swap;
	}
	  
	@font-face {
		font-family: 'Futura XBlkCn BT';
		src: url('../fonts/FuturaBT-ExtraBlackCondensed.woff2') format('woff2'),
			url('../fonts/FuturaBT-ExtraBlackCondensed.woff') format('woff');
		font-weight: 900;
		font-style: normal;
		font-display: swap;
	}

body{
	font-family: 'Futura LtCn BT';
}
a{
	text-decoration: none;
}
#menu_movil {
-webkit-box-shadow: 0px 6px 10px 0px rgba(189,187,189,1);
-moz-box-shadow: 0px 6px 10px 0px rgba(189,187,189,1);
box-shadow: 0px 6px 10px 0px rgba(189,187,189,1);
}

.text-home  {
	font-size: 1.5rem;
	text-align: center;
	max-width: 1200px;
	
}
.espacio-menu-arriba{
	padding-top: 110px !important;
}

.imgLogo{
	max-width: 250px;
}

.cont-icono-menu > a{ color: var(--Naranjo); font-size: 2.5rem }

.fondo-menu {
	background-color: var(--Naranjo);
	color: white
}
.item-menu-movil, .item-menu-movil:hover{	
	color: white;
	font-size: 1.5rem;
	line-height: 3rem;
	display: block;
	text-decoration: none;
}

.activo-menu{
	font-weight: bolder;
	text-decoration: underline;
}

.cont-icono-menu{
	position: absolute;
	right: 10px;
	width: 50px;
	top: 10px;
}


.home-prod-bajada{	
	font-size: 1.1rem;
	color: #000000;
}

.btn-leer-mas{
	-webkit-box-shadow: 0px 0px 18px 0px rgba(171,171,171,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(171,171,171,1);
	box-shadow: 0px 0px 18px 0px rgba(171,171,171,1);
	border-radius: 5px;
	padding: 5px;
	width: 90px;
	color: #474747;
	margin: auto;
	font-size: 1.1rem;
	font-weight: 700;
	background-color: white;
	
}


.home-cont-prod{
	min-height: 450px; 
	position: relative;
	background-color: white
	
}

.home-cont-btn-leer-mas{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	margin-left: -20px;
}

#Productos {
	/*background-color: #fafafa;*/
	padding-top: 100px;
	margin-bottom: 100px;
}


.home-cont-tit-doloblog{
	position: relative;
	top:-70px;
	margin: auto;
	width: auto;
	max-width: 400px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(171,171,171,1);
	-moz-box-shadow: 0px 0px 18px 0px rgba(171,171,171,1);
	box-shadow: 0px 0px 18px 0px rgba(171,171,171,1);
	
}

#Doloblog {
	background-image: url(../img/fongo.doloblog-home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size:100% auto;
	min-height: 700px;
}

.lead, .blog-tutilo-detalle{
	font-family: 'Futura MdCn BT';
	color: #1e3f73;
	font-weight: bolder;
	text-transform: uppercase
}

.lead{
		font-size: 1.1rem;
	}


.blog-tutilo-detalle{
	font-size: 1.3rem;
}

.pad15 {
	position: relative;
	min-height: 470px;
	width: auto;
	padding-bottom: 50px;
	text-align: center;
	margin-bottom: 15px;
}

#Contactanos {
	background-image: url(../img/fondo-contactanos.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size:100% auto;
	min-height: 700px;
}

.titContactanos {
	width: 80%;
	max-width: 500px;
	margin: auto;
	padding-top: 2%;
	padding-bottom: 2%;
	
}


.fondo-productos {
	background-image: url("../productos/img/fondo-productos.jpg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px;
	position: relative;
}

.fondo-productos > p {
	color: white;
	font-size: 1.5rem;
	width: 90%;
	max-width: 900px;
	margin: auto;
	padding-bottom: 150px;
	
}

.cont-prod1, .cont-prod2 {
	position: absolute;	
	bottom: -80px;	
	width: 100%;
	text-align: center;
	z-index: 98;
	
	
	
}

.cont-prod2 {
	bottom: -30px;	
	
}

.cont-prod2-img{
	
	max-width: 180px !important;
	
}

.fondo-doloblog-interior {
	background-image: url(../img/fongo.doloblog-home.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size:100% auto;
	min-height: 800px;
	background-attachment: fixed
	
	
}

.cont-det-blog{
	background: rgba(255,255,255,0.8); 
	padding: 15px;
	width: 95%;
	margin: auto;
	max-width: 800px;
	border-radius: 15px;
}


footer {
	background-color: var(--Azul);
	min-height: 50px;
}

.iconoRRSS, .iconoRRSS:hover{
	color: white;
	font-size: 2rem;
}

@media only screen and (max-width: 1199px) {
	.cont-prod2 {
		bottom: -60px;	
	}
	
	.cont-prod2-img {	
		max-width: 170px !important;	
	}
	
}
@media only screen and (max-width: 990px) {
	.cont-prod2 {
	bottom: -70px;	
	}
	
	.cont-prod2-img {	
		max-width:140px !important;	
	} 

	
  	#Doloblog {
	background-position: left;
	background-size:cover;
	min-height: 700px;
	}
	
	.pad15 {
		min-height: 520px;
		
	}
	
	.fondo-doloblog-interior {
	
	
	background-position: left;
	background-size:auto 100%;
	min-height: 800px;
	}
	
	.text-home  {
		font-size: 1.1rem;
		text-align: center;
		max-width: 1200px;

	}
	
}


@media only screen and (max-width: 768px) {
	.cont-prod2 {
	bottom: -60px;	
	}
	
	.cont-prod2-img {	
		max-width:90px !important;	
	} 
	
  	.espacio-menu-arriba{
		padding-top: 90px !important;
	}
	
	.pad15 {
		min-height: 500px;
		
	}
	
	#Contactanos {
		background-position: center;
		background-size:cover;
		min-height: auto;
	}
	
	.home-cont-prod{
		min-height: 400px; 
		

	}
	
	

	.home-cont-tit-doloblog{
		position: relative;
		top:-70px;
		margin: auto;
		width: auto;
		max-width: 280px;
	}
	
	.lead{
		font-size: 0.9rem;
	}

}
