/*body{margin-top:20px;
background:#eee;
}*/

/*panel*/
.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-color:#eff2f7 ;
    font-size: 16px;
    font-weight: 300;
}

.panel-title {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Ropa Sans';
}

/*product list*/

.prod-cat li a{
    border-bottom: 1px dashed #d9d9d9;
}

.prod-cat li a {
    color: #3b3b3b;
}

.prod-cat li ul {
    margin-left: 30px;
}

.prod-cat li ul li a{
    border-bottom:none;
}
.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
    background: none;
    color: #ff7261;
}

.pro-lab{
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list img{
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i{
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color:#fc5959 ;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a, .pro-price{
    color:#fc5959 ;
}

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}


/* Producto */

.zoom-thumbs {
  width: 95%;
  margin: auto;
}
.zoom-thumbs .swiper-slide img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zoom-thumbs .swiper-slide:hover img {
  opacity: 0.5;
}
.zoom-thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 0.5;
}


/* Brands and corporations */

.brand-slider {
  /*border-top: 1px solid #ececec;*/
  padding-top: 50px;
}
.brand-slider .brand-slider-item img {
  /*filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all 300ms linear;*/
  transition: all 300ms linear;
  margin: auto;
  opacity: 0.7;
}
.brand-slider .brand-slider-item:hover img {
  /*filter: none;
  -webkit-filter: grayscale(0);*/
  opacity: 1;
}



/* Header Nosotros */

/*.page-area-nosotros {
  position: relative;
}

@media (max-width: 767px) {

  .page-area-nosotros .slider-content {
    padding: 200px 0;
  }

}*/


.header-bg {
  background: url(/static/img/login/tierra-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 0 100px;
}
.header-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0.8) none repeat scroll 0 0;
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  .header-bg {
    background-attachment: fixed;
    padding: 60x 0 30px;
  }
}

/* header productos*/
.header-pr {
  /*background: url(../../../liquorstore/images/bg_2.jpg);*/
  background: url(../liquorstore/images/bg_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 120px 0 60px;
}
.header-pr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0.8) none repeat scroll 0 0;
}
@media (min-width: 1025px) {
  .header-pr {
    background-attachment: fixed;
  }
}

/* header productos*/
.header-productos {
  background: url(/static/img/productos/header_productos.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 0 100px;
}
.header-productos::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0.8) none repeat scroll 0 0;
}

@media (min-width: 1025px) {
  .header-productos {
    background-attachment: fixed;
  }
}

/* header productos*/
.header-producto {
  /*background: url(../../../liquorstore/images/bg_2.jpg);*/
  background: url(/static/img/login/tierra-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 175px 0 60px;
}
.header-producto::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0.8) none repeat scroll 0 0;
}

@media (min-width: 1025px) {
  .header-producto {
    background-attachment: fixed;
  }
}

.header-nosotros {
  background: url('/static/img/nosotros/background_nosotros-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 700px 0 60px;
}
.header-nosotros::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0) none repeat scroll 0 0;
}
@media (min-width: 1025px) {
  .header-nosotros {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  .header-nosotros {
    background-attachment: fixed;
    padding: 300px 0 60px;
  }
}


.header-capacitaciones {
  background: url(../img/capacitaciones/background_capacitacion-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 700px 0 60px;
}
.header-capacitaciones::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0) none repeat scroll 0 0;
}
@media (min-width: 1025px) {
  .header-capacitaciones {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  .header-capacitaciones {
    background-attachment: fixed;
    padding: 300px 0 60px;
  }
}



.header-soporte {
  background: url(../img/soporte/background_soporte-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 700px 0 60px;
}
.header-soporte::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0) none repeat scroll 0 0;
}
@media (min-width: 1025px) {
  .header-soporte {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  .header-soporte {
    background-attachment: fixed;
    padding: 300px 0 60px;
  }
}




.header-proyectos {
  background: url(../img/proyectos/background_proyectos-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 700px 0 60px;
}
.header-proyectos::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0) none repeat scroll 0 0;
}
@media (min-width: 1025px) {
  .header-proyectos {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .header-proyectos {
    background-attachment: fixed;
    padding: 300px 0 60px;
  }
}

.header-arriendos {
  background: url(/static/img/login/tierra-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-height: 250px;
  padding: 150px 0 60px;
}

.header-arriendos::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0.8) none repeat scroll 0 0;
}

@media (min-width: 1025px) {
  .header-arriendos {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .header-arriendos {
    background-attachment: fixed;
    padding: 300px 0 60px;
  }
}


.reviews-capacitaciones1 {
  background: url(../img/capacitaciones/ejemplo_capacitacion_1.jpeg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.reviews-capacitaciones2 {
  background: url(../img/capacitaciones/ejemplo_capacitacion_4.jpeg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.promos {
  padding-top: 20px;
  padding-bottom: 40px;
}

.promos-last {
  padding-bottom: 80px;
}


/* whatsapp */

img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius:100px !important;
}

img.btn-whatsapp:hover{
border-radius:100px !important;
-webkit-box-shadow: 0px 0px 30px 0px rgba(7, 94, 32, 1);
-moz-box-shadow: 0px 0px 30px 0px rgba(7, 94, 32, 1);
box-shadow: 0px 0px 30px 0px rgb(7, 94, 32, 1);
transition-duration: 0.5s;
}

/* articulos */

.size-articulos-relacionados img {
  max-width: 100%;
  height: 300px;
}

.area-relacionados-padding {
  padding: 0px 0px 80px;
}


.alert-group>.alert:first-child:not(:last-child){
   -webkit-border-top-left-radius:5px;
   -webkit-border-top-right-radius:5px;
   -webkit-border-bottom-right-radius:0;
   -webkit-border-bottom-left-radius:0;
      -moz-border-radius-topleft:5px;
      -moz-border-radius-topright:5px;
      -moz-border-radius-bottomright:0;
      -moz-border-radius-bottomleft:0;
           border-top-left-radius:5px;
           border-top-right-radius:5px;
           border-bottom-right-radius:0;
           border-bottom-left-radius:0;
   margin-bottom:0
}
.alert-group>.alert:not(:first-child):not(:last-child){
   -webkit-border-radius:0;
      -moz-border-radius:0;
           border-radius:0;
   border-top:0;
   margin-bottom:0
}
.alert-group>.alert:last-child:not(:first-child){
   -webkit-border-top-left-radius:0;
   -webkit-border-top-right-radius:0;
   -webkit-border-bottom-right-radius:5px;
   -webkit-border-bottom-left-radius:5px;
      -moz-border-radius-topleft:0;
      -moz-border-radius-topright:0;
      -moz-border-radius-bottomright:5px;
      -moz-border-radius-bottomleft:5px;
           border-top-left-radius:0;
           border-top-right-radius:0;
           border-bottom-right-radius:5px;
           border-bottom-left-radius:5px;
   border-top:0
}


/* login */

/* header login*/
.header-login {
  background: url(/static/img/login/tierra-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*width: 100%;*/
  padding: 150px 0 80px;
}
.header-login::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 124, 199, 0.8) none repeat scroll 0 0;
}
@media (min-width: 1025px) {
  .header-login {
    background-attachment: fixed;
  }
}


.user_card {
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  background: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;

}

.form_container {
  margin-top: 20px;
}

#form-title{
  color: rgb(19, 124, 199);

}

.login_btn {
  width: 100%;
  background: #33ccff !important;
  color: white !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login_container {
  padding: 0 2rem;
}
.input-group-text {
  background: rgb(19, 124, 199) !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

#messages{
  background-color: grey;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
}




.header-image
{
    /*max-width: 100%;*/
    min-height: 200px;
    /*width: 100%;
    background-position: center;*/
    /*position: absolute;*/
    width: 100%; 
    max-height: 400px
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 300px
  width: 50%;
}



.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}


