@charset "UTF-8";
.open_cats {
  cursor: pointer;
}

.menu_animate {
  position: fixed;
  width: 100%;
  top: 0;
  left: -100%;
  height: 100vh;
  z-index: 4;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 500ms;
}
.menu_animate:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 1000ms;
}
.menu_animate.active {
  transform: translateX(100%);
}
.menu_animate.active:before {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
}
.menu_animate .cont_search {
  padding-left: 60px;
  padding-right: 60px;
}
.menu_animate .cont_search .form_search {
  padding-bottom: 30px;
  position: relative;
}
.menu_animate .cont_search .form_search input[type=text] {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
}
.menu_animate .cont_search .form_search input[type=submit] {
  position: absolute;
  height: 30px;
  width: 35px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  right: 0;
  top: 1px;
  background-color: transparent;
  cursor: pointer;
}
.menu_animate .close {
  font-size: 25px;
  color: #C01A24;
  font-weight: bold;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 1;
  cursor: pointer;
}
.menu_animate .head {
  padding: 40px 60px;
}
.menu_animate .head .content {
  padding-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #102360;
}
.menu_animate .head .content img {
  height: 25px;
}
.menu_animate .nav_container {
  position: relative;
  background: white;
  padding: 0;
  float: left;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
.menu_animate .nav_container::-webkit-scrollbar {
  -webkit-appearance: none;
}
.menu_animate .nav_container::-webkit-scrollbar:vertical {
  width: 10px;
}
.menu_animate .nav_container::-webkit-scrollbar-button:increment, .menu_animate .nav_container .contenedor::-webkit-scrollbar-button {
  display: none;
}
.menu_animate .nav_container::-webkit-scrollbar:horizontal {
  height: 10px;
}
.menu_animate .nav_container::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
}
.menu_animate .nav_container::-webkit-scrollbar-track {
  border-radius: 10px;
}
.menu_animate .nav_container .titulo {
  font-size: 16px;
  line-height: 28px;
  color: #102360;
  font-weight: 300;
  padding: 20px 60px 0px 60px;
}
.menu_animate .nav_container .titulo strong, .menu_animate .nav_container .titulo b {
  font-weight: 700;
}
.menu_animate .nav_container .titulo span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #102360;
}
.menu_animate .nav_container .navgoco {
  padding: 0;
}
.menu_animate .nav_container .navgoco.mymenu span {
  display: none;
}
.menu_animate .nav_container .navgoco li {
  margin: 0;
}
.menu_animate .nav_container .navgoco li ul {
  margin-left: 0;
}
.menu_animate .nav_container .navgoco li li {
  margin: 0;
}
.menu_animate .nav_container .navgoco li li:nth-of-type(1) {
  display: block;
}
.menu_animate .nav_container .navgoco li a {
  text-transform: uppercase;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  padding: 7px 75px 7px 60px;
  min-width: 320px;
  position: relative;
}
.menu_animate .nav_container .navgoco li a:before {
  content: "";
  background: #C01A24;
  width: 0px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: all 600ms;
}
.menu_animate .nav_container .navgoco li a:hover {
  background: white;
  color: #102360;
  padding-left: 70px;
}
.menu_animate .nav_container .navgoco li a:hover span {
  color: #000;
}
.menu_animate .nav_container .navgoco li a:hover:before {
  width: 30px;
}
.menu_animate .nav_container .navgoco li span {
  margin-right: -20px;
}
.menu_animate .nav_container .navgoco li.active a {
  color: white;
  background: #102360;
}
.menu_animate .nav_container .navgoco li.open a {
  padding-left: 70px;
  font-weight: 700;
  color: #102360;
}
.menu_animate .nav_container .navgoco li.open a:before {
  display: none;
}
.menu_animate .nav_container .navgoco li.open ul {
  padding-bottom: 10px;
}
.menu_animate .nav_container .navgoco li.open ul a {
  font-weight: 400;
  padding-left: 100px !important;
  padding-right: 20px !important;
  font-size: 15px;
  color: #000;
}
.menu_animate .nav_container .navgoco li.open ul a:before {
  background: #C01A24;
  display: block;
}
.menu_animate .nav_container .navgoco li.open ul a:hover {
  background: white;
  color: #000;
  padding-left: 110px !important;
}
.menu_animate .nav_container .navgoco li.open ul a:hover:before {
  width: 20px;
}
@media all and (max-width: 720px) {
  .menu_animate .head {
    padding: 40px 30px 30px 30px;
  }
  .menu_animate .head .content {
    padding-bottom: 20px;
  }
  .menu_animate .cont_search,
  .menu_animate .titulo {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .menu_animate .navgoco li a {
    padding-left: 30px !important;
    padding-right: 50px !important;
  }
}
@media all and (max-width: 820px) {
  .menu_animate .nav_container {
    padding-bottom: 100px !important;
  }
}

.ftco-section {
  padding: 40px 0;
}

.slider_baner {
  position: relative;
  margin-top: 100px;
  z-index: 2 !important;
}
@media all and (max-width: 820px) {
  .slider_baner {
    margin-top: 75px;
  }
}
.slider_baner img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
}
.slider_baner:before {
  background: rgb(213, 154, 70);
  background: linear-gradient(90deg, rgb(213, 154, 70) 0%, rgb(81, 51, 20) 25%, rgb(212, 154, 70) 40%, rgb(142, 97, 30) 59%, rgb(255, 241, 178) 82%, rgb(139, 94, 29) 100%);
  position: absolute;
  bottom: -20px;
  content: "";
  left: 0;
  height: 20px;
  width: 100%;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.slider_baner .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;
}
.slider_baner .owl-nav .owl-prev,
.slider_baner .owl-nav .owl-next {
  width: 40px;
  outline: none;
  filter: drop-shadow(0px 0px 3px rgba(34, 34, 34, 0.7215686275));
  transition: all 800ms;
  transform-origin: center;
}
.slider_baner .owl-nav .owl-prev img,
.slider_baner .owl-nav .owl-next img {
  max-width: 40px;
}
.slider_baner .owl-nav .owl-prev:hover,
.slider_baner .owl-nav .owl-next:hover {
  filter: drop-shadow(0px 0px 6px #222);
  transform: scale(1.1);
}
.slider_baner .owl-nav .owl-prev {
  left: 0;
}
.slider_baner .owl-nav .owl-next {
  right: 0;
}
@media all and (max-width: 720px) {
  .slider_baner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider_baner:before {
    width: calc(100% - 30px);
    left: 15px;
    height: 10px;
    bottom: -10px;
  }
}

.top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: black;
  background: white;
  color: #151313;
  font-size: 10px;
  padding: 10px 0 !important;
  padding-top: 5px !important;
}
@media all and (min-width: 821px) {
  .top .navbar-toggler {
    display: none;
  }
}
@media all and (max-width: 820px) {
  .top {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .top .navbar-toggler {
    padding-right: 0;
    padding-left: 30px;
  }
  .top .navbar-toggler .oi-menu:before {
    font-size: 23px;
  }
  .top .dropdown-toggle.movil {
    outline: none;
    border: 0;
    background: transparent;
    font-size: 28px;
    margin-right: 15px;
  }
  .top .dropdown-toggle.movil:after {
    display: none;
  }
}
@media all and (max-width: 720px) {
  .top {
    padding: 20px 15px !important;
  }
}
@media all and (max-width: 820px) {
  .top {
    position: fixed;
    width: 100%;
  }
  .top .container_dos {
    flex-wrap: inherit;
  }
}
@media all and (min-width: 821px) {
  .top .text {
    line-height: 15px;
  }
}
.top .logo {
  width: 140px;
  height: auto;
}
@media all and (max-width: 720px) {
  .top .logo {
    width: 100px;
  }
}
.top .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  font-size: 12px !important;
}
.top .btn .myicon,
.top .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.top .btn .myicon:before,
.top .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.top .btn .text {
  line-height: 16px;
}
.top .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.top .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.top .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.top .btn.transparent {
  background: transparent;
  color: #000;
}
.top .btn.transparent span {
  color: #000;
}
.top .btn.rojo {
  background: #C01A24;
}
.top .btn.blanco {
  background: white;
}
.top .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .top .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .top .btn:hover span {
    transform: translateX(-10px);
  }
  .top .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
@media all and (min-width: 820px) {
  .top .btn.icon {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (max-width: 820px) {
  .top .btn {
    background: transparent;
    color: #151313 !important;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
  }
  .top .btn .myicon {
    display: none;
  }
  .top .btn.cart_icon, .top .btn.movil_icon {
    width: auto;
  }
  .top .btn.cart_icon .myicon, .top .btn.movil_icon .myicon {
    width: 25px;
    display: block;
    height: 23px;
    margin-right: 20px;
    margin-left: 0px;
  }
  .top .btn.cart_icon:nth-of-type(1) .myicon, .top .btn.movil_icon:nth-of-type(1) .myicon {
    margin-right: 23px;
  }
  .top .btn br {
    display: none;
  }
}
.top .cart_icon,
.top .profile_icon {
  padding: 0 !important;
  height: 32px;
  color: #000;
}
.top .cart_icon .myicon,
.top .cart_icon .myiconmovil,
.top .profile_icon .myicon,
.top .profile_icon .myiconmovil {
  height: 100%;
  margin-right: 0 !important;
  margin-left: 25px;
  width: 26px;
}
.top .register-link {
  text-transform: uppercase;
}
@media all and (max-width: 820px) {
  .top .register-link {
    margin-left: 30px;
  }
}
.top .register-link .btn span:after {
  top: 30%;
}
.top .register-link a {
  color: #fff;
}

.form_cuenta {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 820px) {
  .form_cuenta {
    margin-top: 75px;
  }
}
.form_cuenta h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
}
@media all and (max-width: 720px) {
  .form_cuenta h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.form_cuenta label {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.form_cuenta label strong, .form_cuenta label b {
  font-weight: 700;
}
.form_cuenta form label, .form_cuenta form .text-body {
  font-size: 14px;
  transform: translateY(2px);
  transform: translateY(2px);
}
.form_cuenta form .input {
  margin-top: 20px;
  position: relative;
}
.form_cuenta form .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
}
.form_cuenta form .btn .myicon,
.form_cuenta form .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.form_cuenta form .btn .myicon:before,
.form_cuenta form .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.form_cuenta form .btn .text {
  line-height: 16px;
}
.form_cuenta form .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.form_cuenta form .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.form_cuenta form .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.form_cuenta form .btn.transparent {
  background: transparent;
  color: #000;
}
.form_cuenta form .btn.transparent span {
  color: #000;
}
.form_cuenta form .btn.rojo {
  background: #C01A24;
}
.form_cuenta form .btn.blanco {
  background: white;
}
.form_cuenta form .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .form_cuenta form .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .form_cuenta form .btn:hover span {
    transform: translateX(-10px);
  }
  .form_cuenta form .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.form_cuenta form input::-webkit-input-placeholder {
  color: white;
}
.form_cuenta form input::-moz-placeholder {
  color: white;
}
.form_cuenta form input:-ms-input-placeholder {
  color: white;
}
.form_cuenta form input:-moz-placeholder {
  color: white;
}
.form_cuenta form select::-webkit-input-placeholder {
  color: white;
}
.form_cuenta form select::-moz-placeholder {
  color: white;
}
.form_cuenta form select:-ms-input-placeholder {
  color: white;
}
.form_cuenta form select:-moz-placeholder {
  color: white;
}
.form_cuenta form textarea::-webkit-input-placeholder {
  color: white;
}
.form_cuenta form textarea::-moz-placeholder {
  color: white;
}
.form_cuenta form textarea:-ms-input-placeholder {
  color: white;
}
.form_cuenta form textarea:-moz-placeholder {
  color: white;
}
.form_cuenta form input:not([type=submit]):not([type=checkbox]),
.form_cuenta form select, .form_cuenta form textarea {
  border-radius: 40px;
  border: 1px solid white;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  background: transparent;
  color: white;
}
.form_cuenta form button[type=submit],
.form_cuenta form input[type=submit] {
  border: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100% !important;
  background: transparent;
  padding: 0;
}
.form_cuenta input {
  height: auto !important;
  border: 1px solid #102360 !important;
}

.hero-wrap[data-section=home] {
  background: #EAEFF2;
  margin-top: 30px;
}

.detalle_pedido {
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .detalle_pedido {
    margin-top: 75px;
  }
}
@media all and (min-width: 821px) {
  .detalle_pedido {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.detalle_pedido .color_emphasis_txt {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: #102360;
}
.detalle_pedido .color_emphasis_txt i {
  font-size: 27px;
  display: inline-block;
  transform: translateY(5px);
  margin-right: 5px;
}

.listado_productos {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 820px) {
  .listado_productos {
    margin-top: 75px;
  }
}
.listado_productos .left {
  position: absolute;
  height: 60%;
  top: 0;
  left: 0;
}
@media all and (max-width: 820px) {
  .listado_productos .left {
    height: auto;
    width: 40%;
  }
}
.listado_productos .right {
  position: absolute;
  height: 60%;
  top: 0;
  right: 0;
}
.listado_productos .ftco-section {
  padding-top: 0;
}
.listado_productos .ftco-section .mycont {
  max-width: 1200px;
}
.listado_productos .pagination {
  justify-content: end;
}
@media all and (max-width: 720px) {
  .listado_productos .pagination {
    justify-content: center;
  }
}
.listado_productos .pagination .page-link {
  color: #102360;
  border-radius: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.listado_productos .pagination .page-link.active {
  border: 1px solid #102360 !important;
  background-color: #102360;
  color: white;
}
.listado_productos .listado {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 0;
}
@media all and (max-width: 820px) {
  .listado_productos .listado {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media all and (max-width: 720px) {
  .listado_productos .listado {
    padding-top: 15px;
  }
}
.listado_productos .listado .item_prod {
  padding-left: 40px;
  padding-right: 0px;
}
@media (max-width: 820px) {
  .listado_productos .listado .item_prod {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.listado_productos .listado .item_prod .card_producto_ {
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.listado_productos .listado .item_prod .card_producto_ .pb-2 div {
  padding-top: 3px;
  padding-bottom: 3px;
  opacity: 0.4;
}
.listado_productos .listado .item_prod .card_producto_ .pb-2 div.active {
  opacity: 1;
  color: #102360;
}
.listado_productos .listado .item_prod .card_producto_ .pb-2 div i {
  font-size: 12px;
}
.listado_productos .listado .item_prod .card_producto_ .pb-2 div:nth-of-type(1) i {
  margin-right: 12px;
}
.listado_productos .listado .item_prod .card_producto_ .pb-2 div:nth-of-type(2) i {
  margin-right: 8px;
}
.listado_productos .listado .item_prod .card_producto_ .pb-2 div:nth-of-type(3) i {
  margin-right: 2px;
  font-size: 10px;
}
.listado_productos .listado .item_prod .card_producto_ .img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  background-size: contain;
  padding-top: 100%;
}
.listado_productos .listado .item_prod .card_producto_ .card-footer {
  background: transparent;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.listado_productos .listado .item_prod .card_producto_ .card-body {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 50px;
}
.listado_productos .listado .item_prod .card_producto_ .card-body h2 {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  font-weight: bold;
  min-height: 35px;
  margin-top: 20px;
}
@media all and (max-width: 720px) {
  .listado_productos .listado .item_prod .card_producto_ .card-body h2 {
    min-height: auto;
    font-size: 16px;
    line-height: 22px;
  }
}
.listado_productos .listado .item_prod .card_producto_ .card-body p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .precio {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #102360;
  margin: 20px 0 25px 0;
  margin-bottom: 10px;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn {
  margin-top: 12px;
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  padding: 7px 10px;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn .myicon,
.listado_productos .listado .item_prod .card_producto_ .card-body .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn .myicon:before,
.listado_productos .listado .item_prod .card_producto_ .card-body .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn .text {
  line-height: 16px;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn.transparent {
  background: transparent;
  color: #000;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn.transparent span {
  color: #000;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn.rojo {
  background: #C01A24;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn.blanco {
  background: white;
}
.listado_productos .listado .item_prod .card_producto_ .card-body .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .listado_productos .listado .item_prod .card_producto_ .card-body .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .listado_productos .listado .item_prod .card_producto_ .card-body .btn:hover span {
    transform: translateX(-10px);
  }
  .listado_productos .listado .item_prod .card_producto_ .card-body .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.listado_productos .sidebar {
  background: transparent;
  padding-right: 0px;
  padding-left: 0px;
}
.listado_productos .sidebar .heading-sidebar {
  font-size: 16px;
  line-height: 28px;
  color: #102360;
  font-weight: 300;
  font-weight: 800;
  margin-bottom: 10px;
}
.listado_productos .sidebar .heading-sidebar strong, .listado_productos .sidebar .heading-sidebar b {
  font-weight: 700;
}
.listado_productos .sidebar .cont_txt_filtrar {
  padding: 20px 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.listado_productos .sidebar .cont_txt_filtrar i {
  float: left;
}
.listado_productos .sidebar .color_emphasis_txt {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 0;
  color: #102360;
  position: relative;
  display: block;
  float: right;
}
.listado_productos .sidebar .color_emphasis_txt.dos {
  width: calc(100% - 30px);
}
.listado_productos .sidebar .color_emphasis_txt u:before {
  right: 10px;
  position: absolute;
  top: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 22px solid #102360;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(90deg);
  transition: all 600ms;
}
.listado_productos .sidebar .collapsed u:before {
  transform: rotate(0deg);
}
.listado_productos .sidebar .range-slider .irs-min span, .listado_productos .sidebar .range-slider .irs-max span {
  font-size: 10px !important;
}
.listado_productos .sidebar .range-slider .irs-from, .listado_productos .sidebar .range-slider .irs-single, .listado_productos .sidebar .range-slider .irs-to {
  font-size: 13px;
}
.listado_productos .sidebar .range-slider .irs-from span, .listado_productos .sidebar .range-slider .irs-single span, .listado_productos .sidebar .range-slider .irs-to span {
  font-size: 10px !important;
}
.listado_productos .sidebar .sidebar-box {
  background: #F9F9F9;
  padding-top: 0;
}
.listado_productos .sidebar .sidebar-box:nth-of-type(1) {
  padding-top: 40px;
}
@media all and (max-width: 720px) {
  .listado_productos .sidebar .sidebar-box:nth-of-type(1) {
    padding-top: 20px;
  }
}
.listado_productos .sidebar .sidebar-box .range-slider .irs-from span,
.listado_productos .sidebar .sidebar-box .range-slider .irs-to span {
  font-size: 12px;
}
.listado_productos .sidebar .sidebar-box .btn {
  width: 100%;
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
}
.listado_productos .sidebar .sidebar-box .btn .myicon,
.listado_productos .sidebar .sidebar-box .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.listado_productos .sidebar .sidebar-box .btn .myicon:before,
.listado_productos .sidebar .sidebar-box .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.listado_productos .sidebar .sidebar-box .btn .text {
  line-height: 16px;
}
.listado_productos .sidebar .sidebar-box .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.listado_productos .sidebar .sidebar-box .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.listado_productos .sidebar .sidebar-box .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.listado_productos .sidebar .sidebar-box .btn.transparent {
  background: transparent;
  color: #000;
}
.listado_productos .sidebar .sidebar-box .btn.transparent span {
  color: #000;
}
.listado_productos .sidebar .sidebar-box .btn.rojo {
  background: #C01A24;
}
.listado_productos .sidebar .sidebar-box .btn.blanco {
  background: white;
}
.listado_productos .sidebar .sidebar-box .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .listado_productos .sidebar .sidebar-box .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .listado_productos .sidebar .sidebar-box .btn:hover span {
    transform: translateX(-10px);
  }
  .listado_productos .sidebar .sidebar-box .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.listado_productos .sidebar .sidebar-box button[type=submit] {
  outline: none;
  border: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100% !important;
  background: transparent;
  padding: 0;
}
.listado_productos .sidebar .sidebar-box .extra-controls {
  position: relative;
  display: block;
}
.listado_productos .sidebar .sidebar-box .extra-controls .form-group {
  position: relative;
  display: block;
}
.listado_productos .sidebar .sidebar-box .extra-controls input {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  width: 50%;
  padding: 5px 15px !important;
}
.listado_productos .sidebar .sidebar-box .extra-controls input:nth-of-type(1) {
  float: left;
  border-bottom-left-radius: 40px !important;
  border-top-left-radius: 40px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-right: 0 !important;
}
.listado_productos .sidebar .sidebar-box .extra-controls input:nth-of-type(2) {
  border-bottom-right-radius: 40px !important;
  border-top-right-radius: 40px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  text-align: right;
}
.listado_productos .sidebar .sidebar-box.cats {
  padding: 0;
  margin-bottom: 0;
}
.listado_productos .sidebar .sidebar-box .open_cats {
  color: #102360;
  width: 126px;
  float: left;
}
.listado_productos .sidebar .sidebar-box .navgoco {
  padding: 0;
}
.listado_productos .sidebar .sidebar-box .navgoco li li {
  margin: 4px 0;
}
.listado_productos .sidebar .sidebar-box .navgoco li a {
  border-radius: 0px;
  color: #000;
  font-size: 10px;
}
.listado_productos .sidebar .sidebar-box .navgoco li a:hover {
  background: #102360;
  color: white;
}
.listado_productos .sidebar .sidebar-box .navgoco li.active a {
  color: white;
  background: #102360;
}
.listado_productos .sidebar .sidebar-box .navgoco li.open {
  border-bottom: 1px solid #102360;
}
.listado_productos .sidebar .sidebar-box .search-form {
  padding: 0;
  margin-bottom: 20px;
}
.listado_productos .sidebar .sidebar-box .search-form input[type=text] {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  height: auto !important;
}
.listado_productos .sidebar .sidebar-box .search-form input[type=submit] {
  position: absolute;
  height: 30px;
  width: 35px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  right: 0;
  top: 1px;
  background-color: transparent;
  cursor: pointer;
  padding: 0 !important;
}
@media all and (max-width: 820px) {
  .listado_productos .sidebar .sidebar-box {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }
}

@media all and (max-width: 820px) {
  .ftco-navbar-light {
    display: none;
  }
}
.ftco-navbar-light .nav .nav-link:nth-of-type(1) {
  display: flex;
  padding-left: 0;
}

.sucursales {
  position: relative;
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .sucursales {
    margin-top: 75px;
  }
}
.sucursales section {
  position: relative;
}
.sucursales section:nth-of-type(1) {
  padding-top: 40px;
}
@media all and (max-width: 720px) {
  .sucursales section:nth-of-type(1) {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sucursales section:nth-of-type(1) label {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}
.sucursales section:nth-of-type(1) label strong, .sucursales section:nth-of-type(1) label b {
  font-weight: 700;
}
@media all and (max-width: 720px) {
  .sucursales section:nth-of-type(1) label {
    margin-top: 10px;
  }
}
.sucursales section:nth-of-type(1) select {
  width: 100%;
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
}
.sucursales section:nth-of-type(2) {
  padding-bottom: 40px;
}
@media all and (max-width: 720px) {
  .sucursales section:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sucursales section:nth-of-type(2) #map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  transition: all 400ms;
}
@media all and (max-width: 720px) {
  .sucursales section:nth-of-type(2) #map {
    height: 350px;
  }
}
.sucursales section:nth-of-type(2) .extra {
  height: 400px;
  transition: all 400ms;
  background: #2b2c66;
}
@media all and (min-width: 721px) {
  .sucursales section:nth-of-type(2) .extra {
    transform: translateX(120%);
    position: absolute;
    width: calc(45% - 10px);
    height: 100%;
    right: 15px;
    bottom: 0;
  }
}
@media all and (max-width: 720px) {
  .sucursales section:nth-of-type(2) .extra {
    position: relative;
    max-height: 0;
    height: 470px;
    overflow: hidden;
    border: transparent;
  }
}
.sucursales section:nth-of-type(2) .extra .close {
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  text-shadow: 0px 0px 0px white;
  transition: all 300ms;
}
.sucursales section:nth-of-type(2) .extra .close:hover {
  text-shadow: 0px 0px 6px white;
}
.sucursales section:nth-of-type(2) .extra .info {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  width: 85%;
}
.sucursales section:nth-of-type(2) .extra .info h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: white;
}
.sucursales section:nth-of-type(2) .extra .info p {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 300;
  margin: 0;
}
.sucursales section:nth-of-type(2) .extra .info p strong, .sucursales section:nth-of-type(2) .extra .info p b {
  font-weight: 700;
}
.sucursales section:nth-of-type(2) .contenedor_mapa {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 721px) {
  .sucursales section:nth-of-type(2) .contenedor_mapa.active .extra {
    transform: translateX(0%);
  }
  .sucursales section:nth-of-type(2) .contenedor_mapa.active #map {
    width: 55%;
  }
}
@media all and (max-width: 720px) {
  .sucursales section:nth-of-type(2) .contenedor_mapa.active .extra {
    max-height: 470px;
    border: 2px solid #000;
  }
  .sucursales section:nth-of-type(2) .contenedor_mapa.active #map {
    width: 100%;
  }
}

.detalle_blog {
  position: relative;
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .detalle_blog {
    margin-top: 75px;
  }
}
.detalle_blog section {
  position: relative;
}
.detalle_blog section:nth-of-type(1):before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
}
.detalle_blog section:nth-of-type(1) .row {
  padding: 160px 0;
  position: relative;
}
.detalle_blog section:nth-of-type(1) .row .texto {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.detalle_blog section:nth-of-type(1) .row .texto h1 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: white;
}
@media all and (max-width: 720px) {
  .detalle_blog section:nth-of-type(1) .row .texto h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.detalle_blog section:nth-of-type(1) .row .texto p {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 300;
}
.detalle_blog section:nth-of-type(1) .row .texto p strong, .detalle_blog section:nth-of-type(1) .row .texto p b {
  font-weight: 700;
}
.detalle_blog section:nth-of-type(1) .row .texto p .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  border-color: white;
  color: white;
}
.detalle_blog section:nth-of-type(2) .row {
  padding: 60px 0;
  text-align: center;
}
.detalle_blog section:nth-of-type(2) .row h1, .detalle_blog section:nth-of-type(2) .row h2, .detalle_blog section:nth-of-type(2) .row h3, .detalle_blog section:nth-of-type(2) .row h4, .detalle_blog section:nth-of-type(2) .row h5, .detalle_blog section:nth-of-type(2) .row h6 {
  color: #102360;
}
.detalle_blog section:nth-of-type(2) .row p, .detalle_blog section:nth-of-type(2) .row li {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.detalle_blog section:nth-of-type(2) .row p strong, .detalle_blog section:nth-of-type(2) .row p b, .detalle_blog section:nth-of-type(2) .row li strong, .detalle_blog section:nth-of-type(2) .row li b {
  font-weight: 700;
}
.detalle_blog section:nth-of-type(3) .row .share {
  border-bottom: 1px solid #102360;
  display: flex;
  justify-content: center;
  padding-bottom: 35px;
  font-size: 18px;
}
.detalle_blog section:nth-of-type(3) .row .share .share_social:before {
  content: "Compartir";
  color: #102360;
  font-size: 14px;
  line-height: 24px;
  color: #102360;
  margin-right: 20px;
}
.detalle_blog section:nth-of-type(3) .row .share .share_social .icon-share2 {
  display: none;
}
.detalle_blog section:nth-of-type(3) .row .share .sm-icon:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.detalle_blog section:nth-of-type(3) .row .share .sm-social {
  position: relative;
  margin-right: 10px;
}
.detalle_blog section:nth-of-type(3) .row .share .sm-social a {
  border-radius: 3px;
  text-align: center;
  display: block;
  width: 60px;
  height: 25px;
  color: white;
  text-decoration: none;
}
.detalle_blog section:nth-of-type(3) .row .share .sm-social.fb a {
  background: #3b5998;
}
.detalle_blog section:nth-of-type(3) .row .share .sm-social.twit a {
  background: #55acee;
}
.detalle_blog section:nth-of-type(3) .row .share .sm-social.pin a {
  background: #bd081c;
}
.detalle_blog section:nth-of-type(3) .row .share .sm-social.whats a {
  background: #1EBEA5;
}
.detalle_blog section:nth-of-type(4) {
  padding-top: 60px;
  padding-bottom: 60px;
}
.detalle_blog section:nth-of-type(4) .titulo {
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: #102360;
}
.detalle_blog section:nth-of-type(4) .item {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 720px) {
  .detalle_blog section:nth-of-type(4) .item {
    text-align: center;
  }
}
.detalle_blog section:nth-of-type(4) .item .share {
  position: absolute;
  top: 0px;
  right: 15px;
  color: #102360;
  width: 26px;
  height: 26px;
}
@media all and (max-width: 720px) {
  .detalle_blog section:nth-of-type(4) .item .share {
    right: auto;
    left: 15px;
  }
}
.detalle_blog section:nth-of-type(4) .item .share_social {
  cursor: pointer;
  transition: 0.25s;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  color: #102360;
  background: white;
  width: 26px;
  height: 26px;
  font-size: 18px;
}
.detalle_blog section:nth-of-type(4) .item .share_social .icon-share2,
.detalle_blog section:nth-of-type(4) .item .share_social .icon-close2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.detalle_blog section:nth-of-type(4) .item .share_social:hover {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.detalle_blog section:nth-of-type(4) .item .share_social.active {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.detalle_blog section:nth-of-type(4) .item .sm-social {
  cursor: pointer;
  transition: 0.25s;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  right: 2px;
  box-shadow: 0 10px 15px -10px;
  color: white;
  z-index: 1;
}
.detalle_blog section:nth-of-type(4) .item .sm-social:hover {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.detalle_blog section:nth-of-type(4) .item .sm-social.fb {
  background: #3b5998;
}
.detalle_blog section:nth-of-type(4) .item .sm-social.fb.active {
  right: 0px !important;
  top: -34px !important;
  transform: scale(1.1);
}
.detalle_blog section:nth-of-type(4) .item .sm-social.twit {
  background: #55acee;
}
.detalle_blog section:nth-of-type(4) .item .sm-social.twit.active {
  top: -24px !important;
  right: -25px !important;
  transform: scale(1.1);
}
.detalle_blog section:nth-of-type(4) .item .sm-social.pin {
  background: #bd081c;
}
.detalle_blog section:nth-of-type(4) .item .sm-social.pin.active {
  top: 2px !important;
  right: -34px !important;
  transform: scale(1.1);
}
.detalle_blog section:nth-of-type(4) .item .sm-social.whats {
  background: #1EBEA5;
}
.detalle_blog section:nth-of-type(4) .item .sm-social.whats.active {
  top: 28px !important;
  right: -25px !important;
  transform: scale(1.1);
}
.detalle_blog section:nth-of-type(4) .item .sm-icon {
  width: 22px;
  height: 22px;
  color: white;
  position: relative;
}
.detalle_blog section:nth-of-type(4) .item .sm-icon:before {
  font-size: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.detalle_blog section:nth-of-type(4) .item .img {
  height: 100%;
}
@media all and (max-width: 820px) {
  .detalle_blog section:nth-of-type(4) .item .img {
    height: 220px;
    margin-bottom: 20px;
  }
}
.detalle_blog section:nth-of-type(4) .item h3 {
  font-size: 16px;
  line-height: 28px;
  color: #1B1E24;
  font-weight: 300;
  font-weight: bold;
}
.detalle_blog section:nth-of-type(4) .item h3 strong, .detalle_blog section:nth-of-type(4) .item h3 b {
  font-weight: 700;
}
@media all and (max-width: 720px) {
  .detalle_blog section:nth-of-type(4) .item h3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.detalle_blog section:nth-of-type(4) .item p {
  font-size: 14px;
  line-height: 24px;
  color: #7A797E;
}
.detalle_blog section:nth-of-type(4) .item p .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-right: 10px;
}
.detalle_blog section:nth-of-type(4) .item .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  font-size: 14px;
}
.detalle_blog section:nth-of-type(4) .item .btn .myicon,
.detalle_blog section:nth-of-type(4) .item .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.detalle_blog section:nth-of-type(4) .item .btn .myicon:before,
.detalle_blog section:nth-of-type(4) .item .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.detalle_blog section:nth-of-type(4) .item .btn .text {
  line-height: 16px;
}
.detalle_blog section:nth-of-type(4) .item .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.detalle_blog section:nth-of-type(4) .item .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.detalle_blog section:nth-of-type(4) .item .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.detalle_blog section:nth-of-type(4) .item .btn.transparent {
  background: transparent;
  color: #000;
}
.detalle_blog section:nth-of-type(4) .item .btn.transparent span {
  color: #000;
}
.detalle_blog section:nth-of-type(4) .item .btn.rojo {
  background: #C01A24;
}
.detalle_blog section:nth-of-type(4) .item .btn.blanco {
  background: white;
}
.detalle_blog section:nth-of-type(4) .item .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .detalle_blog section:nth-of-type(4) .item .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .detalle_blog section:nth-of-type(4) .item .btn:hover span {
    transform: translateX(-10px);
  }
  .detalle_blog section:nth-of-type(4) .item .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.detalle_blog .suscribete .fondo {
  height: 100%;
}

.folleto {
  margin-top: 40px;
}
.folleto section {
  position: relative;
}
.folleto section:nth-of-type(1) {
  padding-bottom: 100px;
}
.folleto section:nth-of-type(1) #mybook .hola:nth-of-type(1) {
  z-index: 1 !important;
}

.blog section {
  position: relative;
}
.blog section:nth-of-type(1) {
  background: #EAEFF2;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .blog section:nth-of-type(1) {
    margin-top: 75px;
  }
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(1) {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog section:nth-of-type(1) .item .contenido {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
}
@media all and (max-width: 820px) {
  .blog section:nth-of-type(1) .item .contenido {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 720px) {
  .blog section:nth-of-type(1) .item .contenido .texto {
    padding-left: 10px;
    border-left: 1px solid #1E1E1E;
  }
}
.blog section:nth-of-type(1) .item .img {
  height: 100%;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(1) .item .img {
    height: 280px;
  }
}
.blog section:nth-of-type(1) .item p {
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
  font-weight: 300;
}
.blog section:nth-of-type(1) .item p strong, .blog section:nth-of-type(1) .item p b {
  font-weight: 700;
}
.blog section:nth-of-type(1) .item p .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-right: 10px;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(1) .item p .tag {
    margin-left: 10px;
  }
}
.blog section:nth-of-type(1) .item h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: #1E1E1E;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(1) .item h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.blog section:nth-of-type(1) .item .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
}
.blog section:nth-of-type(1) .item .btn .myicon,
.blog section:nth-of-type(1) .item .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.blog section:nth-of-type(1) .item .btn .myicon:before,
.blog section:nth-of-type(1) .item .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.blog section:nth-of-type(1) .item .btn .text {
  line-height: 16px;
}
.blog section:nth-of-type(1) .item .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.blog section:nth-of-type(1) .item .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.blog section:nth-of-type(1) .item .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.blog section:nth-of-type(1) .item .btn.transparent {
  background: transparent;
  color: #000;
}
.blog section:nth-of-type(1) .item .btn.transparent span {
  color: #000;
}
.blog section:nth-of-type(1) .item .btn.rojo {
  background: #C01A24;
}
.blog section:nth-of-type(1) .item .btn.blanco {
  background: white;
}
.blog section:nth-of-type(1) .item .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .blog section:nth-of-type(1) .item .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .blog section:nth-of-type(1) .item .btn:hover span {
    transform: translateX(-10px);
  }
  .blog section:nth-of-type(1) .item .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(1) .item .contenido {
    text-align: center;
  }
}
.blog section:nth-of-type(2) .sidebar-box {
  text-align: center;
}
.blog section:nth-of-type(2) .sidebar-box select {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.blog section:nth-of-type(2) .listado {
  padding-top: 30px;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(2) .listado {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog section:nth-of-type(2) .listado .element:nth-of-type(odd) {
  padding-left: 0;
}
.blog section:nth-of-type(2) .listado .element:nth-of-type(odd) {
  padding-right: 0;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(2) .listado .element {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog section:nth-of-type(2) .listado .item {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(2) .listado .item {
    text-align: center;
  }
}
.blog section:nth-of-type(2) .listado .item .share {
  position: absolute;
  top: 0px;
  right: 15px;
  color: #102360;
  width: 26px;
  height: 26px;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(2) .listado .item .share {
    right: auto;
    left: 15px;
  }
}
.blog section:nth-of-type(2) .listado .item .share_social {
  cursor: pointer;
  transition: 0.25s;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  color: #102360;
  background: white;
  width: 26px;
  height: 26px;
  font-size: 18px;
}
.blog section:nth-of-type(2) .listado .item .share_social .icon-share2,
.blog section:nth-of-type(2) .listado .item .share_social .icon-close2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.blog section:nth-of-type(2) .listado .item .share_social:hover {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.blog section:nth-of-type(2) .listado .item .share_social.active {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.blog section:nth-of-type(2) .listado .item .sm-social {
  cursor: pointer;
  transition: 0.25s;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  right: 2px;
  box-shadow: 0 10px 15px -10px;
  color: white;
  z-index: 1;
}
.blog section:nth-of-type(2) .listado .item .sm-social:hover {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.blog section:nth-of-type(2) .listado .item .sm-social.fb {
  background: #3b5998;
}
.blog section:nth-of-type(2) .listado .item .sm-social.fb.active {
  right: 0px !important;
  top: -34px !important;
  transform: scale(1.1);
}
.blog section:nth-of-type(2) .listado .item .sm-social.twit {
  background: #55acee;
}
.blog section:nth-of-type(2) .listado .item .sm-social.twit.active {
  top: -24px !important;
  right: -25px !important;
  transform: scale(1.1);
}
.blog section:nth-of-type(2) .listado .item .sm-social.pin {
  background: #bd081c;
}
.blog section:nth-of-type(2) .listado .item .sm-social.pin.active {
  top: 2px !important;
  right: -34px !important;
  transform: scale(1.1);
}
.blog section:nth-of-type(2) .listado .item .sm-social.whats {
  background: #1EBEA5;
}
.blog section:nth-of-type(2) .listado .item .sm-social.whats.active {
  top: 28px !important;
  right: -25px !important;
  transform: scale(1.1);
}
.blog section:nth-of-type(2) .listado .item .sm-icon {
  width: 22px;
  height: 22px;
  color: white;
  position: relative;
}
.blog section:nth-of-type(2) .listado .item .sm-icon:before {
  font-size: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.blog section:nth-of-type(2) .listado .item .img {
  height: 100%;
}
@media all and (max-width: 820px) {
  .blog section:nth-of-type(2) .listado .item .img {
    height: 220px;
    margin-bottom: 20px;
  }
}
.blog section:nth-of-type(2) .listado .item h3 {
  font-size: 16px;
  line-height: 28px;
  color: #1B1E24;
  font-weight: 300;
  font-weight: bold;
}
.blog section:nth-of-type(2) .listado .item h3 strong, .blog section:nth-of-type(2) .listado .item h3 b {
  font-weight: 700;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(2) .listado .item h3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.blog section:nth-of-type(2) .listado .item p {
  font-size: 14px;
  line-height: 24px;
  color: #7A797E;
}
.blog section:nth-of-type(2) .listado .item p .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-right: 10px;
}
.blog section:nth-of-type(2) .listado .item .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  font-size: 14px;
}
.blog section:nth-of-type(2) .listado .item .btn .myicon,
.blog section:nth-of-type(2) .listado .item .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.blog section:nth-of-type(2) .listado .item .btn .myicon:before,
.blog section:nth-of-type(2) .listado .item .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.blog section:nth-of-type(2) .listado .item .btn .text {
  line-height: 16px;
}
.blog section:nth-of-type(2) .listado .item .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.blog section:nth-of-type(2) .listado .item .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.blog section:nth-of-type(2) .listado .item .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.blog section:nth-of-type(2) .listado .item .btn.transparent {
  background: transparent;
  color: #000;
}
.blog section:nth-of-type(2) .listado .item .btn.transparent span {
  color: #000;
}
.blog section:nth-of-type(2) .listado .item .btn.rojo {
  background: #C01A24;
}
.blog section:nth-of-type(2) .listado .item .btn.blanco {
  background: white;
}
.blog section:nth-of-type(2) .listado .item .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .blog section:nth-of-type(2) .listado .item .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .blog section:nth-of-type(2) .listado .item .btn:hover span {
    transform: translateX(-10px);
  }
  .blog section:nth-of-type(2) .listado .item .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.blog section:nth-of-type(2) .listado .pagination {
  justify-content: end;
}
@media all and (max-width: 720px) {
  .blog section:nth-of-type(2) .listado .pagination {
    justify-content: center;
  }
}
.blog section:nth-of-type(2) .listado .pagination .page-link {
  color: #102360;
  border-radius: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.blog section:nth-of-type(2) .listado .pagination .page-link.active {
  border: 1px solid #102360 !important;
  background-color: #102360;
  color: white;
}

.section-ofertas {
  position: relative;
  z-index: 1;
  background: #EAEFF2;
}
.section-ofertas .titulo {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.section-ofertas .cont_item {
  padding-left: 40px;
  padding-right: 40px;
}
.section-ofertas .cont_item .owl-item {
  padding: 40px 35px;
}
@media all and (min-width: 820px) {
  .section-ofertas .cont_item {
    transform: translateY(-50px);
  }
}
@media all and (max-width: 820px) {
  .section-ofertas .cont_item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-ofertas .cont_item .owl-item {
    padding: 40px 20px;
  }
  .section-ofertas .cont_item .item img {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-ofertas .cont_item .item {
  padding: 20px;
  background: #EAEFF2;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  transform: translateY(-5px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 800ms;
  text-align: center;
}
.section-ofertas .cont_item .item h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  min-height: 52px;
}
.section-ofertas .cont_item .item img {
  width: 80%;
  max-width: 180px;
}
.section-ofertas .cont_item .item .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  margin-top: 20px;
}
.section-ofertas .cont_item .item .btn .myicon,
.section-ofertas .cont_item .item .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.section-ofertas .cont_item .item .btn .myicon:before,
.section-ofertas .cont_item .item .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.section-ofertas .cont_item .item .btn .text {
  line-height: 16px;
}
.section-ofertas .cont_item .item .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.section-ofertas .cont_item .item .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.section-ofertas .cont_item .item .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.section-ofertas .cont_item .item .btn.transparent {
  background: transparent;
  color: #000;
}
.section-ofertas .cont_item .item .btn.transparent span {
  color: #000;
}
.section-ofertas .cont_item .item .btn.rojo {
  background: #C01A24;
}
.section-ofertas .cont_item .item .btn.blanco {
  background: white;
}
.section-ofertas .cont_item .item .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .section-ofertas .cont_item .item .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .section-ofertas .cont_item .item .btn:hover span {
    transform: translateX(-10px);
  }
  .section-ofertas .cont_item .item .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.section-ofertas .cont_item .item .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}
.section-ofertas .cont_item .item:hover {
  transform: translateY(-15px);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 720px) {
  .section-ofertas {
    padding-bottom: 40px;
  }
}

.section-beneficios {
  position: relative;
  background: #102360;
  padding: 50px 0px 70px 0;
  overflow: hidden;
}
.section-beneficios .cont_item .row {
  justify-content: center;
  align-items: center;
}
.section-beneficios .cont_item h4 {
  font-size: 18px;
  line-height: 24px;
  color: white;
  font-weight: 700;
}
@media all and (max-width: 820px) {
  .section-beneficios {
    padding: 20px 0px 20px 0;
  }
  .section-beneficios .cont_item .col-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-beneficios .cont_item .col-3 {
    padding: 0;
  }
  .section-beneficios .cont_item h4 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .section-beneficios .cont_item h4 br {
    display: none;
  }
}

.suscribete {
  position: relative;
  padding: 60px 20px;
}
.suscribete .fondo {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: calc(100% + 70px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.suscribete .container {
  position: relative;
  text-align: center;
  max-width: 480px;
}
.suscribete .container h3 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: white;
  margin-top: 0;
}
.suscribete .container p {
  font-size: 14px;
  line-height: 24px;
  color: white;
}
.suscribete .container form {
  margin-bottom: 0;
}
.suscribete .container form .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  background: #C01A24;
  margin-top: 20px;
  position: relative;
}
.suscribete .container form .btn .myicon,
.suscribete .container form .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.suscribete .container form .btn .myicon:before,
.suscribete .container form .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.suscribete .container form .btn .text {
  line-height: 16px;
}
.suscribete .container form .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.suscribete .container form .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.suscribete .container form .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.suscribete .container form .btn.transparent {
  background: transparent;
  color: #000;
}
.suscribete .container form .btn.transparent span {
  color: #000;
}
.suscribete .container form .btn.rojo {
  background: #C01A24;
}
.suscribete .container form .btn.blanco {
  background: white;
}
.suscribete .container form .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .suscribete .container form .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .suscribete .container form .btn:hover span {
    transform: translateX(-10px);
  }
  .suscribete .container form .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.suscribete .container form input {
  margin-left: auto;
  margin-right: auto;
  color: #7F7F7F;
  background: white;
  color: white;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 15px;
  border: 0;
}
.suscribete .container form input:not([type=submit]) {
  width: 80%;
}
.suscribete .container form input[type=submit] {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
}

.section_ofertas {
  position: relative;
  overflow: hidden;
  background: white;
}
.section_ofertas .adorno_rt {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -10%;
  height: 60%;
}
.section_ofertas .adorno_lf {
  position: absolute;
  top: 5%;
  left: -10%;
  height: 50%;
}
.section_ofertas .slider_ofertas {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}
.section_ofertas .slider_ofertas img {
  border-radius: 10px;
}
.section_ofertas .slider_ofertas .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
}
.section_ofertas .slider_ofertas .owl-nav .owl-prev,
.section_ofertas .slider_ofertas .owl-nav .owl-next {
  width: 40px;
  outline: none;
  filter: drop-shadow(0px 0px 3px rgba(34, 34, 34, 0.7215686275));
  transition: all 800ms;
  transform-origin: center;
}
.section_ofertas .slider_ofertas .owl-nav .owl-prev img,
.section_ofertas .slider_ofertas .owl-nav .owl-next img {
  max-width: 40px;
  border-radius: 10px;
  box-shadow: none;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 800ms;
}
.section_ofertas .slider_ofertas .owl-nav .owl-prev img:hover,
.section_ofertas .slider_ofertas .owl-nav .owl-next img:hover {
  transform: translateY(-10px);
}
.section_ofertas .slider_ofertas .owl-nav .owl-prev:hover,
.section_ofertas .slider_ofertas .owl-nav .owl-next:hover {
  filter: drop-shadow(0px 0px 6px #222);
  transform: scale(1.1);
}
.section_ofertas .slider_ofertas .owl-nav .owl-prev {
  left: 0;
  background: none;
}
.section_ofertas .slider_ofertas .owl-nav .owl-next {
  right: 0;
  background: none;
}
.section_ofertas .favoritos {
  position: relative;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.section_ofertas .favoritos h3 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 0px;
}
.section_ofertas .favoritos .icon-medkit {
  color: #102360;
}
.section_ofertas .favoritos .slider_favoritos {
  margin-top: 20px;
}
.section_ofertas .favoritos .slider_favoritos .owl-item {
  padding: 20px 15px;
}
.section_ofertas .favoritos .slider_favoritos img {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 800ms;
}
.section_ofertas .favoritos .slider_favoritos img:hover {
  transform: translateY(-10px);
}
.section_ofertas .favoritos .slider_favoritos .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;
}
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-prev,
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-next {
  width: 40px;
  outline: none;
  filter: drop-shadow(0px 0px 3px rgba(34, 34, 34, 0.7215686275));
  transition: all 800ms;
  transform-origin: center;
}
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-prev img,
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-next img {
  max-width: 40px;
  border-radius: 10px;
  box-shadow: none;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 800ms;
}
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-prev img:hover,
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-next img:hover {
  transform: translateY(-10px);
}
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-prev:hover,
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-next:hover {
  filter: drop-shadow(0px 0px 6px #222);
  transform: scale(1.1);
}
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-prev {
  left: 0;
  background: none;
}
.section_ofertas .favoritos .slider_favoritos .owl-nav .owl-next {
  right: 0;
  background: none;
}
.section_ofertas .cta {
  position: relative;
  overflow: hidden;
}
.section_ofertas .cta img {
  border-radius: 10px;
  width: 100%;
  margin: 70px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}

.section_categorias {
  background: #EAEFF2;
  position: relative;
}
.section_categorias .adorno_uno {
  height: 120%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section_categorias .adorno_dos {
  height: 100%;
  position: absolute;
  right: 0%;
  bottom: 0%;
}
.section_categorias .slider_cats .item {
  border-radius: 10px;
  background: white;
  height: 250px;
  position: relative;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 800ms;
  transform-origin: center;
  margin-bottom: 40px;
  margin-top: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}
.section_categorias .slider_cats .item .fondo {
  position: absolute;
  top: 0;
  z-index: 0;
}
.section_categorias .slider_cats .item .extra {
  position: absolute;
  height: 105%;
  width: auto;
  right: -15%;
  bottom: -12%;
  z-index: 0;
}
.section_categorias .slider_cats .item .texto {
  max-width: 35%;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
}
.section_categorias .slider_cats .item .btn_2 {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  animation-direction: alternate-reverse;
  transform-origin: left;
}
.section_categorias .slider_cats .item .btn_2 span {
  display: block;
}
@keyframes arrow_animate {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(10px);
  }
  100% {
    transform: translate(0);
  }
}
.section_categorias .slider_cats .item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
  transform: translateY(-10px);
}
.section_categorias .slider_cats .item:hover .btn_2 svg {
  animation: arrow_animate 800ms infinite;
}
.section_categorias .slider_cats .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
}
.section_categorias .slider_cats h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
}
@media all and (min-width: 821px) {
  .section_categorias .contenedor {
    transform: translateY(-40px);
    overflow: hidden;
  }
  .section_categorias .container {
    max-width: 132%;
    width: 132%;
    padding: 0;
    transform: translateX(-12%);
    transform: translateX(-12%);
  }
}
@media all and (max-width: 820px) {
  .section_categorias {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section_categorias .owl-item {
    padding: 20px;
  }
  .section_categorias .item {
    height: 220px !important;
    margin-top: 10px !important;
  }
  .section_categorias h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .section_categorias h2.titulo {
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
}

.ftco-navbar-light .collapse {
  justify-content: space-between;
}
.ftco-navbar-light .form_search {
  width: 35%;
  position: relative;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .ftco-navbar-light .form_search {
    width: 30%;
  }
}
.ftco-navbar-light .form_search input[type=text] {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
}
.ftco-navbar-light .form_search input[type=submit] {
  position: absolute;
  height: 30px;
  width: 35px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  right: 0;
  top: 1px;
  background-color: transparent;
  cursor: pointer;
}
.ftco-navbar-light .container {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.ftco-navbar-light .container .logo {
  width: 80px;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15;
  opacity: 0;
}
.ftco-navbar-light.scrolled .form_search {
  width: 35%;
}
.ftco-navbar-light.scrolled .navbar-nav {
  transform: translateX(95px);
}
.ftco-navbar-light.scrolled .logo {
  opacity: 1;
}

.detail_bolsa section {
  position: relative;
}
.detail_bolsa section:nth-of-type(1) {
  margin-top: 100px;
  background: #EAEFF2;
  padding: 100px 0;
}
@media all and (max-width: 820px) {
  .detail_bolsa section:nth-of-type(1) {
    margin-top: 75px;
  }
}
@media all and (max-width: 820px) {
  .detail_bolsa section:nth-of-type(1) {
    padding: 80px 0;
  }
  .detail_bolsa section:nth-of-type(1) .img {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 720px) {
  .detail_bolsa section:nth-of-type(1) {
    padding: 40px 0;
  }
  .detail_bolsa section:nth-of-type(1) .con_texto {
    width: 100%;
  }
  .detail_bolsa section:nth-of-type(1) .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail_bolsa section:nth-of-type(1) .ben,
  .detail_bolsa section:nth-of-type(1) .req {
    padding-right: 0;
    padding-left: 0;
  }
}
.detail_bolsa section:nth-of-type(1) .img {
  height: 100%;
  background-position: center;
  background-origin: center;
  min-height: 400px;
}
@media all and (max-width: 720px) {
  .detail_bolsa section:nth-of-type(1) .img {
    min-height: 250px;
  }
}
.detail_bolsa section:nth-of-type(1) .dos {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 821px) {
  .detail_bolsa section:nth-of-type(1) .dos {
    padding-left: 50px;
  }
  .detail_bolsa section:nth-of-type(1) .dos .texto {
    border-left: 1px solid #000;
    padding-left: 15px;
  }
}
.detail_bolsa section:nth-of-type(1) .dos .texto {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.detail_bolsa section:nth-of-type(1) .dos .texto ul {
  margin-left: 0;
}
.detail_bolsa section:nth-of-type(1) .dos .texto .req {
  padding-left: 0;
}
.detail_bolsa section:nth-of-type(1) .dos .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  margin-top: 20px;
}
.detail_bolsa section:nth-of-type(1) .dos .btn .myicon,
.detail_bolsa section:nth-of-type(1) .dos .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.detail_bolsa section:nth-of-type(1) .dos .btn .myicon:before,
.detail_bolsa section:nth-of-type(1) .dos .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.detail_bolsa section:nth-of-type(1) .dos .btn .text {
  line-height: 16px;
}
.detail_bolsa section:nth-of-type(1) .dos .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.detail_bolsa section:nth-of-type(1) .dos .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.detail_bolsa section:nth-of-type(1) .dos .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.detail_bolsa section:nth-of-type(1) .dos .btn.transparent {
  background: transparent;
  color: #000;
}
.detail_bolsa section:nth-of-type(1) .dos .btn.transparent span {
  color: #000;
}
.detail_bolsa section:nth-of-type(1) .dos .btn.rojo {
  background: #C01A24;
}
.detail_bolsa section:nth-of-type(1) .dos .btn.blanco {
  background: white;
}
.detail_bolsa section:nth-of-type(1) .dos .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .detail_bolsa section:nth-of-type(1) .dos .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .detail_bolsa section:nth-of-type(1) .dos .btn:hover span {
    transform: translateX(-10px);
  }
  .detail_bolsa section:nth-of-type(1) .dos .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.detail_bolsa section:nth-of-type(1) .dos h1 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: #1E1E1E;
}
@media all and (max-width: 720px) {
  .detail_bolsa section:nth-of-type(1) .dos h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.detail_bolsa section:nth-of-type(2) {
  background: #C01A24;
  background: #102360;
}
.detail_bolsa section:nth-of-type(2) .container {
  position: relative;
  max-width: 100%;
}
.detail_bolsa section:nth-of-type(2) .cont {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 820px) {
  .detail_bolsa section:nth-of-type(2) .cont {
    width: 100%;
    max-width: 100%;
  }
}
.detail_bolsa section:nth-of-type(2) .fondo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.detail_bolsa section:nth-of-type(2) .fondo .img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80%;
  max-width: 400px;
}
@media all and (min-width: 821px) {
  .detail_bolsa section:nth-of-type(2) .fondo {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media all and (max-width: 820px) {
  .detail_bolsa section:nth-of-type(2) .fondo {
    margin-bottom: 60px;
    height: 350px;
    width: 100%;
    position: relative;
  }
  .detail_bolsa section:nth-of-type(2) .fondo .img {
    width: 50%;
  }
}
@media all and (max-width: 720px) {
  .detail_bolsa section:nth-of-type(2) .fondo {
    height: 250px;
  }
}
.detail_bolsa section:nth-of-type(2) h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
}
@media all and (max-width: 720px) {
  .detail_bolsa section:nth-of-type(2) h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.detail_bolsa section:nth-of-type(2) p, .detail_bolsa section:nth-of-type(2) li {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 300;
}
.detail_bolsa section:nth-of-type(2) p strong, .detail_bolsa section:nth-of-type(2) p b, .detail_bolsa section:nth-of-type(2) li strong, .detail_bolsa section:nth-of-type(2) li b {
  font-weight: 700;
}
.detail_bolsa section:nth-of-type(2) p.small, .detail_bolsa section:nth-of-type(2) li.small {
  font-size: 14px;
  line-height: 24px;
  color: white;
  margin-top: 80px;
}
.detail_bolsa section:nth-of-type(2) .row {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 820px) {
  .detail_bolsa section:nth-of-type(2) .row {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.detail_bolsa section:nth-of-type(2) form label, .detail_bolsa section:nth-of-type(2) form .text-body {
  font-size: 14px;
  transform: translateY(2px);
  transform: translateY(2px);
}
.detail_bolsa section:nth-of-type(2) form .input {
  margin-top: 20px;
  position: relative;
}
.detail_bolsa section:nth-of-type(2) form .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
}
.detail_bolsa section:nth-of-type(2) form .btn .myicon,
.detail_bolsa section:nth-of-type(2) form .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.detail_bolsa section:nth-of-type(2) form .btn .myicon:before,
.detail_bolsa section:nth-of-type(2) form .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.detail_bolsa section:nth-of-type(2) form .btn .text {
  line-height: 16px;
}
.detail_bolsa section:nth-of-type(2) form .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.detail_bolsa section:nth-of-type(2) form .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.detail_bolsa section:nth-of-type(2) form .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.detail_bolsa section:nth-of-type(2) form .btn.transparent {
  background: transparent;
  color: #000;
}
.detail_bolsa section:nth-of-type(2) form .btn.transparent span {
  color: #000;
}
.detail_bolsa section:nth-of-type(2) form .btn.rojo {
  background: #C01A24;
}
.detail_bolsa section:nth-of-type(2) form .btn.blanco {
  background: white;
}
.detail_bolsa section:nth-of-type(2) form .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .detail_bolsa section:nth-of-type(2) form .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .detail_bolsa section:nth-of-type(2) form .btn:hover span {
    transform: translateX(-10px);
  }
  .detail_bolsa section:nth-of-type(2) form .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.detail_bolsa section:nth-of-type(2) form input::-webkit-input-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form input::-moz-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form input:-ms-input-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form input:-moz-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form select::-webkit-input-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form select::-moz-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form select:-ms-input-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form select:-moz-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form textarea::-webkit-input-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form textarea::-moz-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form textarea:-ms-input-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form textarea:-moz-placeholder {
  color: white;
}
.detail_bolsa section:nth-of-type(2) form input:not([type=submit]):not([type=checkbox]),
.detail_bolsa section:nth-of-type(2) form select, .detail_bolsa section:nth-of-type(2) form textarea {
  border-radius: 40px;
  border: 1px solid white;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  background: transparent;
  color: white;
}
.detail_bolsa section:nth-of-type(2) form button[type=submit],
.detail_bolsa section:nth-of-type(2) form input[type=submit] {
  border: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100% !important;
  background: transparent;
  padding: 0;
}
@media all and (max-width: 820px) {
  .detail_bolsa section:nth-of-type(2) .cont_form {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media all and (max-width: 720px) {
  .detail_bolsa section:nth-of-type(2) .cont_form {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.bolsa {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bolsa section {
  position: relative;
}
.bolsa section:nth-of-type(1) {
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .bolsa section:nth-of-type(1) {
    margin-top: 75px;
  }
}
.bolsa section:nth-of-type(1) .row {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.bolsa section:nth-of-type(1) .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (max-width: 720px) {
  .bolsa section:nth-of-type(1) .container {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
}
.bolsa section:nth-of-type(1) .dos {
  padding-left: 0;
  padding-right: 0;
}
.bolsa section:nth-of-type(1) .dos .imagen {
  width: 100%;
  height: 100%;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bolsa section:nth-of-type(1) .uno {
  background: rgb(0, 168, 237);
  background: linear-gradient(145deg, rgb(0, 168, 237) 0%, rgb(16, 35, 96) 100%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 30px;
  padding-right: 15%;
}
.bolsa section:nth-of-type(1) .uno .adorno {
  position: absolute;
  height: 95%;
  right: -10%;
  bottom: 0;
  z-index: 1;
}
.bolsa section:nth-of-type(1) .uno p {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 300;
  margin: 0;
}
.bolsa section:nth-of-type(1) .uno p strong, .bolsa section:nth-of-type(1) .uno p b {
  font-weight: 700;
}
@media all and (max-width: 720px) {
  .bolsa section:nth-of-type(1) .uno p {
    text-align: center !important;
  }
}
.bolsa section:nth-of-type(1) .uno h3 {
  font-size: 27px;
  color: white;
  font-weight: bold;
}
.bolsa section:nth-of-type(1) .uno h2 {
  font-size: 34px;
  color: white;
  font-weight: bold;
}
.bolsa section:nth-of-type(1) .uno .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  color: white !important;
  border: 1px solid white;
  margin-top: 30px;
}
.bolsa section:nth-of-type(1) .uno .btn .myicon,
.bolsa section:nth-of-type(1) .uno .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.bolsa section:nth-of-type(1) .uno .btn .myicon:before,
.bolsa section:nth-of-type(1) .uno .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.bolsa section:nth-of-type(1) .uno .btn .text {
  line-height: 16px;
}
.bolsa section:nth-of-type(1) .uno .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.bolsa section:nth-of-type(1) .uno .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.bolsa section:nth-of-type(1) .uno .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.bolsa section:nth-of-type(1) .uno .btn.transparent {
  background: transparent;
  color: #000;
}
.bolsa section:nth-of-type(1) .uno .btn.transparent span {
  color: #000;
}
.bolsa section:nth-of-type(1) .uno .btn.rojo {
  background: #C01A24;
}
.bolsa section:nth-of-type(1) .uno .btn.blanco {
  background: white;
}
.bolsa section:nth-of-type(1) .uno .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .bolsa section:nth-of-type(1) .uno .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .bolsa section:nth-of-type(1) .uno .btn:hover span {
    transform: translateX(-10px);
  }
  .bolsa section:nth-of-type(1) .uno .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
@media all and (max-width: 820px) {
  .bolsa section:nth-of-type(1) .uno {
    border-radius: 10px;
  }
  .bolsa section:nth-of-type(1) .uno .texto {
    max-width: 300px;
  }
  .bolsa section:nth-of-type(1) .uno .adorno {
    right: 0;
  }
}
.bolsa section:nth-of-type(2) {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media all and (min-width: 721px) {
  .bolsa section:nth-of-type(2) .element:nth-of-type(odd) {
    padding-left: 0;
  }
  .bolsa section:nth-of-type(2) .element:nth-of-type(even) {
    padding-right: 0;
  }
}
.bolsa section:nth-of-type(2) .item {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 720px) {
  .bolsa section:nth-of-type(2) .item {
    text-align: center;
  }
}
.bolsa section:nth-of-type(2) .item .share {
  position: absolute;
  top: 0px;
  right: 15px;
  color: #102360;
  width: 26px;
  height: 26px;
}
@media all and (max-width: 720px) {
  .bolsa section:nth-of-type(2) .item .share {
    right: auto;
    left: 15px;
  }
}
.bolsa section:nth-of-type(2) .item .share_social {
  cursor: pointer;
  transition: 0.25s;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  color: #102360;
  background: white;
  width: 26px;
  height: 26px;
  font-size: 18px;
}
.bolsa section:nth-of-type(2) .item .share_social .icon-share2,
.bolsa section:nth-of-type(2) .item .share_social .icon-close2 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bolsa section:nth-of-type(2) .item .share_social:hover {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.bolsa section:nth-of-type(2) .item .share_social.active {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.bolsa section:nth-of-type(2) .item .sm-social {
  cursor: pointer;
  transition: 0.25s;
  position: absolute;
  border-radius: 50%;
  top: 1px;
  right: 2px;
  box-shadow: 0 10px 15px -10px;
  color: white;
  z-index: 1;
}
.bolsa section:nth-of-type(2) .item .sm-social:hover {
  box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.5);
}
.bolsa section:nth-of-type(2) .item .sm-social.fb {
  background: #3b5998;
}
.bolsa section:nth-of-type(2) .item .sm-social.fb.active {
  right: 0px !important;
  top: -34px !important;
  transform: scale(1.1);
}
.bolsa section:nth-of-type(2) .item .sm-social.twit {
  background: #55acee;
}
.bolsa section:nth-of-type(2) .item .sm-social.twit.active {
  top: -24px !important;
  right: -25px !important;
  transform: scale(1.1);
}
.bolsa section:nth-of-type(2) .item .sm-social.pin {
  background: #bd081c;
}
.bolsa section:nth-of-type(2) .item .sm-social.pin.active {
  top: 2px !important;
  right: -34px !important;
  transform: scale(1.1);
}
.bolsa section:nth-of-type(2) .item .sm-social.whats {
  background: #1EBEA5;
}
.bolsa section:nth-of-type(2) .item .sm-social.whats.active {
  top: 28px !important;
  right: -25px !important;
  transform: scale(1.1);
}
.bolsa section:nth-of-type(2) .item .sm-icon {
  width: 22px;
  height: 22px;
  color: white;
  position: relative;
}
.bolsa section:nth-of-type(2) .item .sm-icon:before {
  font-size: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.bolsa section:nth-of-type(2) .item .img {
  height: 100%;
}
@media all and (max-width: 820px) {
  .bolsa section:nth-of-type(2) .item .img {
    height: 220px;
    margin-bottom: 20px;
  }
}
.bolsa section:nth-of-type(2) .item h3 {
  font-size: 16px;
  line-height: 28px;
  color: #1B1E24;
  font-weight: 300;
  font-weight: bold;
}
.bolsa section:nth-of-type(2) .item h3 strong, .bolsa section:nth-of-type(2) .item h3 b {
  font-weight: 700;
}
@media all and (max-width: 720px) {
  .bolsa section:nth-of-type(2) .item h3 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bolsa section:nth-of-type(2) .item p {
  font-size: 14px;
  line-height: 24px;
  color: #7A797E;
}
.bolsa section:nth-of-type(2) .item p .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  margin-right: 10px;
}
.bolsa section:nth-of-type(2) .item .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  font-size: 14px;
}
.bolsa section:nth-of-type(2) .item .btn .myicon,
.bolsa section:nth-of-type(2) .item .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.bolsa section:nth-of-type(2) .item .btn .myicon:before,
.bolsa section:nth-of-type(2) .item .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.bolsa section:nth-of-type(2) .item .btn .text {
  line-height: 16px;
}
.bolsa section:nth-of-type(2) .item .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.bolsa section:nth-of-type(2) .item .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.bolsa section:nth-of-type(2) .item .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.bolsa section:nth-of-type(2) .item .btn.transparent {
  background: transparent;
  color: #000;
}
.bolsa section:nth-of-type(2) .item .btn.transparent span {
  color: #000;
}
.bolsa section:nth-of-type(2) .item .btn.rojo {
  background: #C01A24;
}
.bolsa section:nth-of-type(2) .item .btn.blanco {
  background: white;
}
.bolsa section:nth-of-type(2) .item .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .bolsa section:nth-of-type(2) .item .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .bolsa section:nth-of-type(2) .item .btn:hover span {
    transform: translateX(-10px);
  }
  .bolsa section:nth-of-type(2) .item .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.bolsa section:nth-of-type(2) .item img {
  min-height: 150px;
}

.beneficios {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .beneficios {
    margin-top: 75px;
  }
}
.beneficios section {
  position: relative;
}
.beneficios section:nth-of-type(1) {
  padding-top: 40px;
}
@media all and (max-width: 720px) {
  .beneficios section:nth-of-type(1) {
    padding-top: 0px;
  }
}
.beneficios section:nth-of-type(1) img {
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.beneficios section:nth-of-type(1) .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (max-width: 720px) {
  .beneficios section:nth-of-type(1) .container {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
}
.beneficios section:nth-of-type(2) {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media all and (max-width: 720px) {
  .beneficios section:nth-of-type(2) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.beneficios section:nth-of-type(2) .element {
  padding-left: 15px;
  padding-right: 15px;
}
.beneficios section:nth-of-type(2) .item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.beneficios section:nth-of-type(2) .item .imagen {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2392156863);
  padding-top: 100%;
  position: relative;
  background: white;
}
.beneficios section:nth-of-type(2) .item img {
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.beneficios section:nth-of-type(3) {
  padding-bottom: 40px;
}
@media all and (max-width: 720px) {
  .beneficios section:nth-of-type(3) {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .beneficios section:nth-of-type(3) .item {
    text-align: center;
  }
}
.beneficios section:nth-of-type(3) .container {
  padding-right: 15px;
  padding-left: 15px;
}
.beneficios section:nth-of-type(3) .row {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2392156863);
  border-radius: 10px;
  background: white;
  padding: 20px;
  padding-top: 30px;
}
.beneficios section:nth-of-type(3) .row .item {
  padding-left: 10px;
  padding-right: 10px;
}
.beneficios section:nth-of-type(3) .row .item h3 {
  font-size: 16px;
  line-height: 28px;
  color: #102360;
  font-weight: 300;
}
.beneficios section:nth-of-type(3) .row .item h3 strong, .beneficios section:nth-of-type(3) .row .item h3 b {
  font-weight: 700;
}
.beneficios section:nth-of-type(3) .row .item h3 img {
  height: 20px;
  margin-top: -5px;
}
.beneficios section:nth-of-type(3) .row .item p {
  font-size: 14px;
  line-height: 24px;
  color: #7A797E;
}
.beneficios section .carousel-beneficios .owl-nav {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
}
.beneficios section .carousel-beneficios .owl-nav .owl-prev,
.beneficios section .carousel-beneficios .owl-nav .owl-next {
  width: 40px;
  outline: none;
  filter: drop-shadow(0px 0px 3px rgba(34, 34, 34, 0.7215686275));
  transition: all 800ms;
  transform-origin: center;
}
.beneficios section .carousel-beneficios .owl-nav .owl-prev img,
.beneficios section .carousel-beneficios .owl-nav .owl-next img {
  max-width: 40px;
  border-radius: 10px;
  box-shadow: none;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
}
.beneficios section .carousel-beneficios .owl-nav .owl-prev {
  left: 0;
  background: none;
}
.beneficios section .carousel-beneficios .owl-nav .owl-next {
  right: 0;
  background: none;
}

.dash {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 820px) {
  .dash {
    margin-top: 75px;
  }
}
@media all and (max-width: 720px) {
  .dash {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .dash .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dash h3 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: #000;
}
@media all and (max-width: 720px) {
  .dash h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.dash .card {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}
.dash .card .card-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.dash .card .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  margin-top: 20px;
}
.dash .card .btn .myicon,
.dash .card .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.dash .card .btn .myicon:before,
.dash .card .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.dash .card .btn .text {
  line-height: 16px;
}
.dash .card .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.dash .card .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.dash .card .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.dash .card .btn.transparent {
  background: transparent;
  color: #000;
}
.dash .card .btn.transparent span {
  color: #000;
}
.dash .card .btn.rojo {
  background: #C01A24;
}
.dash .card .btn.blanco {
  background: white;
}
.dash .card .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .dash .card .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .dash .card .btn:hover span {
    transform: translateX(-10px);
  }
  .dash .card .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.dash .card h5 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 0;
  color: #102360;
}
.dash .card p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.dash .card p strong, .dash .card p b {
  font-weight: 700;
}

.area_resumen_carrito {
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .area_resumen_carrito {
    margin-top: 75px;
  }
}
@media all and (min-width: 821px) {
  .area_resumen_carrito {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.area_resumen_carrito h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: #000;
}
.area_resumen_carrito .border {
  background: white;
  padding: 20px 15px;
  border: 1px solid #ccc !important;
}
.area_resumen_carrito .border #farmacia_nombre,
.area_resumen_carrito .border .card-title span {
  font-size: 18px;
  color: #102360;
}
.area_resumen_carrito .border .area_opciones {
  color: #102360;
}
.area_resumen_carrito .border #farmacia_direccion, .area_resumen_carrito .border #farmacia_codigo_postal {
  font-size: 16px;
  font-weight: bold;
}
.area_resumen_carrito .border #farmacia_direccion b, .area_resumen_carrito .border #farmacia_codigo_postal b {
  font-weight: 400;
}
.area_resumen_carrito .border .radio-entrega,
.area_resumen_carrito .border .radio-direccion {
  font-size: 9pt;
}
.area_resumen_carrito .border .radio-entrega b,
.area_resumen_carrito .border .radio-direccion b {
  color: #102360;
}
.area_resumen_carrito .border .radio-entrega span,
.area_resumen_carrito .border .radio-direccion span {
  font-size: 18px;
}
.area_resumen_carrito .border .card {
  border: 0;
  border-top: 1px solid #ccc !important;
}
.area_resumen_carrito .border .card .card-body {
  padding: 0;
  border: 0;
  padding-top: 12px;
}
@media all and (max-width: 820px) {
  .area_resumen_carrito .resumen_ord .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .area_resumen_carrito .resumen_ord .btn {
    width: 100%;
  }
}
.area_resumen_carrito .resumen_ord .simple {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 0;
}
.area_resumen_carrito .resumen_ord .optFormaPago,
.area_resumen_carrito .resumen_ord .optSuPago {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  height: auto !important;
}
.area_resumen_carrito .resumen_ord .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
  font-size: 18px;
  margin-top: 15px;
}
.area_resumen_carrito .resumen_ord .btn .myicon,
.area_resumen_carrito .resumen_ord .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.area_resumen_carrito .resumen_ord .btn .myicon:before,
.area_resumen_carrito .resumen_ord .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.area_resumen_carrito .resumen_ord .btn .text {
  line-height: 16px;
}
.area_resumen_carrito .resumen_ord .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.area_resumen_carrito .resumen_ord .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.area_resumen_carrito .resumen_ord .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.area_resumen_carrito .resumen_ord .btn.transparent {
  background: transparent;
  color: #000;
}
.area_resumen_carrito .resumen_ord .btn.transparent span {
  color: #000;
}
.area_resumen_carrito .resumen_ord .btn.rojo {
  background: #C01A24;
}
.area_resumen_carrito .resumen_ord .btn.blanco {
  background: white;
}
.area_resumen_carrito .resumen_ord .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .area_resumen_carrito .resumen_ord .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .area_resumen_carrito .resumen_ord .btn:hover span {
    transform: translateX(-10px);
  }
  .area_resumen_carrito .resumen_ord .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.area_resumen_carrito .resumen_ord .btn_edit {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  background: #102360;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.area_resumen_carrito .resumen_ord .btn_edit .myicon,
.area_resumen_carrito .resumen_ord .btn_edit .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.area_resumen_carrito .resumen_ord .btn_edit .myicon:before,
.area_resumen_carrito .resumen_ord .btn_edit .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.area_resumen_carrito .resumen_ord .btn_edit .text {
  line-height: 16px;
}
.area_resumen_carrito .resumen_ord .btn_edit span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.area_resumen_carrito .resumen_ord .btn_edit span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.area_resumen_carrito .resumen_ord .btn_edit.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.area_resumen_carrito .resumen_ord .btn_edit.transparent {
  background: transparent;
  color: #000;
}
.area_resumen_carrito .resumen_ord .btn_edit.transparent span {
  color: #000;
}
.area_resumen_carrito .resumen_ord .btn_edit.rojo {
  background: #C01A24;
}
.area_resumen_carrito .resumen_ord .btn_edit.blanco {
  background: white;
}
.area_resumen_carrito .resumen_ord .btn_edit.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .area_resumen_carrito .resumen_ord .btn_edit:hover .myicon {
    transform: translateX(-10px);
  }
  .area_resumen_carrito .resumen_ord .btn_edit:hover span {
    transform: translateX(-10px);
  }
  .area_resumen_carrito .resumen_ord .btn_edit:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
@media all and (max-width: 820px) {
  .area_resumen_carrito .resumen_ord .btn_edit {
    padding: 8px 15px;
  }
}
.area_resumen_carrito .resumen_ord .btn_edit .title {
  font-style: initial;
}
@media all and (max-width: 820px) {
  .area_resumen_carrito .resumen_ord .btn_edit .title {
    display: none;
  }
}
@media all and (min-width: 821px) {
  .area_resumen_carrito .resumen_ord .btn_edit .title {
    transform: translateX(10px);
    transition: all 500ms;
  }
}
.area_resumen_carrito .resumen_ord .btn_edit i:not(.title) {
  font-size: 18px;
  margin-left: 5px;
}
@media all and (min-width: 821px) {
  .area_resumen_carrito .resumen_ord .btn_edit i:not(.title):before {
    opacity: 0;
    transition: all 500ms;
    display: block;
    transform: translateX(20px);
  }
}
.area_resumen_carrito .resumen_ord .btn_edit:hover .title {
  transform: translateX(0px);
}
.area_resumen_carrito .resumen_ord .btn_edit:hover i:not(.title):before {
  opacity: 1;
  transform: translateX(0px);
}
.area_resumen_carrito .resumen_ord .btnVerificarFinalizar {
  cursor: pointer;
  border: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100% !important;
  background: transparent;
  padding: 0;
}
.area_resumen_carrito .resumen_ord .table {
  border: 1px solid #ccc !important;
}
.area_resumen_carrito .resumen_ord thead {
  background: #EEEEEE;
}
.area_resumen_carrito .resumen_ord thead th {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  min-width: 140px;
}
.area_resumen_carrito .resumen_ord thead th:nth-of-type(1) {
  min-width: 180px;
}
.area_resumen_carrito .resumen_ord thead th:last-of-type {
  min-width: 80px;
}
.area_resumen_carrito .resumen_ord thead tr {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.area_resumen_carrito .resumen_ord tbody td {
  vertical-align: inherit;
}
.area_resumen_carrito .resumen_ord .col-4 {
  padding-right: 0;
}
.area_resumen_carrito .resumen_ord .col-8 {
  padding-left: 0;
}
.area_resumen_carrito .resumen_ord .border {
  border: 0 !important;
  padding: 0;
}

.popover-header {
  background: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #d3d6d8;
  color: #41464b;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

.pedidos_list {
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .pedidos_list {
    margin-top: 75px;
  }
}
@media all and (min-width: 821px) {
  .pedidos_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pedidos_list .table {
  margin-top: 30px;
  font-size: 14px;
}
.pedidos_list .table h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: #000;
}
@media all and (max-width: 720px) {
  .pedidos_list .table h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.pedidos_list .table thead {
  background: #EEEEEE;
}
.pedidos_list .table thead th {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.pedidos_list .table thead tr {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.pedidos_list .table tbody {
  border-bottom: 1px solid #000;
}
.pedidos_list .table tbody tr:hover {
  background: transparent;
}
.pedidos_list .table tbody td {
  vertical-align: inherit;
}
.pedidos_list .pagination {
  justify-content: end;
}
@media all and (max-width: 720px) {
  .pedidos_list .pagination {
    justify-content: center;
  }
}
.pedidos_list .pagination .page-link {
  color: #102360;
  border-radius: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pedidos_list .pagination .page-link.active {
  border: 1px solid #102360 !important;
  background-color: #102360;
  color: white;
}

.pagina_carrito {
  margin-top: 100px;
}
@media all and (max-width: 820px) {
  .pagina_carrito {
    margin-top: 75px;
  }
}
@media all and (min-width: 821px) {
  .pagina_carrito {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.pagina_carrito .help i {
  font-size: 18px;
  margin-left: 5px;
  color: #102360;
}
.pagina_carrito .total_card {
  background: #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #ccc;
}
.pagina_carrito .total_card .row {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.pagina_carrito .total_card .row .text-azul {
  color: #102360;
  font-size: 18px;
}
.pagina_carrito .total_card .row:last-of-type {
  border: 0;
}
.pagina_carrito .total_card .row .col {
  padding: 10px 0px;
}
.pagina_carrito h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: #000;
}
@media all and (max-width: 720px) {
  .pagina_carrito h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.pagina_carrito .btnSiguiente {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
}
.pagina_carrito .btnSiguiente .myicon,
.pagina_carrito .btnSiguiente .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.pagina_carrito .btnSiguiente .myicon:before,
.pagina_carrito .btnSiguiente .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.pagina_carrito .btnSiguiente .text {
  line-height: 16px;
}
.pagina_carrito .btnSiguiente span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.pagina_carrito .btnSiguiente span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.pagina_carrito .btnSiguiente.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.pagina_carrito .btnSiguiente.transparent {
  background: transparent;
  color: #000;
}
.pagina_carrito .btnSiguiente.transparent span {
  color: #000;
}
.pagina_carrito .btnSiguiente.rojo {
  background: #C01A24;
}
.pagina_carrito .btnSiguiente.blanco {
  background: white;
}
.pagina_carrito .btnSiguiente.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .pagina_carrito .btnSiguiente:hover .myicon {
    transform: translateX(-10px);
  }
  .pagina_carrito .btnSiguiente:hover span {
    transform: translateX(-10px);
  }
  .pagina_carrito .btnSiguiente:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.pagina_carrito .btnSiguiente:hover {
  background: #102360 !important;
}
.pagina_carrito .table {
  margin-top: 30px;
  font-size: 14px;
}
.pagina_carrito .table thead {
  background: #EEEEEE;
}
.pagina_carrito .table thead th {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  min-width: 140px;
}
.pagina_carrito .table thead th:nth-of-type(1) {
  min-width: 180px;
}
.pagina_carrito .table thead th:last-of-type {
  min-width: 80px;
}
.pagina_carrito .table thead tr {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.pagina_carrito .table tbody {
  border-bottom: 1px solid #000;
}
.pagina_carrito .table tbody td:nth-of-type(1) {
  padding-left: 0;
}
.pagina_carrito .table tbody td:last-of-type {
  padding-right: 0;
}
.pagina_carrito .table tbody .btnRemove {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  background: #C01A24;
  display: flex;
  justify-content: center;
}
.pagina_carrito .table tbody .btnRemove .myicon,
.pagina_carrito .table tbody .btnRemove .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.pagina_carrito .table tbody .btnRemove .myicon:before,
.pagina_carrito .table tbody .btnRemove .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.pagina_carrito .table tbody .btnRemove .text {
  line-height: 16px;
}
.pagina_carrito .table tbody .btnRemove span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.pagina_carrito .table tbody .btnRemove span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.pagina_carrito .table tbody .btnRemove.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.pagina_carrito .table tbody .btnRemove.transparent {
  background: transparent;
  color: #000;
}
.pagina_carrito .table tbody .btnRemove.transparent span {
  color: #000;
}
.pagina_carrito .table tbody .btnRemove.rojo {
  background: #C01A24;
}
.pagina_carrito .table tbody .btnRemove.blanco {
  background: white;
}
.pagina_carrito .table tbody .btnRemove.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .pagina_carrito .table tbody .btnRemove:hover .myicon {
    transform: translateX(-10px);
  }
  .pagina_carrito .table tbody .btnRemove:hover span {
    transform: translateX(-10px);
  }
  .pagina_carrito .table tbody .btnRemove:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
@media all and (max-width: 820px) {
  .pagina_carrito .table tbody .btnRemove {
    padding: 8px 15px;
  }
}
.pagina_carrito .table tbody .btnRemove .title {
  font-style: initial;
}
@media all and (max-width: 820px) {
  .pagina_carrito .table tbody .btnRemove .title {
    display: none;
  }
}
@media all and (min-width: 821px) {
  .pagina_carrito .table tbody .btnRemove .title {
    transform: translateX(10px);
    transition: all 500ms;
  }
}
.pagina_carrito .table tbody .btnRemove i:not(.title) {
  font-size: 18px;
  margin-left: 5px;
}
@media all and (min-width: 821px) {
  .pagina_carrito .table tbody .btnRemove i:not(.title):before {
    opacity: 0;
    transition: all 500ms;
    display: block;
    transform: translateX(20px);
  }
}
.pagina_carrito .table tbody .btnRemove:hover .title {
  transform: translateX(0px);
}
.pagina_carrito .table tbody .btnRemove:hover i:not(.title):before {
  opacity: 1;
  transform: translateX(0px);
}
.pagina_carrito .table tbody .input-group .btn {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.368627451);
  background: #D7D7D7;
  border: 0;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  transition: all 500ms;
}
@media all and (max-width: 820px) {
  .pagina_carrito .table tbody .input-group .btn {
    font-size: 20px;
  }
}
.pagina_carrito .table tbody .input-group .btn:hover {
  background: #102360;
  color: white;
}
.pagina_carrito .table tbody .input-group .txtCantidad {
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto !important;
  border: 0;
}
.pagina_carrito .table tbody .align_center {
  display: flex;
  align-items: center;
}
.pagina_carrito .table tbody td {
  vertical-align: inherit;
}
.pagina_carrito .table .img {
  width: 25%;
  padding-top: 25%;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 10px;
}
@media all and (max-width: 720px) {
  .pagina_carrito .table .img {
    width: 50px;
    height: 50px;
    padding-top: 0;
    min-width: 50px;
  }
}

.mis_direcciones {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 820px) {
  .mis_direcciones {
    margin-top: 75px;
  }
}
@media all and (max-width: 720px) {
  .mis_direcciones {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .mis_direcciones .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mis_direcciones .p-l-0 {
  padding-left: 0;
}
.mis_direcciones .p-r-0 {
  padding-right: 0;
}
.mis_direcciones h3 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: #000;
}
@media all and (max-width: 720px) {
  .mis_direcciones h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.mis_direcciones .card {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  border-radius: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}
.mis_direcciones .card .btnDelete {
  color: #C01A24;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 25px;
}
.mis_direcciones .card .card-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mis_direcciones .card .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  margin-top: 20px;
}
.mis_direcciones .card .btn .myicon,
.mis_direcciones .card .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.mis_direcciones .card .btn .myicon:before,
.mis_direcciones .card .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.mis_direcciones .card .btn .text {
  line-height: 16px;
}
.mis_direcciones .card .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.mis_direcciones .card .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.mis_direcciones .card .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.mis_direcciones .card .btn.transparent {
  background: transparent;
  color: #000;
}
.mis_direcciones .card .btn.transparent span {
  color: #000;
}
.mis_direcciones .card .btn.rojo {
  background: #C01A24;
}
.mis_direcciones .card .btn.blanco {
  background: white;
}
.mis_direcciones .card .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .mis_direcciones .card .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .mis_direcciones .card .btn:hover span {
    transform: translateX(-10px);
  }
  .mis_direcciones .card .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.mis_direcciones .card h5 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 0;
  color: #102360;
}
.mis_direcciones .card p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.mis_direcciones .card p strong, .mis_direcciones .card p b {
  font-weight: 700;
}

footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F6F6F6;
}
@media all and (max-width: 720px) {
  footer {
    text-align: center;
  }
}
footer .uno {
  padding: 0;
}
@media all and (min-width: 821px) {
  footer .uno {
    padding-right: 0;
  }
  footer .dos {
    padding-left: 5%;
  }
}
footer .ftco-footer-social img {
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .dos {
  display: flex;
  align-items: end;
  margin-top: 10px;
}
footer .dos img {
  width: 100%;
  border-radius: 10px;
}
footer .dos .slider_baner:before {
  display: none;
}
@media all and (max-width: 820px) {
  footer .dos {
    margin-top: 30px;
  }
  footer .dos a {
    width: 100%;
  }
}
@media all and (max-width: 720px) {
  footer .dos {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 720px) {
  footer .general {
    padding-left: 0;
  }
}
@media all and (max-width: 720px) {
  footer .general li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
footer .general .logo {
  max-width: 130px;
  margin-bottom: 20px;
}
footer .general p, footer .general li {
  font-size: 12px;
  line-height: 22px;
  color: #000;
}
footer .botones {
  margin-top: 20px;
}
@media all and (min-width: 721px) {
  footer .botones {
    padding-left: 0;
  }
}
@media all and (max-width: 820px) and (min-width: 721px) {
  footer .botones {
    padding-right: 0;
  }
  footer .botones .col-md-6:nth-of-type(1) {
    padding-left: 0;
  }
  footer .botones .col-md-6:nth-of-type(2) {
    padding-right: 0;
  }
}
@media all and (max-width: 720px) {
  footer .botones {
    padding-left: 0;
    padding-right: 0;
  }
  footer .botones .col-md-6:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
footer .botones .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 10px;
}
footer .botones .btn .myicon,
footer .botones .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
footer .botones .btn .myicon:before,
footer .botones .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
footer .botones .btn .text {
  line-height: 16px;
}
footer .botones .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
footer .botones .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
footer .botones .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
footer .botones .btn.transparent {
  background: transparent;
  color: #000;
}
footer .botones .btn.transparent span {
  color: #000;
}
footer .botones .btn.rojo {
  background: #C01A24;
}
footer .botones .btn.blanco {
  background: white;
}
footer .botones .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  footer .botones .btn:hover .myicon {
    transform: translateX(-10px);
  }
  footer .botones .btn:hover span {
    transform: translateX(-10px);
  }
  footer .botones .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
footer .botones .btn .icon-newspaper-o {
  margin-right: 7px;
}
@media all and (min-width: 821px) {
  footer .menu {
    padding-right: 0;
    padding-left: 0;
  }
}
footer .menu h3 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
footer .menu p, footer .menu li {
  font-size: 12px;
  line-height: 22px;
  color: #000;
}
footer .menu p a, footer .menu li a {
  color: #000;
}
footer .menu ul {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
@media all and (max-width: 720px) {
  footer .menu ul {
    margin-bottom: 0;
  }
}
footer .menu ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contacto section {
  position: relative;
}
.contacto section:nth-of-type(1) {
  margin-top: 100px;
  background: #C01A24;
}
@media all and (max-width: 820px) {
  .contacto section:nth-of-type(1) {
    margin-top: 75px;
  }
}
.contacto section:nth-of-type(1) .container {
  position: relative;
  max-width: 100%;
}
.contacto section:nth-of-type(1) .cont {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 820px) {
  .contacto section:nth-of-type(1) .cont {
    width: 100%;
    max-width: 100%;
  }
}
.contacto section:nth-of-type(1) .fondo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.contacto section:nth-of-type(1) .fondo .img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80%;
  max-width: 400px;
}
@media all and (min-width: 821px) {
  .contacto section:nth-of-type(1) .fondo {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media all and (max-width: 820px) {
  .contacto section:nth-of-type(1) .fondo {
    margin-bottom: 60px;
    height: 350px;
    width: 100%;
    position: relative;
  }
  .contacto section:nth-of-type(1) .fondo .img {
    width: 50%;
  }
}
@media all and (max-width: 720px) {
  .contacto section:nth-of-type(1) .fondo {
    height: 250px;
  }
}
.contacto section:nth-of-type(1) h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
}
@media all and (max-width: 720px) {
  .contacto section:nth-of-type(1) h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.contacto section:nth-of-type(1) p, .contacto section:nth-of-type(1) li {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 300;
}
.contacto section:nth-of-type(1) p strong, .contacto section:nth-of-type(1) p b, .contacto section:nth-of-type(1) li strong, .contacto section:nth-of-type(1) li b {
  font-weight: 700;
}
.contacto section:nth-of-type(1) p.small, .contacto section:nth-of-type(1) li.small {
  font-size: 14px;
  line-height: 24px;
  color: white;
  margin-top: 80px;
}
.contacto section:nth-of-type(1) .row {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 820px) {
  .contacto section:nth-of-type(1) .row {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.contacto section:nth-of-type(1) form label, .contacto section:nth-of-type(1) form .text-body {
  font-size: 14px;
  transform: translateY(2px);
  transform: translateY(2px);
}
.contacto section:nth-of-type(1) form .input {
  margin-top: 20px;
  position: relative;
}
.contacto section:nth-of-type(1) form .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
}
.contacto section:nth-of-type(1) form .btn .myicon,
.contacto section:nth-of-type(1) form .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.contacto section:nth-of-type(1) form .btn .myicon:before,
.contacto section:nth-of-type(1) form .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.contacto section:nth-of-type(1) form .btn .text {
  line-height: 16px;
}
.contacto section:nth-of-type(1) form .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.contacto section:nth-of-type(1) form .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.contacto section:nth-of-type(1) form .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.contacto section:nth-of-type(1) form .btn.transparent {
  background: transparent;
  color: #000;
}
.contacto section:nth-of-type(1) form .btn.transparent span {
  color: #000;
}
.contacto section:nth-of-type(1) form .btn.rojo {
  background: #C01A24;
}
.contacto section:nth-of-type(1) form .btn.blanco {
  background: white;
}
.contacto section:nth-of-type(1) form .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .contacto section:nth-of-type(1) form .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .contacto section:nth-of-type(1) form .btn:hover span {
    transform: translateX(-10px);
  }
  .contacto section:nth-of-type(1) form .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.contacto section:nth-of-type(1) form input::-webkit-input-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form input::-moz-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form input:-ms-input-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form input:-moz-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form select::-webkit-input-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form select::-moz-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form select:-ms-input-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form select:-moz-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form textarea::-webkit-input-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form textarea::-moz-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form textarea:-ms-input-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form textarea:-moz-placeholder {
  color: white;
}
.contacto section:nth-of-type(1) form input:not([type=submit]):not([type=checkbox]),
.contacto section:nth-of-type(1) form select, .contacto section:nth-of-type(1) form textarea {
  border-radius: 40px;
  border: 1px solid white;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  background: transparent;
  color: white;
}
.contacto section:nth-of-type(1) form button[type=submit],
.contacto section:nth-of-type(1) form input[type=submit] {
  border: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100% !important;
  background: transparent;
  padding: 0;
}
@media all and (max-width: 820px) {
  .contacto section:nth-of-type(1) .cont_form {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media all and (max-width: 720px) {
  .contacto section:nth-of-type(1) .cont_form {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.login section {
  position: relative;
}
.login section:nth-of-type(1) {
  margin-top: 100px;
  background: #C01A24;
  background: white;
}
@media all and (max-width: 820px) {
  .login section:nth-of-type(1) {
    margin-top: 75px;
  }
}
.login section:nth-of-type(1) .container {
  position: relative;
  max-width: 100%;
}
.login section:nth-of-type(1) .cont {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 820px) {
  .login section:nth-of-type(1) .cont {
    width: 100%;
    max-width: 100%;
  }
}
.login section:nth-of-type(1) .fondo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.login section:nth-of-type(1) .fondo .img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 80%;
  max-width: 400px;
}
@media all and (min-width: 821px) {
  .login section:nth-of-type(1) .fondo {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media all and (max-width: 820px) {
  .login section:nth-of-type(1) .fondo {
    margin-bottom: 60px;
    height: 350px;
    width: 100%;
    position: relative;
  }
  .login section:nth-of-type(1) .fondo .img {
    width: 50%;
  }
}
@media all and (max-width: 720px) {
  .login section:nth-of-type(1) .fondo {
    height: 250px;
  }
}
.login section:nth-of-type(1) h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
}
@media all and (max-width: 720px) {
  .login section:nth-of-type(1) h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.login section:nth-of-type(1) p, .login section:nth-of-type(1) li {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 300;
}
.login section:nth-of-type(1) p strong, .login section:nth-of-type(1) p b, .login section:nth-of-type(1) li strong, .login section:nth-of-type(1) li b {
  font-weight: 700;
}
.login section:nth-of-type(1) p.small, .login section:nth-of-type(1) li.small {
  font-size: 14px;
  line-height: 24px;
  color: white;
  margin-top: 80px;
}
.login section:nth-of-type(1) .row {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 820px) {
  .login section:nth-of-type(1) .row {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.login section:nth-of-type(1) form label, .login section:nth-of-type(1) form .text-body {
  font-size: 14px;
  transform: translateY(2px);
  transform: translateY(2px);
}
.login section:nth-of-type(1) form .input {
  margin-top: 20px;
  position: relative;
}
.login section:nth-of-type(1) form .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
}
.login section:nth-of-type(1) form .btn .myicon,
.login section:nth-of-type(1) form .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.login section:nth-of-type(1) form .btn .myicon:before,
.login section:nth-of-type(1) form .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.login section:nth-of-type(1) form .btn .text {
  line-height: 16px;
}
.login section:nth-of-type(1) form .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.login section:nth-of-type(1) form .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.login section:nth-of-type(1) form .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.login section:nth-of-type(1) form .btn.transparent {
  background: transparent;
  color: #000;
}
.login section:nth-of-type(1) form .btn.transparent span {
  color: #000;
}
.login section:nth-of-type(1) form .btn.rojo {
  background: #C01A24;
}
.login section:nth-of-type(1) form .btn.blanco {
  background: white;
}
.login section:nth-of-type(1) form .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .login section:nth-of-type(1) form .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .login section:nth-of-type(1) form .btn:hover span {
    transform: translateX(-10px);
  }
  .login section:nth-of-type(1) form .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.login section:nth-of-type(1) form input::-webkit-input-placeholder {
  color: white;
}
.login section:nth-of-type(1) form input::-moz-placeholder {
  color: white;
}
.login section:nth-of-type(1) form input:-ms-input-placeholder {
  color: white;
}
.login section:nth-of-type(1) form input:-moz-placeholder {
  color: white;
}
.login section:nth-of-type(1) form select::-webkit-input-placeholder {
  color: white;
}
.login section:nth-of-type(1) form select::-moz-placeholder {
  color: white;
}
.login section:nth-of-type(1) form select:-ms-input-placeholder {
  color: white;
}
.login section:nth-of-type(1) form select:-moz-placeholder {
  color: white;
}
.login section:nth-of-type(1) form textarea::-webkit-input-placeholder {
  color: white;
}
.login section:nth-of-type(1) form textarea::-moz-placeholder {
  color: white;
}
.login section:nth-of-type(1) form textarea:-ms-input-placeholder {
  color: white;
}
.login section:nth-of-type(1) form textarea:-moz-placeholder {
  color: white;
}
.login section:nth-of-type(1) form input:not([type=submit]):not([type=checkbox]),
.login section:nth-of-type(1) form select, .login section:nth-of-type(1) form textarea {
  border-radius: 40px;
  border: 1px solid white;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  background: transparent;
  color: white;
}
.login section:nth-of-type(1) form button[type=submit],
.login section:nth-of-type(1) form input[type=submit] {
  border: 0 !important;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100% !important;
  background: transparent;
  padding: 0;
}
@media all and (max-width: 820px) {
  .login section:nth-of-type(1) .cont_form {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media all and (max-width: 720px) {
  .login section:nth-of-type(1) .cont_form {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media all and (max-width: 820px) {
  .login section:nth-of-type(1) {
    padding-top: 40px;
  }
}
.login section:nth-of-type(1) h2, .login section:nth-of-type(1) p {
  color: #000 !important;
}
.login section:nth-of-type(1) input::-webkit-input-placeholder {
  color: #7F7F7F !important;
}
.login section:nth-of-type(1) input::-moz-placeholder {
  color: #7F7F7F !important;
}
.login section:nth-of-type(1) input:-ms-input-placeholder {
  color: #7F7F7F !important;
}
.login section:nth-of-type(1) input:-moz-placeholder {
  color: #7F7F7F !important;
}
.login section:nth-of-type(1) input {
  height: auto !important;
  border: 2px solid #102360 !important;
  color: #000;
}
.login section:nth-of-type(1) .fondo {
  left: 0;
  right: auto;
}
.login section:nth-of-type(1) .btn-social.btn-social-google .fab.fa-google {
  width: 1.25em;
}

.nosotros section {
  position: relative;
}
.nosotros section:nth-of-type(1), .nosotros section:nth-of-type(2), .nosotros section:nth-of-type(3), .nosotros section:nth-of-type(5) {
  margin-top: 110px;
  background: #C01A24;
}
.nosotros section:nth-of-type(1) .row, .nosotros section:nth-of-type(2) .row, .nosotros section:nth-of-type(3) .row, .nosotros section:nth-of-type(5) .row {
  min-height: 300px;
}
.nosotros section:nth-of-type(1) .imagen, .nosotros section:nth-of-type(2) .imagen, .nosotros section:nth-of-type(3) .imagen, .nosotros section:nth-of-type(5) .imagen {
  height: 100%;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.nosotros section:nth-of-type(1) .imagen:before, .nosotros section:nth-of-type(2) .imagen:before, .nosotros section:nth-of-type(3) .imagen:before, .nosotros section:nth-of-type(5) .imagen:before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  top: 0;
  left: -15%;
  background: #C01A24;
  transform: skewX(-25deg);
  background: #C01A24;
}
.nosotros section:nth-of-type(1) p.bread, .nosotros section:nth-of-type(2) p.bread, .nosotros section:nth-of-type(3) p.bread, .nosotros section:nth-of-type(5) p.bread {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 40px;
}
.nosotros section:nth-of-type(1) p .tag, .nosotros section:nth-of-type(2) p .tag, .nosotros section:nth-of-type(3) p .tag, .nosotros section:nth-of-type(5) p .tag {
  padding: 0px 10px;
  border-radius: 40px;
  font-size: 12px;
  border: 1px solid #C01A24;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 2px;
  color: white;
  border-color: white;
  margin-bottom: 10px;
}
.nosotros section:nth-of-type(1) h2, .nosotros section:nth-of-type(2) h2, .nosotros section:nth-of-type(3) h2, .nosotros section:nth-of-type(5) h2 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
}
@media all and (max-width: 720px) {
  .nosotros section:nth-of-type(1) h2, .nosotros section:nth-of-type(2) h2, .nosotros section:nth-of-type(3) h2, .nosotros section:nth-of-type(5) h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.nosotros section:nth-of-type(1) p, .nosotros section:nth-of-type(1) li, .nosotros section:nth-of-type(2) p, .nosotros section:nth-of-type(2) li, .nosotros section:nth-of-type(3) p, .nosotros section:nth-of-type(3) li, .nosotros section:nth-of-type(5) p, .nosotros section:nth-of-type(5) li {
  font-size: 16px;
  line-height: 28px;
  color: white;
  font-weight: 300;
}
.nosotros section:nth-of-type(1) p strong, .nosotros section:nth-of-type(1) p b, .nosotros section:nth-of-type(1) li strong, .nosotros section:nth-of-type(1) li b, .nosotros section:nth-of-type(2) p strong, .nosotros section:nth-of-type(2) p b, .nosotros section:nth-of-type(2) li strong, .nosotros section:nth-of-type(2) li b, .nosotros section:nth-of-type(3) p strong, .nosotros section:nth-of-type(3) p b, .nosotros section:nth-of-type(3) li strong, .nosotros section:nth-of-type(3) li b, .nosotros section:nth-of-type(5) p strong, .nosotros section:nth-of-type(5) p b, .nosotros section:nth-of-type(5) li strong, .nosotros section:nth-of-type(5) li b {
  font-weight: 700;
}
.nosotros section:nth-of-type(1) ul, .nosotros section:nth-of-type(2) ul, .nosotros section:nth-of-type(3) ul, .nosotros section:nth-of-type(5) ul {
  padding-left: 5px;
}
.nosotros section:nth-of-type(2) {
  margin-top: 0;
  background: #102360;
  text-align: right;
}
.nosotros section:nth-of-type(2) .imagen {
  right: auto;
  left: 0;
}
.nosotros section:nth-of-type(2) .imagen:before {
  right: -15%;
  left: auto;
  transform: skewX(25deg);
  background: #102360;
}
.nosotros section:nth-of-type(5) {
  margin-top: 0;
  background: #102360;
}
.nosotros section:nth-of-type(5) .row {
  padding-top: 50px;
  padding-bottom: 40px;
}
.nosotros section:nth-of-type(5) .imagen:before {
  background: #102360;
}
.nosotros section:nth-of-type(3) {
  margin-top: 0;
}
.nosotros section:nth-of-type(4) {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.nosotros section:nth-of-type(4) h2 {
  font-size: 35px;
  line-height: 45px;
  color: #000;
  text-transform: uppercase;
}
.nosotros section:nth-of-type(4) p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.nosotros section:nth-of-type(4) p strong, .nosotros section:nth-of-type(4) p b {
  font-weight: 700;
}

.detalle_producto {
  background: #F5F5F5;
}
.detalle_producto section {
  position: relative;
}
.detalle_producto section:nth-of-type(1) {
  margin-top: 100px;
  padding-top: 40px;
}
@media all and (max-width: 820px) {
  .detalle_producto section:nth-of-type(1) {
    margin-top: 75px;
  }
}
.detalle_producto section:nth-of-type(1) .mybreadcrumb {
  padding-left: 15px;
  padding-right: 15px;
}
.detalle_producto section:nth-of-type(1) .mybreadcrumb a {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.detalle_producto section:nth-of-type(1) .mybreadcrumb a:after {
  content: "-";
  margin-left: 5px;
}
.detalle_producto section:nth-of-type(1) .mybreadcrumb a:last-of-type:after {
  display: none;
}
.detalle_producto section:nth-of-type(2) {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 720px) {
  .detalle_producto section:nth-of-type(2) {
    padding-top: 20px;
  }
}
.detalle_producto section:nth-of-type(2) .cont_slide {
  position: relative;
}
@media all and (min-width: 821px) {
  .detalle_producto section:nth-of-type(2) .cont_slide {
    padding-left: 110px;
  }
}
.detalle_producto section:nth-of-type(2) .cont_thumbs {
  padding-left: 0;
}
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-prev:focus-visible, .detalle_producto section:nth-of-type(2) .cont_thumbs .owl-prev:focus, .detalle_producto section:nth-of-type(2) .cont_thumbs .owl-prev:hover,
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-next:focus-visible,
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-next:focus,
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-next:hover {
  background: transparent !important;
  color: #102360;
  outline: none !important;
}
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-prev {
  text-align: center;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 50%;
  margin: 0;
  font-size: 50px;
  transform: translateX(-50%) translateY(-58%);
}
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-next {
  text-align: center;
  height: 100%;
  position: absolute;
  right: -25px;
  top: 50%;
  margin: 0;
  font-size: 50px;
  transform: translateX(-50%) translateY(-55%);
}
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-thumb-item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-thumb-item .img {
  margin-left: 12px;
  margin-top: 5px;
  height: 80px;
  width: 80px;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.detalle_producto section:nth-of-type(2) .cont_thumbs .item {
  height: 90px;
}
.detalle_producto section:nth-of-type(2) .cont_thumbs .owl-item.act .img {
  box-shadow: 0px 0px 3px rgb(16, 35, 96);
}
@media all and (min-width: 821px) {
  .detalle_producto section:nth-of-type(2) .cont_thumbs {
    top: 18px;
    width: 415px;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    left: 90px;
  }
  .detalle_producto section:nth-of-type(2) .cont_thumbs .owl-thumb-item .img {
    transform: rotate(90deg);
  }
}
@media all and (max-width: 820px) {
  .detalle_producto section:nth-of-type(2) .cont_thumbs {
    margin-top: 20px;
  }
  .detalle_producto section:nth-of-type(2) .cont_thumbs .owl-thumb-item .img {
    margin-left: 10px;
  }
}
.detalle_producto section:nth-of-type(2) .image_prod .item {
  height: 450px;
  max-width: 451px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 4px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 820px) {
  .detalle_producto section:nth-of-type(2) .image_prod {
    width: calc(100% + 28px);
    margin-left: -14px;
  }
  .detalle_producto section:nth-of-type(2) .image_prod .item {
    height: 350px;
    max-width: 351px;
  }
}
.detalle_producto section:nth-of-type(2) .detail {
  display: flex;
  align-items: center;
}
@media all and (max-width: 720px) {
  .detalle_producto section:nth-of-type(2) .detail {
    padding-top: 15px;
    text-align: center;
  }
}
.detalle_producto section:nth-of-type(2) .detail h1 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 0;
}
.detalle_producto section:nth-of-type(2) .detail .add_more {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.detalle_producto section:nth-of-type(2) .detail .add_more span {
  margin-right: 8px;
  font-size: 14px;
  line-height: 14px;
}
.detalle_producto section:nth-of-type(2) .detail .add_more span.mas, .detalle_producto section:nth-of-type(2) .detail .add_more span.menos {
  background: #D7D7D7;
  height: 28px;
  width: 28px;
  margin-right: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
}
.detalle_producto section:nth-of-type(2) .detail .add_more span.menos:before {
  content: "-";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 18px;
  line-height: 18px;
}
.detalle_producto section:nth-of-type(2) .detail .add_more span.mas:before {
  content: "+";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 18px;
  line-height: 18px;
}
.detalle_producto section:nth-of-type(2) .detail .add_more span input {
  border: 0;
  width: auto;
  border: transparent;
  border: 1px solid #102360;
  padding: 1.5px 5px;
  margin-top: 1px;
  text-align: center;
  width: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.detalle_producto section:nth-of-type(2) .detail .add_favoritos {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-left: 25px;
}
.detalle_producto section:nth-of-type(2) .detail .add_favoritos .icon {
  font-size: 13px;
  margin-right: 5px;
  color: #C01A24;
}
.detalle_producto section:nth-of-type(2) .detail .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
}
.detalle_producto section:nth-of-type(2) .detail .btn .myicon,
.detalle_producto section:nth-of-type(2) .detail .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.detalle_producto section:nth-of-type(2) .detail .btn .myicon:before,
.detalle_producto section:nth-of-type(2) .detail .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.detalle_producto section:nth-of-type(2) .detail .btn .text {
  line-height: 16px;
}
.detalle_producto section:nth-of-type(2) .detail .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.detalle_producto section:nth-of-type(2) .detail .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.detalle_producto section:nth-of-type(2) .detail .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.detalle_producto section:nth-of-type(2) .detail .btn.transparent {
  background: transparent;
  color: #000;
}
.detalle_producto section:nth-of-type(2) .detail .btn.transparent span {
  color: #000;
}
.detalle_producto section:nth-of-type(2) .detail .btn.rojo {
  background: #C01A24;
}
.detalle_producto section:nth-of-type(2) .detail .btn.blanco {
  background: white;
}
.detalle_producto section:nth-of-type(2) .detail .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .detalle_producto section:nth-of-type(2) .detail .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .detalle_producto section:nth-of-type(2) .detail .btn:hover span {
    transform: translateX(-10px);
  }
  .detalle_producto section:nth-of-type(2) .detail .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.detalle_producto section:nth-of-type(2) .detail p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.detalle_producto section:nth-of-type(2) .detail p.precio {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  color: #C01A24;
  font-size: 40px;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media all and (max-width: 720px) {
  .detalle_producto section:nth-of-type(2) .detail p.precio {
    font-size: 25px;
    line-height: 35px;
  }
}
.detalle_producto section:nth-of-type(2) .detail p.precio .antes {
  font-size: 16px;
  line-height: 28px;
  color: #8791AF;
  font-weight: 300;
  font-weight: 700;
  margin-right: 10px;
}
.detalle_producto section:nth-of-type(2) .detail p.precio .antes strong, .detalle_producto section:nth-of-type(2) .detail p.precio .antes b {
  font-weight: 700;
}
@media all and (max-width: 820px) {
  .detalle_producto section:nth-of-type(2) .detail .add_favoritos {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .detalle_producto section:nth-of-type(2) .detail .precio, .detalle_producto section:nth-of-type(2) .detail .add_more {
    justify-content: center;
  }
}
.detalle_producto section:nth-of-type(3) {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media all and (max-width: 820px) {
  .detalle_producto section:nth-of-type(3) {
    padding-top: 0;
    text-align: center;
  }
}
.detalle_producto section:nth-of-type(3) .row {
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 820px) {
  .detalle_producto section:nth-of-type(3) .row {
    padding-left: 110px;
    padding-right: 110px;
  }
}
.detalle_producto section:nth-of-type(3) h2 {
  margin-bottom: 30px;
}
.detalle_producto section:nth-of-type(3) h2 span {
  padding: 20px 30px;
  background: white;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 700;
}
.detalle_producto section:nth-of-type(3) h2 span strong, .detalle_producto section:nth-of-type(3) h2 span b {
  font-weight: 700;
}
.detalle_producto section:nth-of-type(3) p {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.faqs section {
  position: relative;
}
.faqs section:nth-of-type(1) {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (max-width: 820px) {
  .faqs section:nth-of-type(1) {
    margin-top: 75px;
  }
}
@media all and (max-width: 720px) {
  .faqs section:nth-of-type(1) {
    padding-top: 0;
  }
}
@media all and (min-width: 820px) {
  .faqs section:nth-of-type(1) .uno {
    padding-right: 20px;
  }
}
.faqs section:nth-of-type(1) .uno #change_movil {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.faqs section:nth-of-type(1) .dos {
  padding-top: 20px;
}
@media all and (max-width: 720px) {
  .faqs section:nth-of-type(1) .dos {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}
.faqs section:nth-of-type(1) .dos h1 {
  font-size: 32px;
  line-height: 42px;
  color: white;
  text-transform: uppercase;
  color: #000;
}
@media all and (max-width: 720px) {
  .faqs section:nth-of-type(1) .dos h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.faqs section:nth-of-type(1) .dos h4 {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
}
.faqs section:nth-of-type(1) .dos .cont_faqs p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.faqs section:nth-of-type(1) .dos .cont_faqs p strong, .faqs section:nth-of-type(1) .dos .cont_faqs p b {
  font-weight: 700;
}
.faqs section:nth-of-type(1) .dos .faq_item {
  border-bottom: 2px solid #102360;
  padding: 0 5px;
  margin-top: 15px;
}
.faqs section:nth-of-type(1) .dos .faq_item p, .faqs section:nth-of-type(1) .dos .faq_item h3 {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.faqs section:nth-of-type(1) .dos .faq_item p strong, .faqs section:nth-of-type(1) .dos .faq_item p b, .faqs section:nth-of-type(1) .dos .faq_item h3 strong, .faqs section:nth-of-type(1) .dos .faq_item h3 b {
  font-weight: 700;
}
.faqs section:nth-of-type(1) .dos .faq_item h3 {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  color: #102360;
  padding-right: 30px;
}
.faqs section:nth-of-type(1) .dos .faq_item h3 strong, .faqs section:nth-of-type(1) .dos .faq_item h3 b {
  font-weight: 700;
}
.faqs section:nth-of-type(1) .dos .faq_item h3 span {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 5px;
  width: 23px;
  cursor: pointer;
}
.faqs section:nth-of-type(1) .dos .faq_item h3 span svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.faqs section:nth-of-type(1) .dos .faq_item .contenido {
  max-height: 0;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 100ms;
}
.faqs section:nth-of-type(1) .dos .faq_item.active .contenido {
  max-height: 500px;
}
.faqs section:nth-of-type(1) .dos .faq_item.active h3 svg {
  transform: rotate(0deg);
}
@media all and (max-width: 820px) {
  .faqs section:nth-of-type(1) .item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.faqs section:nth-of-type(1) .item.active .categoria_item {
  box-shadow: 0px 0px 16px #102360;
  background: #102360;
}
.faqs section:nth-of-type(1) .item .content {
  position: relative;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgb(0, 168, 237);
  background: linear-gradient(145deg, rgb(0, 168, 237) 0%, rgb(16, 35, 96) 100%);
  padding-top: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
  transition-timing-function: cubic-bezier(0.1, 0.7, 1, 0.1);
  transition: all 800ms;
}
.faqs section:nth-of-type(1) .item .content .center {
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
}
.faqs section:nth-of-type(1) .item .content p {
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}
.faqs section:nth-of-type(1) .item .content .img {
  width: 60px;
  height: 60px;
  background-size: 50px;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
.faqs section:nth-of-type(1) .item .content:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.7);
}
@media all and (max-width: 820px) {
  .faqs section:nth-of-type(1) .item .content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.modal-dialog .sucursales .btnSel {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0;
  color: #102360;
  background: white;
  margin-top: 5px;
}
.modal-dialog .sucursales .btnSel .myicon,
.modal-dialog .sucursales .btnSel .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.modal-dialog .sucursales .btnSel .myicon:before,
.modal-dialog .sucursales .btnSel .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.modal-dialog .sucursales .btnSel .text {
  line-height: 16px;
}
.modal-dialog .sucursales .btnSel span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.modal-dialog .sucursales .btnSel span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.modal-dialog .sucursales .btnSel.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-dialog .sucursales .btnSel.transparent {
  background: transparent;
  color: #000;
}
.modal-dialog .sucursales .btnSel.transparent span {
  color: #000;
}
.modal-dialog .sucursales .btnSel.rojo {
  background: #C01A24;
}
.modal-dialog .sucursales .btnSel.blanco {
  background: white;
}
.modal-dialog .sucursales .btnSel.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .modal-dialog .sucursales .btnSel:hover .myicon {
    transform: translateX(-10px);
  }
  .modal-dialog .sucursales .btnSel:hover span {
    transform: translateX(-10px);
  }
  .modal-dialog .sucursales .btnSel:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.modal-dialog .modal-title {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  color: #102360;
}
.modal-dialog .btn-close {
  cursor: pointer;
}
.modal-dialog .modal-footer .btn {
  outline: none;
  cursor: pointer;
  background: #102360;
  color: white;
  padding: 8px 35px;
  border-radius: 40px;
  font-size: 15px;
  transition: all 200ms linear;
  position: relative;
  border: 0 !important;
  padding: 8px 35px !important;
}
.modal-dialog .modal-footer .btn .myicon,
.modal-dialog .modal-footer .btn .myiconmovil {
  transition: all 200ms linear;
  font-size: 28px;
  margin-right: 0px;
  position: relative;
  width: 34px;
}
.modal-dialog .modal-footer .btn .myicon:before,
.modal-dialog .modal-footer .btn .myiconmovil:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.modal-dialog .modal-footer .btn .text {
  line-height: 16px;
}
.modal-dialog .modal-footer .btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 200ms linear;
  color: white;
}
.modal-dialog .modal-footer .btn span:after {
  content: "»";
  position: absolute;
  opacity: 0;
  top: 38%;
  right: -20px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 24px;
  transform: translateY(-50%) translateX(5px);
}
.modal-dialog .modal-footer .btn.cuadrado {
  background: #102360;
  padding: 5px 20px;
  border-radius: 0px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-dialog .modal-footer .btn.transparent {
  background: transparent;
  color: #000;
}
.modal-dialog .modal-footer .btn.transparent span {
  color: #000;
}
.modal-dialog .modal-footer .btn.rojo {
  background: #C01A24;
}
.modal-dialog .modal-footer .btn.blanco {
  background: white;
}
.modal-dialog .modal-footer .btn.blanco span {
  color: #102360;
}
@media all and (min-width: 820px) {
  .modal-dialog .modal-footer .btn:hover .myicon {
    transform: translateX(-10px);
  }
  .modal-dialog .modal-footer .btn:hover span {
    transform: translateX(-10px);
  }
  .modal-dialog .modal-footer .btn:hover span:after {
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.modal-dialog .modal-body #optBuscador {
  border-radius: 40px;
  border: 1px solid #102360;
  font-size: 12px;
  padding: 5px 15px;
  padding-right: 35px;
  width: 100%;
  outline: none;
  resize: none;
  min-height: 33.59px;
}
.modal-dialog .modal-body p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
}
.modal-dialog .modal-body p strong, .modal-dialog .modal-body p b {
  font-weight: 700;
}/*# sourceMappingURL=develover.css.map */