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

@font-face{
	font-family: "Futura Bk BT";
	src:url(../fonts/tt0140m_.ttf);
	}
	
@font-face{
	font-family:"Futura Md BT";
	src:url(../fonts/tt0142m_.ttf);
	}
	
@font-face{
	font-family:"Century Gothic";
	src:url(../fonts/GOTHIC.TTF);
	}

@font-face{
	font-family: "Geometr415 Blk BT";
	src: url(../fonts/tt0524m_.ttf);
	}

h1{
    border-bottom: 5px solid #ca0041!important;
}

.arriba{
	display: none;
	padding:10px;
	background:#FFF;
	font-size:20px;
	color:#555;
	opacity:0.7;
	cursor:pointer;
	position:fixed;
	bottom:20px;
	right:20px;
	}


.logo{
	padding-top:10px;
	padding-bottom:10px;
	}

.contacto{
	font-family: "Futura Md BT";
	color: #555;
	font-size:17px;
	padding-top:30px;
	padding-bottom:10px;
	}
	
a.contacto{
	font-family: "Futura Md BT";
	color:#555!important;
	font-size:17px;
	}

a{
	text-decoration:none;
	color:inherit;
	}
	
a:hover{
	text-decoration:none;
	color:inherit;
	}
	
.navegador{
	font-family:"Futura Bk BT";
	font-size:14px;
	}

.parallax-window {
    min-height:1000px;
    background: transparent;
	}

.index{
	font-family:"Geometr415 Blk BT";
	color:#FFF;
	font-size:80px;
	}

.index2{
	font-family: "Futura Md BT";
	color:#FFF;
	font-size:30px;
	}
	
/*NAVBAR*/

.dropdown-menu{
	top:100%;
	min-width:150%;
	padding:0;
	margin:0;
	text-align:left;
	background-color:#732320;
	background-clip: padding-box;
	border:0; 
	border-radius:0;}

.dropdown-item{
	color:#FFF;
	border-top:solid; 
	}

.dropdown-item:hover{
	color: #555;
	background-color:#FFF;
	}





h2{
	color: #000;
	font-family: "Century Gothic";
	text-align:center;
	}

.centrado{
	font-family: "Futura Bk BT";
	color:#262626;
	}
	
.fondo_gris{
	background-color:#F4F5F6;
	}

/*SECCION VARIEDAD DE PRODUCTOS INDEX*/
.p_titulo{
	font-family:"Futura Md BT";
	}
	
.p{
	font-family:"Futura Bk BT";
	}
	
.p, .p_titulo{
	text-align:justify;
	font-size:16px;
	color:#262626;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	}





a.tel_sucursal{
	font-family: "Futura Bk BT";
    text-align:justify;
	font-size:16px;
	color:#262626;
	padding-left:20px;
	padding-right:20px;
	}
	
a.tel_sucursal:hover{
	text-decoration:none;
	color:inherit;
	}

@media (min-width: 1200px) {
.row-uno{
    width: 75%;
    display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;
    }
}

@media (max-width: 767px) {

 .row-uno{
    width: 100%;
    display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;
    }
    
.logo{
	padding-top:15px;
	padding-right:5px;
	}

.contacto{
	padding-top:15px;
	padding-bottom:0px;
	font-size:10px;
	
	}

a.contacto{
	font-size:10px;
	padding-bottom:0px;
	}

.contacto_uno{
	padding-top:10px;
	}
	
.index{
	font-size:40px;
	}

.index2{
	font-size:20px;
	}
	
.parallax-window {
    min-height:800px;
    background: transparent;
	}

.fondo_gris{
	background-size:40%;
	}	

.destacados, .destacados1, .destacados2{
	padding-top:15px;
	}
	
.container_blog{
	padding-top:15px;
	}

.sucursales{
	padding-top:15px;
	}

.sucursales_fondo{
	background-color:#F4F5F6;
	}

.footer{
	background-size:40%;
	}

.logo_footer{
	padding-top:25px;
	}

.p_footer, .p_footer_titulo {
	text-align: center;
	}
	
	
.p_footer_titulo {
	padding-top:30px;
	}
	
}




