* {
  font-family: sans-serif;
  font-size: 13px;
}


html,
body {
  height: 100%;
  background: #FFFFFF;
}

#wraper {
  min-height: 95vh;
  margin: 0 auto;
  padding-bottom: 200px;
}

#push,
#footer {
  height: 60px;
}

.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;

  border: 0;
}

#footer {
  border-top: 1px solid #fafafa;
  padding: 20px;
}

#footer p {
  float: left;
}

#footer .social,
#footer .social img {
  float: right;
}


.header {
  width: 100%;
  text-align: center;
  padding: 0 0 2px 0;
  color: #000;
}



.carousel-control.left,
.carousel-control.right {
  background: none;

}


hr {
  border-bottom: 2px solid rgba(0, 123, 154, 1);
}

.body-head {
  background: rgba(250, 250, 250, 0.16);
  padding: 5px;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 10px;
}

.header-side {
  margin: 10px;
  text-align: center;
}

.medium-side {
  margin-top: 41px;
  text-align: center;
  font-family: "Avenir-Medium";
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

.navbar-side {
  margin-top: 23px;
  text-align: center;
}

.titulo {
  font-size: 33px;
  text-align: center;
}

.subtitulo,
.subtitulo * {
  font-size: 17px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .titulo,
  .subtitulo,
  .subtitulo * {
    text-align: left;
  }
}



@media screen and (max-width: 767px) {
  .navbar-side {
    margin-top: 40px;
  }
}



.cuadro-tool {
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin: 5px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
}

.email-tipo {
  border: 1px solid #2750b7;
  padding: 2px;
  border-radius: 5px 0 5px 5px;
  text-align: center;
  color: #060606;
  background: #bfc7d2;
}

.email-tipo.flat {}

.email-tipo.html {
  color: #ffffff;
  border-radius: 0 5px 5px 5px;
  background: #1a750a;

}


.email-estado {
  padding: 2px;
  text-align: center;
  color: #000000;
  background: #f3f3f3;
}

.email-estado.pausado {
  color: #fffefe;
  background: #e87a08;
}

.email-estado.pendiente {
  color: #fffefe;
  background: #f1be08;
}

.email-estado.enviado {
  background: #05e821;
  color: #fffefe;
}

.email-estado.no.enviado,
.email-estado.no-enviado {
  background: red;
  color: black;
}

.product-list {
  margin: 20px 0;
  padding: 30px 0;
  width: 100%;
  display: inline-block;
  /*background-image: linear-gradient(to right, #0a0d9e ,#020254);*/
  background-image: linear-gradient(to right, #e3e3e6, #eaeaea);
}

@media screen and (max-width: 767px) {
  .product-list {
    margin-top: 0;
    padding-top: 0;
  }
}

.cuadro-producto {
  background: white;
  border: 1px solid #867f7f;
  padding: 5px 15px 0 15px;
  margin: 15px 15px 30px 15px;
  text-align: center;
  display: inline-block;
  width: 95%;
  min-height: 150px;
  box-shadow: #000000 2px 2px 7px 0px;
  cursor: default;
  overflow: hidden;
}

.cuadro-producto .image {
  height: 200px;
  background-size: cover;
  background-position: center top;
  margin: -5px -15px 0 -15px;
  display: block;
  border-bottom: 1px solid #c3c3c32e;
}

.cuadro-producto:hover .image {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -mos-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  filter: grayscale(0%);
}


.cuadro-producto .nombre {
  padding: 4px;
  font-weight: bold;
  font-size: 17px;
  margin: 10px auto;
  display: block;
  position: relative;
  width: 100%;
}

.cuadro-producto .descripcion {
  min-height: 80px;
  margin: 0;
  font-size: 17px;
}

@media screen and (min-width: 768px) {

  .cuadro-producto .image {
    filter: grayscale(100%);
  }

  .cuadro-producto .nombre {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
  }

  .cuadro-producto:hover .nombre {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
  }


  .cuadro-producto .descripcion {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cuadro-producto:hover .descripcion {
    -webkit-transition: all 10s;
    -moz-transition: all 10s;
    -mos-transition: all 10s;
    -o-transition: all 10s;
    transition: all 10s;

    display: block;
  }
}

.botones-medios {
  width: 100%;
  position: relative;
  margin: 0 10px;
  left: -10px;
  float: left;
  height: 30px;
}

.btnContratar {
  position: absolute;
  right: -15px;
  margin: 0;
  height: 30px;
  padding-top: 8px;
  text-decoration: none;
  width: 50%;
  border: 0;
  border-radius: 0;
  background: #0e0eb1;
  color: white;
  font-weight: bold;
  background-image: linear-gradient(to right, #03610b, #31ad08);
  ;
}

.btnPreguntar,
.btnPreguntar:hover {
  padding: 18px;
  border-radius: 0;
  background: #26943e;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 150px;
  margin: 10px auto;
}


.compra {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  padding: 10px;
  background: #fbfbfb;
  margin: 5px 0;
}


.btn-abm-flag {
  width: 27px;
  height: 27px;
  text-align: center;
  color: white;
  padding: 7px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  background: gray;
  cursor: pointer;
}

.btn-abm-flag.fa-check {
  background: green;
}

.btn-abm-flag.fa-times {
  background: red;
}





/*EXPRESS-SALES*/

#express-sales #buscando {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

#express-sales .ventas {
  min-height: 280px;
}

#express-sales .ventas .venta {
  border: 4px solid blue;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 4px;
}

#express-sales .ventas .venta .item {
  border: 1px solid #b2b2bf;
  padding: 4px;
  background: #3c3c42;
  color: white;
}

#express-sales .ventas .venta .fecha-hora {
  width: 100%;
  margin: 0;
}

#express-sales .footer-express {
  font-size: 8px;
  width: 100%;
  text-align: center;
}

#express-sales .footer-express p,
#express-sales .footer-express b {
  font-size: 8px;
}


/*EXPRESS-PAY*/

#express-pay #captionBar {
  width: 100%;
  color: black;
  z-index: 2;
  position: relative;
}

#express-pay .aprobado .contenido {
  padding: 20px;
  min-height: 100px;
  border: 2px solid #1fd409;
  border-radius: 4px;
  display: inline-block;
}

#express-pay .footer-express {
  font-size: 8px;
  width: 100%;
  text-align: center;
}

#express-pay .footer-express p,
#express-pay .footer-express b {
  font-size: 8px;
}

.contact-whatsapp {
  font-size: 52px;
  color: #0bb908;
  background: #ffffff;
  padding: 0 10px;
  border-radius: 15px 0;
  position: fixed;
  bottom: 30px;
  right: 5px;
  z-index: 1;
  height: 60px;
}

.contact-whatsapp .icono {
  font-size: 52px;
  color: #0bb908;
  top: -5px;
  position: relative;
}

/*VIDEO DEL HOME*/

.header-principal {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.header-v {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.header-principal .content {
  max-width: 70%;
  /*padding-left: 1rem;*/
  /*padding-right: 1rem;*/
  margin: auto;
  text-align: center;
}

.header-principal .header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.header-principal .header-video video {
  min-width: 100%;
  min-height: 100%;
}

.header-principal .header-overlay {
  height: 100vh;
  width: 100%;
  /*width: 100vw;*/
  position: absolute;
  top: 0;
  left: 0;
  background: #303952;
  z-index: 1;
  /*opacity: .85;*/
  opacity: .05;
}

.header-principal .header-content {
  z-index: 2;
}

@media (max-width: 960px) {
  .header-principal .content {
    padding: 0 3rem 0 3rem;
  }
}

@media screen and (min-width: 768px) {
  .header-principal.list-products {
    margin-bottom: -230px;
    z-index: 0;
  }
}

.header-principal.list-products .header-v,
.header-principal.list-products .header-video,
.header-principal.list-products .header-overlay {
  height: 50vh;
}

@media screen and (max-width: 767px) {

  .header-principal.list-products .header-v,
  .header-principal.list-products .header-video,
  .header-principal.list-products .header-overlay {
    height: 30vh;
  }

  .header-principal.list-products {
    margin-bottom: -30px;
    z-index: 0;
  }
}

.header-portfolio {
  color: #0db1e2;
}


.titulo-portfolio {
  font-size: 20px;
  margin: 10px 5px;
  font-weight: bold;
  color: #1c55bd;
}

.descripcion-portfolio {
  font-size: 15px;
  color: #6d6d6f;
}

.chosen-container.chosen-container-single {
  width: 100% !important;
}



.modal .modal-dialog.modal-dialog-centered {
  height: 100%;
  align-content: center;
}