* {
  padding: 0%;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}

/*Fuentes*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&family=Raleway:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'Oswald', sans-serifs;
  src: url(fonts/Oswald-Regular.ttf);
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url(fonts/Oswald-Bold.ttf);
}

@font-face {
  font-family: 'Monserrat-Regular', sans-serif;
  src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: 'Monserrat-SemiBold';
  src: url(fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: 'Monserrat-Bold';
  src: url(fonts/Montserrat-Bold.ttf);
}


a:focus,
a:hover {
  text-decoration: none;
}

/*Fin Fuentes*/

html,
body,
#container {
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  overflow-x: hidden !important;
  font-family: 'Oswald', sans-serif;
}

/*PRE-LOAD*/

#pre-load {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #9e0c30;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .7s ease-in-out;
}

.loader {
  height: 95px;
  display: flex;
  align-items: center;
}

.linea:nth-child(2) {
  animation-delay: .1s;

}

.linea:nth-child(3) {
  animation-delay: .2s;

}

.linea:nth-child(4) {
  animation-delay: .3s;

}

.linea:nth-child(5) {
  animation-delay: .4s;

}

.linea:nth-child(6) {
  animation-delay: .5s;

}

.linea:nth-child(7) {
  animation-delay: .6s;

}

.linea:nth-child(8) {
  animation-delay: .7s;

}

.linea {
  width: 6px;
  height: 95px;
  background: #fff;
  margin: 0 3px;
  border-radius: 4px;
  animation: loader .8s infinite;
}

@keyframes loader {
  0% {
    height: 0;
  }

  50% {
    height: 95px;
  }

  100% {
    height: 0;
  }
}


/*PRE-LOAD*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .0);
  padding-left: var(--bs-gutter-x, .0);
  margin-right: auto;
  margin-left: auto;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * 0);
  margin-right: var(--bs-gutter-x, .0);
  margin-left: var(--bs-gutter-x, .0);
}

.clearfix {
  clear: both;
  float: none;
}

.header {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  color: #fff;
  margin-bottom: 280px;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  box-shadow: 2px 2px 10px #ccc;
}

.logo-nav {
  font-size: 35px;
  color: #444;
  transition: all 400ms;
}

video {
  width: 100%;
  filter: blur(6px);
}


.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


.header-video video {
  min-width: 100%;
  min-height: 100%;
}

.header-overlay {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .575);
}

.header-content {
  width: 100%;
  z-index: 1;
}

.title-header-autor {
  font-size: 50px;
  font-weight: 700;
  display: block;
  margin: 0px auto;
  text-align: center;
  text-shadow: 2px 2px 2px #222;

}

.title-p-header {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  text-shadow: 2px 2px 2px #222;
}


.caja-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 360px;
}

h1 {
  display: block;
  margin: 0px auto;
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  color: #fff;
  position: relative;

}

.logo {
  font-size: 25px;
  font-weight: bold;
  padding: 0 10px;
}


.nav {
  display: flex;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  height: 5vw;
  align-items: center;
  border-bottom: 1px solid rgb(3, 3, 3);
  box-shadow: 0px 0px 4px rgb(3, 3, 3);
  transition: all 300ms;
  z-index: 1;
}

.nav-menu {
  display: flex;
  margin-right: 40px;
  list-style: none;
  position: relative;
  top: 7px;
}


.nav-menu-item {
  margin: 0 2px;
  text-transform: uppercase;
  width: max-content;
  cursor: pointer;
  transition: all 300ms;
  color: rgb(0, 0, 0);
}

.nav-menu-item a {
  font-family: 'Oswald', sans-serif;
  color: rgb(0, 0, 0);
  transition: all 300ms;
}


.nav-menu-link {
  padding: 0px 8px;
  transition: all 300ms;
}

.nav-menu-link:hover {
  opacity: 0.9;
  color: #d10000 !important;
  transform: scale(1.1);
}

.nav-menu-item:hover {
  text-decoration: none;
}

#link-1,
#link-2,
#link-3,
#link-4,
#link-5 {
  font-size: 1.1em !important;
}

/*MENU HAMBURGSESA*/

.bars__menu {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
  z-index: 555;
}

.bars__menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ff0000;
  margin-top: 6px;
  transform-origin: 0px 100%;
  transition: all 300ms;
}

.activeline1__bars-menu {
  transform: rotate(45deg) translate(-2px, 1px);
}

.activeline2__bars-menu {
  opacity: 0;
  margin-left: -30px;
}

.activeline3__bars-menu {
  transform: rotate(-45deg) translate(-4px, 2px);
}



/*FIN MENU HAMBURGESA*/
#swiper-container {
  display: flex;
  width: 100vw;
  height: 10vw;
  margin-top: 200px;
  margin: 0px auto;
  text-align: center;
  border-bottom: 1px solid #ded8d8;
  box-shadow: 5px 5px 10px #ded8d8;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: -1;
}


.autor-title {
  display: flex;
  width: 40%;
  justify-content: center;
  align-items: center;
  flex-basis: 23%;
  margin: 0px auto;
}

.autor-title h2 {
  font-size: 25px;
  font-weight: 600;
}

.swiper {
  width: 100%;
  height: 100%;
  flex-basis: 60%;
  margin-left: 0px;
  align-content: center;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 3;
}

.swiper-slide img {
  display: block;
  width: 180px;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 54%;
  width: calc(var(--swiper-navigation-size)/ 30 * 21);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  font-size: 4px !important;
}


#bio-autor {
  display: flex;
  width: 100%;
  flex-flow: wrap row;
  margin: 0px auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}


.wrap {
  width: auto;
  height: auto;
  display: inline-flex;
  margin-top: -40px;
  justify-content: center;
  align-items: center;
  background-image: url(../imagenes/Bio.jpg);
  filter: brightness(100.3%) contrast(140.2%) saturate(130.1%) blur(0px);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}

.autor-img {
  display: flex;
  margin: 0px auto;
  position: relative;
  left: 150px;
}

.autor-img img {
  position: relative;
  filter: brightness(95%) contrast(102%) saturate(110%) blur(0px);
  top: 90px;
  z-index: 0;
  width: 370px;
  left: -40px;
}

.description-autor {
  display: block;
  margin: 0px auto;
  width: 41%;
  height: auto;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: rgba(248, 251, 254, 0.6);
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  margin-left: 23px;
}

.description-autor h3 {
  text-align: left;
  color: #3f3f3f;
  margin-top: 75px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;

}

.linea-bottom {
  display: block;
  border-bottom: 3px solid darkred;
  width: 132px;
  position: relative;
  top: -30px;
}


.description-autor p {
  font-size: 20px;
  line-height: 1.6;
  color: #4e5050;
  text-align: justify;
}


.redes-sociales {
  display: block;
  width: 100%;
  position: relative;
}


.icons {
  display: inline-flex;
  width: 61%;
  margin: 5px;
  border-radius: 60px;
  cursor: pointer;
}

.fa-facebook {
  width: 64px;
  height: 64px;
  display: block;
  background: #3b5998;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  line-height: 64px !important;
  font-size: 30px !important;
  transition: all 300ms;
}

.fa-facebook:hover {
  transform: scale(1.2);
  transform: rotate(10deg);
  opacity: 0.8;
}


.fa-instagram {
  width: 64px;
  height: 64px;
  display: block;
  background: #262626;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  line-height: 64px !important;
  font-size: 30px !important;
  transition: all 300ms;
}

.fa-instagram:hover {
  transform: scale(1.2);
  opacity: 0.8;
  transform: rotate(10deg);
}

.fa-twitter {
  width: 64px;
  height: 64px;
  display: block;
  background: #1da1f2;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  line-height: 64px !important;
  font-size: 30px !important;
  transition: all 300ms;
}

.fa-twitter:hover {
  transform: scale(1.2);
  opacity: 0.8;
  transform: rotate(10deg);
}

.fa-youtube {
  width: 64px;
  height: 64px;
  display: block;
  background: #cd201f;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  line-height: 64px !important;
  font-size: 30px !important;
  transition: all 300ms;
}

.fa-youtube:hover {
  transform: scale(1.2);
  opacity: 0.8;
  transform: rotate(10deg);
}


.fa-linkedin {
  width: 64px;
  height: 64px;
  display: block;
  background: #0e76a8;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  line-height: 64px !important;
  font-size: 30px !important;
  transition: all 300ms;
}


.fa-linkedin:hover {
  transform: scale(1.2);
  opacity: 0.8;
  transform: rotate(10deg);
}

.fa-envelope {
  display: block;
  background: #0e76a8;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  line-height: 64px !important;
  font-size: 30px !important;
  transition: all 300ms;
}

.fa-envelope:hover {
  transform: scale(1.2);
  opacity: 0.8;
  transform: rotate(10deg);
}

.btn-autor {
  display: block;
  width: 150px;
  text-decoration: none;
  margin-top: 10px;
  padding: 8px 12px;
  color: #fff;
  border: none;
  border-radius: 10px;
  background: #ff6e00;
  transition: all 300ms;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 300ms;
  cursor: pointer;
}

.btn-autor:hover {
  background-color: #d10000;
  transform: rotate(1deg);
}


#destacado {
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  background-color: #13325d;
  z-index: 0;
  overflow: hidden;
}

.iconos-destacados {
  display: inline-flex;
  width: 100%;
  margin: 0px auto;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  padding: 0px;
  position: relative;
  left: 83px;
  top: -22px;
}

.iconos-destacados .fa-envelope {
  width: 0;
  color: #fff;
  font-size: 50px !important;
  line-height: 0 !important;
}

.iconos-destacados .fa-facebook-f {
  width: 0;
  display: block;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  font-size: 50px !important;
  transition: all 300ms;
}

.iconos-destacados .fa-instagram {
  width: 0;
  display: block;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  font-size: 50px !important;
  transition: all 300ms;
}

.iconos-destacados .fa-youtube {
  width: 0;
  display: block;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  font-size: 50px !important;
  transition: all 300ms;
}

.iconos-destacados .fa-linkedin {
  width: 0;
  display: block;
  border-radius: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
  font-size: 50px !important;
  transition: all 300ms;
}


.container-icons-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  top: 60px;
  left: -129px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.t-facebook {
  display: block;
  position: relative;
  left: 27px;

}

.t-instagram {
  display: block;
  position: relative;
  left: 7px;
}

.t-youtube {
  display: block;
  position: relative;
  left: 4px;
}

.t-linkedin {
  display: block;
  position: relative;
  left: 14px;
}

.shape-traingle {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  position: relative;
  top: 135px;
  left: -750px;

}

.fa-caret-down {
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #13325d;
  text-align: center;
  font-size: 150px !important;
  font-weight: 800;
}

#libertad-financiera {
  width: 80%;
  display: block;
  margin: 0px auto;
  margin-top: 100px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
}

#libertad-financiera h4 {
  font-family: 'Oswald';
  font-size: 35px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-weight: 600;
  color: #000;
  /*background*/
  background: #f7d371;
}

#libertad-financiera p {
  font-family: 'Lato', sans-serif !important;
  display: block;
  margin: 0px auto;
  width: 70%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  border-bottom: 2px solid #ccc;
  color: #000;
}

.maquinas-ganancias-comercial {
  display: block;
  width: 100%;
  margin: 0px auto;
  margin-top: 60px;
}

.maquinas-ganancias-comercial img {
  display: block;
  width: 65%;
  margin: 0px auto;
  margin-bottom: 60px;
  border: 20px solid rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: 0px 2px 10px #ccc;
}

.p-textcomercial {
  font-family: 'Oswald', sans-serifs;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

#libertad-financiera .texto-comercial-trader {
  font-family: 'Lato', sans-serif !important;
  display: block;
  font-weight: 300;
  font-size: 27px;
  width: 80%;
  line-height: 67px;
  letter-spacing: 0.2px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: justify;
  border-bottom: 0px;
}

.texto-comercial-trader>#canal-telegram a {
  display: inline-block;
  color: #06a7d8;
  text-decoration: none;
  transition: all 300ms;
}

#canal-telegram:hover a {
  text-decoration: underline;

}

#canal-telegram a:visited {
  color: #0d3fca;
}

#pre-footer {
  display: flex;
  width: 100%;
  height: 652px;
}

.wrap-prefooter {
  width: 100%;
  display: flex;
  margin-top: 100px;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #304168;
  background-image: url("../imagenes/fondo-pre-footer.jpg");
  background-position: 0px -116px;
  background-repeat: no-repeat;
}

.tiitle-prefooter-conta {
  display: flex;
  flex-basis: 40%;
  margin: 0px auto;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  transition: all 300ms;
}

.wrap-prefooter h5 {
  width: 40%;
  color: #ffffff;
  font-family: "Oswald";
  letter-spacing: 0;
  font-style: normal;
  font-size: 45px;
  text-transform: uppercase;
  line-height: 55px !important;
  font-weight: 600;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.60) !important;
  text-rendering: optimizeSpeed;
  overflow-wrap: break-word;
  position: relative;
  top: 114px;
  left: -120px;
}

.container-btn-pre {
  display: flex;
  justify-content: flex-end;
  width: auto;
  position: relative;
  left: -489px;
  top: 111px;
}

.btn-prefooter {
  font-family: "Oswald", Sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  display: inline-block;
  width: 250px;
  text-decoration: none;
  margin-top: 10px;
  padding: 15px 11px;
  color: #fff;
  border: none;
  border-radius: 10px;
  background: #ff6e00;
  text-transform: uppercase;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
  transition: all 300ms;
  cursor: pointer;
  font-size: 17px;
  text-align: center;
}

.btn-prefooter:hover {
  background-color: #d10000;
  color: #fff;
}


/*MENTORIA*/
#mentoria-container {
  display: flex;
  width: 1600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 400px;
  background-color: #001E3F;
  z-index: 2;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-mentoria {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-mentoria h2 {
  width: 60%;
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 70px;
  position: relative;
  left: -20px;
}

.btn-warning {
  width: 400px;
  margin: 0px auto;
  padding: 14px 18px;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  transition: all 300ms;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(30, 29, 29);
  border-radius: 10px;
  text-transform: uppercase;
}

#marketing-agency {
  display: flex;
  width: 100%;
  height: 1200px;
  background-color: #F5F1EE;
}

.wrap-agency {
  width: 100%;
  display: flex;
  margin: 0px auto;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: #F5F1EE;
  background-image: url(../imagenes/Fondo-mentoria.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.title-agency h3 {
  display: flex;
  width: 59%;
  margin: 0px auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #444;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  line-height: 46px;
  margin-top: 419px;
  margin-bottom: 25px;
}

.widget-container {
  display: flex;
  width: 100%;
  max-width: 1182px;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.icon-list-items {
  display: flex;
  width: 80%;
  margin: 0px auto;
  list-style-type: none;
  flex-direction: column;
  line-height: 2.1;
}

.icon-list-item {
  display: flex;
  width: 100%;
  padding-bottom: calc(15px/2);
}

.icon-list-text {
  font-size: 21px;
  padding-left: 5px;
  color: #54595F;
}


.icon-list-icon i {
  display: flex;
  width: 1.25em;
  color: #001E3F;
  font-size: 30px;
  line-height: 1.6;
  transition: all 300ms;
  cursor: pointer;
}

.icon-list-icon:hover i {
  color: #D9BE85;

}

.widget-container-text {
  width: 100%;
  text-align: right;
  color: #54595F;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

#mentoria-destacado {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  width: 100%;
  /* height: 445px; */
  /* left: 0px; */
  background-color: #001e3f;
  /* margin: 30px; */
  /* padding: 50px; */
  line-height: 169px;
}

.widget-wrap-destacado {
  display: flex;
  width: 100%;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* position: relative; */
  /* text-align: center; */
}

.widget-text-editor {
  text-align: center;
  color: #D9BE85;
  font-size: 20px;
  margin: 0px auto;
  position: relative;
  left: 137px;
}

.heading-title {
  width: 55%;
  margin: 0px auto;
  color: #F5F1EE;
  font-size: 30px;
  padding: 0px 0px 40px 0px;
  line-height: 1.5em;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.16);
  text-align: center;
}

.triangle-destacado-white .fa-caret-down {
  position: relative;
  top: -271px;
  left: 585px;
  color: #f5f5f5;
}

.triangle-destacado-bottom .fa-caret-down {
  position: relative;
  top: 82px;
  left: -8px;
  color: #001e3f;
}

#fastmind-services {
  width: 100%;
  height: auto;
  margin: 0px auto;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.wrap-text-fastmind {
  display: flex;
  width: 100%;
  height: 100wv;
  align-items: center;
  flex-direction: column;

}

.title-arte-scalar {
  position: relative;
  margin: 0px auto;
  left: -156px;
}

.widget-container-fastmind {
  display: flex;
  width: 80%;
  margin: 0px auto;
  margin-top: 92px;
  line-height: 1.8;
}

.widget-container-fastmind-2 {
  display: flex;
  width: 76%;
  margin: 0px auto;
  margin-top: 46px;
  line-height: 1.6;
}


.text-fastmind-wrap p {
  display: flex;
  width: 100%;
  font-size: 21px;
  color: #444;
}

.widget-container-fastmind-text-icons {
  display: flex;
  width: 100%;
  max-width: 1181px;
  /* margin: 0px -124px; */
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  left: -166px;
  /* top: ; */
  margin-top: 40px;
}

.wrap-container-posicionamiento {
  display: flex;
  width: 100%;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.wrap-container-title-posicionamiento h3 {
  text-align: center;
  color: #444444;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
}


.image img {
  width: 350px;
  height: 350px;
  position: relative;
  top: -394px;
  left: -536px;
}

.image2 img {
  width: 350px;
  height: 350px;
  position: relative;
  top: -362px;
  left: 508px;
}

.image4 img {
  width: 350px;
  height: 350px;
  position: relative;
  top: -395px;
  left: 399px;
}

.widget-wrap {
  width: 100%;
  margin: 0px auto;
  align-items: center;
  align-content: flex-end;
}

.text-editor-fastmind {
  width: 60%;
  margin: 0px auto;
  color: #444;
  text-align: justify;
  font-style: normal;
  margin-top: 10px;
}

.widget-container-img {
  display: block;
  clear: both;
}


.heading-title-fastmind {
  width: 30%;
  text-align: center;
  position: relative;
  top: 96px;
  left: -74px;
  font-size: 25px;
  font-weight: bold;
  color: #444;
}

.heading-title-fastmind-2 {
  width: 80% !important;
  left: -150px;
  top: 76px;
}

.heading-title-fastmind-4 {
  left: -474px;
  top: 98px;
}

.widget-wrap-2 {
  position: relative;
  top: -30px;
}

.widget-text-editor-2 {
  position: relative;
  display: inline-block;
  position: relative;
  left: -48px;
}

.text-editor-fastmind-2 {
  width: 64%;
  left: -92px;
  position: relative;
}

.text-editor-fastmind-3 {
  width: 72%;
  margin-top: 10px;
  text-align: justify;
  left: 83px;
  position: relative;
}

.text-editor-fastmind-4 {
  width: 75%;
  left: -279px;
  position: relative;
}

.contenedor-wrap-2 {
  display: block;
  margin: 0px auto;
  position: relative;
  top: -200px;
}

.contenedor-wrap-3 {
  display: block;
  margin: 0px auto;
  position: relative;
  top: -378px;
}

.contenedor-wrap-4 {
  display: block;
  margin: 0px auto;
  position: relative;
  top: -568px;
}


/*APLICAR MENTORIA*/
#aplicar-mentoria {
  position: relative;
  flex-direction: column;
  display: flex;
  width: 100%;
  height: 1200px;
  top: -600px;
  margin: 0px auto;
  background: #001e3f;
}

.heading-title-mentoria {
  display: flex;
  width: 100%;
  margin: 0px auto;
  flex-direction: column;
  text-align: center;
  align-content: center;
  margin-top: 80px;
  color: #fff;
}

.heading-title-mentoria h4 {
  width: 60%;
  margin: 0px auto;
  color: #D9BE85;
  font-size: 40px;
  line-height: 1.5em;
  font-weight: bold;
}

.heading-title-mentoria p {
  width: 64%;
  margin: 0px auto;
  font-size: 18px;
  text-align: justify;
  line-height: 1.8;
  margin-top: 30px;
}

.wrap-container-mentoria {
  display: flex;
  width: 80%;
  flex-direction: row;
  margin: 0px auto;
  margin-top: 80px;
  justify-content: center;
}

.icon-img img {
  width: 90px;
  display: block;
  margin: 0px auto;
}

.container-mentoria-1,
.container-mentoria-2,
.container-mentoria-3 {
  width: 25%;
  margin: 10px;
  padding: 20px;
  height: auto;
  border: 1px solid #ccc;
  align-items: center;
  justify-content: center;
}

.text-icon-mentoria {
  font-size: 19px;
  font-weight: lighter;
  color: #fff;
  line-height: 2.0;
  text-align: center;
  margin-top: 15px;
}

#marketing-bio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 350px;
  margin: 0px auto;
  position: relative;
  top: -316px;
  margin-bottom: 30px;
  background-color: #001E3F;
}

.wrap-marketing h5 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;

}

.volver-inicio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100px;
  margin: 0px auto;
  position: relative;
  top: -200px;
  transition: all 300ms;
  background: #024185;
}

.volver-inicio:hover {
  border-radius: 20px 0px 10px 0px;
  background-color: #003166;
}

.wrap-marketing a {
  text-decoration: none;
  transition: all 300ms;
}

.volver-inicio-btn {
  text-align: center;
  font-size: 40px !important;
  text-shadow: 1px 1px 1px #444;
  transition: all 300ms;
}

.volver-inicio-btn:hover {
  transform: scale(1.1);

}


/*BLOG*/
#container-blog {
  position: relative;
  top: -170px;
}

#paginacion {
  display: flex;
  width: 300px;
  margin: 0px auto;
  position: relative;
  top: -70px;
}


.ocultar {
  display: none;
}

.aparecer {
  display: block;
}

/*TRADING*/
#trading {
  display: flex;
  height: 45vw;
  width: 100vw;
  margin: 0px auto;
  flex-direction: column;
  align-items: center;
  background-color: #201F25;
  margin-top: -205px;
}

.wrap-container {
  display: flex;
  width: 100%;
  justify-content: space-between;

}

.title-heading h2 {
  display: flex;
  width: 38%;
  justify-content: center;
  font-family: 'Monserrat-Bold', sans-serif !important;
  font-size: 49px;
  position: relative;
  top: 127px;
  left: 190px;
  color: #fff;
}

.img-heading img {
  display: flex;
  width: 88%;
  margin: 0px auto;
  position: relative;
  top: -141px;
  left: 264px;
}

.text-rentabilidad p {
  position: relative;
  top: 131px;
  color: #E7E7E7;
  font-family: "Raleway", Sans-serif;
  font-size: 20px;
  width: 34%;
  left: 190px;
}

.button-wrapper {
  display: block;
  width: 40%;
  position: relative;
  top: -206px;
  left: -270px;
}

.btn-danger {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
  background-color: #FF0202;
  border-radius: 23px 23px 23px 23px;
  padding: .900rem .999rem;
  transition: all 400ms !important;
}

.btn-danger:hover {
  color: #000 !important;
  background-color: red;
  border-color: #fff !important;
}

#trading-school {
  width: 100%;
  height: 50vw;
  display: flex;
  margin-top: 120px;
  background-color: #fff;
}

.wrap-trading-school {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}

.title-school {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  left: 200px;
  margin-bottom: 20px;
}

.title-school h3 {
  width: 39%;
  font-family: 'Monserrat-Regular', sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.text-school {
  width: 40%;
  margin: 0px auto;
  display: flex;
}

.text-p-school p {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 200px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Raleway", Sans-serif;
}

.image-school {
  display: block;
  position: relative;
  top: -410px;
  left: 115px;
}

.image-school img {
  width: 32%;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.39);
}

.btn-school .btn {
  display: block;
  width: 50%;
  position: relative;
  top: -515px;
  left: 129px;
}


/*Estadistica Numerico*/
#nuestros-numeros {
  display: flex;
  width: 100%;
  height: 40vw;
  flex-direction: column;
  justify-content: center;
  background-color: #201f25;
}

.title-nuestros-num h4 {
  width: 40%;
  margin: 0px auto;
  position: relative;
  font-family: 'Monserrat-Bold', sans-serif !important;
  color: #fff;
  font-size: 45px;
  letter-spacing: 1.3px;
  top: -36px;
  left: 47px;
}

.numeros-red {
  color: #ff0202;
  font-family: 'Monserrat-Bold', sans-serif !important;
}

.wrap-nuestros-num {
  display: flex;
  width: 100%;
  position: relative;
  left: -10px;
  justify-content: space-between;
}

.estadistica-estrag h4 {
  width: 40%;
  margin: 0px auto;
  font-family: "Raleway", sans-serif !important;
  font-weight: 700;
  font-size: 90px !important;
  color: #fff;
}

.title-academy-text p {
  width: 75%;
  margin: 0px auto;
  color: #FF0202;
  font-size: 27px;
  font-weight: 600;
  position: relative;
  left: 80px;
}

.num-2 h4 {
  position: relative;
  left: 75px;
  top: 0;
}

.num-3 h4 {
  position: relative;
  left: 0px;
  top: 0;
}

.title-2 p {
  position: relative;
  left: 127px;
}

.title-3 p {
  position: relative;
  left: 38px;
}

.title-simple-matric p {
  width: 74%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  left: 71px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
}

.text-matric-3 p {
  left: -27px;
}

#destacado-spacio {
  display: flex;
  width: 90%;
  height: 350px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  margin-top: 100px;

  /*BG*/

  background: radial-gradient(ellipse at center, rgba(248, 80, 50, 1) 0%, rgba(241, 111, 92, 1) 0%, rgba(235, 27, 0, 1) 80%, rgba(231, 56, 39, 1) 100%);
}

.heading-title-destacado-espacio h4 {
  font-family: "Raleway", sans-serif !important;
  color: #fff;
  font-size: 29px;
  text-align: center;
  text-shadow: 2px 2px 2px #111;
  line-height: 2.0;
  font-weight: 600;
}

.b-espaciadora {
  width: 90%;
  margin: 0px auto;
  color: #fff;
}

.parrafo-spacio-destacado {
  width: 90%;
  text-align: center;
}

.parrafo-spacio-destacado p {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  color: #fff;
  text-shadow: 4px 4px 4px #000;
}



/*Curso-Trading*/
#cursos-trading {
  width: 100%;
  height: 60vw;
  display: flex;
  background-color: #201f25;
  margin-top: 100px;
}

.wrap-cursos-trading {
  width: 100%;
  height: auto;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.heading-title-cursos-trading {
  width: 90%;
  margin: 0px auto;
  display: inline-flex;
  justify-content: center;
}

.heading-title-cursos-trading h5 {
  width: 33%;
  margin: 0px auto;
  position: relative;
  font-family: 'Monserrat-Bold', sans-serif !important;
  color: #fff;
  font-size: 45px;
  letter-spacing: 1.3px;
  top: -126px;
  left: 47px;
}

.p-cursos-trading {
  width: 90%;
  display: inline-flex;
  justify-content: center;
}

.p-cursos-trading p {
  width: 82%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  left: 71px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
  font-size: 21px;
  color: #fff;
  top: -95px;
}

.wrap-cajas-cursos {
  width: 72%;
  margin: 0px auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.cursos {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 270px;
  background: #fff;
  transition: all 800ms;
  cursor: pointer;
}

.cursos:hover {
  background: #ff0202;
  color: #fff;
  border: 2px solid #fff;
}


.title-curso h5 {
  font-family: 'Monserrat-Bold', sans-serif !important;
  font-size: 32px;
  text-align: center;
  transition: all 1000ms;
}


.parrafo-curso p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  text-align: center;
  transition: all 1000ms;
}

.btn-cursos {
  font-family: "Raleway", sans-serif !important;
  font-size: 20px;
  transition: all 300ms;
}


.mas-detalles {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.heading-title-detalles h5 {
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  text-transform: none;
}

.title-heading-cursos h2 {
  font-size: 35px;
}

.title-cursos p {
  display: inline-flex;
  justify-content: center;
  width: 40%;
  margin: 0px auto;
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #FF0202;
  font-size: 23px;
  font-weight: bold;
  top: 124px;
  left: 26px;
}

.img-heading-cursos img {
  width: 95%;
  margin: 0px auto;
  position: relative;
  top: -137px;
  left: 328px;
}

.btn-cursos-trading {
  display: block;
  width: 40%;
  position: relative;
  top: -263px;
  left: -265px;
}

/*Testomonials*/
#testomonials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin: 0px auto;
  height: 41vw;
  margin-top: 80px;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 20px;
}

.title-testiomials h5 {
  width: 95%;
  display: inline-flex;
  justify-content: center;
  position: relative;
  font-family: 'Monserrat-Bold', sans-serif !important;
  color: #212529;
  font-size: 38px;
  top: -24px;
}


.wrapper {
  padding: 50px 0;
  position: relative;
  margin: 120px 0;
}

.carousel-control.left,
.carousel-control.right {
  background: transparent;
}

.imgBox {
  width: 100px;
  height: 100px;
  margin: auto;
  border: 5px solid #262626;
  border-radius: 50%;
  overflow: hidden;
}

.imgBox img {
  width: 100%;
}

.carousel-inner {
  background: aliceblue;
  padding: 35px;
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.carousel-caption {
  position: static;
  padding-bottom: 15px;
  padding-top: 0;
}

.carousel-caption h3 {
  font-size: 50px;
  margin-bottom: 15px;
  margin-top: 25px;
  font-family: 'Allura', cursive;
  color: #262626;
  text-shadow: none;
}

.carousel-caption h4 {
  color: #2b2626;
  text-shadow: none;
}

.carousel-caption p {
  font-size: 18px;
  margin: auto;
  width: 70%;
  margin-bottom: 10px;
  font-family: 'Teko', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  text-shadow: none;
  color: #2b2626;
}

.carousel-indicators li {
  background-color: #ddd;
  width: 50px;
}

.carousel-control {
  color: #2b2626;
}

.carousel-indicators .active {
  background-color: #2b2626;
  width: 20px
}

.carousel-indicators {
  bottom: 10px;
}

/*Fin Testomonials*/



/*DIRIGIDO A CLIENTES*/
#dirigo-clientes {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 80px;
  flex-direction: column;
}

.title-digido-clientes h3 {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  color: #201F25;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.3px;
}

.parrafo-dirigido-clients p {
  width: 46%;
  margin: 0px auto;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4F5362;
  text-align: center;
  margin-bottom: 1em;
}

.wrap-widget-dirigido-clientes {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;

}

.wrap-digido-clientes {
  width: 80%;
  margin: 0px auto;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.img-digido-clientes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dirigidos {
  width: 33.333%;
  height: 330px;
  padding: 30px;
  margin: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 10px #ccc;
  border-radius: 10px 10px 10px 10px;
}

.title-widget-dirigido h3 {
  text-align: center;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 2.4em;
  ;
  margin-top: 0.7em;
}

.text-widget-dirigido p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #4F5362;
  line-height: 1.4;
}

.img-digido-clientes img {
  width: 20%;
  margin: 0px auto;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 1.8em;

}

/*Fin DIRIGIDO A CLIENTES*/


/*Que aprenderas*/
#que-aprenderas {
  display: flex;
  width: 100%;
  height: 60vw;
  justify-content: center;
  margin-top: 100px;
  flex-direction: column;
  background-color: #201f25;
  overflow: hidden;

}

.wrap-que-aprenderas {
  width: 95%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.heading-title-que-aprenderas {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  position: relative;
  top: -225px;
}

.heading-title-que-aprenderas h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 1.3px;
}

.text-principal-que-aprenderas {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  padding: 18px;
  position: relative;
  top: -261px;
  margin-bottom: 1em;
  justify-content: center;
  align-items: center;
  align-self: center;
}


.text-principal-que-aprenderas p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #fff;
}

.heading-que-aprenderas {
  position: relative;
  top: 196px;
}

.wrap-all-text-que-aprenderas {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.btn-precios {
  width: 20%;
  margin: 0px auto;
  margin-top: 50px;
  font-size: 16px;
}

.wrap-all-02 {
  display: flex;
  width: 100%;
  margin: 0px auto;
  position: relative;
  justify-content: center;
  align-items: center;
  align-self: center;

}

.text-widgets-edits {
  display: inline-flex;
  width: 100%;
  justify-content: space-around;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
}

.text-que-aprenderas {
  display: inline-flex;
  width: 100%;
  flex-flow: column nowrap;
}

.text-que-aprenderas h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.text-widgets-edits p {
  font-size: 19px;
  text-align: left;
  color: #B8B8B8;
}

.antepenultimo-registro-opera {
  position: relative;
  left: 23px;
}

.ultimo-pisco {
  position: relative;
  left: 78px;
  top: -3px;
}

/*Fin que aprenderas*/


/* Inicio Nuestra-Formacion*/
#nuestra-formacion {
  display: flex;
  width: 100%;
  height: 73vw;
  background: #f6f6f6;
  margin-top: 100px;
}

.wrap-nformacion {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.heading-title-formacion {
  display: inline-flex;
  width: 70%;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-top: 6em;
  margin-bottom: 6em;
  /* margin-bottom: ; */
}

.heading-title-formacion h4 {
  color: #201F25;
  font-size: 45px;
  letter-spacing: 0.8px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.que-aprenderas .img-icon-aprenderas img {
  display: block;
  margin: 0px auto;
  width: 11%;
}


.parrafo-heading-formacion p {
  text-align: center;
  color: #4F5362;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}


.cards-formacion-container {
  display: flex;
  width: 100%;
  flex-flow: column wrap;
}

.cards-group {
  width: 60%;
  margin: 0px auto;
  position: relative;
  right: -163px;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  top: -528px;
}

.cards {
  width: 416px;
  height: 300px;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;
  padding: 20px;
  margin: 10px;
  background: #fff;
}

.card-01 {
  position: relative;
  left: 46px;
  top: -9px;
  height: 500px;
}

.numero-card h5 {
  color: #ff0202;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-bottom: 1em;
  position: relative;
  top: 5px;
}

.title-cards h5 {
  color: #201F25;
  font-size: 21px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}

.parrafo-cards p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #3a3a3a;
}

/*Fin Nuestra-Formacion*/

/*Nuestro sistema*/
#nuestro-sistema {
  display: flex;
  background: #201f25;
  width: 100%;
  height: 38vw;
  flex-flow: column wrap;
}

.wrap-nuestro-sistema {
  display: flex;
  width: 100%;
  margin: 0px auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-title-nuestro-sistema {
  width: 100%;
  display: flex;
  justify-content: center;

}

.heading-title-nuestro-sistema h5 {
  color: #fff;
  font-size: 45px;
  letter-spacing: 1.1px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 1.6em;
}

.parrafo-heading-formacion p {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  color: #fff;
}

.wrap-sistema-num {
  display: flex;
  width: 90%;
  flex-direction: row;
  margin: 0px auto;
  position: relative;
  left: -130px;
  margin-top: 4em;
  padding: 20px;
}

.sistema-num-title {
  display: flex;
  width: 0%;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  margin: 0px auto;
}

.sistem-title-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px auto;
  align-items: center;
  text-align: center;
  left: -20px;
  position: relative;
}

.sistem-p-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  position: relative;
}

.title-5 {
  position: relative;
  left: 41px;
}

.tile-2-exitosas {
  position: relative;
  left: 30px;
}

.parrafo-3-exitosa {
  position: relative;
  left: 42px;
}

/*Nuestro sistema*/

/*Precios*/
#precios-modalidad {
  display: flex;
  margin-top: 10em;
  margin-bottom: -13em;
}

.contenedor {
  width: 93%;
  max-width: 1342px;
  margin: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


.tabla {
  width: 27%;
  height: 1105px;
  margin: 2px;
  border: 1px solid #444;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 0px #444;
  padding: 60px;
  text-align: center;
  flex-grow: 1;
  transition: all 300ms;
}

.tabla>h2 {
  color: #111;
  font-family: 'Monserrat-Bold';
  font-size: 29px;
  margin-bottom: 35px;
}

.tabla:hover>h2 {
  color: #fff;
}

.title-paquetes {
  font-family: 'Monserrat-Bold';
  font-size: 29px;
  color: #201f25;
  transition: all 300ms;
}



.tabla img {
  width: 64px;
  margin-bottom: 35px;
}

.tabla>h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.tabla>p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
  transition: all 300ms;
}

.boton {
  display: inline-block;
  width: 150px;
  padding: 12px;
  background: #ff0202;
  text-decoration: none;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: auto;
  transition: all 300ms;
}

.boton:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(5, 147, 53);
  font-size: 16px;
}

.tabla:hover {
  background: #201f25;
  color: #f5f5f5;
  transition: .5s all;
  transform: scale(1.2);
  cursor: pointer;
}

.check {
  color: rgb(7, 171, 7);
}

.no-chek-x {
  color: #ff0202;
  font-weight: 800;
}

@media screen and (max-width: 1000px) {
  .tabla {
    width: 45%;
    max-width: none;
    margin-bottom: 40px;
    flex-grow: initial;
  }
}

@media screen and (max-width: 700px) {
  .tabla {
    width: 45%;
    padding: 30px;
  }

  .tabla>h2 {
    margin-top: 40px;
  }
}

@media screen and (max-width:550px) {
  .tabla {
    width: 85%;
    padding: 20px;
  }
}

/*Precios*/


/*Preguntas Frecuentes*/
#box-acordeon {
  width: 73%;
  margin: 0px auto;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px #ccc;

}

#box-acordeon h5 {
  display: block;
  font-family: 'Monserrat-Bold';
  color: #111;
  width: 100%;
  margin: 0px auto;
  font-size: 40px;
  text-align: center;
  line-height: 2.0;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 185%;
  transition: all 300ms;
}

.ui-accordion .ui-accordion-content {
  font-family: "Raleway", sans-serif;
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  background: #f2f2f2;
  box-shadow: 0px 0px 4px #897f7f;
  font-size: 18px;
  height: 200px;
  transition: all 300ms;
}

#acordeon {
  margin-top: 20px;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #a30909;
  text-shadow: 1px 1px 1px #222, 1px 2px 2px #333;
  font-weight: 600;
}

/*Fin Preguntas Frencuentes*/

/*Certificado-finalizacion*/
#certificado-fin {
  display: flex;
  width: 100%;
  height: 30vw;
  background: #201f25;
  margin-bottom: 100px;
}

.wrap-certificado {
  display: flex;
  width: 83%;
  margin: 0px auto;
  justify-content: center;
  margin-top: 40px;
  flex-direction: row;
}

.mover-texto-certificado {
  display: flex;
  position: relative;
  flex-direction: column;
  top: 83px;
}

.heading-title-certificado {
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}

.heading-title-certificado h5 {
  color: #FFFFFF;
  font-size: 45px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  width: 45%;
}

.parrafo-certificado {
  width: 100%;
  display: inline-flex;
  justify-content: left;

}

.parrafo-certificado p {
  width: 45%;
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  color: #fff;
}

.img-certificado {
  display: flex;
  justify-content: right;
  position: relative;
  top: -143px;
  left: -164px;
}

.img-certificado img {
  display: block;
  width: 35%;
  border: 1px solid #222;
  box-shadow: 0px 0px 10px #222;
}

/*Fin Certificado-finalizacion*/


/*Sobre-mi*/
.header-sobremi {
  background-image: url("../imagenes/fondo-sobremi.jpg");
  background-position: 0px 64px;
  background-repeat: no-repeat;

  background-color: #001860;
  background-position: center center;
  background-size: cover;

}

.caja-logo-sobremi {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  top: 275px;
  position: relative;
}

.header-content-sobremi {
  width: 100%;
  z-index: 1;
  height: 100vh;
}

.header-overlay-sobremi {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(89, 89, 89, 0.54) 0%, #000000 100%);
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.logo-sobremi {
  display: flex;
  width: 100%;
}


.title-header-autor-sobremi {
  display: flex;
  flex-basis: 100%;
  margin: 0px auto;
}

.logo-sobremi-h2 {
  display: flex;
  width: 100%;
}

#destacado-movil{
  display: none;
}

.title-header-autor-sobremi h2 {
  display: flex;
  width: 72%;
  margin: 0px auto;
  color: #ffffff;
  font-family: 'Oswald-Bold';
  font-size: 3.0em;
  text-transform: uppercase;
  line-height: 1.3em;
  text-align: center;
  text-shadow: 10px 10px 6px rgb(0 0 0 / 30%);
}

#sobre-mi {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: -220px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.sobre-mi-wrapper {
  display: flex;
  width: 70%;
  position: relative;
  margin: 0px auto;
  flex-direction: column;
  justify-content: center;
}

.sobre-mi-wrapper h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5em;
  text-align: center;
}

.text-sobremi p {
  text-align: center;
  color: #3f3f3f;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.permiso-soñar {
  display: flex;
  width: 98%;
  margin: 0px auto;
  margin-top: 60px;
  flex-direction: column;
}


.heading-title-soñar h3 {
  width: 70%;
  margin: 0px auto;
  color: #3f3f3f;
  font-size: 2.8em;
  font-family: "Oswald", Sans-serif;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}

.heading-text-soñar p {
  width: 84%;
  margin: 0 0 1em;
  margin: 0px auto;
  text-align: left;
  color: #3f3f3f;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  line-height: 42px;
}

.ayudarte-mitrabajo {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-top: 70px;
  margin-bottom: 20px;
}

.heading-title-mitrabajo {
  display: flex;
  width: 78%;
  margin: 0px auto;
}


.ayudarte-mitrabajo h3 {
  display: flex;
  text-align: center;
  color: #3f3f3f;
  font-family: "Oswald", Sans-serif;
  font-style: normal;
  line-height: 1.4em;
  font-size: 2.5em;
}

.text-ayudarte p {
  width: 84%;
  margin: 0 0 1em;
  margin: 0px auto;
  text-align: left;
  color: #3f3f3f;
  font-family: "Lato", Sans-serif;
  font-size: 18px;
  line-height: 42px;
}

.icon-mitrabajo {
  margin: -8px 0px 0px 0px;
}

.icon-list-icon .fa-dot-circle-o {
  color: #cf0e1a;
  font-size: 23px;
}

.icon-text-mitrabajo {
  font-family: "Lato", Sans-serif;
  font-size: 18px;
}

.hitos-destacados {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0px auto;
  margin-top: 70px;
}

.heading-title-hitos h3 {
  color: #3f3f3f;
  font-size: 2.8em;
  text-align: center;
  font-family: "Oswald", Sans-serif;
  text-transform: uppercase;
}

.text-hitos-destacados {
  width: 100%;
  margin-bottom: 60px;
}

.list-hitos {
  width: 95%;
  color: #3f3f3f;
  ;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  line-height: 40px;
  font-family: "Lato", Sans-serif;
  font-size: 19px;
}


/*FOOTER*/
#footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 200px;
  justify-content: center;
  align-items: center;
  background-color: #444;
}


.wrap-footer {
  display: flex;
  margin: 0px auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.nav-footer {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.nav-footer ul {
  display: flex;
  flex-direction: row;
  list-style: none;

}

.nav-footer ul li a {
  text-decoration: none;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: all 300ms;
  text-shadow: 1px 1px 1px rgb(23, 23, 23);
}

.nav-footer ul li a:hover {
  opacity: 0.4;
  transform: scale(1.2);
}

.text-footer p {
  color: #fff;
  font-size: 18px;
  align-items: center;
  text-align: center;
  text-shadow: 1px 1px 1px rgb(23, 23, 23);
}

.footer-mentoria {
  display: flex;
  height: 500px !important;

  /*BG*/
  background: rgba(73, 155, 234, 1);
  background: -moz-radial-gradient(center, ellipse cover, rgba(73, 155, 234, 1) 0%, rgba(0, 23, 48, 1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(73, 155, 234, 1)), color-stop(100%, rgba(0, 23, 48, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(73, 155, 234, 1) 0%, rgba(0, 23, 48, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(73, 155, 234, 1) 0%, rgba(0, 23, 48, 1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(73, 155, 234, 1) 0%, rgba(0, 23, 48, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(73, 155, 234, 1) 0%, rgba(0, 23, 48, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#001730', GradientType=1);

}

#whatssap, #instagram {
	display: block;
	position: fixed;
	top: 80%;
	transition: 300ms all;
	z-index: 1;
	left: 1092px;
}

#whatssap img {
  width: 27%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  top: -40px;
}

#whatssap:hover {
  opacity: 0.8;
}

#instagram img{
  width: 27%;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  top: 18px;
}


/*RESPONSIVE*/
@media (min-width: 1400px) {
  .wrap {
    margin-top: -40px;
  }

  #swiper-container {
    display: flex;
    margin-bottom: 258px;
    position: relative;
    z-index: -1;
    top: 218px;
  }

  #link-1,
  #link-2,
  #link-3,
  #link-4,
  #link-5 {
    font-size: 1.2em !important;
  }

  .container-icons-text {
    left: -163px;
  }


  .container-btn-pre {
    left: -607px;
    top: 111px;
  }

  #mentoria-container {
    width: auto;
  }


  .iconos-destacados {
    display: flex;
    width: 87%;
    padding: 10px;
    position: relative;
    left: 120px;
  }

  #destacado {
    height: 247px;
    position: relative;
    top: -47px;
  }

  .container-icons-text {
    left: -150px;
    color: #fff;
  }

  #whatssap img {
    left: 1741px;
  }

  .redes-sociales {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .icons {
    display: flex;
    width: 52%;
    margin: 5px;
    border-radius: 60px;
    cursor: pointer;
  }

  .btn-autor {
    width: 188px;
    margin-top: 23px;
  }

  .container-btn-pre {
    position: relative;
    left: -667px;
    top: 113px;
  }

  .title-arte-scalar {
    left: -205px;
  }

  .wrap-prefooter h5 {
    width: 42%;
    letter-spacing: 0.4px;
    font-size: 50px;
    line-height: 70px !important;
    font-weight: 800;
    position: relative;
    top: 114px;
    left: -120px;
  }

  .nav-footer ul li a {
    font-size: 25px;

  }


  .title-agency h3 {
    margin-top: 448px;
  }


  .triangle-destacado-white .fa-caret-down {
    left: 857px;

  }

  .triangle-destacado-bottom .fa-caret-down {
    left: -92px;
    top: 85px;
  }

  .text-fastmind-wrap p {
    font-size: 26px;
  }

  .icon-list-text {
    font-size: 26px;
  }

  .icon-list-icon i {
    font-size: 35px;
  }

  .wrap-container-title-posicionamiento h3 {
    font-size: 35px;
  }

  #marketing-agency {
    height: 1366px;
  }

  .image img {
    width: 400px;
    height: 400px;
    position: relative;
    top: -464px;
    left: -677px;
  }

  .widget-text-editor {
    font-size: 24px;
  }

  .image2 {
    width: 400px;
    height: 400px;
    position: relative;
    top: 54px;
    left: 2014px;
  }

  .image3 {
    width: 400px;
    height: 400px;
    position: relative;
    top: -3px;
    left: 583px;
  }

  .image4 {
    width: 400px;
    height: 400px;
    position: relative;
    top: -14px;
    left: 1928px;
  }

  .heading-title-fastmind {
    width: 37%;
    top: 101px;
    left: -159px;
  }

  .heading-title-fastmind-2 {
    left: -236px;
    top: 79px;
  }

  .heading-title-fastmind-3 {

    width: 37%;
    top: 103px;
    left: -184px;
  }

  .heading-title-fastmind-4 {
    width: 37%;
    top: 102px;
    left: -592px;
  }

  .heading-title {
    position: relative;
    width: 45%;
    left: -66px;
  }

  .widget-container-fastmind-text-icons {
    left: -333px;
  }

  .contenedor-wrap-4 {
    top: -655px;
  }

  .heading-title-mentoria h4 {
    width: 65%;
    line-height: 1.8em;
  }

  .heading-title-mentoria p {
    font-size: 22px;
    /* margin-top: 50px; */
  }

  .container-mentoria-1,
  .container-mentoria-2,
  .container-mentoria-3 {
    width: 22%;
    margin: 15px;
    padding: 22px;
  }



  .text-icon-mentoria {
    font-size: 20px;
  }

  .shape-traingle {
    top: 130px;
    left: -880px;
  }


  .wrap-cajas-cursos {
    width: 58%;
  }

  .heading-title-destacado-espacio h4 {
    font-size: 39px;
  }

  .title-nuestros-num h4 {
    width: 26%;
    top: -56px;
    left: 47px;
  }

  .title-2 p {
    position: relative;
    left: 135px;
  }

  .text-p-school p {
    font-size: 25px;
  }



  .image-school {
    display: block;
    position: relative;
    top: -488px;
    left: 115px;
  }

  .title-cursos p {
    font-size: 34px;
    top: 136px;
    left: 16px;
  }

  .img-heading-cursos img {
    width: 97%;
    top: -110px;
    left: 328px;
  }

  .btn-cursos-trading {
    top: -263px;
    left: -381px;
  }

  .text-widgets-edits {
    width: 93%;
  }

  .card-01 {
    position: relative;
    left: 233px;
    top: -9px;
  }

  .parrafo-heading-formacion p {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    color: #656669;
  }

  #nuestra-formacion {
    height: 59vw;
  }

  #precios-modalidad {
    margin-bottom: 27em;
  }

  .heading-title-certificado h5 {
    width: 44%;
  }
}

@media(min-width:1367px) {
  .container-icons-text {
    top: 60px;
    left: -112px;
  }

  .fa-caret-down {
    position: relative;
    left: 105px;
  }

  .container-btn-pre {
    left: -413px;
    top: 111px;
  }
}

@media(min-width: 1200px) {


  .title-header-autor {
    position: relative;
    top: -10px;
    z-index: -1;
  }

  .title-p-header {
    position: relative;
    top: 0px;
    font-size: 20px;
  }

  #destacado {
    overflow: hidden;
  }

#swiper-container {
    position: relative;
    z-index: -1;
    top: -23px;
    box-shadow: 0px 0px 10px;
}
  .wrap {
    margin-top: -126px;
  }

  .description-autor {
    display: block;
    width: 50%;

  }

  .autor-img {
    position: relative;
    left: 131px;
  }

  .container-icons-text {
    top: 60px;
    left: -148px;
  }

  .shape-traingle {
    position: relative;
    top: 135px;
    left: -576px;
  }

  #libertad-financiera h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
  }

  #libertad-financiera p {
    width: 82%;
  }

  #libertad-financiera .texto-comercial-trader {
    font-size: 27px;
    width: 90%;
    line-height: 58px;
    font-weight: 300;
    font-style: oblique;
  }

  .strong-style {
    display: block;
    font-size: 27px;
    text-align: center;
    color: brown;
  }

  .slogan-final {
    display: block;
    font-size: 40px;
  }

  .wrap-prefooter h5 {
    width: 50%;
    position: relative;
    top: 115px;
    left: -32px;
  }


  /*MENTORIA*/
  #mentoria-container {
    width: 100vw;
    /* width: max-content; */
    /* margin: 0px auto; */
    /* width: auto; */
  }

  .wrap-container-mentoria {
    width: 90%;
  }

  .wrap-mentoria h2 {
    width: 87%;
    font-size: 45px;
  }

  .heading-title {
    width: 69%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    left: -27px;
  }

  .widget-container-fastmind-text-icons {
    left: -298px;
    top: 1px;
    margin-top: 40px;
  }

  .heading-title-fastmind {
    width: 30%;
    top: 102px;
    left: -80px;
  }

  .widget-container-fastmind {
    width: 93%;
  }

  .text-editor-fastmind-2 {
    width: 63%;
    left: -135px;
  }

  .heading-title-fastmind-2 {
    width: 30%;
    top: 82px;
    left: -236px;
  }

  .text-editor-fastmind-3 {
    width: 67%;
    margin-top: 10px;
    text-align: justify;
    left: 83px;
    position: relative;
  }

  .heading-title-fastmind-3 {
    width: 30%;
    top: 102px;
    left: -53px;
  }

  .heading-title-fastmind-4 {
    width: 30%;
    top: 107px;
    left: -476px;
  }

  .image2 img {
    width: 300px;
    height: 300px;
    position: relative;
    top: -299px;
    left: 413px;
  }

  .image4 img {
    width: 300px;
    height: 300px;
    position: relative;
    top: -361px;
    left: 339px;
  }


  /*TRADING*/
  #trading {
    margin-top: -217px;
  }

  .btn-unete-equipo .btn-equipo {
    position: relative;
    top: -455px;
    left: -723px;
  }

  .btn-cursos-trading .btn-curso-trading {
    position: relative;
    top: -494px;
    left: -712px;
  }

  .title-school h3 {
    width: 52%;
    text-align: center;
  }

  .text-p-school p {
    width: 100%;
    text-align: justify;
  }

  .wrap-nuestros-num .wrap-sistema-num {
    left: 1px;
    top: 13px;
  }


  /*Nuestros Numeros*/
  #nuestro-sistema {
    height: 44vw;
  }

  .heading-title-nuestro-sistema h5 {
    font-size: 43px;
  }

  .title-simple-matric p {
    width: 86%;
  }


  .estadistica-estrag h4 {
    font-size: 70px;
  }

  .title-1 p,
  .title-2 p,
  .title-3 p {
    position: relative;
    width: 90%;
    left: 104px;
  }

  .title-1 p {
    left: 100px;
  }

  .title-2 p {
    left: 145px;
  }


  .text-matric-3 p {
    left: 18px;
  }

  .title-academy-text p {
    width: 100%;

  }


  /*Curso Trading*/
  #cursos-trading {
    height: 80vw;
    display: flex;
  }

  .heading-title-cursos-trading {
    width: 100%;
  }

  .heading-title-cursos-trading h5 {
    top: -154px;
    left: 47px;
  }

  .p-cursos-trading p {
    top: -130px;
  }

  .wrap-cajas-cursos {
    width: 86%;
    position: relative;
    top: -34px;
  }

  .button-wrapper {
    top: 226px;
    left: 529px;
  }

  .title-heading h2 {
    width: 40%;
    position: relative;
    top: 127px;
    left: 190px;
    line-height: 1.2;
  }

  .title-cursos p {
    top: 144px;
    left: 115px;
    font-size: 26px;
  }
}

.parrafo-dirigido-clients p {
  width: 67%;
  font-size: 22px;
  line-height: 1.6;
}

#que-aprenderas {
  display: flex;
  width: 100%;
  height: 85vw;
  overflow: hidden;
  flex-wrap: wrap;
}

.heading-que-aprenderas {
  position: relative;
  top: 113px;
}

.heading-title-que-aprenderas h5 {
  font-size: 41px;
  line-height: 1;
  letter-spacing: 0.8px;
}

.text-widgets-edits,
.text-01-que-aprenderas {
  padding: 0px;
}

.wrap-container-aprenderas {
  width: 99%;
  margin: 0px auto;

  align-items: center;
  justify-content: center;
  position: relative;
  left: -23px;
  top: -60px;
  display: flex;
}

.img-icon-aprenderas img {
  display: block;
  width: 30px;
}

.gestion-m {
  display: block;
  position: relative;
  top: -8px;
}

.ultimo-p-aprenderas {
  display: flex;
  position: relative;
  top: -7px;
  width: 86%;
}

.heading-title-formacion {
  width: 90%;

}

.cards-group {
  width: 90%;
  position: relative;
  right: -212px;
  top: -323px;
}

.parrafo-heading-formacion p {
  font-family: "Raleway", sans-serif;
  font-size: 21px;
  color: #b1b1b5;
}

.cards {
  width: 384px;
  height: 304px;
  padding: 20px;
  margin: 5px;
}


/*precios-modalidad*/

#precios-modalidad {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wrap-heading-title {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-bottom: 2em;
  justify-content: center;
  align-items: center;
}

.wrap-heading-title h4 {
  color: #222;
  font-family: 'Monserrat-Bold';
  font-size: 40px;
  margin-bottom: 1em;
  border-bottom: 2px solid #9e0c30;
}

.wrap-heading-title p {
  width: 95%;
  font-family: "Raleway", Sans-serif;
  font-size: 19px;
  color: #333;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1.3em;
}

.contenedor {
  /* width: 41%; */
  min-height: 950px;
  margin-bottom: 469px;
}

.tabla:hover {
  transform: scale(1.1);
}

.tabla>h2 {
  font-size: 27px;
}

.mover-texto-certificado {
  top: 40px;
}

.wrap-certificado {
  width: 93%;
}

.img-certificado {
  top: -196px;
  left: -164px;
}

.wrap-prefooter h5 {
  font-size: 39px;
}

.container-btn-pre {
  left: -412px;
  top: 106px;
}


@media(max-width: 1171px) {
  .logo-nav {
    left: -33px !important;
    font-size: 30px !important;
  }
}

@media (max-width: 1077px) {
  .title-header-autor {
    font-size: 43px;
  }

  .title-p-header {
    font-size: 18px;
  }

  .logo-nav {
    left: -15px !important;
    font-size: 27px !important;
    width: 30%;
  }

  .nav {
    height: 7vw;
  }


}


@media (max-width: 992px) {
  .caja-logo {
    position: relative;
    top: -55px;
  }

  #swiper-container {
    position: relative;
    top: 176px;
  }

  .wrap {
    margin-top: 136px;
  }

  .description-autor {
    width: 56%;
    padding: 40px;
    margin-top: 34px;
    margin-bottom: 34px;
    margin-left: 23px;
  }

  .autor-img img {
    filter: brightness(100%) contrast(102%) saturate(110%) blur(0px);
    width: 314px;
    left: -108px;
  }

  .description-autor h3 {
    font-size: 28px;
  }

  .description-autor p {
    font-size: 18px;
  }

  .fa-facebook,
  .fa-instagram,
  .fa-twitter,
  .fa-youtube,
  .fa-linkedin {
    width: 44px;
    height: 44px;
    line-height: 45px !important;
    font-size: 20px !important;

  }

  .icons {
    width: 56%;
  }

  .btn-autor {
    display: block;
    width: 165px;
    padding: 6px 12px;
    color: #fff;
  }

  .container-icons-text {
    top: 60px;
    left: -74px;
    font-weight: 600;
  }

  .shape-traingle {
    top: 135px;
    left: -438px;
  }

  #libertad-financiera h4 {
    font-size: 26px;
  }

  #libertad-financiera p {
    font-size: 18px;
  }

  #libertad-financiera .texto-comercial-trader {
    font-size: 24px;
    width: 90%;
    font-weight: 400;
    font-style: oblique;
  }

  .wrap-prefooter h5 {
    width: 48%;
    font-size: 29px;
    text-transform: uppercase;
    line-height: 50px !important;
    top: 73px;
    left: 34px;
  }

  .container-btn-pre {
    left: -228px;
    top: 43px;
  }

  .btn-prefooter {
    width: 212px;
    padding: 14px 0px;
    font-size: 17px;
  }

  .iconos-destacados .fa-envelope,
  .iconos-destacados .fa-facebook-f,
  .iconos-destacados .fa-instagram,
  .iconos-destacados .fa-youtube,
  .iconos-destacados .fa-linkedin {
    font-size: 38px !important;
    position: relative;
    left: 5px;
    top: 9px;
  }

  #link-1,
  #link-2,
  #link-3,
  #link-4,
  #link-5 {
    font-size: 1.1em !important;
  }


  strong {
    display: block;
    text-align: center;
    color: brown;
  }

  .slogan-final {
    display: block;
    font-size: 30px !important;
  }

}

@media(max-width:941px) {
  .logo-nav {
    left: -2px !important;
    font-size: 25px !important;
  }

  .title-header-autor {
    font-size: 38px;
  }

  .title-p-header {
    font-size: 16px;
  }

  .container-btn-pre {
    left: -198px;
    top: 31px;
  }

  .wrap-prefooter {
    background-position: -245px -123px;
  }

  .wrap-prefooter h5 {
    top: 73px;
    left: -53px;
  }

  #footer {
    width: 100%;
    height: 30vw;
  }

  .text-footer {
    display: flex;
    width: 100%;
  }

  .description-autor {
    width: 60%;
    padding: 31px;
  }

  .autor-img {
    left: 135px;
  }
}

@media(max-width:845px) {
  #libertad-financiera {
    width: 91%;
  }

  #libertad-financiera h4 {
    font-size: 23px;
  }

  .description-autor {
    width: 54%;
    padding: 20px;
  }

  .container-icons-text {
    top: 60px;
    left: -58px;
  }

  .t-facebook {
    left: 17px;
  }

  .t-linkedin {
    left: 9px;
  }

  #swiper-container {
    height: 13vw;
  }

  .description-autor h3 {
    font-size: 28px;
    text-align: center;
  }

  .linea-bottom {
    margin: 0px auto;
  }

  .icons {
    width: 65%;
  }

  .wrap-prefooter h5 {
    top: 91px;
    left: 20px;
    width: 57%;
  }

  .container-btn-pre {
    left: -248px;
    top: 44px;
  }

  .shape-traingle {
    left: -345px;
  }

  .nav {
    height: 9vw;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .nav {
    width: 100%;
    height: 14vw;
    justify-content: center;
    flex-wrap: wrap;
  }

  .nav-menu {
    width: 90%;
  }

  .title-header-autor {
    width: 100%;
    font-size: 38px;
  }

  .title-p-header {
    width: 100%;
    font-size: 15px;
  }

  .wrap-prefooter h5 {
    width: 62%;
  }

  .container-btn-pre {
    left: -212px;
    top: 44px;
  }

  .container-btn-pre {
    left: -146px;
    top: 77px;
  }

  .iconos-destacados .fa-envelope,
  .iconos-destacados .fa-facebook-f,
  .iconos-destacados .fa-instagram,
  .iconos-destacados .fa-youtube,
  .iconos-destacados .fa-linkedin {
    font-size: 30px !important;
  }

  .autor-title {
    width: 46%;
  }

  #libertad-financiera {
    width: 94%;
  }

  .autor-title h2 {
    font-size: 21px;
  }
}

#freisis-destacado {
  display: none;
}

@media(max-width:580px) {
  .nav-menu {
    margin-right: 0px;
  }

  .title-header-autor {
    font-size: 29px;
  }

  .title-p-header {
    font-size: 12px;
  }

  .wrap {
    flex-direction: column;
    width: 100%;
  }

  #swiper-container {
    height: 26vw;
    top: 201px;
  }

  .autor-title {
    flex-basis: 33%;
  }

  .description-autor {
    width: 90%;
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
    top: -660px;
    margin: 0px auto;
  }

  .autor-img img {
    width: 300px;
  }

  .autor-img {
    left: 120px;
    top: 640px;
    margin-top: 30px;
    justify-content: center;
    align-content: center;
  }
}

@media(max-width:576px) {
  .row {
    --bs-gutter-x: 7%;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * 0);
    margin-right: var(--bs-gutter-x, .0);
    margin-left: var(--bs-gutter-x, .0);
  }

  .logo-nav {
    left: -2px !important;
    font-size: 39px !important;
    width: 100%;
  }

  .header-content {
    width: 100%;
    z-index: 1;
    height: 100vh;
  }

  .nav-menu {
    margin-right: 0px;
    width: 100%;
    padding: 0px;
    flex-direction: column;
    /* text-align: center; */
    justify-content: center;
    align-items: center;
  }

  #link-1,
  #link-2,
  #link-3,
  #link-4,
  #link-5 {
    font-size: 1.5em !important;
    margin: 11px;
    /* justify-content: center; */
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    width: 100%;
    position: relative;
    top: -38px;
  }

  .menu__active {
    display: none;
  }

  .nav {
    width: 100%;
    height: 19vh;
  }

  .nav-menu {
    margin-right: 0px;
    width: 100%;
    padding: 0px;
  }

  .nav-menu-item {
    margin: 0px;
  }

  .bars__menu {
    display: block;
    position: relative;
    top: 10%;
    left: 51%;
  }


  .caja-logo .absolute {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 40px;
  }

  .title-header-autor {
    display: flex;
    text-align: center;
    font-size: 36px;
    position: relative;
    top: -48px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
  }

  .title-p-header {
    display: flex;
    width: 95%;
    position: relative;
    top: -44px;
    justify-content: center;
    margin: 0px auto;
    font-size: 13px;
  }

  #swiper-container {
    height: 26vw;
    top: 59px;
  }

  .wrap {
    margin-top: 19px;
  }

  .description-autor {
    width: 95%;
  }

  .iconos-destacados {
    left: 35px;
    top: -22px;
  }

  .container-icons-text {
    top: 60px;
    left: -38px;
    margin: 16px;
    font-size: 14px;
  }

  #libertad-financiera h4 {
    font-size: 18px;
  }

  #libertad-financiera p {
    font-size: 14px;
  }

  #libertad-financiera .texto-comercial-trader {
    font-size: 18px;
    width: 92%;
    line-height: 39px;
  }

  #footer {
    height: 39vw;
  }

  .text-footer p {
    font-size: 16px;
  }

  .container-btn-pre {
    left: -131px;
    top: 68px;
  }

  /*BLOG*/
  #container-blog {
    position: relative;
    top: -72px;
  }

  .menu-hamb-blog {
    display: block;
    position: relative;
    left: 482px;
    top: 89px;
  }



  .col-blog {
    margin: 0px;
  }
}

@media(max-width:539px) {

  .header {
    margin-bottom: 0px;
  }

  .header-blog {
    margin-bottom: 369px;
  }

  #link-1,
  #link-2,
  #link-3,
  #link-4,
  #link-5 {
    font-size: 0.900em !important;
  }

  .autor-img img {
    width: 239px;
  }

  .autor-img {
    left: 120px;
    top: 921px;
  }

  .container-icons-text {
    top: 60px;
    left: -39px;
    margin: 0px;
    font-size: 14px;
  }

  #swiper-container {
    height: 26vw;
    top: 298px;
  }

  .wrap {
    margin-top: 258px;
  }

  .shape-traingle {
    left: -302px;
  }

  #libertad-financiera {
    width: 95%;
    border-radius: 20px;
  }

  #libertad-financiera h4 {
    border-radius: 20px;
  }

  #libertad-financiera .texto-comercial-trader {
    line-height: 41px;
  }

  .slogan-final {
    font-size: 28px !important;
  }

  .maquinas-ganancias-comercial img {
    width: 90%;
  }

  .wrap-prefooter {
    background-position: -316px -188px;
  }

  .wrap-prefooter h5 {
    top: 111px;
    left: 31px;
    width: 71%;
    font-size: 23px;
  }
}

@media(max-width:491px) {
  .nav {
    height: 28vw;
  }

  .mostrar-hei {
    height: 100vh;
  }

  #link-1,
  #link-2,
  #link-3,
  #link-4,
  #link-5 {
    font-size: 1.4em !important;
    margin: 30px;
    padding: 0px;
    text-align: center;
    top: -129px;
    left: -15px;
  }

  .red {
    color: #d10000;
  }

  .bars__menu {
    display: block;
    position: relative;
    top: 68px;
    left: 85%;
  }

  .logo-nav {
    font-size: 30px !important;
    left: 0pxpx !important;
    text-align: center;
    margin: 0px auto;
    justify-content: center;
    width: 100%;
  }

  #swiper-container {
    top: -41px;
  }

  .autor-title h2 {
    font-size: 18px;
  }

  .wrap {
    margin-top: -81px;
  }

  .description-autor {
    width: 95%;
    position: relative;
    box-shadow: 0px 0px 10px #ccc;
    top: -500px;
    margin: 0px auto;
  }

  .description-autor h3 {
    font-size: 23px;
    text-align: center;
  }

  .autor-img img {
    width: 238px;
  }

  .autor-img {
    left: 101px;
    top: 946px;
    margin: 0px auto;
  }

  .container-icons-text {
    top: 60px;
    left: -7px;
    margin: 0px;
    font-size: 11px;
  }

  .iconos-destacados .fa-envelope,
  .iconos-destacados .fa-facebook-f,
  .iconos-destacados .fa-instagram,
  .iconos-destacados .fa-youtube,
  .iconos-destacados .fa-linkedin {
    font-size: 27px !important;
    position: relative;
    left: 24px;
    top: 18px;
  }

  .iconos-destacados {
    left: 23px;
    top: -22px;
    display: none;
  }

  #libertad-financiera h4 {
    font-size: 11px;
  }

  #libertad-financiera p {
    font-size: 10px;
  }

  .wrap-prefooter {
    background-position: -1169px -166px;
  }

  .wrap-prefooter h5 {
    left: 5px;
    width: 100%;
    font-size: 21px;
  }

  .text-footer p {
    font-size: 13px;
  }

  .shape-traingle {
    left: -199px;
  }

  .slogan-final {
    font-size: 23px !important;
  }

  .autor-title {
    flex-basis: 46%;
  }

  .container-btn-pre {
    left: -131px;
    top: 98px;
  }

  #footer {
    width: 100%;
    height: 80vw;
  }
}

@media(max-width:360px) {
  .bars__menu {
    top: 54px;
  }

  .description-autor {
    width: 98%;
  }

  .container-icons-text {
    top: 60px;
    left: -7px;
    margin: 7px;
    font-size: 11px;
  }

  .iconos-destacados {
    left: 5px;
    top: -22px;
  }

  .icons {
    width: 77%;
  }

  #libertad-financiera {
    width: 98%;
  }

  .maquinas-ganancias-comercial img {
    width: 95%;
  }

  #libertad-financiera p {
    font-size: 9px;
  }

  .wrap-prefooter h5 {
    left: 31px;
    font-size: 22px;
    left: 18px;
  }

  .btn-prefooter {
    width: 198px;
    padding: 14px 0px;
    font-size: 16px;
    line-height: 0.5em;
  }

  .container-btn-pre {
    left: -85px;
    top: 63px;
  }
}

/**Responsive Mentoria**/

@media(max-width:992px) {
  .wrap-mentoria h2 {
    width: 87%;
    font-size: 40px;
  }

  .title-agency h3 {
    width: 90%;
  }

  .icon-list-items {
    width: 85%;
  }

  .icon-list-text {
    font-size: 22px;
  }

  .triangle-destacado-white .fa-caret-down {
    position: relative;
    top: -267px;
    left: 458px;
  }


  .heading-title {
    width: 95%;
    position: relative;
  }

  .heading-title-fastmind-2 {
    left: -163px;
    top: 76px;
  }

  .heading-title-fastmind-4 {
    left: -380px;
    top: 98px;
  }

  .widget-text-editor {
    font-size: 21px;
  }

  .widget-container-heading h2 {
    left: -43px;
  }

  .widget-container-fastmind-01 {
    width: 95%;
  }

  .widget-container-fastmind-2 {
    display: flex;
    width: 80%;
  }

  .icon-list-item-02 {
    width: 100%;
    position: relative;
    left: 77px;
  }

  .text-editor-fastmind {
    width: 85%;
  }

  .text-editor-fastmind-3 {
    width: 87%;
    margin-top: 10px;
    text-align: justify;
    left: 9px;
    position: relative;
  }

  .text-editor-fastmind-4 {
    width: 87%;
  }

  .image img {
    width: 300px;
    height: 300px;
    position: relative;
    top: -394px;
    left: -479px;
  }

  .image2 img {
    width: 300px;
    height: 300px;
    position: relative;
    top: -327px;
    left: 399px;
  }

  .image3 img {
    width: 300px;
    height: 300px;
    position: relative;
    top: -394px;
    left: -484px;
  }

  .image4 img {
    width: 300px;
    height: 300px;
    position: relative;
    top: -394px;
    left: 217px;
  }


  .heading-title-mentoria h4 {
    width: 70%;
    font-size: 44px;
  }

  .heading-title-mentoria p {
    width: 79%;
    font-size: 23px;
  }

  .wrap-container-mentoria {
    width: 100%;
  }

  #marketing-bio {
    width: 90%;
  }

  .volver-inicio-btn {
    font-size: 33px !important;
  }

  .text-footer {
    display: flex;
    width: 100%;
    text-align: center;
  }
}

@media(max-width:768px) {
  .wrap-mentoria h2 {
    width: 100%;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-content: center;
    left: 0px;
    line-height: 55px;
  }

  .title-agency h3 {
    width: 100%;
    font-size: 25px;
  }

  .icon-list-text {
    font-size: 20px;
    /* width: 100%; */
  }

  .triangle-destacado-white .fa-caret-down {
    position: relative;
    top: -250px;
    left: 302px;
  }


  .widget-container-heading h2 {
    left: -43px;
    width: 100%;
    font-size: 25px;
  }

  .icon-list-item-02 {
    width: 100%;
    position: relative;
    left: 143px;
  }

  .icon-list-text {
    font-size: 19px;
    /* width: 100%; */
  }

  .heading-title-fastmind {
    width: 95%;
    top: 96px;
    left: -43px;
    font-size: 25px;
  }

  .widget-container-fastmind {
    width: 80%;
    line-height: 1.9;
    position: relative;
    left: -64px;
  }

  .widget-container-fastmind-01 {
    width: 98%;
    line-height: 1.9;
    position: relative;
    left: 0px;
  }

  .widget-text-editor {
    font-size: 19px;
    left: 165px;
  }

  .text-editor-fastmind {
    width: 90%;
  }

  .image img {
    width: 220px;
    height: 220px;
    position: relative;
    top: -338px;
    left: -441px;
  }


  .heading-title-fastmind-2 {
    width: 100%;
    left: -67px;
    top: 76px;
    font-size: 23px;
  }

  .text-editor-fastmind-2 {
    width: 86%;
    left: -194px;
    position: relative;
  }

  .image2 img {
    width: 220px;
    height: 220px;
    position: relative;
    top: -311px;
    left: 117px;
  }

  .text-editor-fastmind-3 {
    width: 85%;
    margin-top: 10px;
    text-align: justify;
    left: -3px;
    position: relative;
  }

  .heading-title-fastmind-4 {
    width: 95%;
    top: 96px;
    left: -272px;
    font-size: 25px;
  }

  .widget-text-editor-4 {
    font-size: 19px;
    left: 240px;
  }

  .widget-container-fastmind-4 {
    width: 78%;
    line-height: 1.9;
    position: relative;
    left: -70px;
  }

  .image4 img {
    width: 220px;
    height: 220px;
    position: relative;
    top: -338px;
    left: 35px;
  }

  .heading-title-mentoria h4 {
    width: 90%;
    font-size: 44px;
  }


  .heading-title-mentoria p {
    width: 98%;
    font-size: 22px;
  }

  .container-mentoria-1,
  .container-mentoria-2,
  .container-mentoria-3 {
    width: 50%;
  }

}

@media(max-width:576px) {
  #mentoria-container {
    margin-bottom: 60px;
  }


  .widget-container {
    width: 100%;
    max-width: auto;
    justify-content: center;

  }

  #mentoria-destacado {
    line-height: 0px;
  }

  .wrap-mentoria h2 {
    font-size: 23px;
  }

  .btn-warning {
    width: 361px;
  }

  #marketing-agency {
    height: auto;
    max-height: auto;
  }

  .title-agency h3 {
    font-size: 17px;
    margin-top: 459px;
    overflow: hidden;
  }

  .icon-list-items {
    width: 100%;
    position: relative;
    left: -23px;
  }

  .icon-list-item-02 {
    width: 100%;
    position: relative;
    left: 142px;
  }

  .icon-list-text {
    font-size: 17px;
    /* width: 100%; */
  }

  .widget-container-text {
    width: 98%;
    font-size: 14px;
  }

  .triangle-destacado-white .fa-caret-down {
    position: relative;
    font-size: 100px !important;
    top: -184px;
    left: 159px;
  }

  .triangle-destacado-bottom .fa-caret-down {
    position: relative;
    top: 76px;
    left: -30px;
    color: #001e3f;
  }

  .title-arte-scalar {
    left: -203px;
    top: 61px;
    font-size: 14px;
  }

  .widget-container-heading h2 {
    left: -29px;
    width: 100%;
    font-size: 19px;
    top: 72px;
  }

  .wrap-container-title-posicionamiento h3 {
    text-align: center;
    color: #444444;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
  }

  .widget-text-editor {
    font-size: 17px;
    left: 165px;
  }

  .text-fastmind-wrap p {
    font-size: 19px;
  }

  .text-editor-fastmind {
    width: 95%;
  }

  .widget-container-fastmind {
    width: 100%;
    left: -168px;
  }

  .widget-container-fastmind-01 {
    width: 96%;
    left: 0px;
    text-align: justify;
  }

  strong {
    display: block;
    text-align: center;
    color: brown;
    font-size: 16px;
    margin-bottom: 2px;
    /* width: 100%; */
  }

  .heading-title-fastmind {
    width: 92%;
    top: 96px;
    left: -23px;
    font-size: 25px;
    margin: 0px auto;
  }

  .image img {
    width: 220px;
    height: 220px;
    position: relative;
    top: -11px;
    left: -159px;
  }

  .image2 img {
    width: 220px;
    height: 220px;
    position: relative;
    top: 11px;
    left: -159px;
  }

  .contenedor-wrap-2 {
    top: -61px;
  }

  .heading-title-fastmind-2 {
    width: 100% !important;
    left: -1px;
    top: 96px;
    font-size: 22px;
  }

  .text-editor-fastmind-2 {
    width: 97%;
    left: 0px;
    position: relative;
    top: 14px;
  }

  .contenedor-wrap-3 {
    top: -113px;
  }

  .contenedor-wrap-4 {
    top: -208px;
  }

  .text-editor-fastmind-4 {
    width: 97%;
    left: 5px;
  }

  #aplicar-mentoria {
    width: 100%;
    height: auto;
    top: -432px;
    margin-top: 265px;
  }

  .wrap-container-mentoria {
    width: 90%;
    flex-direction: column;
    /* margin: 0px auto; */
    position: relative;
    left: -7px;
  }

  .container-mentoria-1,
  .container-mentoria-2,
  .container-mentoria-3 {
    width: 100%;
    margin-top: 40px;
  }

  .heading-title-mentoria h4 {
    width: 96%;
    font-size: 33px;
  }

  #marketing-bio {
    width: 95%;
    top: -246px;
  }

  .btn-warning-02 {
    width: 355px;
    position: relative;
    font-size: 23px;
    top: -15px;
    left: 11px;
  }

  .volver-inicio {
    width: 61%;
  }


  /*BLOG*/

  .blog-content {
    height: 100%;
  }

}

@media(max-width: 377px) {
  .widget-text-editor {
    font-size: 15px;
  }

  .triangle-destacado-white .fa-caret-down {
    position: relative;
    font-size: 100px !important;
    top: -182px;
    left: 179px;
  }

  .widget-container-heading h2 {
    left: -29px;
    width: 100%;
    font-size: 14px;
    top: 72px;
  }

  .triangle-destacado-white .fa-caret-down {
    position: relative;
    font-size: 100px !important;
    top: -140px;
    left: 179px;
  }

  .icon-list-icon i {
    font-size: 22px;
  }

  .widget-container-text {
    width: 93%;
    font-size: 13px;
  }

  .title-agency h3 {
    font-size: 19px;
    margin-top: 586px;
    overflow: hidden;
  }

  .wrap-container-title-posicionamiento h3 {
    font-size: 16px;

  }

  .heading-title-fastmind,
  .heading-title-fastmind-2,
  .heading-title-fastmind-3,
  .heading-title-fastmind-4 {
    font-size: 16px;
  }
}

/*Trading*/
@media(max-width:992px) {
  #trading {
    height: 66vw;
    width: 100%;
    margin-top: -213px;
  }

  .title-heading h2 {
    width: 41%;
    font-size: 49px;
    top: 127px;
    left: 93px;
  }

  .img-heading img {
    width: 67%;
  }

  .text-rentabilidad p {
    top: 131px;
    font-size: 20px;
    width: 34%;
    left: 94px;
  }

  .button-wrapper {
    width: 41%;
    top: -141px;
    left: -209px;
  }

  #trading-school {
    width: 100%;
    height: 65vw;
  }

  .wrap-trading-school {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    overflow: hidden;
  }

  .title-school h3 {
    width: 61%;
    text-align: center;
    font-size: 30px;
  }

  .text-school {
    width: 50%;
    text-align: justify;
  }

  .image-school {
    top: -354px;
    left: 79px;
  }

  .estadistica-estrag h4 {
    width: 56%;
  }


  .btn-school .btn {
    width: 50%;
    top: -88px;
    left: 644px;
  }

  .wrap-nuestros-num {
    left: -47px;

  }

  .title-nuestros-num h4 {
    width: 50%;
    top: -36px;
    left: 47px;
  }

  .title-academy-text p {
    width: 90%;
    left: 80px;
  }

  .num-2 h4 {
    position: relative;
    left: 82px;
    top: 0;
  }

  .title-2 p {
    width: 90%;
    left: 116px;
  }

  .title-simple-matric p {
    width: 85%;
    left: 70px;
    font-size: 17px;
  }

  .num-3 h4 {
    position: relative;
    left: 56px;
    top: 0;
  }

  .title-3 p {
    left: 106px;
  }

  .text-matric-3 p {
    left: 64px;
  }


  #cursos-trading {
    width: 100%;
    height: 100vw;
    margin-top: 100px;
  }

  .heading-title-cursos-trading h5 {
    width: 53%;
    top: -66px;
    left: 47px;
  }

  .p-cursos-trading p {
    width: 90%;
    top: -59px;
  }

  .cursos {
    width: 300px;
    height: 300px;
  }

  .wrap-cajas-cursos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .title-curso h5 {
    font-size: 29px;
  }


  #testomonials {
    display: flex;
    width: 95%;
    height: 60vw;
    background: #fff;
    border: none;
    box-shadow: 0px 0px 0px;
    border-radius: 25px;
  }

  .carousel-inner {
    background: #ede3d1;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  }

  .title-testiomials h5 {
    width: 100%;
  }
}

@media(max-width:768px) {
  .title-heading h2 {
    width: 53%;
    font-size: 36px;
    top: 127px;
    left: 39px;
  }

  .img-heading img {
    width: 54%;
    top: -52px;
    left: 194px;
  }

  .text-rentabilidad p {
    top: 131px;
    font-size: 17px;
    width: 43%;
    left: 40px;
  }

  .button-wrapper {
    width: 41%;
    top: -91px;
    left: -192px;
  }

  #trading-school {
    width: 100%;
    height: 100vw;
    justify-content: center;
    align-items: center;
  }

  .title-school {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    left: 0px;
    margin-bottom: 20px;
  }

  .text-school {
    width: 95%;
    text-align: justify;
    justify-content: center;
    align-content: center;
  }

  .text-p-school p {
    left: 0px;
  }

  .wrap-trading-school {
    height: 100vw;
  }

  .image-school {
    top: -13px;
    left: 269px;
  }

  .btn-school .btn {
    width: 50%;
    top: 72px;
    left: 503px;
  }

  #nuestros-numeros {
    height: 75vw;
  }

  .title-nuestros-num h4 {
    width: 66%;
  }

  .estadistica-estrag h4 {
    width: 40%;
    font-size: 60px !important;
  }

  .title-academy-text p {
    width: 90%;
    font-size: 21px;
    left: 80px;
  }

  .title-simple-matric p {
    width: 100%;
    left: 65px;
    font-size: 14px;
  }

  .title-1 {
    width: 100%;
    font-size: 18px;
    left: -11px;
    position: relative;
  }

  .text-matric-1 {
    left: 64px;
    font-size: 14px;
  }

  .num-2 h4 {
    position: relative;
    left: 73px;
    top: 0;
  }

  .title-2 p {
    width: 90%;
    font-size: 21px;
    left: 110px;
  }

  .text-matric-2 {
    left: 10px;
    position: relative;
  }

  .title-3 p {
    left: 106px;
  }


  .heading-title-destacado-espacio h4 {
    font-size: 22px;
  }

  .parrafo-spacio-destacado p {
    font-size: 26px;
  }

  .heading-title-cursos-trading h5 {
    width: 59%;
    top: -66px;
    left: 47px;
  }

  .p-cursos-trading p {
    width: 100%;
    font-size: 18px;
    left: 44px;
  }

  .parrafo-curso p {
    font-size: 15px;
  }

  .cursos {
    width: 240px;
    height: 240px;
  }

  .title-curso h5 {
    font-size: 22px;
  }

  .btn-cursos {
    font-size: 15px;
  }

  .heading-title-detalles h5 {
    font-size: 30px;
  }

  .title-testiomials h5 {
    width: 95%;
    font-size: 31px;
    top: -24px;
  }
}

@media(max-width: 576px) {
  #trading {
    height: 100vw;
    width: 100%;
    margin-top: -213px;
  }



  .title-heading h2 {
    width: 66%;
    font-size: 30px;
    left: -1px;
  }

  .text-rentabilidad p {
    top: 125px;
    font-size: 15px;
    width: 47%;
    left: 0px;
  }

  .img-heading img {
    width: 41%;
    top: -52px;
    left: 156px;
  }

  .button-wrapper {
    width: 41%;
    top: -25px;
    left: -152px;

  }

  .btn-danger {
    font-size: 11px;
  }

  .title-school h3 {
    width: 100%;
    font-size: 21px;
  }

  #trading-school {
    width: 100%;
    height: 855px;
  }

  .text-school {
    width: 100%;
  }

  .wrap-trading-school {
    height: 902px;
  }

  .image-school {
    top: -13px;
    left: 154px;
  }

  .btn-school .btn {
    width: 85%;
    top: -69px;
    left: 212px;
  }

  #nuestros-numeros {
    height: 762px;
  }

  .title-nuestros-num h4 {
    width: 86%;
    font-size: 38px;
  }

  .wrap-nuestros-num {
    left: -47px;
    flex-direction: column;
  }

  .estadistica-estrag h4 {
    width: 21%;
    font-size: 50px !important;
  }

  .title-academy-text p {
    width: 44%;
    font-size: 21px;
    left: 80px;
  }

  .estadistica-estrag h4 {
    position: relative;
    left: 20px;
  }

  .title-simple-matric p {
    margin-bottom: 25px;
  }

  .text-matric-1 {
    left: -36px;
    font-size: 14px;
    position: relative;
  }

  .num-2 h4 {
    position: relative;
    left: 49px;
    top: 0;
  }

  .text-matric-2 {
    left: -21px;
    position: relative;
  }

  .num-3 h4 {
    position: relative;
    left: 37px;
  }

  .title-3 {
    position: relative;
    left: -20px;
  }

  .text-matric-3 {
    display: block;
    position: relative;
    left: -23px;
  }

  #destacado-spacio {
    width: 95%;
  }

  .heading-title-destacado-espacio h4 {
    font-size: 18px;
    line-height: 3;
  }


  #cursos-trading {
    width: 100%;
    height: 1250px;
  }

  .heading-title-cursos-trading h5 {
    width: 85%;
    top: -66px;
    left: 47px;
    font-size: 38px;
  }

  .p-cursos-trading p {
    width: 100%;
    font-size: 14px;
    left: 29px;
  }

  .wrap-cajas-cursos {
    width: 100%;
    flex-direction: column;
    /* margin: 5px; */
    /* padding: 51px; */
  }

  .cursos {
    width: 270px;
    height: 270px;
    margin: 5px;
    position: relative;
    left: -28px;
  }


  #testomonials {
    width: 96%;
    height: 100vw;

  }

  .title-testiomials h5 {
    width: 99%;
    font-size: 27px;
    top: 9px;
  }

}

@media(max-width:491px) {
  #trading {
    height: 100vw;
    width: 100%;
    margin-top: 0px;
    position: relative;
    /* top: -764px; */
  }

  .header-content-trading {
    width: 100%;
    height: 100%;
  }

  .heading-title-cursos-trading h5 {
    font-size: 30px;
  }

  .text-rentabilidad p {
    width: 56%;
  }

  .img-heading img {
    width: 39%;
    top: -19px;
    left: 142px;
  }

  .button-wrapper {
    width: 41%;
    top: -10px;
    left: -135px;
  }

  #trading-school {
    width: 100%;
    height: 912px;
  }

  .text-p-school p {
    left: 0px;
    top: -98px;
    font-size: 14px;
  }

  .image-school img {
    width: 50%;
  }

  .image-school {
    top: -68px;
    left: 106px;
  }

  .button-wrapper {
    width: 56%;
    top: -2px;
    left: -99px;
  }

  .title-nuestros-num h4 {
    top: -23px;
  }

  .p-cursos-trading p {
    width: 100%;
    font-size: 12px;
    left: 28px;
  }

  .heading-title-detalles h5 {
    font-size: 19px;
  }

  .title-testiomials h5 {
    width: 100%;
    font-size: 22px;
    top: -1px;
  }
}

@media(max-width:475px) {

  #trading {
    height: 768px;
  }

  .title-heading-trading h2 {
    width: 81% !important;
    font-size: 36px;
    left: 65px;
  }

  .text-rentabilidad p {
    width: 87%;
    font-size: 15px;
    left: 22px;
    text-align: center;
    top: 344px;
  }

  .img-heading img {
    width: 74%;
    top: 59px;
    left: 1px;
  }

  .btn-unete-equipo {
    width: 66%;
    top: 150px;
    left: 61px;
  }

  .btn-school .btn {
    width: 100%;
    top: -88px;
    left: 199px;
  }

  .title-nuestros-num h4 {
    width: 100%;
    font-size: 28px;
  }

  .title-academy-text p {
    width: 44%;
    font-size: 17px;
    left: 80px;
  }

  .estadistica-estrag h4 {
    width: 21%;
    font-size: 42px !important;
  }

  .title-academy-text p {
    width: 44%;
    font-size: 17px;
    left: 80px;
  }


  .title-simple-matric p {
    width: 100%;
    left: 71px;
    font-size: 11px;
  }

  .num-2 h4 {
    position: relative;
    left: 58px;
    top: 0;
  }

  .num-3 h4 {
    position: relative;
    left: 52px;
  }

  .heading-title-destacado-espacio h4 {
    font-size: 14px;
    line-height: 3;
  }

  .parrafo-spacio-destacado p {
    font-size: 18px;
  }

  .heading-title-cursos-trading h5 {
    font-size: 24px;
    left: 79px;
  }

  .p-cursos-trading p {
    font-size: 11px;
  }

  #testomonials {
    display: none;
  }

  .title-nuestros-num h4 {
    top: -23px;
    left: 84px;
  }
}

/*Curso Trading Responsive*/
@media (max-width: 992px) {
  .title-cursos p {
    width: 40%;
    font-size: 23px;
    top: 141px;
    left: 47px;
  }

  .title-heading h2 {
    width: 50%;
    font-size: 33px;
  }

  .text-rentabilidad-curso p {
    top: 131px;
    font-size: 17px;
    width: 36%;
    left: 94px;
  }

  .img-heading-cursos img {
    width: 63%;
    position: relative;
    left: 303px;
  }

  .btn-cursos-trading {
    width: 40%;
    top: -138px;
    left: -205px;
  }

  .title-widget-dirigido h3 {
    font-size: 19px;

  }

  .heading-title-que-aprenderas {
    top: -164px;
    left: 45px;
  }

  .heading-title-que-aprenderas h5 {
    font-size: 32px;
  }

  .text-principal-que-aprenderas {
    position: relative;
    top: -177px;
    left: 46px;
  }

  .text-principal-que-aprenderas p {
    font-size: 15px;
  }

  .heading-title-formacion h4 {
    font-size: 40px;
  }

  .parrafo-heading-formacion p {
    font-size: 17px;
  }

  #nuestra-formacion {
    width: 100%;
    height: 100vw;
  }

  .cards {
    width: 300px;
    height: 310px;
  }

  .cards-group {
    width: 90%;
    right: -175px;
    top: -323px;
  }

  .parrafo-cards p {
    font-size: 16px;

  }

  .heading-title-nuestro-sistema h5 {
    color: #fff;
    font-size: 32px;
  }


  #nuestro-sistema {
    display: flex;
    background: #201f25;
    width: 100%;
    height: 70vw;
    flex-flow: column wrap;
  }

  .wrap-sistema-num {
    left: -122px;
  }

  .sistema-num-title h4 {
    font-size: 75px !important;
  }

  .sistem-title-2 p {
    width: 99%;
    left: 70px;
    font-size: 16px;
  }

  .contenedor {
    width: 24%;
    margin: 0;
  }

  .tabla {
    width: 26%;
    max-width: none;
    margin-bottom: 40px;
    flex-grow: initial;
    /* margin: 0; */
    height: 1230px;
  }

  .tabla>h2 {
    font-size: 19px;
  }

  .tabla>p {
    font-size: 14px;

  }

  .heading-title-certificado h5 {
    font-size: 43px;
    width: 56%;
  }

  .parrafo-certificado p {
    width: 45%;
    font-size: 16px;

  }

  .img-certificado {
    top: -186px;
    left: -63px;
  }

}

@media(max-width: 768px) {
  .title-cursos p {
    width: 50%;
    left: 0px;
  }

  .title-heading-cursos h2 {
    width: 68%;
    font-size: 33px;
    left: 35px;
  }

  .text-rentabilidad-curso p {
    top: 121px;
    font-size: 17px;
    width: 53%;
    left: 36px;
  }

  .img-heading-cursos img {
    width: 48%;
    position: relative;
    left: 245px;
  }

  .btn-cursos-trading {
    width: 40%;
    top: -83px;
    left: -194px;
  }

  .title-digido-clientes h3 {
    font-size: 33px;
  }

  .parrafo-dirigido-clients p {
    font-size: 18px;
    line-height: 1.6;
  }

  .wrap-digido-clientes {
    width: 94%;
  }

  .title-widget-dirigido h3 {
    font-size: 16px;
  }

  .text-widget-dirigido p {
    font-size: 16px;
  }

  #que-aprenderas {
    width: 100%;
    height: 100vw;
  }

  .heading-title-que-aprenderas h5 {
    font-size: 24px;
    position: relative;
    left: -20px;
    top: 39px;
  }

  .text-principal-que-aprenderas {
    position: relative;
    top: -123px;
  }

  .text-que-aprenderas h4 {
    font-size: 15px;
  }

  .text-widgets-edits p {
    font-size: 14px;
  }

  .heading-title-formacion h4 {
    font-size: 30px;
  }

  .parrafo-heading-formacion p {
    font-size: 20px;
    width: 91%;
    margin: 0px auto;
  }

  #nuestra-formacion {
    margin-bottom: 1200px;
    background: #fff;
  }

  .cards {
    width: 510px;
    height: 315px;
  }

  .card-01 {
    position: relative;
    left: 122px;
    top: -9px;
    height: 315px;
  }

  .cards-group {
    width: 100%;
    right: 0px;
    top: 0px;
  }

  .heading-title-nuestro-sistema h5 {
    color: #fff;
    font-size: 25px;
  }

  .sistema-num-title h4 {
    font-size: 60px !important;
  }

  #nuestro-sistema {
    display: none;
  }

  #freisis-destacado {
    display: block;
    width: 100%;
    height: 250px;
    background: #201f25;
  }

  .destacado-f {
    width: 90%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .destacado-f h4 {
    color: #fff;
    font-size: 2.4em;
  }

  #precios-modalidad {
    width: 100%;
    margin-bottom: 200px;
  }

  .contenedor {
    width: 100%;
  }

  .tabla {
    width: 50%;
    height: 893px;
  }

  .tabla:hover {
    transform: scale(1.0);
  }


  #certificado-fin {
    height: 70vw;
  }

  .heading-title-certificado h5 {
    font-size: 37px;
    width: 55%;
  }

  .parrafo-certificado p {
    width: 52%;
    font-size: 15px;
  }

  .img-certificado img {
    width: 43%;
  }

  .img-certificado {
    top: -139px;
    left: -8px;
  }


  #box-acordeon h5 {
    font-size: 30px;
  }

  .ui-accordion .ui-accordion-header {
    font-size: 144%;
  }

}

@media(max-width:576px) {
  .header-content-cursos {
    width: 100%;
    height: 100%;
  }

  .btn-curso-menu {
    position: relative;
    top: 90px;
    left: 458px;
  }

  .title-cursos p {
    width: 69%;
    left: -43px;
  }

  .title-heading-cursos h2 {
    width: 56%;
    font-size: 20px;
    left: -6px;
  }

  .text-rentabilidad-curso p {
    font-size: 14px;
    left: -9px;
  }

  .btn-cursos-trading {
    width: 55%;
    top: -63px;
    left: -121px;
  }

  .img-heading-cursos img {
    width: 44%;
    position: relative;
    left: 165px;
  }

  .title-digido-clientes h3 {
    font-size: 23px;
  }

  .parrafo-dirigido-clients p {
    width: 93%;
    font-size: 16px;
    line-height: 1.6;
  }

  .wrap-digido-clientes {
    width: 100%;
  }

  .title-widget-dirigido h3 {
    font-size: 17px;
  }

  .text-widget-dirigido p {
    font-size: 14px;
  }

  .text-principal-que-aprenderas {
    position: relative;
    top: -94px;
    left: -4px;
    text-align: center;
  }

  .text-principal-que-aprenderas p {
    font-size: 11px;
  }

  .heading-title-que-aprenderas {
    top: -138px;
    left: 45px;
  }

  .heading-title-que-aprenderas h5 {
    font-size: 13px;
    position: relative;
    left: -59px;
    top: 63px;
  }


  .text-que-aprenderas h4 {
    font-size: 10px;
  }

  .wrap-all-text-que-aprenderas {
    position: relative;
    left: -28px;
  }

  .text-widgets-edits p {
    font-size: 10px;
  }

  .title-pisco {
    display: block;
    position: relative;
    left: -31px;
  }

  .ultimo-p-aprenderas {
    top: -7px;
    width: 89%;
    left: -31px;
  }

  .heading-title-formacion h4 {
    font-size: 17px;
  }

  .parrafo-heading-formacion p {
    font-size: 16px;
  }

  .cards {
    width: 390px;
    height: 315px;
  }

  .card-01 {
    position: relative;
    left: 15px;
    height: 315px;
  }

  #nuestra-formacion {
    margin-bottom: 1563px;
    background: #fff;
  }

  .wrap-heading-title h4 {
    font-size: 25px;
  }

  .wrap-heading-title p {
    width: 99%;
    font-size: 16px;
  }

  .contenedor {
    min-height: 0;
    width: 800px !important;
  }

  .heading-title-certificado h5 {
    font-size: 28px;
    width: 60%;
  }

  .parrafo-certificado p {
    width: 61%;
    font-size: 14px;
  }

  .img-certificado {
    top: -98px;
    left: 23px;
  }

  #box-acordeon {
    width: 95%;
  }

  #box-acordeon h5 {
    font-size: 24px;
  }

  .ui-accordion .ui-accordion-header {
    font-size: 116%;
  }

  .ui-accordion .ui-accordion-content {
    font-size: 16px;
  }

  .wrap-prefooter {
    display: none;
  }

  #pre-footer {
    height: 221px;
  }

  #footer {
    height: 60vw;
  }

  .destacado-f h4 {
    color: #fff;
    font-size: 2.0em;
  }

  .destacado-f {
    width: 90%;
    position: relative;
    top: 107px;
  }
}

@media(max-width:425px) {
  .btn-curso-menu {
    position: relative;
    top: 63px;
    left: 363px;
  }

  .title-cursos p {
    width: 100%;
    left: 0px;
  }

  .title-heading-cursos h2 {
    width: 78%;
    font-size: 20px;
    left: 48px;
  }

  .text-rentabilidad-curso p {
    width: 68%;
    font-size: 13px;
    left: 50px;
    text-align: justify;
  }

  .img-heading-cursos img {
    width: 90%;
    position: relative;
    left: 1px;
    top: 116px;
  }



  .btn-cursos-trading .btn-danger {
    width: 71%;
    top: 5px;
    left: 8px;
    padding: 0.9rem 2.999rem;
  }

  .btn-cursos-trading {
    width: 71%;
    top: 128px;
    left: 43px;
  }

  .title-digido-clientes h3 {
    font-size: 23px;
  }

  .parrafo-dirigido-clients p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }

  .wrap-digido-clientes {
    width: 80%;
    margin: 0px auto;
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .dirigidos {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
  }

  .text-principal-que-aprenderas p {
    font-size: 11px;
  }

  .text-que-aprenderas h4 {
    font-size: 8px;
  }

  .text-widgets-edits p {
    font-size: 8px;
  }

  .ultimo-p-aprenderas {
    top: -7px;
    width: 89%;
    left: -38px;
  }

  .wrap-all-text-que-aprenderas {
    position: relative;
    left: -28px;
    top: 42px;
  }

  .text-principal-que-aprenderas p {
    font-size: 11px;
    top: 28px;
    position: relative;
    left: -3px;
  }

  .heading-title-que-aprenderas h5 {
    font-size: 12px;
    position: relative;
    left: -59px;
    top: 92px;
    width: 100%;
  }

  .btn-danger .btn-cursos {
    font-size: 11px;
    position: relative;
    left: -22px;
  }

  .heading-title-formacion h4 {
    font-size: 15px;
  }

  .parrafo-heading-formacion p {
    font-size: 15px;
  }

  #nuestra-formacion {
    margin-bottom: 1526px;
    background: #fff;
  }

  .cards {
    width: 398px;
    height: 315px;
  }

  .card-01 {
    position: relative;
    left: 6px;
    height: 309px;
  }


  .destacado-f {
    width: 100%;
    position: relative;
    top: 95px;
  }

  .destacado-f h4 {
    font-size: 1.9em;
  }

  .wrap-heading-title h4 {
    font-size: 24px;
  }

  .contenedor {
    min-height: 0;
    width: 780px !important;
  }

  #certificado-fin {
    height: 70vw;
  }

  .heading-title-certificado h5 {
    font-size: 27px;
    width: 64%;
  }

  .parrafo-certificado p {
    width: 55%;
    font-size: 13px;
  }

  #whatssap img {
    width: 30%;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    top: -40px;
    left: 82px;
  }

  #whatssap {
    display: block;
    position: fixed;
    top: 76%;
    transition: 300ms all;
    z-index: 2222222;
    left: 267px;
  }

  .text-footer p {
    font-size: 12px;
  }

}

@media(max-width:396px) {
  .cards {
    width: 368px;
    height: 315px;
  }

  .text-principal-que-aprenderas p {
    font-size: 10px;
  }

  .title-cards h5 {
    font-size: 18px;
  }

  .wrap-heading-title p {
    width: 100%;
    font-size: 15px;
  }

  .text-que-aprenderas h4 {
    font-size: 7px;
  }

  .text-widgets-edits p {
    font-size: 6px;
  }

  .heading-title-que-aprenderas h5 {
    font-size: 12px;
    position: relative;
    left: -59px;
    top: 92px;
    width: 100%;
  }

  .ultimo-p-aprenderas {
    top: -7px;
    width: 89%;
    left: -45px;
  }

  .btn-precios {
    width: 45%;
    font-size: 13px;
  }

  .destacado-f h4 {
    font-size: 1.7em;
  }


  .title-pisco {
    left: -9px;
  }

  .contenedor {
    min-height: 0;
    width: 720px !important;
  }

  .img-certificado img {
    width: 50%;
  }

  .img-certificado {
    top: -106px;
    left: 27px;
  }

  .ui-accordion .ui-accordion-header {
    font-size: 104%;
  }

  .ui-accordion .ui-accordion-content {
    font-size: 14px;
  }

  .text-footer p {
    font-size: 11px;
  }
}

/*SOBRE-MI*/

@media(max-width:992px) {
  .title-header-autor-sobremi h2 {
    font-size: 2.7em;
  }
}


@media(max-width:768px) {
  .title-header-autor-sobremi h2 {
    width: 94%;
    font-size: 2.6em;
  }

  .sobre-mi-wrapper {
    width: 94%;
  }

  .heading-title-soñar h3 {
    width: 100%;
  }

  .heading-text-soñar p {
    width: 95%;
    line-height: 50px;
  }

  .heading-title-mitrabajo {
    width: 100%;
  }

  .text-ayudarte p {
    width: 100%;
    line-height: 50px;
  }

  .hitos-destacados {
    width: 100%;
  }
}

@media(max-width:576px) {
  .logo-sobremi-h2 {
    display: flex;
    width: 100%;
  }

  .title-header-autor-sobremi h2 {
    width: 100%;
    font-size: 2.2em;
  }

  .text-footer p {
    font-size: 9px;
  }

  .text-footer {
    position: relative;
    left: 16px;
  }
}

@media(max-width:490px) {

  .caja-logo-sobremi {
    top: 137px;
    position: relative;
  }

  .title-header-autor-sobremi h2 {
    width: 100%;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .header-sobremi {
    margin-bottom: 259px;
  }

  .sobre-mi-wrapper h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.0em;
    text-align: center;
  }

  .text-sobremi p {
    font-size: 15px;
    line-height: 32px;
  }

  .heading-title-soñar h3 {
    font-size: 2.4em;
  }

  .heading-text-soñar p {
    width: 98%;
    line-height: 39px;
    font-size: 17px;
  }

  #destacado-movil{
    display: flex;
    width: 100%;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .destaco-movil-contenedor h3{
    display: flex;
    width: 78%;
    align-items: center;
    color: #fff;
    font-size: 21px;
    text-align: center;
    position: relative;
  }

  .ayudarte-mitrabajo h3 {
    font-size: 2.1em;
  }

  .heading-title-hitos h3 {
    font-size: 2.5em;
  }

  .list-hitos {
    width: 100%;
    font-size: 17px;
  }

  .header-content-sobremi {
    height: 100vw;
  }

  .header-overlay-sobremi {
    height: 100vw;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(89, 89, 89, 0.54) 0%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }
}
