@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

/* Colores 

vino: #7B2931
gris: #889394



*/


/* ------ BODY ------ */
html, body{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Raleway', sans-serif !important;


}


body a, a:hover, a:active, a:visited{
	text-decoration: none !important;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background: rgba(136, 147, 148,0.8);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:9999;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important; 
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.img-100{
	width: 100%;
	height: auto;
}

.img-clip-circle {
	width: 100%;
	height: auto;
    border-radius: 50%;
	padding: 20px;
  }

.col-centered{
    float: none;
  margin-left: auto;
  margin-right: auto;
}


.mobile-hidde{
  display: block;
}



.cols-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}




/* ------ COL SAME HEIGHT ------ */

	.col-sameheight {
	  display: flex;
  	  flex-wrap: wrap;
	}
	.col {
	  display: flex;
	}




/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


/* ------ NAVBAR ------ */
.navbar {
	z-index: 99999 !important;
	border: none !important;
	-webkit-box-shadow: inset 0px 100px 24px -20px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 100px 24px -20px rgba(0,0,0,0.75);
	box-shadow: inset 0px 100px 24px -20px rgba(0,0,0,0.75);
	max-width: 100% !important;
	
}


.navbar-nav li a{
	color: #ffffff;
	font-weight: 300 !important;	
	font-size: 18px;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	padding: 20px 15px !important;
	font-family: 'Oswald', sans-serif !important;
}



.nav>li>a {
    
}

.navbar-color .nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff !important;
	position: relative;
	top:-4px;
	font-weight: 700 !important;
	
}

.navbar .navbar-brand{
	float: none !important;
}

.navbar-header{
	background-color: rgba(255,255,255,0.75);
	padding: 10px;
}

.navbar .navbar-brand img{
	width: 250px;
	height: auto;
	padding: 0px 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.navbar-brand {
    height: 0px;
    padding: 0px !important;
}


.navbar .navbar-brand img:hover{

}

.navbar ul{
	margin: 0 !important;
  padding: 0 !important;
}


.navbar li{
	margin-top: 0px !important;
}



.nav>li>a:focus, .nav>li>a:hover {
	color: #ffffff;
	font-weight: 300;
	background-color: transparent !important;
}


.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
}

.scrolled{
    transition: 0.5s;
    background-color: rgba(31,44,48,0.5);
	  height: 80px !important;
}


.scrolled.navbar .navbar-brand img{
	width: 60px;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 0px;
}



.navbar-toggle .icon-bar{
	border-color: #ffffff;
	background-color: #ffffff;
}


.dropdown-menu {
   background-color: rgba(123, 41, 49,1.00) !important;
	
}
.dropdown-menu>li{
   margin: 0 !important;
   border-bottom: thin solid #FFFFFF;
}

.dropdown-menu>li>a {
  color: #ffffff !important;
	padding: 10px 20px !important;
}

.dropdown-menu>li>a:hover {
	font-weight: bold !important;
	background-color: #000000 !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    color: #ffffff !important;
}


@media (max-width: 767px) {
	.navbar{
		-webkit-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
		box-shadow: 0px 9px 15px -6px rgba(0,0,0,0.8);
	}
	
	.navbar .navbar-brand img{
		width: 60px;
		height: auto;
		padding-left: 20px;
	}
	
	.scrolled.navbar .navbar-brand img{
		width: 60px;
		height: auto;
		padding-left: 20px;
	}
	
	.navbar li{
	margin-top: 10px;
}
	
	.navbar-nav>li {
		padding-left: 10px !important;
	}
	
	.dropdown-menu, .dropdown-menu>li>a{
		background-color: transparent !important;
	}
}



.telefono{
  color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:1px 40px;
	text-decoration:none;
	background: #fe0a0c; /* Old browsers */
	background: -moz-linear-gradient(left,  #fe0a0c 0%, #8d0991 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fe0a0c 0%,#8d0991 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fe0a0c 0%,#8d0991 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0a0c', endColorstr='#8d0991',GradientType=1 ); /* IE6-9 */
}

.whatsapp{
  color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:1px 40px;
  background-color: #25D366;
}

.whatsapp:hover{
  background-color: #25D366 !important;
}


 .mobile-buttons .telefono{
    display: none;
  } 

 .mobile-buttons .whatsapp{
    display: none;
  } 



@media (max-width: 767px) {
 
  
  .mobile-buttons .telefono{
    display: block;
    color:#FFFFFF;
    font-size:24px;
    font-weight: 700;
    padding:8px 40px;
    text-align: center;
    text-decoration:none;
    background: #fe0a0c; /* Old browsers */
    background: -moz-linear-gradient(left,  #fe0a0c 0%, #8d0991 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #fe0a0c 0%,#8d0991 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #fe0a0c 0%,#8d0991 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0a0c', endColorstr='#8d0991',GradientType=1 ); /* IE6-9 */

    }

  
  .mobile-buttons .whatsapp{
     display: block;
    color:#FFFFFF;
    font-size:28px;
     text-align: center;
    font-weight: 700;
    padding:8px 40px;
    background-color: #25D366;
  }
  
}

/* ------ INDEX SLIDE ------ */

#slides .slide-container{
  height: auto;
  width: 600px;
  padding: 20px 20px 20px 40px;
  position: absolute;
  right:0%;
  top: 50%;
  background-color: rgba(0,0,0,.7);
}


#slides .slide-container .highline{
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	color:rgba(255,255,255,0.9);
	text-align: right !important;
	z-index: 9999 !important;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
	
}

#slides .slide-container .textline{
	font-size: 18px;
	font-weight: 400;
	color:rgba(255,255,255,1);
	text-align: right!important;
	z-index: 9999 !important;
	text-shadow: 2px 2px 5px rgba(150, 150, 150, 1);
	
}

#slides .btn-masinfo{
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:10px 40px;
	text-decoration:none;
	margin-top: 20px;
	float: right;
	background: #fe0a0c; /* Old browsers */
	background: -moz-linear-gradient(left,  #fe0a0c 0%, #8d0991 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fe0a0c 0%,#8d0991 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fe0a0c 0%,#8d0991 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0a0c', endColorstr='#8d0991',GradientType=1 ); /* IE6-9 */
}

#slides .btn-masinfo:hover{
	background-color: #000000;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.cover-opacity{
	max-width: 100%;
	max-height: 100%;
    background: rgba(0,0,0,0.0);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	z-index: 999 !important;
}

@media (max-width: 767px) {
	.productos .productos-block img{
		height: 500px;
	}
	
	#slides .slide-container {
		width: 400px !important;
		left: 2%;
  		top: 50%;
	}
	
	#slides .slide-container .highline{
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
		text-align: center !important;

	}

	#slides .slide-container .textline{
		font-size: 16px;
		line-height: 16px;
		font-weight: 400;
		text-align: center !important;

	}
}


/* ------ INICIO ------ */
.inicio{
  padding: 40px 0px;
}

.inicio h1{
  text-align: center !important;
}

.inicio p{
  text-align: center !important;
  font-size: 18px;
}


/* ------ COTIZA ------ */

.cotiza h3{
  text-align: center !important;
  font-size: 24px;
	font-weight: 700;
}


.cotiza-btns ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.cotiza-btns li{
	padding: 0px;
	display: table;
  align-items: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

.cotiza-btns li a{
	background-color: #CD0303;
	color: #FFF114;
	font-size: 22px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-bottom: 20px;
	-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	
	display:table-cell;
    vertical-align: middle;
	
}

/* ------ PRODUCTOS ------ */

.productos{
	padding: 20px 0px;
}

.productos h1{
	color: #646362;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.095em;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  font-family: 'Oswald', sans-serif !important;
   margin-bottom: 40px;
}


.productos .productos-text-block{
	text-align: center !important;
	font-size: 22px;
	padding: 30px 40px;
	color: #FFFFFF;	
	margin-bottom: 40px;
  background-color: #010062;
  /* 
  background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%);
  background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%);
  background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
  */

}


.productos .productos-block img:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.productos .productos-block .productos-block-img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.productos .productos-block h3{
	font-size: 28px;
	font-weight: 300;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
	font-family: 'Oswald', sans-serif !important;
  color: #000000!important;
  text-align: center !important;
}

.productos .productos-block h3:hover{
  color: #DC0003 !important;
}

.productos .productos-block hr{
	border-bottom: solid 5px #CD0303;
	transform: scale(0.355556);
}


/* ----- CATEGORIAS -----*/
.categorias{
	padding: 60px 0px;
}

.categorias h1{
	color: #646362;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.095em;
	margin-bottom: 30px;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  font-family: 'Oswald', sans-serif !important;
}

.categorias h2{
	color: #010062;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.095em;
}

.categorias-clip-path{
	width: 100%;
	height: 100%;
}

.categorias .categorias-block{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 36px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 36px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 36px 2px rgba(0,0,0,0.3);
}

.categorias .categorias-block p{
	color: #646362;
	text-align: center;
	letter-spacing: 0.095em;
}


.categorias .categorias-imagen-block{
	clip-path: circle(50% at 50% 50%);
}
	
.categorias .categorias-imagen-block .categorias-imagen{
	width: 100%;
	min-height: 100%;
}
.categorias .categorias-imagen-block img:hover{
-webkit-transform: scale(1.2,1.2);
   -moz-transform: scale(1.2,1.2);
   -o-transform: scale(1.2,1.2);
   -ms-transform: scale(1.2,1.2);
   transform: scale(1.2,1.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  cursor:pointer;
}

/* ----- NOSOTROS -----*/
.nosotros{
	padding: 60px 0px;
}

.nosotros h1{
	color: #646362;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.095em;
  font-family: 'Oswald', sans-serif !important;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
  margin-bottom: 40px;
	
}

.nosotros h1 span{
	color: #CD0303;
}

.image-block-wrap{
	overflow: hidden;
	
}

.image-block-wrap img{
	min-height: 100%;
  margin: 0 auto;
  display: table;
}


.color-text-block{
	padding: 40px;
	background-color: #1E1E1E;
	color: #ffffff;
}


.color-text-block h2{
	font-size: 22px;
	color: #CD0303;
	font-weight: 700;
  text-align: center !important;
}

.color-text-block p{
  text-align: center !important;
}




.color-text-block .icon-nosotros{
	width: 150px;
  height: auto;
  padding:  20px;
  margin: 0 auto;
  display: table;
  
}

/* ----- QUIENES SOMOS ----- */
.quienessomos{

}

.quienessomos h1{
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.095em;
}

.quienessomos .color-path{
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background-color: #CD0303;
	padding: 40px 30px;
}

.quienessomos .path-wrap{
	max-width: 80%;
}

.quienessomos p{
	color: #ffffff;
	font-size: 16px;
}


/***** GALERIA *****/
.galeria{
	padding: 40px 30px;
}

.galeria h1,h2{
	text-align: center !important;
}
.galeria p{
	text-align: center !important;
}

.galeria ul {
  padding: 0; }

.galeria li {
  list-style-type: none; }

.galeria ul {
  -webkit-columns: 400px;
     -moz-columns: 400px;
          columns: 400px;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}

.galeria img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* ------- MAP -------*/
.map{
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.map iframe{
	width: 100%;
	height: 450px;
}

/* ------ CONTENIDO -----*/
.contenido{
  padding: 40px 0px;
}

.contenido h1{
  text-align: center !important;
}

.contenido h2{
  text-align: center !important;
  font-size: 24px !important;
}

.contenido h4{
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}



.contenido p{
  text-align: center !important;
  font-size: 18px;
}


/* ------- SEARCH BAR -----*/
.search-bar{
	background-color: #000000;
	padding: 20px 0px;
  margin-top: 30px;
}


.search-bar h4{
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.search-bar .btn-buscar{
	color:#FFFFFF !important;
	border: none !important;
	padding: 0px 20px !important;
	text-shadow: none !important;
	height: 48px;
	font-size:18px;
	font-weight: 700;
	text-decoration:none;
	background: #fe0a0c; /* Old browsers */
	background: -moz-linear-gradient(left,  #fe0a0c 0%, #8d0991 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fe0a0c 0%,#8d0991 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fe0a0c 0%,#8d0991 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0a0c', endColorstr='#8d0991',GradientType=1 ); /* IE6-9 */
}



.results_display p{
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: 700  
}

.results_display .results_check{
  width: 180px;
  height: auto;
  margin-bottom: 10px;
  margin: 0 auto;
  display: table;
}


.btn-telefono{
	padding: 10px 20px;
	font-size:18px;
	font-weight: 700;
	text-decoration:none;
	background: #fe0a0c; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  display: table;
  text-align: center;
}

.btn-telefono a{
  color:#FFFFFF !important;
}


.btn-whatsapp{
  color:#FFFFFF;
	padding: 10px 20px;
	font-size:18px;
	font-weight: 700;
	text-decoration:none;
	background: #25D366; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  display: table;
  text-align: center;
}

.btn-whatsapp a{
  color:#FFFFFF !important;
}






/* ------- PRODUCTOS -----*/

.productos .product-frame{
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	overflow:hidden;
	text-decoration:none;
	cursor: pointer;
	border: 1px solid #c1c1c1;
    padding: 20px 20px 23px;
	
}

.productos .product-frame:hover{
	text-decoration:none;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
}

.productos .product-wrap{
	width:100%;
	height:280px;
	overflow:hidden;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}



.productos .product-wrap .product-image{
	width:100%;
	min-height:100%;
	align-self: center;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.productos .product-wrap .product-image:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}

.productos .product-code{
	color: #CD0303;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif !important;
}

.productos .product-name{
	font-size: 16px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif !important;
}



/* ------ CONTACTO -----*/
.contacto {
 padding: 80px 10px;
  background: url("../../imagenes/fondo-contacto.jpg") no-repeat top center fixed ;
  height: auto;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.contacto h1{
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.095em;
}
.contacto p{
	color: #ffffff;
}



/* ------ FORMS ------ */

form ul{
	list-style:none;
	margin:0;
	padding:0;
}

form li{
	display:list-item;	
	margin-bottom:8px;
	font-size:14px;
	color: #ffffff;
}

form .formGroup{
	margin-bottom:10px;
}

form input, select, textarea{
	width:97%;	
	font-size:12px;
	background-color:#ffffff;	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
  	padding: 8px 0px 8px 8px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: #000000 !important;
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	resize: none;
}
form textarea{
	color: #000000 !important;
}

form .button{
	color:#FFFFFF;
	font-size:18px;
	font-weight: 700;
	padding:10px 40px;
	text-decoration:none;
	margin-top: 20px;
	display: table;
	margin: 0 auto;
	background: #fe0a0c; /* Old browsers */
	background: -moz-linear-gradient(left,  #fe0a0c 0%, #8d0991 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fe0a0c 0%,#8d0991 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fe0a0c 0%,#8d0991 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0a0c', endColorstr='#8d0991',GradientType=1 ); /* IE6-9 */
}


form .button:hover{
	text-decoration:none;
	background-color:#6C6D6F;
	color:#ffffff;
}

form  .txtobligatorios{
	font-size:10px;
	font-weight:normal;
}




/* ------ FOOTER ------ */
footer{
  	background-color: #000000;
  	color: #ffffff;
	height: auto;
  	width: 100%;
	padding: 30px 10px;
	border-top: 5px solid #CD0303;
}


footer .footer-logo{
	width: 80px;
	height: auto;
	margin-bottom: 20px;
}


footer .footer-address p{
	text-align: right !important;
	font-size: 20px;
}

footer .footer-address i{
	margin-right: 10px;
}


footer .footer-address a{
	color:#ffffff;
}

footer .footer-address a:hover{
	color:#ffffff;
	text-decoration: underline !important;
}


footer .footer-access{
	text-align: right !important;
}

footer .footer-access a{
	color: #ffffff;
	text-decoration: underline !important;
}


footer .copyright{
	font-size: 12px;
}


@media (max-width: 767px) {
	 .mobile-hidde{
    display: none !important;
  }
  
  footer .footer-address p{
	  text-align: center!important;
	  font-size: 16px;
  }
  
  .navbar {
    background-color:rgba(0,0,0,0.8);
    z-index: 99999;
  }
  
  .navbar li {
    padding: 0 !important;
    margin-bottom: 5px;
  }
  
  
  .navbar-nav li a{
    color: #ffffff;
    font-weight: 300 !important;	
    font-size: 16px !important;
    padding: 10px 5px !important;
  }
  
  .navbar-collapse{
    background-color:rgba(0,0,0,0.8) !important;
  }

  
}


/* ----- MODAL -----*/
.modal{
	z-index: 999999999999999999 !important;
}

.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
}
.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
}
.modal-content {
	margin: 0 auto;
	width: 80%;
}

.img-promo{
	width: 100%;
	height: auto;
}
