/*@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,400;0,500;0,600;0,800;1,400;1,500;1,700;1,800&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
  font-size: 1.5em;
}

.search {
    width: 40px;
    height: 40px;
    margin: 5px auto 0;
    background-color: #242628;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.search-box {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #fff;
    padding: 20px 100px 20px 45px;
    font-size: 40px;
}

.search-button {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px;
    cursor: pointer;
}

.search.open {
    width: 420px;
}

.search.open:before {
    height: 60px;
    margin: 20px 0 20px 30px;
    position: absolute;
}

.search-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #00FEDE;
    display: block;
    position: relative;
    margin-left: 5px;
    transition: all 0.5s ease;
}

search:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: relative;
    background-color: #00FEDE;
    transition: all 0.5s ease;
}

.search-icon:before {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 30px;
    display: block;
    background-color: #00FEDE;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}


a{
    color:#3483fa;
}

.pointer{
    cursor:pointer;
}

.colorlib-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url(../img/loading.gif) center no-repeat #FFFFFF;*/
    background: #FFFFFF;
}


/* Breadcumb */
.breadcrumb {
  float: left;
  background: 0 0;
  border-radius: 0;
  margin-bottom: 0;
  /* padding: 12px 0 13px; */
  width: auto;
}

.breadcrumb > li > a {
  float: left;
  line-height: 15px;
  color: #842321;

  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.breadcrumb > li + li:before {
  line-height: 14px;
  padding: 0 0 0 2px;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 12px;
  float: left;
  width: 20px;
  text-align: center;
  color: #842321;
  margin-top: 1px;
}

.breadcrumb > li {
  line-height: 15px;
  float: left;
  font-size: 15px;
  width: auto;
}

/* Navbar */
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar {
  margin-bottom: 0px;
}

.navbar-inverse {
  background: #0a0a0a;
  background: #15161d;
}

.navbar-inverse .navbar-nav > li > a {
  color: white;
  letter-spacing:0;
}

.navbar-inverse .navbar-toggle {
  border-color:transparent;    
}

.social-part {
    padding:5px 0 5px 0;
    color: white;
    /*letter-spacing: 2px;*/
    font-size: 14px;
}

.social-part .fa{
    padding-right:20px;
    font-size:18px;
}


/* Index */


.barraSuperior {
  background-color: #000000;
  color: #262626;
}

.well {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 0%;
  border: 1px solid #DBE0E4;
  background-color: #F5F5F5;
  box-shadow: none;
}

.btn-whatsapp{
    font-size:1.5em;
    top:40%;
    position: absolute;
    text-align:right; 
    padding-right:100px;
    width:100%;
    text-shadow: 15px 8px 15px black;
    font-family: Oswald;
    /*z-index:2;*/
}


.txtWhatsapp{
    top:45%;
    position: absolute;
    text-align:right; 
    padding-right:10%;
    width:100%;
}

.txtWhatsapp a{
    background-color:#51C45F;
    text-decoration:none;
    color:white;
    text-shadow: 15px 8px 15px black;
    font-family: Oswald;
    font-size:1.2em;
    padding:5px;
    border-radius:5px;
}

.txtWhatsapp a > label{
    border-right:1px solid rgb(255, 255, 255, .5);
    padding:5px;
}

.txtContactanos{
    font-size:1.5em;
    top:35%;
    position: absolute;
    text-align:right; 
    padding-right:10%;
    width:100%;
    color:white;
    text-shadow: 15px 8px 15px black;
    font-family: Oswald;
}


.txtUbicacion{
    top:94%;
    position: absolute;
    text-align:right; 
    padding-right:25px;
    width:100%;
    color:white;
    text-shadow: 10px 8px 10px black;
    font-size:1.2em;
}

label {
  font-weight: 500;
}

.txtHorario h6 {
  font-size: 1.4em;
}

.content-producto {
  height: 440px;
}

.area-producto{
     /*border: 1px solid #DBE0E4;*/
     padding:10px;
     height:100%;
}





.h-100 {
  height: 100% !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.pl-10 {
  padding-left: 10px;
}

.titular{
    font-size:12px;
    font-weight:500;
}

p .clear-x{
 margin: 0 0 2px;
}
.list-productos{

    font-weight:700;
}
.list-productos-detalles{
    color:#999;
    margin-bottom: 0;
     font-weight:400;
}

.list-producto-precio{
    text-transform:uppercase;
    font-weight:500;
     color:#999;
}

.ver-mas{
  color: #842321;
  text-transform: uppercase;
  font-weight:700;
  font-size:1em;
}

/* ==================== */
/* INFO DE PRODUCTOS */
/* =================== */
.text-alert{
 color: #a94442;   
}

/* ==================== */
/* CARRITO DE COMPRAS */
/* =================== */
.carrito_subtotal {
  font-size: 1.2em;
}

.sweet-alert button.cancel {
  background-color: #0088cc;
}

.tituloCarritoCompra {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #842321;
}

.tituloDetalles {
  font-size: 12px;
   font-weight: 400; 
  color: #666;
  margin-bottom: 0;
}

.tituloObservacion {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-bottom: 0;
}

.list-productos{
    margin-bottom: 0;
}

.tituloPrecio{
color: #666;
}
.item-producto {
  vertical-align: middle;
  text-align: center;
}

.img-producto {
  height: auto;
  max-width: 100%;
}

.area-producto figure{
  margin : 2px;
}
/* ---------   Botones   & colores --------- */
.btn-color-primary {
  background: #009ddf;
  color: white;
}

.btn-null{
    background:transparent;
    color:#DE3E44;
    vertical-align: middle;
    border: 1px solid transparent;
}

.btn-color-primary:hover {
  background: #008bc5;
  color: white;
}

.btn-color-secondary {
  background: #8a2624;
  color: white;
}

.btn-color-secondary:hover {
  background: #5c1918;
  color: white;
}

.btn-outline-default {
  color: white;
  font-size: 1em;
}

.color-primary{
    color:#8a2624;
}

.btn-label{
    position:relative;
    padding-left:44px;
}

.btn-label .label-icon{
  position: absolute;
  width: 32px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff1a;
  border-right: 1px solid #ffffff1a;
  font-size: 16px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
   -webkit-box-pack: center;
}


.btn-group .btn {
  font-size: 0.75em;
  font-weight: 700;
}

.backColor {
  background: #842321;
  color: white;
}

.titulo-producto {
  color: #842321;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  /* padding-top: 5px; */
}

.info-titulo-producto {
  font-size: 2em;
  color: #842321;
  font-weight: 700;
}

.info-titulo-precio {
  font-size: 1.5em;
  /* color: ; */
}

.titulo-precio {
  font-size: 22px;
  font-weight: 700;
}

.form-control {
  font-weight: 500;
  border: 1px solid #dbe0e4;
  border-radius: 2px;
}




.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border-radius: 4px;
}

.panel-default {
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
  
}

.panel-secondary>.panel-heading {
    color: #842321;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
   /*border-color: blue;*/
}

.panel-secondary{
    /*background-color: none;*/
   
}

.panel-body.cuerpoCarrito {
    padding: 0 64px 0 64px ;
}

.panel-body.sumaCarrito{
    padding: 0 64px 0 64px ;
}

.panel-footer.cabeceraCheckout{
    margin-top:10px;
    margin-bottom:10px;
    padding: 0 64px 0 64px ;
}

.panel-body {
  padding: 10px 15px;
}

.content-shopping-cart{
    padding-bottom: 10px;
}

/* ---------      --------- */
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}

.input-group-addon {
  /* padding: 5px; */
  /* font-size: 10px; */
  font-weight: 500;
  line-height: 1;
  color: #2c3e50;
  text-align: center;
  background-color: white;
  border: 1px solid #dce4ec;
  border-radius: 2px;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  /*height: 40px;*/
  border-radius: 3px;
}

.form-control,
.input-group .input-group-addon {
  color: #454545;
  background: #fff;
  border-color: #dbe0e4;
}

.nav-tabs {
  border-bottom: 1px solid rgb(238, 238, 238);
  font-weight: 700;
  /* font-size: 1.1rem; */
}

.nav-tabs>li {
  position: relative;
  top: 3px;
  left: -2px;
}

.nav-tabs>li>a {
  border: none !important;
  color: #999 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:active,
.nav-tabs>li>a:focus {
  background-color: transparent !important;
}

.nav-tabs>li>a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #2196F3;
  bottom: 2px;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.nav-tabs>li>a .material-icons {
  position: relative;
  top: 7px;
  margin-bottom: 8px;
}

.nav-tabs li.active a {
  color: #222 !important;
}

.nav-tabs li.active a:hover,
.nav-tabs li.active a:active,
.nav-tabs li.active a:focus {
  background-color: transparent !important;
}

.nav-tabs li.active a:before {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-tabs+.tab-content {
  padding: 15px 0;
}

.nav-tabs.tab-col-red>li>a:before {
  border-bottom: 2px solid #F44336;
}

.nav-tabs.tab-col-pink>li>a:before {
  border-bottom: 2px solid #E91E63;
}

.nav-tabs.tab-col-purple>li>a:before {
  border-bottom: 2px solid #9C27B0;
}


/* -------------- Paginacion  -------------- */


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: white;
    cursor: default;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.22857143;
    color: #007bff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


textarea {
  resize: none;
}

.mb-xs {
  margin-bottom: 0.25rem !important;
}

.line {
  border: 1.2px dashed #0088cc;
  background: #e5f3f9;
}

.col {
  border: 1.4px dashed rgb(215, 17, 59);
}

.line-1 {
  border: 1px solid #272822;
}

/* ==================================== */
/* Perfil                               */
/* ==================================== */

.dir-list-item{
 padding: 20px 20px;
 border: 1px solid #eee;
 border-radius: 4px;
}



/* MEDIDAS  */

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

/* MEDIA QUERY & RESPONSIVE DESIGN */

@media screen and (max-width: 640px) {
  .barraSuperior {
    font-size: 11px;
  }
}



/* Default banner */
.banner {
  position: relative;
  width: 100%;
  height: 20rem;
  padding: 0 5%;
  overflow: hidden;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, .3);
}
/* Default image container */
.banner .background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /*transform: translate3d(0, 0, 0) scale(1.25);*/
  background-size: cover;
  background-position: 50% 65%;
}
.banner h1 {
  color: #EEE;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 .5rem black;
  padding-top: 100px;
}
.banner p {
  font-size: 1.4em;
  font-weight: 700;
  color: #EEE;
  text-shadow: 0 0 .5rem black;
}
@media (min-width: 320px) and (max-width: 480px) {
  .banner {
    height: 15rem;
  }
  .banner h1 {
    font-size: 1.2em;
    font-weight: 700;
    padding-top: 80px;
  }
  .banner p {
    font-size: 1em;
    padding-left: 10px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner {
  }
  .banner p {
    padding-left: none;
  }
}
