body{
  font-family: 'Roboto', sans-serif;
  color: #5d5d5d;
}

header .top{
  background: #1c2746;
  min-height: 50px;
  color: white;
}

header .top .info_empresa{
  text-align: center;
  padding: 13px 0px;
}

header .top .info_empresa a{
  color: white;
  padding: 5px;
}

header .top .info_empresa span{
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 500;
}

header .top .info_empresa i.fa-phone{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  font-size: 20px;
  vertical-align: text-bottom;
}
.margen-19 {
  margin-left: 19px;
}
#card-box,
#oxxo-box {
  display: none;
}
#r-pass-btn {
  margin-top: 10px;
  background-color: #62273D;
  color: white;
}
header .mi_cuenta{
  text-align: center;
  padding: 5px 0px;
}

header .mi_cuenta ul{
  padding: 0;
  margin: 0;
  display: inline-block;
}

header .mi_cuenta ul a{
  color: white;
}

header .mi_cuenta ul a li{
  list-style: none;
  display: inline-block;
  padding: 5px;
}

header .mi_cuenta ul a li.active{
  border: 1px solid white;
  font-weight: 500;
}

header .mi_cuenta .dropdown{
  display: inline-block;
}

header .mi_cuenta .nav-link{
  color: white;
  font-weight: 500;
  padding: 5px 25px 10px 0px;
}

header .mi_cuenta .dropdown-menu{
  left: -5px !important;
  min-width: 290px;
  transform: translate3d(-40px, 40px, 0px) !important;
  background: #f6f6f6;
  border-radius: 0px;
  padding: 20px 15px 15px 15px !important;
  top: 13px !important;
}

header .mi_cuenta .dropdown-toggle::after{
  display: none;
}

header .mi_cuenta form .form-control{
  border-radius: 0px;
  height: 50px;
}

header .mi_cuenta form input::placeholder{
  color: #b7b7b7;
}

header .mi_cuenta form input{
  font-size: 14px;
}

header .mi_cuenta form input::placeholder{
  font-size: 14px;
  font-style: italic;
}

header .mi_cuenta form button[type="submit"]{
  background: #7d2a3c;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 10px 25px;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
}

header .mi_cuenta form button[type="submit"]:hover {
  background: #fff;
  border: 1px solid #7d2a3c;
  border-radius: 0px;
  color: #7d2a3c !important;
}

header .mi_cuenta .dropdown-menu form a{
  color: #7d2a3c;
  font-size: 15px;
  text-decoration: underline;
  margin-right: 15px;
  font-weight: 600;
}

header .mi_cuenta .dropdown-menu form .form-group{
  margin-bottom: 10px;
}

header .mi_cuenta .dropdown-menu form .form-group:nth-child(2){
  margin-bottom: 0px;
}

header .mi_cuenta .dropdown-menu form label{
  font-size: 15px;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

header .mi_cuenta .dropdown-menu form label span{
  display: block
}

header .mi_cuenta .dropdown-menu form .dropdown-divider{
  border-top: 1px solid #d1d1d1;
}

header .mi_cuenta .dropdown img{
  vertical-align: baseline;
  width: 16px;
}

nav .navbar-collapse{
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  background: #1c2746;
  position: absolute;
  width: 100%;
  top: 56px;
  z-index: 2;
  left: 15px;
}

nav .nav-item{
  font-weight: 500;
  color: #ffffff !important;
  text-align: center;
  margin: 0 10px;
  padding: 15px 0px;
  border-bottom: 1px solid white;
}

.navbar-light .navbar-toggler{
  color: transparent;
  border-color: unset;
  padding: 4px 4px;
  border-radius: 0px;
}

.navbar-light .navbar-toggler:hover{
  background: #797979;
}

.navbar-light .navbar-toggler:hover span{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.sub .entrega_domicilio{
  text-align: center;
}
button.btn-noticias {
  background: #7e2b3e;
  border: 1px solid #7e2b3e;
  border-radius: none;
  color: #fff;
}
button.btn-noticias:hover {
  background: #fff;
  color: #7e2b3e;
}
.sub .entrega_domicilio a{
  margin-top: 10px;
  background: #7d2a3b;
  color: white;
  border-radius: 0px;
  font-size: 12px;
  padding: 5px 8px;
  float: left;
  text-align: left;
  position: relative;
}

.sub .entrega_domicilio a {
  color: white !important;
}

.sub .entrega_domicilio a::after{
  content: '';
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #7d2a3b;
  bottom: 0px;
  right: -10px;
  position: absolute;
  transform: scaleX(-1) rotate(180deg);
}

.sub .entrega_domicilio a::before{
  content: '';
  width: 0px;
  height: 0px;
  border-top: 0px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 10px solid #7d2a3b;
  top: 0px;
  right: -10px;
  position: absolute;
}

.sub .entrega_domicilio i{
  font-size: 25px;
  margin-right: 5px;
  vertical-align: top;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.sub .entrega_domicilio span{
  vertical-align: sub;
}

.sub .logo{
  text-align: center
}

.sub .logo a img{
  width: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sub .carrito_compras{
  text-align: center
}

.sub .carrito_compras a{
  float: right;
  color: #7d2a3b;
}

.sub .carrito_compras span{
  vertical-align: bottom;
}

.sub .carrito_compras a img{
  width: 30px;
  margin-top: 10px;
}

.slider .carousel .prev_container span, .slider .carousel .next_container span{
  vertical-align: sub;
}

.slider .carousel .prev_container, .slider .carousel .next_container{
  padding: 15px 5px;
  background: #1c2746;
}

section.nosotros{
  background: #1c2746;
  position: relative;
}

section.nosotros::after{
  content: '';
  background: #1c2746;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.nosotros .titulo{
  color: white;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
}

section.nosotros .subtitulo{
  /*font-family: 'Roboto Slab', serif;*/
  font-family: inherit;
  color: white;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 400;
}

section.nosotros p.text{
  color: white;
  text-align: center;
  font-size: 16px;
}

section.nosotros button{
  background: #1c2746;
  color: white;
  border-radius: 0px;
  border: 1px solid white;
  font-size: 14px;
  padding: 12px 25px;
  font-weight: 500;
  margin-bottom: 35px;
}

section.nosotros button:hover {
  background: #7d2a3b;
  border: 1px solid #7d2a3b;
  color: white;
}

section.slider_productos .titulo, section.testimonios .titulo{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  color: #1c2746;
  font-weight: 600;
}

section.slider_productos .subtitulo, section.testimonios .subtitulo{
  /*font-family: 'Roboto Slab', serif;*/
  font-family: inherit;
  font-size: 30px;
  text-align: center;
  margin-bottom: 75px;
  color: #1c2746;
  font-weight: 400;
}

section.slider_productos{
  background: url(../img/background_brain.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0px 70px 0px;
}

section.slider_productos .card,  section.testimonios .card{
  border-radius: 0px;
}

section.slider_productos .card .card-img-top{
  border-radius: 0px;
}

section.slider_productos .card-title{
  color: #5f5f5f;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}

section.slider_productos .card-text{
  color: #5f5f5f;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

div.card img.card-image {
	width: 200px;
	height: 200px;
	position: initial;
	margin: 0 auto;
}

.owl-nav{
  display: none;
}

.owl-dots{
  text-align: center;
  position: absolute;
  top: -40px;
  width: 100%;
}

.owl-dots .owl-dot{
  background: transparent !important;
  width: 15px;
  height: 7px;
  border: 1px solid #1c2746 !important;
  margin-left: 4px;
  margin-right: 4px;
}

.owl-dots .owl-dot.active{
  border: 1px transparent #1c2746 !important;
  background: #1c2746 !important;
  width: 15px;
  height: 7px;
}

.shadow_custom{
  -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.48);
  box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.48);
}

section.como_funciona .titulo{
  font-size: 20px;
  text-align: center;
  margin-top: 40px;
  color: #1c2746;
  font-weight: 600;
}

section.como_funciona .subtitulo{
  /*font-family: 'Roboto Slab', serif;*/
  font-family: inherit;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #1c2746;
  font-weight: 400;
}

section.como_funciona ul li{
  list-style: none;
  position: relative;
}

.out_border{
  padding: 2px;
  background: white;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #1c2746;
  position: absolute;
  left: 0;
  top: 0px;
}

.number_radius{
  background: #1c2746;
  display: inline-block;
  color: white;
  border-radius: 50%;
  padding: 0px 12px;
  font-size: 25px;
  font-weight: 600;
}

.ol_text{
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  margin-bottom: 30px;
  color: #797979;
}

#productos-filtros h5 {
	color: #1c2746;
}

ul.filtros-lista {
	padding-left: 0 !important;
}

div.dropdown button.btn-block {
	border: 1px solid #ccc;
    border-radius: inherit;
}

li.page-item {
	margin-right: 5px;
}

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    cursor: auto;
    background-color: #1c2746;
    border: 1px solid #1c2746;
    margin: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #1c2746;
    background-color: #fff;
    border: 1px solid #1c2746;
}

.pr-info {
	-webkit-box-shadow: 0px 1px 7px 3px rgba(179,175,179,0.93);
	-moz-box-shadow: 0px 1px 7px 3px rgba(179,175,179,0.93);
	box-shadow: 0px 1px 7px 3px rgba(179,175,179,0.93);
}

section.como_funciona ul{
  margin: 0;
  padding: 0;
}

section.como_funciona .embed-responsive{
  margin-bottom: 40px;
}

section.testimonios{
  background: url(../img/background_bubbles.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0px 70px 0px;
}

section.testimonios .card::before{
  content: '\f10d';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 15px;
  text-decoration: none;
  font-size: 50px;
  position: absolute;
  color: #1c2746;
}

section.testimonios .card .top_image{
  text-align: center;
  padding: 20px 0px 10px;
}

section.testimonios .card .top_image img{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: inline-block;
}

section.testimonios .card .top_image p{
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 15px;
  color: #5f5f5f;
  font-size: 19px;
}

section.testimonios .card .card-body a{
  display: flex;
  justify-content: center;
  color: white;
  margin-top: 10px;
  font-weight: 500;
  font-size: 19px;
}

section.testimonios .card .card-body a:hover, section.testimonios .card .card-body a:active{
  color: white;
}

section.testimonios .card .card-body .card-text{
  color: white;
  font-style: italic;
  font-size: 16px;
  text-align: center;
}

section.testimonios .card .card-body i{
  margin-top: 8px;
  margin-left: 5px;
  font-size: 12px;
}

section.testimonios .card .card-body{
  background: #797979;
  padding-bottom: 10px;
}

section.encuentra_distribuidor{
  background: #7e2b3e;
  color: white;
}

section.encuentra_distribuidor h1{
  /*font-family: 'Roboto Slab', serif;*/
  font-family: inherit;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}

section.encuentra_distribuidor a {
  border: 1px solid white;
  border-radius: 0px;
  color: white;
  border-radius: 0px;
  border: 1px solid white;
  font-size: 14px;
  padding: 12px 25px;
  font-weight: 500;
}

section.encuentra_distribuidor a:hover, section.encuentra_distribuidor a:active{
  background: #1c2746;
  border: 1px solid #1c2746;
  color: white;
}

section.encuentra_distribuidor a i{
  margin-right: 3px;
}

section.encuentra_distribuidor .content{
  padding: 25px 0px;
  text-align: center
}

footer{
  background: #1c2746;
  padding: 40px 0px 0px 0px;
}

footer .politicas, footer .copyright{
  display: inline-block;
  text-align: center;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
}

footer .copyright{
  margin-bottom: 25px;
}

footer .politicas ul{
  padding: 0;
  color: white;
}

footer .politicas ul li a, footer .politicas ul li a:hover, footer .politicas ul li a:active{
  color: white;
}

footer .politicas ul li{
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}

footer .bottom .copyright label{
  color: #858da2;
}

footer .top .logo_blanco{
  width: 250px;
  margin-top: 0px;
  margin-bottom: 50px;
}

footer .top .titulo{
  font-size: 21px;
  margin-top: 0px;
  margin-bottom: 23px;
  color: #ffffff;
  font-weight: 600;
}

footer .top p{
  color: #858da2;
  font-size: 14px;
}

footer .top .contacto p{
  margin-bottom: 5px;
}

footer .top .enlaces a{
  display: block;
  font-size: 14px;
  color: #bec1ca;
  margin-bottom: 8px;
  border-bottom: 1px solid white;
  padding-bottom: 9px;
  position: relative;
}

.btn-login {
  background-color: #7e2b3e;
  color: white;
}
.btn-login:hover {
  background: #571d2a;
  color: white !important;
}

footer .top .enlaces a i{
  position: absolute;
  right: 0;
  top: 5px;
}

footer .top .enlaces a span{
  margin-left: 5px;
}

footer .top ul{
  padding: 0;
  margin-bottom: 23px;
}

footer .top ul li{
  color: #858da2;
  font-size: 14px;
  list-style: none;
  margin-bottom: 10px;
}

footer .top ul li i{
  font-size: 18px;
  margin-right: 5px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  vertical-align: text-top;
}

footer .top input[type="text"]{
  background: #1c2746;
  border: 1px solid #858da2;
  padding: 12px 10px;
  width: 69%;
  color: #858da2;
  border-radius: 0px;
  margin-right: 2px;
}

footer .top button[type="submit"]{
  background: #1c2746;
  border: 1px solid white;
  padding: 14px 10px 13px;
  color: white;
  font-size: 14px;
  border-radius: 0px;
  font-weight: 500;
  vertical-align: bottom;
  width: 28%;
}

footer .top input[type="text"]::placeholder{
  color: #858da2;
  font-style: italic
}

footer .bottom{
  padding: 0px 0px 5px;
}

footer .top .container_logo_blanco{
  text-align: center;
}

footer .top .footer_section_2, footer .top .footer_section_3, footer .top .footer_section_4, footer .top .footer_section_5{
  margin-bottom: 50px;
}

footer .top .footer_section_5 .titulo{
  margin-bottom: 15px;
}

.nosotros_logos{
  background: #f6f6f6;
  padding: 70px 0px;
}

.nosotros_logos h2{
  /*font-family: 'Roboto Slab', serif;*/
  font-family: inherit;
  font-size: 30px;
  text-align: center;
  color: #1c2746;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}

.nosotros_logos .image_container .food_img{
  width: 300px;
}

.nosotros_logos .image_container .kenya_img{
  width: 120px;
}

.nosotros_logos .image_container .salud_img{
  width: 180px;
}

.nosotros_logos .image_container .sat_img{
  width: 70px;
}

.nosotros_logos .image_container .image_content{
  display: flex;
  justify-content: center;
}

.nosotros_logos .image_container .food_img,
.nosotros_logos .image_container .kenya_img,
.nosotros_logos .image_container .salud_img{
  margin-bottom: 50px;
}

section.subheader {
  background: url(../img/moleculas.jpg);
  padding: 120px 0px 0px;
  background-position: top;
  background-size: cover;
}

section.subheader h1{
  /*font-family: 'Roboto Slab', serif;*/
  font-family: inherit;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}

section.subheader .breadcrumb{
  background: transparent;
  color: white;
  padding-left: 0;
  font-size: 14px;
}

section.subheader .breadcrumb-item.active{
  color: #a7a7a7;
}

section.nosotros_contenido{
  padding: 70px 0px 50px 0px;
}

section.mapa_sitio_contenido{
    padding: 70px 0px 50px 0px;
  }

section.aviso_privacidad_contenido{
    padding: 70px 0px 50px 0px;
  }

section.terminos_condiciones_contenido{
    padding: 70px 0px 50px 0px;
  }

  section.preguntas_frecuentes_contenido{
    padding: 70px 0px 50px 0px;
  }

  section.preguntas_frecuentes_contenido h2{
    font-size: 20px;
    color: #1c2746;
}

.text-theme{
  color: #5f5f5f;
  font-size: 15px;
  line-height: 25px;
}

.theme-button {
  background: #7d2a3c;
  color: white;
}
.theme-button:hover{
  background: #640619;
  color: white;
}

.featured-news {
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
}

.text-secondary-color{
  color: #7d2a3b;
}

section.nosotros_contenido .img_doctor_aceves{
  margin-bottom: 30px;
}

section.nosotros_contenido h2{
  font-size: 22px;
  margin-bottom: 20px;
  color: #606060;
}

section.nosotros_contenido ul{
  padding: 0px;
}

section.nosotros_contenido ul li{
  list-style: none;
  margin-bottom: 20px;
}

section.mapa_sitio_contenido ul{
    padding: 0px;
  }

  section.mapa_sitio_contenido ul li{
    list-style: none;
    margin-bottom: 20px;
  }

section.contacto_contenido, section.noticias_contenido, section.distribuidores_contenido{
  padding: 75px 0px 50px 0px;
}

section.contacto_contenido .form-group input,
section.contacto_contenido .form-group select{
  border-radius: 0px;
  height: 50px;
  font-size: 15px;
}

section.contacto_contenido .form-group textarea{
  border-radius: 0px;
  font-size: 14px;
}

section.contacto_contenido form input::placeholder, section.contacto_contenido form textarea::placeholder{
  font-size: 16px;
  font-style: italic;
  color: #b7b7b7;
}

section.contacto_contenido form button[type="submit"]{
  background: #7d2a3c;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 500;
  width: 175px;
}

section.contacto_contenido form button[type="submit"]:hover {
  background: #fff;
  border: 1px solid #7d2a3c;
  color: #7d2a3c;
}

section.contacto_contenido h2{
  font-size: 22px;
  margin-bottom: 18px;
  color: #1f2940;
  font-weight: 600;
}

section.contacto_contenido ul{
  padding: 0;
}

section.contacto_contenido ul li{
  list-style: none;
  margin-bottom: 15px;
}

section.contacto_contenido ul li i{
  font-size: 20px;
  vertical-align: text-bottom;
}


section.crear_cuenta_contenido {
    padding: 30px 0px;
}


section.crear_cuenta_contenido .form-group input,
section.crear_cuenta_contenido   .form-group select{
  border-radius: 0px;
  height: 45px;
  font-size: 14px;
}

section.crear_cuenta_contenido form button[type="submit"]{
  background: #5F5F5F;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 10px 25px;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
}

section.crear_cuenta_contenido h2{
  font-size: 22px;
  margin-bottom: 18px;
  color: #1f2940;
  font-weight: 600;
}

section.crear_cuenta_contenido ul{
  padding: 0;
}

section.crear_cuenta_contenido ul li{
  list-style: none;
  margin-bottom: 10px;
}

section.crear_cuenta_contenido ul li i{
  font-size: 20px;
  vertical-align: text-bottom;
}

section.mi_cuenta_contenido {
    padding: 30px 0px;
}


section.mi_cuenta_contenido .form-group input,
section.mi_cuenta_contenido .form-group select{
  border-radius: 0px;
  height: 45px;
  font-size: 18px;
  color:#a7a7a7;
  font-style: oblique;
}

section.mi_cuenta_contenido form button[type="submit"]{
  background: #5F5F5F;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 10px 25px;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
}

section.mi_cuenta_contenido h2{
  font-size: 22px;
  margin-bottom: 18px;
  color: #606060;
  font-weight: 600;
}

section.mi_cuenta_contenido ul{
  padding: 0;
}

section.mi_cuenta_contenido ul li{
  list-style: none;
  margin-bottom: 10px;
}

section.mi_cuenta_contenido ul li i{
  font-size: 20px;
  vertical-align: text-bottom;
}

.invertir_posicion{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

section #mapa_contacto{
  height: 455px;
}

section #mapa_distribuidores{
  height: 480px;
  margin-left: -15px;
  margin-right: -15px;
}

/* .form-group input[type="checkbox"]{
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
} */

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #7e2b3e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 5px;
}

.form-group input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 1px;
  width: 10px;
  height: 10px;
  background: #7e2b3e;
}

section.noticias_contenido .noticias_categorias .form-group{
  margin-bottom: 5px;
}

section.noticias_contenido .noticias_categorias .form-group label:hover{
  color: #7e2b3e;
}

section.noticias_contenido .noticias_categorias h2,
section.noticias_contenido .noticias_destacadas h2,
section.noticias_contenido .noticias_boletin h2,
section.distribuidores_contenido .distribuidores_categorias h2{
  font-size: 21px;
  font-weight: 600;
  color: #1d2744;
}

section.noticias_contenido .noticias_destacadas ul{
  padding: 0;
}

section.noticias_contenido .noticias_destacadas ul a li{
  list-style: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

section.noticias_contenido .noticias_destacadas ul a li i{
  font-size: 14px;
}

section.noticias_contenido .noticias_boletin input{
  width: 65%;
  height: 50px;
  font-size: 14px;
  border-radius: 0px;
  display: inline-block;
}

section.noticias_contenido .noticias_boletin button{
  width: 30%;
  padding: 13px 10px 14px 10px;
  font-size: 14px;
  background: #7d2a3c;
  color: white;
  border-radius: 0px;
  vertical-align: top;
  font-weight: 500;
}

section.noticias_contenido .titulo{
  font-weight: 600;
  font-size: 20px;
  color: #5f5f5f;
}

section.noticias_contenido .noticias_fecha,
section.noticias_contenido .noticias_usuario,
section.noticias_contenido .noticias_tag{
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  font-weight: 500;
  color: #aaaaaa;
}

section.noticias_contenido .noticia_item a{
  background: #7d2a3c;
  color: white;
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: 500;
  width: 100px;
}

section.noticias_contenido .noticia_item a:hover {
  background: #fff;
  border: 1px solid #7d2a3c;
  color: #7d2a3c;
}

.pagination-theme li:last-child a{
  color: white;
  border-radius: 0px;
  background: #1c2746;
  padding: 13px 18px;
  margin-left: 15px;
  font-size: 16px;
}

.pagination-theme li:first-child a{
  color: white !important;
  border-radius: 0px;
  background-color: #1c2746 !important;
  padding: 13px 18px;
  margin-right: 15px;
  font-size: 16px;
}

.pagination-theme li a,
.pagination-theme li span{
  font-size: 20px;
  padding: 10px;
  border: 1px solid transparent;
}

.pagination-theme li a{
  font-weight: 600;
  color: #aaaaaa;
  margin: 0px 5px;
}

.pagination-theme .page-item:last-child .page-link{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-theme .page-item:first-child .page-link{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-theme .page-item.active .page-link{
  z-index: 1;
  color: #1c2746;
  background-color: #ffffff;
  border-color: #1c2746;
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
}

.page-link:hover{
  color: #1c2746;
  background-color: #ffffff;
  border-color: #1c2746;
  padding: 10px;
}

.page-link:focus{
  box-shadow: unset;
}

.container_pagination{
  display: flex;
  justify-content: center;
}

section.distribuidores_contenido .distribuidores_categorias .titulo{
  font-weight: 600;
  font-size: 20px;
  color: #5f5f5f;
}

.distribuidores_items .distribuidor_item .distribuidor_nombre{
  font-weight: 500;
  font-size: 21px;
  color: #5f5f5f;
}

.distribuidores_items .distribuidor_item ul.distribuidor_datos{
  padding: 0;
}

.distribuidores_items .distribuidor_item ul.distribuidor_datos li{
  list-style: none;
  margin-bottom: 8px;
  color: #5f5f5f;
}

section.mapa .filtros_distribuidores select{
  border-radius: 0px;
  height: 50px;
}

.input_theme{
  border-radius: 0px;
  height: 50px;
  font-size: 16px;
}

.search-container{
  position: relative;
}

nav .search-container button{
  padding: 13px 15px 11px 15px;
  background: #c1c1c1;
  border-radius: 0px;
  margin-left: -5px;
  margin-top: -4px;
}

nav .search-container input{
  height: 50px;
  margin: 15px 0px;
  width: 70%;
  padding: 10px;
}

nav .search-container button i{
  color: #1c2746;
}

footer .bottom .hidden_bar{
  display: none
}

.slider_producto_item {
    /* position: absolute; */
    /* right: 170px; */
    width: 441px;
    /* background: rgba(255, 255, 255, 0.80); */
    padding: 20px;
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
    margin: 0 auto;
    padding: 30px 20px;
}

.slider_producto_button{
  margin-bottom: 20px;
}

.slider_producto_button a{
  background: #7d2a3c;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 15px 35px;
  margin-top: 10px;
  font-weight: 500;
  width: 175px;
}

.slider_producto_titulo{
  width: 230px;
  /*font-family: 'Roboto Slab', serif;*/
  font-family: inherit;
  color: #7d2a3b;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 400;
}

.slider_producto_descripcion {
  margin-bottom: 30px;
  display: inline-block;
  font-size: 16px !important;
}

.slider_producto_imagen{
  width: 29%;
  display: inline-block;
  position: relative;
}

.slider_producto_detalles{
  display: inline-block;
  width: 70%;
}

.slider_producto_imagen img{
  width: 140px;
  position: absolute;
  top: unset;
  bottom: 0;
}

@media (min-width: 990px) {

  header .top .info_empresa{
    float: left;
    text-align: left;
  }

  header .mi_cuenta{
    float: right;
    text-align: right;
  }

  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: rgb(255, 255, 255) !important;
    background: #797979;
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: rgb(255, 255, 255) !important;
    background: #797979;
  }

  .slider .carousel .prev_container, .slider .carousel .next_container{
    padding: 25px 10px;
    background: #1c2746;
  }

  section.slider_productos{
    padding: 50px 0px 70px 0px;
  }

  .owl-dots .owl-dot{
    width: 35px;
    height: 8px;
  }

  .owl-dots .owl-dot.active{
    border: 1px transparent #1c2746 !important;
    background: #1c2746 !important;
    width: 35px;
    height: 8px;
  }

  .owl-dots{
    position: absolute;
    top: -85px;
    right: 0;
    left: 50%;
    margin-left: -50px;
    text-align: unset;
    width: 129px;
  }

  section.slider_productos .subtitulo,  section.testimonios .subtitulo{
    margin-bottom: 110px;
  }

  .number_radius{
    padding: 0px 15px;
    font-size: 35px;
  }

  .ol_text{
    margin-left: 75px;
    margin-bottom: 40px;
  }

  section.encuentra_distribuidor h1{
    margin-right: 50px;
    vertical-align: middle;
  }

  footer .copyright {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 50%;
    float: left;
  }

  footer .politicas {
    width: 50%;
    float: right;
  }

  .shop-acordion-header {
    color: #7d2a3b !important;
  }

  .sub .entrega_domicilio a{
    font-size: 15px;
  }

  .sub .entrega_domicilio span{
    vertical-align: baseline;
  }

  header .mi_cuenta .dropdown-menu{
    left: -335px !important;
    min-width: 480px;
  }

  header .mi_cuenta form button[type="submit"]{
    width: unset;
    float: right;
  }

  /* header .mi_cuenta .container_session{
    height: 55px;
  }

  header .mi_cuenta .container_session a{
    display: inline-block;
    margin-top: 25px;
  } */

  header .mi_cuenta .dropdown-menu form label span{
    display: inline-block;
  }

  header .mi_cuenta .dropdown-menu form label{
    margin-top: 10px;
  }

  .nosotros_logos .image_container .food_img,
  .nosotros_logos .image_container .kenya_img,
  .nosotros_logos .image_container .salud_img{
    margin-right: 70px;
    margin-bottom: 0px;
  }

  .ver-producto {
    position: absolute;
    left: 15%;
    top:25%;
    width: 70%;
    background: #7d2a3c;
    color: white;
    border-radius: 0%;
  }
  .ver-producto:hover {
    background: #571d2a;
    color: white !important;
  }

  #card-image {
    margin-top: 20px;
  }

  ul#new-information li{
    display: inline;
    margin-left: 20px;
  }

  .nosotros_logos .image_container, .nosotros_logos .h2_container{
    line-height: 100px;
  }

  .nosotros_logos .image_container .image_content{
    display: inline-block;
  }

  .nosotros_logos h2{
    text-align: left;
  }

  section.subheader {
    padding: 120px 0px 0px;
  }

  section.nosotros_contenido, section.contacto_contenido, section.noticias_contenido, section.crear_cuenta_contenido, section.mi_cuenta_contenido{
    padding: 70px 0px 50px 0px;
  }

  section.nosotros_contenido .img_doctor_aceves{
    margin-bottom: 60px;
  }

  section.noticias_contenido .noticia_item a{
    width: 200px;
  }

  section.noticias_contenido .noticias_fecha, section.noticias_contenido .noticias_usuario, section.noticias_contenido .noticias_tag{
    margin-right: 30px;
  }

  .text-theme{
    color: #5f5f5f;
    font-size: 16px;
  }

  section #mapa_distribuidores{
    margin-left: 0px;
    margin-right: 0px;
  }

  nav .nav-item{
    color: #1c2746 !important;
    padding: 10px 0;
  }

  nav .navbar-collapse {
      background: white;
      position: unset !important;
  }

  .nav-item input{
    position: absolute;
    top: 55px;
    right: -15px;
    height: 60px !important;
    width: 680px !important;
    padding: 0px 20px;
    margin: 0px !important;
  }

  .nav-item form{
    position: relative;
  }

  nav .search-container button{
    background: #ffffff;
    margin: 0;
  }

  nav .search-container:hover button{
    background: #797979;
  }

  nav .search-container:hover button i{
    color: white;
  }

  footer .bottom .hidden_bar{
    display: inline-block;
  }

  footer .politicas ul li{
    width: unset;
    margin-right: 8px;
    margin-left: 3px;
    margin-bottom: 0px;
  }

  footer .bottom .copyright label{
    float: left;
  }

  footer .politicas ul{
    float: right;
  }

  .container_pagination{
    display: flex;
    justify-content: flex-end;
  }

  footer i.mdi-facebook {
  	font-size: 20px;
  }

  div.distribuidores_categorias input[type="checkbox"],
  div.noticias_categorias input[type="checkbox"] {
  	display: none;
  }

  .noticias_contenido .pagination {
  	float: right;
  }

  .sub .carrito_compras a img {
    width: 35px;
  }

  nav .search-container button{
    padding: 8px 10px 10px 10px;
  }

  .slider_producto_item{
    position: absolute;
    right: 170px;
    width: 441px;
    background: rgba(255, 255, 255, 0.80);
    padding: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    left: 50%;
  }

  .slider_producto_titulo{
    width: unset;
  }

  .slider_producto_imagen img{
    bottom: unset;
    top: -100px;
    width: 180px;
  }

  .slider_producto_descripcion {
    font-size: 18px !important;
  }

}

@media (min-width: 990px) and (max-width: 1198px) {

  .nosotros_logos .image_container .food_img,
  .nosotros_logos .image_container .kenya_img,
  .nosotros_logos .image_container .salud_img{
    margin-right: 28px;
  }

}


#nombre_ejemplo{
    color: #1f2940;
}

a{
    color: #606060;
    text-decoration: none;
    background-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #606060;
    background-color: #E0E0E0;
}

#orden{
    font-weight:bold;
    padding-left: 10px;
}

#fecha{
color: #a7a7a7;
padding-left: 10px;
float: right;
}

#ver_detalle{
color: #75112a;
font-weight:bold;
font-size: 14px;
padding-left: 10px;
float: right;
}

@media (min-width: 394px) and (max-width: 970px){

    #item2{
        border: hidden;
    }
  }

  @media (min-width: 394px) and (max-width: 1024px){

    .row {
        margin-left: 0px;
    }

  }

  @media (min-width: 394px) and (max-width: 1024px){

    #fila {
        margin-top: 70px;
    }

  }

  @media (min-width: 394px) and (max-width: 1024px){

    #ver_detalle, #fecha {
       float: left;
    }

  }

  @media (min-width: 769px) and (max-width:991px){

  #combo {
    flex: none;
    max-width: none;
   }
}

.form-group {
    margin-bottom: 0;
}

#regresar{
  background: #5F5F5F;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 10px 25px;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
}

#correo_confirmacion{
  background: #7e2b3e;
  border-radius: 0px;
  color: white;
  font-size: 14px;
  padding: 10px 25px;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
}

#referencia{
   background-color: #F6F6F6;
   padding-bottom: 10px;
   margin-bottom: 20px;
   height: 140px;
}

#titulos{
    margin-top: 15px;
}

#resumen{
    color: #1f2940;
    font-weight:bold;
}

#tab{
    margin-bottom: -10px;
}

#fecha_detalle{
    color: #565555;
    font-weight:bold;
}

#peso_pedido{
    color: #1f2940;
    font-weight:bold;
    font-size: 20px;
}

.table{
    margin-bottom: 0;
}

#item{
    border: hidden;
}

#item4{
    font-weight:bold;
    color: #606060;
}


#item6{
    border: hidden;
}

#hr{
    margin-top: -1rem;
}
.form-group {
    margin-bottom: 20px;
}

#item5{
    text-align: right;
}

@media (min-width: 394px) and (max-width: 970px){

    #item5{
        text-align: left;
    }
  }

  .page-link {

    color: #606060;
    border: none;
}

#item3{
    color: #606060;
    font-weight:bold;
}

#item6, #item7{
    text-align: right;
}

#card-faq{
    border:none;
}

@media (min-width: 394px) and (max-width: 970px){

    #item6, #item7{
        text-align: left;
    }
  }

#headingOne, #headingTwo, #headingThree{
    background-color: white;
    padding-left: 0px;
}

#a, #b {
    padding-left: 30px;
}

@media (min-width: 394px) and (max-width: 994px){

    #a, #b{
        padding-left: 0px;
    }
  }

.btn-info {
    background-color: #1c2746;
    border-color: #1c2746;
}

.btn-info:hover {
    color: #fff;
    background-color: #7e2b3e;
    border-color: #7e2b3e;
}