/**
* Template Name: Presento - v3.7.0
* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {
  --rojo: #cf1717;
  --negro: #2c2f30;
  --blanco1: #f7f8fb;
  --blanco2: #efefef;
}

body {
  font-family: "Roboto", sans-serif;
  color: #444444;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #b0b0b0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/**ADMIN**/

.bg-inputs {
  background-color: #f7f7f7;
}

.swiper-button-prev:after {
  display: none !important;
}

.swiper-button-next:after {
  display: none !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e03a3c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

/* loader */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: url("../img/cursos/brain.gif") 50% 50% no-repeat rgb(255, 255, 255);
  background-size: 300px 300px;
  opacity: .8;
}

.cont-verm {
  /* position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; */
  right: 100%;
}

.bt-cont {
  width: 100%;
  height: 550px;
}

@media (min-width: 1200px) {
  .bt-cont {
    /* width: 100%; */
    height: 650px;
  }
}

@media (min-width: 1500px) {
  .bt-cont {
    /* width: 100%; */
    height: 800px;
  }
}

@media (min-width: 1800px) {
  .bt-cont {
    /* width: 100%; */
    height: 850px;
  }

}

@media (min-width: 2000px) {
  .bt-cont {
    /* width: 100%; */
    height: 950px;
  }

}

@media (min-width: 2600px) {
  .bt-cont {
    /* width: 100%; */
    height: 1050px;
  }

}

@media (min-width: 3000px) {
  .bt-cont {
    /* width: 100%; */
    height: 2050px;
  }
}

.aline {
  margin-left: 145px;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e65d5f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#anuncio {
  background-color: var(--rojo);
}

.info {
  display: inline-block;
  font-size: 0.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.caja-bots {
  margin-right: 20px;
}

.info .detalle {
  display: block;
  font-size: 1.5rem;
}

@media (max-width: 600px) {
  .contenedor-temporizador {
    margin: 0;
    padding: 0;
  }

  .aline {
    margin-left: 0px;
  }

  .caja-bots {
    margin-right: 0;
  }

  .info {
    display: inline-block;
    font-size: 0.7em;
    list-style-type: none;
    text-transform: uppercase;
  }

  .info .detalle {
    display: block;
    font-size: 0.6rem;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #e03a3c;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.entrar {
  -webkit-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 26px -9px rgba(0, 0, 0, 0.75);
}

.get-started-btn {
  margin-left: 30px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #111111;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }

  #footer {
    color: #fff;
    font-size: 14px;
    background: var(--blanco1);
    padding-top: 80px;
    padding-right: 10px !important;
    padding-bottom: 80px;
    padding-left: 10px !important;
  }
}

.contenido {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-content: space-between;
}

.contenido-registro {
  display: grid;
  grid-template-columns: 55% 45%;
  justify-content: space-between;
}

.input-color {
  background-color: #e9ecef;
}

.contenedor-btn {
  width: 100%;
  display: flex;
}

.contenedor-btn .btn-login {
  background-color: var(--rojo);
  color: white;
  width: 75%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.contenedor-btn .btn-enter {
  background-color: #8e090a;
  color: #fff;
  font-size: large;
  width: 25%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.linea-horizontal {
  border-bottom: solid 1px #e4e4e4;
  width: 30%;
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #dadbde;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #000000;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #111111;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 39px 12px 40px 61px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 23px;
  color: #111111;
  font-weight: bold;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e03a3c;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.select-calendar {
  margin-top: 5px;
  width: 35%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: url("../img/resource/1.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

#hero3 {
  width: 100%;
  height: 70vh;
  background: url("../img/resource/imagen_cursos.png") top center no-repeat;
  background-size: cover;
  position: relative;
}

#hero4 {
  width: 100%;
  height: 70vh;
  background: url("../img/resource/imagen_documentales.png") top center no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }

  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero3 {
    text-align: center;
    padding-top: 58px;
  }

  #hero3 h1 {
    font-size: 28px;
  }

  #hero3 h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero4 {
    text-align: center;
    padding-top: 58px;
  }

  #hero4 h1 {
    font-size: 28px;
  }

  #hero4 h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #anuncio {
    background-color: var(--rojo);
    display: block !important;
  }

}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }

  #hero3 {
    height: 120vh;
  }

  #hero4 {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #aaaaaa;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #e03a3c;
  content: "/";
}

.item {
  list-style: none;
}

.curso {
  width: 18rem;
  margin-bottom: 70px;
  -webkit-box-shadow: 10px 10px 56px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 56px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 56px -18px rgba(0, 0, 0, 0.75);
}

.btn-cursos {
  -webkit-box-shadow: 10px 10px 28px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 28px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 28px -4px rgba(0, 0, 0, 0.75);
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
/*contenedor cursos*/
.flickity-page-dots {
  display: none;
}

.contenedor-cursos {
  display: grid;
  grid-template-columns: 20% 80%;
}

/*/*fin contenedor*/

/*calificaciones por estrellas*/
.ec-stars-wrapper {
  /* Espacio entre los inline-block (los hijos, los `a`)
  font-size: 0;
  /* Podríamos quitarlo,
		pero de esta manera (siempre que no le demos padding),
		sólo aplicará la regla .ec-stars-wrapper:hover a cuando
		también se esté haciendo hover a alguna estrella */
  display: inline-block;
}

.ec-stars-wrapper a {
  text-decoration: none;
  display: inline-block;
  /* Volver a dar tamaño al texto */
  font-size: 32px;
  font-size: 1.2rem;

  color: #888;
}

/* .ec-stars-wrapper:hover a {
  color: #d71518;
} */

.ec-stars-wrapper .relleno {
  color: #d71518;
  ;
}

/*
 * El selector de hijo, es necesario para aumentar la especifidad
 */
.ec-stars-wrapper>a:hover~a {
  color: #888;
}

/*calificacion entrellas*/

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
}

.tam-14p {
  font-size: 14px;
}

.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about .content .about-btn:hover {
  background: #e35052;
  background: #e03a3c;
}

/*objetivos*/

/* .youtube-arriba {
  position: absolute;
  z-index: 999;
  left: 500px;
  top: 210px;
} */

.youtube-arriba {
  /* left: 100%; */
  /* backgroun:white; */
  color: white;
  display: flex;
  justify-content: center;
  /* border-color: white; */
  height: 80px;
  width: 80px;
  padding: 10px;
  margin-left: 63px;
  left: 50vh;
  top: 210px;
  position: absolute;
  z-index: 1;
  /* background:#2f3739; */
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #e03a3c;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }

  .youtube-arriba {
    position: absolute;
    z-index: 999;
    left: 180px !important;
    top: 155px !important;
  }
}

.bg-inputs {
  background-color: #f7f7f7;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #e03a3c;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

/*precios*/

.sombra-card-precios {
  -webkit-box-shadow: 10px 13px 30px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 13px 30px -19px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 13px 30px -19px rgba(0, 0, 0, 0.75);
}

.parte1 {
  background-color: var(--blanco1);
}

.parte2 {
  background-color: #f9fafe;
}

.parte11 {
  background-color: #272b2c;
}

.parte22 {
  background-color: #313639;
}

.btn-comprar {
  -webkit-box-shadow: 29px 28px 48px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 29px 28px 48px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 29px 28px 48px -6px rgba(0, 0, 0, 0.75);
}

.btn-calendario {
  -webkit-box-shadow: 10px 10px 23px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 23px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 23px -8px rgba(0, 0, 0, 0.75);
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #e03a3c;
}

.tabs .nav-link.active {
  background: #e03a3c;
  color: #fff;
  border-color: #e03a3c;
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .menu-movil {
    display: flex !important;
    justify-content: space-between !important;

    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;

    -webkit-box-shadow: 0px 9px 32px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 32px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 32px -11px rgba(0, 0, 0, 0.75);
  }

  .logo-movil {
    width: 75px;
    height: 75px;
  }

  .nombre-movil {
    display: none;
  }

  .movil-menu-primero {
    display: block;
  }

  .margin-auto-movil {
    margin: 0 auto;
  }

  .centrado-movil {
    display: flex !important;
    justify-content: center !important;
  }

  .dividido-movil {
    display: flex !important;
    justify-content: space-between !important;
  }

  .letra-chica {
    font-size: 12px;
  }

  .letra-pequena {
    font-size: 10px;
  }

  .pc-menu {
    display: none !important;

  }

  .tabs .nav-link {
    padding: 15px;
  }

  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e03a3c;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #252525;
  transition: 0.3s;
}

.services .icon-box:hover {
  background: #2b2b2b;
}

.services .icon-box i {
  float: left;
  color: #e03a3c;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  text-decoration: underline;
}

.services .icon-box .icon-box:hover h4 a {
  color: #e03a3c;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  /* margin-bottom: 30px; */
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e03a3c;
}

.lt-ini {
  font-size: 48px;
}

.cursos-img2 {
  width: 100%;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap2 {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap2::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap2 img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap2 .portfolio-info {
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 150px;
  left: 1px;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 20px;
}

@media only screen and (min-width: 821px) and (max-width: 1113px) {

  .no-linea {
    font-size: 9px !important;
    font-weight: bold;
    /* width: 80% !important; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flecha {

    padding: 0px;
  }

}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .portfolio .portfolio-wrap2 .portfolio-info {
    top: 120px;
  }

  #footer {
    padding: 10px 0px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 772px) {
  .quitrar {
    display: none;
  }

  .quitrar3 {
    display: none;
  }

  .cono {
    font-size: 13px;
  }

  .test {
    text-align: center;
    font-size: 11px;
  }

  .portfolio .portfolio-wrap2 .portfolio-info {
    top: 177px;
  }

  .lt-ini {
    font-size: 38px;
  }

  .lt-ini2 {
    font-size: 28px;
  }

}

.ttex {
  font-size: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {

  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 42px 162px 40px 161px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 38px;
    color: #111111;
    font-weight: bold;
  }

  .portfolio .portfolio-wrap2 .portfolio-info {
    top: 180px;
  }

  .hrm {
    display: none;
  }

  .ancho-tablet {
    height: 0% !important;

  }

  .letra-btn {
    margin-top: 3px;
    font-size: 10px !important;
    height: 100% !important;
  }

  /* .metodosPago {
    display: block !important;
  }

  .iconos-linea {
    display: flex;
    justify-content: center;
  }

  .ancho-contacto {
    width: 100%;
    align-items: center;
  } */

  .letra-btnApp {
    font-size: 8px !important;
  }

  .letra-tablet {
    font-size: 10px !important;
  }

  /*
  .btn-anc {
    width: 100% !important;
  }*/
  .anc-tablet {
    padding: 0px;
    width: 24px !important;
  }

  #footer {
    padding: 10px 0px !important;
  }
}

.vermas {
  display: flex;
  align-items: center;
}

.vermas1 {
  display: flex;
  align-items: center;
}

.canjear {
  -webkit-box-shadow: 113px 159px 152px 26px rgba(0, 0, 0, 1);
  -moz-box-shadow: 113px 159px 152px 26px rgba(0, 0, 0, 1);
  box-shadow: 113px 159px 152px 26px rgba(0, 0, 0, 1);
}

.hr-max {
  width: 40px;
}

.portfolio .portfolio-wrap2 .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap2 .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap2 .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap2 .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap2 .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap2:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap2:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap2:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}

.let-20p {
  font-size: 20px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #e03a3c;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.pricing .featured {
  background: #e03a3c;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #e03a3c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #e03a3c;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #e03a3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}

.contact .info-box i {
  font-size: 32px;
  color: #e03a3c;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #111111;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #e03a3c;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e35052;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Contactenos */
.t1 {
  font-size: 100px;
  color: #000000;
}

@media(max-width:600px) {
  .t1 {
    font-size: 50px;
    /* color: #000000; */
  }
}

.t3 {
  font-size: 2.5vh;
  color: #777777;
}

.textop {
  color: #807b7b;
  font-size: 2vh;
}

.img-contactenos {
  width: 500px;
  position: absolute;
  z-index: 999;
  left: 65%;
  top: 140%;
}

.text-sect {
  color: #c3c4c9;
  text-align: left;
}

.ventaja3:hover {
  background: #ddd;
}

/*ventajas*/
.ventaja3:hover {
  background: #e6e6e6;
  border-radius: 10px;
  -webkit-box-shadow: 10px 40px 84px -34px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 40px 84px -34px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 40px 84px -34px rgba(0, 0, 0, 0.75);
}

#ventajas {
  background-color: #fff;
}

#contenedor-ventajas {
  /* background-color: #fff;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%; */
  display: flex;
  justify-content: space-between;
}

.preguntasFrecuentes {
  padding: 0px 200px;
}

.respuestaFrecuentes {
  padding: 0px 250px;
}

.vertical {
  border-left: 1px solid hsla(200, 10%, 50%, 100);
  width: 1px;
}

.gallery {
  background: rgb(247, 247, 247);
}

.gallery-cell {
  width: 970px;
  height: 586px !important;
  margin-right: 10px;
}

.text-center {
  text-align: center;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e03a3c;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e03a3c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e35052;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e03a3c;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e03a3c;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e03a3c;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e03a3c;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e03a3c;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e03a3c;
  background: #e03a3c;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: var(--blanco1);
  padding-top: 80px;
  padding-right: 180px;
  padding-bottom: 80px;
  padding-left: 180px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: var(--blanco1);
}

.footer-contacto {
  color: #272256;
  font-weight: bold;
}

.letras-footer {
  color: #c3c4c9;
}

.app-shadow {
  -webkit-box-shadow: 33px 36px 159px -15px rgba(255, 3, 3, 1);
  -moz-box-shadow: 33px 36px 159px -15px rgba(255, 3, 3, 1);
  box-shadow: 33px 36px 159px -15px rgba(255, 3, 3, 1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #e03a3c;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #e03a3c;
  color: #fff;
  text-decoration: none;
}

.redess {
  width: 40px;
}

.redes-footer {
  width: 30px;
}

.red-c {
  margin-left: 100px;
}

.cursos-img {
  width: 100%;
  height: 200px;
}

.img-libro {
  width: 800px;
  -webkit-box-shadow: 10px 40px 84px -34px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 40px 84px -34px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 40px 84px -34px rgba(0, 0, 0, 0.75);
}

.img-comentario {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#hero2 {
  width: 100%;
  height: 60vh;
  background: url("../img/resource/9.jpeg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero2:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero2 h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

#hero2 h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero2 .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
}

#hero2 .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

.mycontent-left {
  border-right: dashed #333;
}

#arma {
  display: flex;
}

@media (max-width: 768px) {
  .gallery-cell {
    width: 66%;
    height: 650px !important;
    margin-right: 10px;
  }

  .bajo {
    margin-top: 70%;
    width: 400px !important;
  }

  #hero2 {
    text-align: center;
    padding-top: 58px;
  }

  .red-c {
    margin-left: 0px;
  }

  #hero2 h1 {
    font-size: 28px;
  }

  #hero2 h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #footer {
    color: #fff;
    font-size: 14px;
    background: var(--blanco1);
    padding-top: 80px;
    padding-right: 20px !important;
    padding-bottom: 80px;
    padding-left: 20px !important;
  }

  .metodosPago {
    display: block !important;
  }

  .iconos-linea {
    display: flex;
    justify-content: space-between;
  }

  .ancho-contacto {
    width: 100%;
    align-items: center;
  }

  .imagen-modal {
    display: none;
  }

  .contenido {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
  }

  .contenido-registro {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
  }

  .contenedor-cursos {
    display: grid;
  }

  /*
  .lista-cursos {
    display: block !important;
  } */

  .curso {
    width: 18rem;
    margin-bottom: 70px;
    -webkit-box-shadow: 10px 10px 56px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 56px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 56px -18px rgba(0, 0, 0, 0.75);
  }

  .responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .responsive-iframe-container iframe,
  .vresponsive-iframe-container object,
  .vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #arma {
    display: block;
  }

  .info {
    display: inline-block;
    font-size: 0.4rem;
    list-style-type: none;
    text-transform: uppercase;
  }

  .contacto-footer {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .ancho-armar {
    max-width: 300px !important;
  }

  .select-calendar {
    margin-top: 5px;
    width: 70%;
  }

  .slide-calendario {
    height: 300px;
  }
}

@media (max-height: 500px) {
  #hero2 {
    height: 120vh;
  }

  #hero4 {
    height: 120vh;
  }
}

/* Responsive iFrame */

.img-arma {
  -webkit-box-shadow: 10px 10px 47px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 47px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 47px -17px rgba(0, 0, 0, 0.75);
}

.margin-btn-carrucel {
  margin-bottom: 10.5rem !important;
}

/*boton para cerrar sesion */

.contenedor-btn .btn-cerrarSesion {
  background-color: #2f3739;
  color: white;
  width: 75%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.contenedor-btn .btn-enterGris {
  background-color: #454a4d;
  color: #fff;
  font-size: large;
  width: 25%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

/*boton gris*/
.contenedor-btnGris {
  width: 100%;
  display: flex;
  justify-content: center;
}

.contenedor-btnGris .btn-gris1 {
  background-color: #2f3739;
  color: white;
  width: 30%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

.contenedor-btnGris .btn-enterGris2 {
  background-color: #454a4d;
  color: #fff;
  font-size: large;
  width: 15%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

/* boton blanco */

.contenedor-btnGris .btn-blanco1 {
  background-color: #f7f8fc;
  color: #000;
  width: 30%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

.contenedor-btnGris .btn-enterBlanco2 {
  background-color: #fefefe;
  color: #000;
  font-size: large;
  width: 15%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

/*bton para al app*/
.contenedor-btnGris .btn-grisApp {
  background-color: #2f3739;
  color: white;
  width: 80%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

.contenedor-btnGris .btn-enterGrisApp {
  background-color: #454a4d;
  color: #fff;
  font-size: large;
  width: 30%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

.contenedor-btnGris .btn-blancoApp {
  background-color: #f7f8fc;
  color: #000;
  width: 80%;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

.contenedor-btnGris .btn-enterBlancoApp {
  background-color: #fefefe;
  color: #000;
  font-size: large;
  width: 30%;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
}

@media (max-width: 768px) {

  /*boton gris*/
  .contenedor-btnGris {
    width: 85% !important;
    display: flex;
    justify-content: center;
  }

  .contenedor-btnGris .btn-gris1 {
    background-color: #2f3739;
    color: white;
    width: 55%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  }

  .contenedor-btnGris .btn-enterGris2 {
    background-color: #454a4d;
    color: #fff;
    font-size: large;
    width: 30%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  }

  /* boton blanco */

  .contenedor-btnGris .btn-blanco1 {
    background-color: #f7f8fc;
    color: #000;
    width: 55%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  }

  .contenedor-btnGris .btn-enterBlanco2 {
    background-color: #fefefe;
    color: #000;
    font-size: large;
    width: 30%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
  }

  .letra-btnApp {
    font-size: 10px !important;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  /* margin-bottom: 30px; */
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e03a3c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
  height: 250px;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info1 {
  opacity: 0;
  position: absolute;
  top: 69px;
  left: 65px;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 20px;
}

.vermas {
  display: flex;
  align-items: center;
}

.canjear {
  -webkit-box-shadow: 113px 159px 152px 26px rgba(0, 0, 0, 1);
  -moz-box-shadow: 113px 159px 152px 26px rgba(0, 0, 0, 1);
  box-shadow: 113px 159px 152px 26px rgba(0, 0, 0, 1);
}

.hr-max {
  width: 40px;
}

.portfolio .portfolio-wrap .portfolio-info1 h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info1 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-left: 16px;
  font-style: italic;
}

.c-black {
  color: #000000;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info1 {
  opacity: 1;
}

.vermas {
  display: flex;
  align-items: center;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e03a3c;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e03a3c;
}

.portfolio-details .portfolio-info1 {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info1 h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info1 ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info1 ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description1 {
  padding-top: 30px;
}

.portfolio-details .portfolio-description1 h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description1 p {
  padding: 0;
}

@media (min-width: 1200px) {
  .contenedor-btnGris .btn-blanco1 {
    background-color: #f7f8fc;
    color: #000;
    width: 100px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
  }

  .contenedor-btnGris .btn-gris1 {
    background-color: #2f3739;
    color: white;
    width: 100px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
  }

  .contenedor-btnGris .btn-enterBlanco2 {
    background-color: #fefefe;
    color: #000;
    font-size: large;
    width: 18%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
  }

  .contenedor-btnGris .btn-enterGris2 {
    background-color: #454a4d;
    color: #fff;
    font-size: large;
    width: 18%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 9px 43px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 9px 43px -7px rgb(0 0 0 / 75%);
  }
}

.button--secondary,
.button--secondary:visited {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  min-width: 40px;
  font-family: inherit;
  font-size: inherit;
  line-height: 15px;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  transition: background 0.1s linear;
  font-weight: 400;
  color: #d71518;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 10px 0px;
  transition-property: border;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
}

.button--full-width {
  min-width: 385px;
}

.icon-with-text {
  display: inline-flex;
  align-items: flex-start;
}

.icon-with-text__icon {
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: -2px;
}

.icon-svg--color-silver {
  fill: #ccc;
  color: #ccc;
}

.icon-svg--color-blue {
  fill: #d71518;
  color: #d71518;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
}

.heart-full {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.btn__effect {
  display: inline-block;
  position: relative;
}

.effect-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(25deg);
}

.effect-group .effect {
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  width: 20px;
  transform-origin: 0px 2px;
}

.effect-group .effect:nth-child(2) {
  transform: rotate(72deg);
}

.effect-group .effect:nth-child(3) {
  transform: rotate(144deg);
}

.effect-group .effect:nth-child(4) {
  transform: rotate(216deg);
}

.effect-group .effect:nth-child(5) {
  transform: rotate(288deg);
}

.effect-group .effect:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  border-radius: 1.5px;
  height: 3px;
  background: #d71518;
}

.effect-group .effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 10%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #f60;
  transform: scale(0, 0);
}

.active .heart-stroke {
  opacity: 0;
}

.active .heart-full {
  opacity: 1;
}

.active .icon-svg {
  animation: bounceIn 0.5s linear;
}

.active .effect:before {
  animation: fireworkLine 0.5s linear 0.1s;
}

.active .effect:after {
  animation: fireworkPoint 0.5s linear 0.1s;
}

.broken-heart {
  position: absolute;
  left: -16px;
  top: 0;
  opacity: 0;
}

.broken-heart--left {
  transform: rotate(0deg);
  transform-origin: 60% 200%;
}

.broken-heart--right {
  transform: rotate(0deg);
  transform-origin: 63% 200%;
}

.broken-heart--crack {
  stroke-dasharray: 15;
  stroke-dashoffset: 15;
}

.deactivate .broken-heart {
  opacity: 1;
}

.deactivate .broken-heart--left {
  animation: crackLeft 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--right {
  animation: crackRight 0.35s cubic-bezier(0.68, -0.55, 0.265, 2.85) 0.15s forwards,
    hide 0.25s ease-in 0.55s forwards;
}

.deactivate .broken-heart--crack {
  animation: crack 0.2s ease-in forwards;
}

.button.one.desktop:not(.active):hover .heart-stroke {
  animation: pulse 1s ease-out infinite;
}

.button.two.desktop:not(.active):hover .heart-stroke {
  animation: pulseBlue 1s ease-out infinite;
}

@media (min-width: 500px) {
  .bajo {
    width: 100% !important;
  }

}

@media (max-width: 768px) {

  .pp {
    display: none;
  }
}

@media (min-width: 768px) {
  .bajo {
    width: 400px !important;
  }

  .des {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bajo {
    width: 600px !important;
  }
}

@media (min-width: 1800px) {
  .bajo {
    width: 800px !important;
  }
}

@media (min-width: 2800px) {
  .bajo {
    width: 1000px;
  }
}

@media (mim-width: 5800px) {
  .bajo {
    width: 500px !important;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform-origin: center center;
    transform: scale(1);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.15);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulseBlue {
  0% {
    transform-origin: center center;
    transform: scale(1);
    fill: #ccc;
  }

  50% {
    transform: scale(1.15);
    fill: #d71518;
  }

  100% {
    transform: scale(1);
    fill: #ccc;
  }
}

@keyframes fireworkLine {
  0% {
    right: 20%;
    transform: scale(0, 0);
  }

  25% {
    right: 20%;
    width: 6px;
    transform: scale(1, 1);
  }

  35% {
    right: 0;
    width: 35%;
  }

  70% {
    right: 0;
    width: 4px;
    transform: scale(1, 1);
  }

  100% {
    right: 0;
    transform: scale(0, 0);
  }
}

@keyframes fireworkPoint {
  30% {
    transform: scale(0, 0);
  }

  60% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0, 0);
  }
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
  }

  30% {
    transform: scale(1.25);
  }

  50% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(1);
  }
}

@keyframes crackLeft {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-45deg);
  }
}

@keyframes crackRight {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(45deg);
  }
}

@keyframes crack {
  0% {
    stroke-dasharray: 15;
    stroke-dashoffset: 15;
  }

  80% {
    stroke-dasharray: 15;
    stroke-dashoffset: 0;
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width:320px) {

  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  /* table,
  p,
  img {
    padding-right: 1em;
    width: 100%;
  } */

  /* .solo-movil {
    position: absolute;
    /* z-index: 1;
    width: 100%;
  } */
  .calendario-view {
    width: 93%;
  }

  .view-movil {
    display: flex;
  }

  .view-pc {
    display: none;
  }

  .espacio {
    padding-top: 142px !important;
  }

  .calendario {
    padding-top: 76px !important;

  }

  .cursos {
    padding-top: 154px !important;

  }

  .resumen {
    padding-top: 69px !important;

  }

  .audiolibro {
    padding-top: 315px !important;

  }

  .slider-tablet {
    display: none !important;
  }

  .preview-movil {
    /* left: 100%; */
    /* backgroun:white; */
    color: white;
    display: flex;
    justify-content: center;
    /* border-color: white; */
    height: 48px;
    width: 180px;
    padding: 10px;
    /* position: absolute; */
    z-index: 1;
    background: #2f3739;

  }

  .btn-small {
    padding: 0px !important;
  }

  .sin-shadow {
    -webkit-box-shadow: 1px 2px 5px -200px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 2px 5px -200px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 2px 5px -200px rgba(0, 0, 0, 0.75);
  }

  .status-membresia {
    background-color: #fff;
    /* padding: 40px; */
    padding: 20px 40px;
  }

  .contenido-status-membresia {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    padding: 20px;
  }

  .separador-movil {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .separador-movil-2 {
    margin-top: 40px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .texto-center {
    text-align: center;
  }

  .entra {
    margin-left: 6%;
    width: 81px;
    font-weight: 200 !important;
    padding: 10px !important;
    margin-bottom: 15px;
  }

  .negro {
    background-color: #2f3739;
    color: #fff !important;
  }

  .blanco {
    background-color: #f2f2f2;
    color: #000 !important;
    -webkit-box-shadow: 0px 10px 39px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 39px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 39px -7px rgba(0, 0, 0, 0.75);
  }

  .entra-registro {
    margin-left: 6%;
    width: 134px;
  }

  .letra-btnApp {
    font-size: 8px !important;
  }

  .anc-tablet {
    padding: 3px;
  }

  .block-reponsivo {
    display: block !important;
  }

  .block-oxxo {
    display: block !important;
  }

  .imagen-movil {
    height: 600px !important;
    object-fit: cover !important;
  }

  .slider-pc {
    display: none !important;
  }

  .promo {
    display: none !important;
  }

  .promoImg {
    width: 45px !important;
  }

  .promoInline {
    display: inline-flex !important;
  }

  .btnPromo {
    font-size: 8px !important;
  }

  .sizeVimeo {
    width: 100%;
    height: 216px;
    object-fit: cover;
  }

  .letra-membresia {
    font-size: 12px !important;
  }

  .titulo-membresia {
    font-size: 22px !important;
  }

  .pasosFlotante {
    position: fixed;
    top: 5%;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 306px;
  }

}

@media (min-width:480px) {
  .pasosFlotante {
    position: fixed;
    top: 5%;
    width: 100%;
    background: #fff;
    z-index: 999;
    height: 306px;
  }

  .calendario-view {
    width: 83%;
  }

  .view-movil {
    display: none;
  }

  .view-pc {
    display: flex;
  }

  .slider-tablet {
    display: none !important;
  }

  /* smartphones, Android phones, landscape iPhone */
  .sin-shadow {
    -webkit-box-shadow: 1px 2px 5px -200px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 1px 2px 5px -200px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 1px 2px 5px -200px rgba(0, 0, 0, 0.75) !important;
  }

  .entra {
    margin-left: 6%;
    width: 65px;
    font-weight: 200 !important;
    padding: 10px !important;
    margin-bottom: 15px;
  }

  .entra-registro {
    margin-left: 6%;
    width: 110px;
  }

  .block-oxxo {
    display: inline !important;
  }

  /* .separador-movil {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .separador-movil-2 {
    margin-top: 40px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  } */
  .block-reponsivo {
    display: block !important;
  }

  .titu {
    font-size: 15px;
  }

  .letra_pe {
    font-size: 11px !important;
  }

  .imagen-movil {
    height: 400px !important;
    object-fit: cover !important;
  }

  .slider-pc {
    display: none !important;
  }

  .btnPromo {
    font-size: 16px !important;
  }
}

@media (min-width:600px) {
  .pasosFlotante {

    position: relative;
    height: 180px;
  }

  .calendario-view {
    width: 65%;
  }

  .sizeVimeo {
    width: 340px;
    height: 190px;
  }

  .promoImg {
    width: 65px !important;
  }

  .block-oxxo {
    display: inline !important;
  }

  .btn_ir {
    display: none !important;
  }

  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .lista-movil {
    display: none;
  }

  .navegador-movil {
    display: none !important;
  }

  .shadow-normal {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  }

  .status-membresia {
    display: none;
  }

  .arma-movil {
    display: none !important;
  }

  .entra {
    display: none !important;
  }

  .entra-registro {
    display: none !important;
  }

  .block-reponsivo {
    display: flex !important;
    justify-content: space-around;
  }

  .ancho-contacto {
    width: 0px !important;
  }

  .corazon_posicion {
    left: 282px !important;
  }

  .imagen-movil {
    width: 100%;
    height: 100% !important;
  }

  .quitar2 {
    display: none !important;
  }

  .slider-tablet {
    display: block !important;
  }

  .slider-pc {
    display: none !important;
  }

  .espacio {
    padding-top: 120px !important;
  }
}

@media (min-width:801px) {
  .slider-tablet {
    display: none !important;
  }

  .block-oxxo {
    display: inline !important;
  }

  .slider-pc {
    display: block !important;
  }

  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .lista-movil {
    display: none !important;
  }

  .navegador-movil {
    display: none !important;
  }

  .shadow-normal {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  }

  .status-membresia {
    display: none;
  }

  .arma-movil {
    display: none !important;
  }

  .entra {
    display: none !important;
  }

  .entra-registro {
    display: none !important;
  }

  .letra-btnApp {
    font-size: 6px !important;
  }

  .anc-tablet {
    padding-right: 0px;
  }

  .block-reponsivo {
    display: flex !important;
    justify-content: space-around;
  }

  .ancho-contacto {
    width: 0px !important;
  }

  .titu {
    font-size: 19px;
  }

  .letra_pe {
    font-size: 15px !important;
  }

  .corazon_posicion {
    left: 283px !important;
  }

  .btn_ir {
    display: none !important;
  }

  .espacio {
    padding-top: 171px !important;
  }

  .promo {
    display: initial !important;
  }
}

@media (min-width:1024px) {
  .letra-membresia {
    font-size: 14px !important;
  }

  .titulo-membresia {
    font-size: 27px !important;
  }

  .sizeVimeo {
    width: 478px;
    height: 285px;
  }

  .slider-tablet {
    display: none !important;
  }

  .corazon_posicion {
    left: 400px !important;
  }

  /* big landscape tablets, laptops, and desktops */
  .navegador-movil {
    display: none !important;
  }

  .lista-movil {
    display: none;
  }

  .shadow-normal {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  }

  .status-membresia {
    display: none;
  }

  .arma-movil {
    display: none !important;
  }

  .entra {
    display: none !important;
  }

  .entra-registro {
    display: none !important;
  }

  .block-reponsivo {
    display: flex !important;
    justify-content: space-around;
  }

  .red-movil {
    display: none !important;
  }

  .promo {
    display: initial !important;
  }

  .promoImg {
    width: 80px !important;
  }
}

@media (min-width:1281px) {
  .sizeVimeo {
    width: 478px;
    height: 285px;
  }

  .slider-tablet {
    display: none !important;
  }

  /* hi-res laptops and desktops */
  .lista-movil {
    display: none;
  }

  .shadow-normal {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
  }

  .status-membresia {
    display: none;
  }

  .arma-movil {
    display: none !important;
  }

  .entra {
    display: none !important;
  }

  .entra-registro {
    display: none !important;
  }

  .red-movil {
    display: none !important;
  }
}

/* .mercadopago-button {
  background-color: #2f3739 !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
   width: 90px !important;
}

.mercadopago-button-white {
  background-color: #f7f8fc !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  width: 90px !important;
} */

/*STYLE OPENPAY*/

.bkng-tb-cntnt a.button.right i {
  float: right;
  margin: 2px 0 0 10px;
}

.bkng-tb-cntnt a.button.left {
  float: left;
}

.bkng-tb-cntnt a.button.disabled.o {
  border-color: #ccc;
  color: #ccc;
}

.bkng-tb-cntnt a.button.disabled.o i {
  color: #ccc;
}

.pymnts {
  float: left;
  width: 800px;
}

.pymnts * {
  float: left;
}

.sctn-row {
  margin-bottom: 35px;
  width: 800px;
}

.sctn-col {
  width: 375px;
}

.sctn-col.l {
  width: 425px;
}

.sctn-col input {
  border: 1px solid #ccc;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 12px;
  width: 333px;
}

.sctn-col label {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  width: 100%;
}

.sctn-col.x3 {
  width: 300px;
}

.sctn-col.x3.last {
  width: 200px;
}

.sctn-col.x3 input {
  width: 210px;
}

.sctn-col.x3 a {
  float: right;
}

.pymnts-sctn {
  width: 800px;
}

.pymnt-itm {
  margin: 0 0 3px;
  width: 767px;
}

.pymnt-itm h2 {
  background-color: #e9e9e9;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 28px 0 28px 20px;
  width: 766px;
}

.pymnt-itm.active h2 {
  background-color: #e51f04;
  color: #fff;
  cursor: default;
}

.pymnt-itm div.pymnt-cntnt {
  display: none;
}

.pymnt-itm.active div.pymnt-cntnt {
  background-color: #f7f7f7;
  display: block;
  padding: 0 0 30px;
  width: 100%;
}

.pymnt-cntnt div.sctn-row {
  margin: 20px 30px 0;
  width: 740px;
}

.pymnt-cntnt div.sctn-row div.sctn-col {
  width: 345px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.l {
  width: 395px;
}

.pymnt-cntnt div.sctn-row div.sctn-col input {
  width: 303px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.half {
  width: 155px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.half.l {
  float: left;
  width: 190px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.half input {
  width: 113px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.cvv {
  background-image: url("../img/icons/cvv.png");
  background-position: 156px center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.pymnt-cntnt div.sctn-row div.sctn-col.cvv div.sctn-col.half input {
  width: 110px;
}

.openpay {
  float: right;
  height: 60px;
  margin: 10px 30px 0 0;
  width: 435px;
}

.openpay div.logo {
  background-image: url("../img/icons/openpay1.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  border-right: 1px solid #ccc;
  font-size: 12px;
  font-weight: 400;
  height: 45px;
  padding: 0px 20px 0 0;
}

.openpay div.shield {
  background-image: url("../img/icons/security.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  padding: 0px 0 0 40px;
  width: 244px;
}

.card-expl {
  float: left;
  height: 80px;
  margin: 20px 0;
  width: 800px;
}

.card-expl div {
  background-position: left 45px;
  background-repeat: no-repeat;
  height: 70px;
  padding-top: 10px;
}

.card-expl div.debit {
  /* background-image: url("../img/icons/cards2.png"); */
  margin-left: 20px;
  width: 540px;
}

.card-expl div.credit {
  background-image: url("../img/icons/cards1.png");
  border-right: 1px solid #ccc;
  margin-left: 30px;
  width: 209px;
}

.card-expl h4 {
  font-weight: 400;
  margin: 0;
}

@media only screen and (min-width: 0px) and (max-width: 820px) {
  .pymnt-itm {
    margin: 0 0 3px;
    width: 341px;
  }

  .pymnt-itm h2 {
    background-color: #e9e9e9;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 28px 0 28px 20px;
    width: 341px;
  }

  .pymnt-cntnt div.sctn-row {
    margin: 20px 30px 0;
    width: 345px;
  }

  .card-expl div.credit {
    background-image: url(../img/icons/cards1.png);
    /* border-right: 1px solid #ccc; */
    margin-left: 77px;
    width: 209px;
  }

  .card-expl div.debit {
    /* background-image: url(../img/icons/cards2.png); */
    margin-left: 83px;
    width: 540px;
  }

  .openpay {
    float: right;
    height: 74px;
    margin: 0px 31px 16px 0;
    width: 222px;
  }

  .openpay div.logo {
    background-image: url(../img/icons/openpay1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    /* border-right: 1px solid #ccc; */
    font-size: 12px;
    font-weight: 400;
    height: 45px;
    padding: 0px 20px 0 0;
  }

  .openpay div.shield {
    background-image: url(../img/icons/security.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 400;
    margin-left: -12px;
    padding: 12px 0 0 40px;
    width: 239px;
  }

  .mm {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

/*style OXXO PAY*/

.opps {
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  /*padding: 0 45px;*/
  /*margin: 40px auto;*/
  overflow: hidden;
  border: 1px solid #b0afb5;
  font-family: 'Open Sans', sans-serif;
  color: #4f5365;
}

.opps-reminder {
  position: relative;
  top: -1px;
  padding: 9px 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #000000;
}

.opps-info {
  margin-top: 26px;
  position: relative;
}

.opps-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;

}

.opps-brand {
  width: 45%;
  float: left;
}

.opps-brand .img {
  max-width: 150px;
  margin-top: 2px;
}

.opps-ammount {
  width: 100%;
  float: right;
}

.opps-ammount .h2 {
  font-size: 36px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.opps-ammount .h2 .sup {
  font-size: 16px;
  position: relative;
  top: -2px
}

.opps-ammount .p {
  font-size: 10px;
  line-height: 14px;
}

.opps-reference {
  margin-top: 14px;
}

.h1 {
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: -1px;
  padding: 6px 0 7px;
  border: 1px solid #b0afb5;
  border-radius: 4px;
  background: #f8f9fa;
}

.opps-instructions {
  /* margin: 32px -45px 0; */
  /*padding: 32px 45px 45px;*/
  border-top: 1px solid #b0afb5;
  background: #f8f9fa;
}

.ol {
  margin: 17px 0 0 16px;
}

.li+.li {
  margin-top: 10px;
  color: #000000;
}

.a {
  color: #1155cc;
}

.opps-footnote {
  margin-top: 22px;
  padding: 22px 20 24px;
  color: #108f30;
  text-align: center;
  border: 1px solid #108f30;
  border-radius: 4px;
  background: #ffffff;
}

/*----------------------------- style spei------------------------------------*/

.ps {
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  /*padding: 0 45px;
  margin: 40px auto;*/
  overflow: hidden;
  border: 1px solid #b0afb5;
  font-family: 'Open Sans', sans-serif;
  color: #4f5365;
}

.ps-reminder {
  position: relative;
  top: -1px;
  padding: 9px 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #000000;
}

.ps-info {
  margin-top: 26px;
  position: relative;
}

.ps-info:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ps-brand {
  width: 45%;
  float: left;
}

.ps-brand .imgg {
  max-width: 150px;
  margin-top: 2px;
}

.ps-amount {
  width: 55%;
  float: right;
}

.ps-amount .h22 {
  font-size: 36px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 15px;
}

.ps-amount .h22 .supp {
  font-size: 16px;
  position: relative;
  top: -2px
}

.ps-amount .pp {
  font-size: 10px;
  line-height: 14px;
}

.ps-reference {
  margin-top: 14px;
}

.h11 {
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: -1px;
  padding: 6px 0 7px;
  border: 1px solid #b0afb5;
  border-radius: 4px;
  background: #f8f9fa;
}

.ps-instructions {
  /*margin: 32px -45px 0;*/
  padding: 32px 10px 10px;
  border-top: 1px solid #b0afb5;
  background: #f8f9fa;
}

.oll {
  margin: 17px 0 0 16px;
}

.lii+.lii {
  margin-top: 10px;
  color: #000000;
}

.aa {
  color: #1475ce;
}

.ps-footnote {
  margin-top: 22px;
  padding: 22px 20 24px;
  color: #108f30;
  text-align: center;
  border: 1px solid #108f30;
  border-radius: 4px;
  background: #ffffff;
}

/**LOADER/*/

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cf1717;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 750px) and (max-width: 870px) {
  .responsivo-letras {
    font-size: 10px !important;
  }

  .img-carritocompras {
    /*width: 120px !important ;*/
    height: auto;
  }

  .cambio-letras-carrito {
    font-size: 1.1em !important
  }
}