.delice_visa{
	display: none;
}
.slider_home{
    display: block;
}
.slider_home_movil{
    display: none;
}
#carousel-example-generic {
    margin: 0px auto;
    width: 100%;
}
#carousel-custom {
    margin: 0px auto;
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 5px 0px;
    overflow: auto;
    position: static;
    text-align: center;
    white-space: nowrap;
    width: 100%; 
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    height: 100px;
    width: auto;
    display: block;
    opacity: 0.5;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 0.75;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}


.alert {
    padding: 15px;
	text-align: center;
	font-size: 16px;
}
.alert.success {background-color: #4CAF50;color: white;}
.alert.info {background-color: #2196F3;color: white;}
.alert.warning {background-color: #ff9800;color: white;}
.alert.danger {background-color: #c9302c;color: white;}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 50px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

/*modal alert index tamaño*/
.alert_cesta{
	width: 60%;
	left: 20%;
}
.modal_lista_productos{
	max-width: 1280px;
	width: 70%;
	left: 15%;
}
.home_productos{	
	width:10.8%;
	height: auto;
	float:left;
    margin: 0.8%;
    font-weight: 600;
    text-align: center;
}
.home_productos > a  {
    text-decoration: none;
    color: #333;
}
.home_productos >  a > img {
    padding: 0.5%;    
    border-radius: 5%;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    display: flex;
    width: 100%;
    height: calc(100% - 60px);/*<-- Yo puse 60px porque más o menos es lo que mide la altura del título, pero tú coloca un número de pixeles que se ajuste*/
    object-fit: contain;
    
}
.home_productos:hover{
	border-radius: 5%;
	background-color:#B8B8B8;
	filter:  alpha(opacity=50);
}
.home_productos > a > img:hover {
    -webkit-transform:scale(0.80);
    -moz-transform:scale(0.80);
    -ms-transform:scale(0.80);
    -o-transform:scale(0.80);
    transform:scale(0.80);
}
.home_productos >  a > h2 {
    padding: 2px;
    margin: 0;
    border-radius: 5%;
    font-size: 14px;
    font-weight: 600;
}

.modelo_index{	
	width:16.4%;
	height: auto;
	padding:0%;
	float:left;
	margin:0.1%;
	font-size:15px;
	color:#000012;
	border: 1px solid #ddd;
	border-radius: 5%;
}
.modelo_index > p{
	margin-top:2%;
	font-family: "Cabin", Tahoma, sans-serif, Arial;
	background-color: #666;
}		
.modelo_index:hover{
	border-radius: 5%;
	background-color:#B8B8B8;
	filter:  alpha(opacity=50);
}
.modelo_index > td > a > img {
    align-content: center;
    vertical-align: middle;
    width: 100%;
    max-height: 300px;
    margin: auto;
    border-radius: 5%;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}
.modelo_index > td > a > img:hover {
    -webkit-transform:scale(0.80);
    -moz-transform:scale(0.80);
    -ms-transform:scale(0.80);
    -o-transform:scale(0.80);
    transform:scale(0.80);
}
.modelo_index > td > a > h3 {
    margin: 0;
    font-size: 15px;
}
.imagen_padre{
	margin:0px auto;
}
.imagen_padre > img{
    height: auto;
    width: auto;
    vertical-align:middle;  
}
.img_nav>a>img{
	width: 150px;
	border-radius: 12px;
	margin-right: 32px;
}
.busqueda{
    margin-top: 10px;
    margin-right: 5px;
    width: 250px;
    height: 40px;
    padding: 6px 6px;
    font-size: 14px;
    border-radius: 8px;
    }
.content{
	position: relative;
	margin-top: auto;
	overflow: hidden;
}
  .affix {
      top: 0;
      width: 100%;
	  z-index: 2;
      /*z-index: 9999 !important;*/
  }

  .affix + .container-fluid {
      padding-top: auto;
	  overflow: hidden;
  }
.link_menu{
	display: none;
	overflow: hidden;
}
.logo_pc{
    display: block;
    position: relative;
    float: left;
    padding: 5px 0px 0px 25px;
    
}
.logo_mobile{
    display: none;
}
.navbar{
	margin-bottom: 0px;
	background-color: #151515;
	border-radius: 0px;	border: none;
}
.navbar-default{
	width: 100%;
	z-index: 1;
	border-color: #151515;
	background-color: #000;
	margin-top: 0px;
	min-height: 50px;
	height: 100px;
}
.panel{
	width: 100%; padding: 0 1px;
	overflow: hidden;
	margin-bottom: 0px;
}
.panel-body{
	width: 100%; padding: 0 1px;
	margin-bottom: 0px;
}
.panel-left{
	width: 18%;
	padding: 1%;
	float: left;
}
.contenido_principal{
	width: 80%;
	float: left;
	
}
.modal-dialog {
	width: 100%;
    height: auto;
	overflow: hidden;
    background-color: #151515;
}
.modal_mostrar_left{
    width: 48%;
    float: left;
}
.modal_mostrar_left >div>div>div>div>img{
    width: 100%;
} 
.modal_mostrar_right{
    width: 48%;
    float: right;
    height: auto;
	overflow-y: scroll;
    padding: 15px;
    border: none;
    color: #000;
    display: block;
    background-color: #ffff;
}
.modal_mostrar_right>div{
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
    height: auto;
    word-wrap: break-word;
    
}


/*Iconos navbar Redes Sociales*/
.facebook{
	width: auto;
	height: 30px;
	opacity: 9;
}
/*Iconos close modal*/
.closemodal {
    font-size: 30px;
    text-align: center;
    float: right;
	color: #000;
}
.closemodal:hover {
	opacity: 0.9;
	color: #ccc;
}
/*Texto modal ver produtos*/
.titulo{
	width: 90%;
	text-align: center;
	margin: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none; color: #fff;
	padding: 5px;
	font-size: 22px;
	text-transform: uppercase;
	background-color: #151515;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}
.tarea_texto{
	text-align: center;
	border: none;
	color: #151515;
	padding-top: 10px;
	background-color: #fff;
	font-size: 16px;
}
.texto_marca{
	width: auto;
	text-align: left;
	border: none;
	color: #fff;
	background-color: #151515;
	font-size: 16px;
}

/*texto en el carrousel h3*/
.slider{
	font-size: 25px;
	color: #000;
}
.slider_p{
	font-size: 14px;
	color: #000;
}
/*CSS Menu navbar superior*/
.divider{
	display: none;
	}
.navbar-nav{
	color: #000;
	
}
.navbar-nav>li>a{
	color: #fff;
	border-bottom: 1px solid #847155;
	border-radius: 12px;
	
}.navbar-nav>li>a:hover{
	color: #151515;
	border-radius: 12px;
	border: 1px solid #847155;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	width: 98%;
	margin-left: 1%;
}

.navbar-default .navbar-nav>li>a {
  width: auto;
}

.mega-dropdown {
  position: static !important;
  width: 100%;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
	list-style: none;	
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
	border-bottom: 0.5px solid #ddd;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.link_menu{
	display: none;
}
.navbar-collapse{
	margin-bottom: 0.2%; 
	margin-top: 0.2%;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ecdbff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ecdbff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ecdbff;
  background-color: #297fb8;
	font-size: 12px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ecdbff;
  background-color: #297fb8;
	font-size: 12px;
}
.navbar-default .navbar-toggle {
  border-color: #297fb8;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #297fb8;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ecdbff;
}
.promo_navbar{
		display: block;
	}
.dropdown-menu{
	width: 800px;
	margin-left: -50px;
}
@media (max-width: 767px) { 
#carousel-custom {
    margin: 0px auto;
    width: 100%;
}
#carousel-custom .carousel-indicators {
    align-content: center;
    text-align: center;
}     
#carousel-custom .carousel-indicators li img {
    height: 50px;
}    
.delice_visa{
	display: block;
	text-align: center;
	font-size: 18px;
}   
.slider_home{
	display: none;
} 
.slider_home_movil{
    display: block;
    width: 100%;
}    
/*Iconos close modal*/
.modal-header .close {
    margin-top: -2px;
    font-size: 30px;
    margin-left: 98%;
    float: right;
}
/*modal alert index tamaño*/
.alert_cesta{
	width: 100%;
	left: 0%;
	top: 50px;
}	
.modal_lista_productos{
	max-width: auto;
	width: 100%;
	left: 0%;
}	
/*Texto modal ver produtos*/
.titulo{
	width: 100%;
	text-align: center;
	margin: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: none; color: #fff;
	padding: 5px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #151515
}
.tarea_texto{
	text-align: center;
	border: none;
	color: #151515;
	background-color: #fff;
	font-size: 14px;
}
.texto_marca{
	width: auto;
	margin-left: 0px;
	float: none;
	text-align: left;
	border: none;
	color: #fff;
	padding-top: 15px;
	background-color: #151515;
	font-size: 14px;
}
.home_productos{	
	width:38%;
	height: auto;
	float:left;
    margin: 2% 6%;
    font-weight: 600;
    text-align: center;
}
.home_productos > a  {
    text-decoration: none;
    color: #333;
}
.home_productos >  a > img {
    padding: 0.5%;    
    border-radius: 5%;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    display: flex;
    width: 100%;
    height: calc(100% - 60px);/*<-- Yo puse 60px porque más o menos es lo que mide la altura del título, pero tú coloca un número de pixeles que se ajuste*/
    object-fit: contain;
    
}
.home_productos:hover{
	border-radius: 5%;
	background-color:#B8B8B8;
	filter:  alpha(opacity=50);
}
.home_productos > a > img:hover {
    -webkit-transform:scale(0.80);
    -moz-transform:scale(0.80);
    -ms-transform:scale(0.80);
    -o-transform:scale(0.80);
    transform:scale(0.80);
}    
.modelo_index{
	width:49%;
	padding-left:0.5%;
	padding-right:0.5%;
	padding-top:0%;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:2%;
	position: relative;
}
.modelo_index > p{
	margin-top:0.5%;
	text-align:center;
	position: absolute;
}	
.modelo_index > td > img {
	width: 100%;
    max-height: 150px;
}

.panel{
	max-width: 100%; padding: 0px;
	margin: 0;
}
.panel-body{
	width: 98%; padding: 0%;
	margin: 0%;
}	
.modal-dialog {
    background: #000051;
    width: 100%;
	padding: 0px;
	margin: 0px;
}
.modal_mostrar_left{
    width: 100%;
    float: none;
}
.modal_mostrar_right{
    width: 100%;
    margin-right: 1%;
    float: none;
}   
.img_nav{
	margin-left: 1%; 
	margin-right: 0%;
    margin-top: 10px;
	border-radius: 12px;
}
.img_nav>a>img{
	width: 120px;
    margin-right: 15px;
}
.busqueda{
    margin-top: 10px;
    width: 100px;
    height: 36px;
    padding: 5px 2px;
    font-size: 14px;
    border-radius: 8px;
    }   
.content{
	margin-top: 0px;
}
.modal-header .close {
    margin-top: -2px;
	margin-bottom: -15px;
	padding-bottom: 0px;
    font-size: 50px;
    text-align: center;
    margin-left: 47%;
    float: left;
	color: #fff;
}
.modal-header .close:hover {
	opacity: 0.9;
	color: #ccc;
}	
	
/*texto en el carrousel h3*/
.slider{
	font-size: 12px;
	padding: 0;
    margin-bottom: -3px;
}
.slider_p{
	font-size: 10px;
	margin-bottom: -20px;
	padding: 0;
}
.link_menu>i{
	font-size: 35px;
	right: 40px;
	margin-top: 2%;
}	
.link_menu:hover{
	text-decoration: none;
}
.logo_pc{
    display: none;
    padding-top: 0px;
    padding: 0px
}
.logo_mobile{
    display: block;
}    
.navbar-default{
	margin-top: -52px;
}
.navbar-collapse{
	margin-bottom: 0%; 
	margin-top: 0%;
}
.navbar-nav>li>.dropdown-menu {
	max-height: 400px;
	overflow-y: auto;
}	
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ecf0f1;
	
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ecdbff;
	border: 1px solid #ddd;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ecdbff;
background-color: #000;
}
	.promo_navbar{
		display: none;
	}
	.dropdown-header {
		display: none;
	}
	.divider{
		display: block;
		padding: 0.5px 0px;
		margin: 0px;
	}
.link_menu{
    width: 40px;
	display: block;
    margin-left: 85%;
	margin-top: -45px;
	text-decoration: none;
	color: #fff;
    text-align: center;
}
}
