.navbar{
	z-index: 999;
	position: fixed !important;
	width: 100%;
}
.navbar-brand {
    font-size:40px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-shadow {
   box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);
   -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.2);

}
.home-title{
	font-size: 36px;
    font-family: Arial Black;
    font-weight: 700;
    text-align: center;
}
#carouselExampleFade{
    top:76px;
}
.carousel-caption{
	display: block;
	opacity: 1;
	/*-webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;*/
}
.carousel-caption h5{
	font-size: 5vw;
}
.carousel-caption p{
	font-size: 4vw;
}
.carousel-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;*/
  background-color: #0000007a;
}
.carousel-hover:hover{
	background-color: #0000007a;
}
.carousel-indicators li{
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.8),0 6px 20px 0 rgba(0,0,0,0.19);
    background-color: rgba(255,255,255,.2);
}
.carousel-control-prev {
    left: 0;
    font-size: 30px;
    transform: scaleY(3);
}
.carousel-control-next {
    right: 0;
    font-size: 30px;
    transform: scaleY(3);
}
.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    font-size: .8rem;
    line-height: 100%;
    padding: 0.375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 40%);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}
.bg-primary {
    background-color: #007bff!important;
}
.bg-danger {
    background-color: #dc3545!important;
    color: #fff!important;
}
.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}
.ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px;
}
.ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 26px;
    width: 160px;
}
.ribbon-wrapper.ribbon-mg {
    height: 100px;
    width: 100px;
}
.ribbon-wrapper.ribbon-mg .ribbon {
    right: 0;
    top: 20px;
    width: 140px;
}
.text-lg {
    font-size: 1.25rem!important;
}
.text-mg {
    font-size: 0.8rem!important;
}
.contacto{
	width: 100%;
	background-color: #364878;
	color:#FFF;
}
.header_contacto{
	margin-top: 20px;
}
#promociones{
	padding-top: 110px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 2px;
}
table.dataTable > tbody > tr> td:nth-child(1){
	background-color: #fff;
}
.dataTables_filter, .dataTables_filter >label{
	width: 100%;
}

.dataTables_wrapper .dataTables_filter input {
 float: right;
 width: 50%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding:0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: none !important;
	background:none !important;
}
#quienes_somos{
    margin-top:40px;
}
#quienes_somos h2, #quienes_somos p {
    text-align: right;
}
.quienes_somos_title {
    padding-top: 40px;
}
#productos{
    margin-top:80px;
}
#img_modal{
    margin-top: 30px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 15; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 80px !important;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.precio{
    font-size: 22px;
    color: #333;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    letter-spacing: 2px;
    font-style: italic;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    width: 90%;
    top: 20px;
    bottom: 0px;
    top: auto;
    font-weight: bold;
    padding: 0 0 2px 2px;
    /* text-align: center; */
    height: auto;
    background-color: #fff;
    /* box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%); */
    font-family: Myriad Pro,Arial;
    
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.dropdown-item {
    padding: 0.15rem 1rem;
  }
.carousel-caption {
    top: 70px;
    bottom:auto;
}




/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
@media (max-width: 768px) 
{
    .carousel {
        padding-top:77px;
    }
    .carousel-caption {
    top: 0px;
    bottom: auto;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel-control-next, .carousel-control-prev {
        top: 53px;
    }
    .img-responsive{
        width: 100%;
    }
    #promociones {
        padding-top: 10px;
    }
    #productos {
    margin-top: 15px;
    }
    .ribbon-wrapper.ribbon-mg {
    height: 80px;
    width: 80px;
    }
    .ribbon-wrapper.ribbon-mg .ribbon {
        right: 0;
        top: 12px;
        width: 115px;
    }
    .text-mg {
        font-size: 0.6rem!important;
    }


}