/**
* Template Name: FlexStart - v1.10.1
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #5B455B;
  font-weight: 400;
  line-height: 1.5;
}



a {
  color: #5B455B;
  text-decoration: none;
}

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

p{
  font-size: 18px;
}

h4{
  font-size: 25px;
}

.btn:hover{
  border-color: transparent;
}

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

.bi-x::before{
  margin-top: 10px;
}

.dropdown-item.active, .dropdown-item:active{
  color: #563454;
  background-color: #e9ecef;
  opacity: 0.8;
}

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

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

.turquesa-grow{
  color: #5CE1E6;
}

.verde-whatsapp-background{
  background-color: #25d366 !important;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 25px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  /* padding-bottom: 40px; */
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #5B455B;
  text-transform: uppercase;
}

.section-header p, .clients p, .services p{
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
  /* font-weight: 700; */
  color: #5B455B;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

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

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

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

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

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

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

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

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

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

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

.back-to-top:hover {
  background: #5B455B;
  color: #fff;
  opacity: .8;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  height: 10vh;
}

.header {
  background: #fff;
  padding: 5px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}


.header .logo {
  line-height: 0;
}

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

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #5B455B;
  font-family: 'Poppins', sans-serif;
  margin-top: 3px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  justify-content: end !important;
}

header{
  background-color: #fff;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */
  font-family: 'Poppins', sans-serif;
  /* font-size: 16px; */
  color: #563454;
  white-space: nowrap;
  transition: 0.3s;
}
@media (min-width: 992px) { 
  .navbar a, .navbar a:focus {
    font-size: 12px;
  }
 }
@media (min-width: 1200px) { 
  .navbar a, .navbar a:focus {
    font-size: 15px;
  }
 }
 @media (min-width: 1400px) { 
  .navbar a, .navbar a:focus {
    font-size: 16px;
  }
 }


.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #563454;
  opacity: 0.8;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #563454;
  padding: 8px 20px;
  margin-left: 6px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted-index, .navbar .getstarted:focus {
  background: #563454;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #563454;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

.navbar .dropdown{
  cursor: pointer;
}

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

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

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  width: fit-content;
  margin: auto;
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  /* bottom: 15px; */
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  /* overflow-y: auto; */
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #5B465B;
}
.navbar-mobile a:hover, .navbar-mobile li:hover > a {
  color: #5B465B;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #5B465B;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  margin-top: 10vh;
  width: 100%;
  height: 70vh;
  background-size: cover;
}

@media (max-width: 1174px) {
  .hero {
    width: 100%;
    height: 100vh;
    background: url(/entrenamientos/emprendimientos-e-innovacion/img/portadas/curso-online-fondo-sin-img.jpg) top center no-repeat;
    background-size: cover;
  }
  .titulo-portada-desk{
    display: block;
    text-align: center;
  }
  .titulo-portada-mobile{
    display: none;
  }
  .subtitulo-hero-desk{
    text-align: center !important;
    display: none;
  }
  .subtitulo-hero-mobile{
    display: block;
  }
  .hero p{
    text-align: center;
  }
  .hero-btns-container{
    margin-left: 200px;
  }
}

@media (min-width: 1174px) {
  .titulo-portada-mobile{
    display: none;
  }
  .subtitulo-hero-desk{
    display: block;
  }
  .subtitulo-hero-mobile{
    display: none;
  }
  .hero-je{
    background: url(/entrenamientos/emprendimientos-e-innovacion/img/portadas/Fondo-Jovenes-Emprendedores.png) top center no-repeat !important;
  }
  .hero{
    background: url(/webgrow/assets/img/hero-bg.png) top center no-repeat;
  }
}

@media (min-width: 1170px) and (max-width: 1400px) {
  .hero h2 {
    font-size: 22px !important;
  }
  .hero h1 {
    font-size: 48px !important;
  }
}
  


.hero h1 {
  font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #563454;
}

.hero h2 {
  color: #5B455B;
  margin: 15px 0 0 0;
  font-size: 22px;
  
}

.hero h3{
  font-size: 17px;
}

.hero .beca-portada{
  font-size: .85rem;
}

.beca-portada:hover{
  color: #5B455B;
  cursor: pointer;
  opacity: .9;
}

.pagos-mobile .beca-portada{
  font-size: .85rem;
  text-decoration: underline!important;
  color: #5B455B;
  text-align: center;
}

.pagos-mobile .fecha{
  font-size: 1rem;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.hero .btn-hero {
  /* padding: 15px 40px; */
  cursor: pointer;
  border-radius: 4px;
  transition: 0.5s;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-hero:hover{
  opacity: .8;
}

.hero .btn-inscribete{
  color: #563454;
  background: #5CE1E6;
  padding: 15px;
  width: fit-content;
}

.btn-descarga{
  color: #fff;
  background: #563454;
  padding: 15px;
  width: fit-content;
  border-radius: 4px;
}

.bg-wpp{
  background-color: #0cc144;
}

.btn-descarga:hover{
  color: #fff;
  opacity: .8;
}

.btn-pdf{
  color: #563454;
  background: #ededed;
  padding: 15px;
  width: fit-content;
  border-radius: 4px;
}

.btn-pdf:hover{
  opacity: .8;
}



.proxima-sesion{
  font-size: 1em;
  color: #5B455B;
}

.hero .btn-get-started span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

.zona-horaria:hover {
  color: #5B455B;
  opacity: .8;
}

@media (max-width: 1000px){}
.titulo-portada{
    font-size: 1.35rem;
}

/* @media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
} */

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 48px 0 0px 0;
  }

  .hero .hero-img {
    text-align: center;
    margin-top: 36px;
  }

  .hero .hero-img img {
    width: 80%;
  }
}

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

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }


  .shadow{
    font-size: 1.1rem;
  }

  .hero .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 19px;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #5B455B;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about img{
  width: 74%;
}

.about .btn-read-more {
  padding: 10px 10px;
  border-radius: 4px;
  transition: 0.5s;
  color: #5B455B;
  background: #D9A6F8;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

.contenedor-video{
  background-color: #F6F9FF;
}


/*--------------------------------------------------------------
# seccion como es
--------------------------------------------------------------*/
.box {
  padding: 15px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
}

.aprender .box{
  width: 160px;
}

.box img:hover{
  transition: 0.5s;
  transform: scale(1.1);
  opacity: .9;
}

.values .box h3 {
  font-size: 24px;
  color: #5B455B;
  font-weight: 600;
  margin-bottom: 18px;
}

 .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.acerca img{
  height: 72px;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

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

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

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

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

#faq{

}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 17px;
  color: #563454;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: none;
  color: #563454;
  opacity: .8;
  border-bottom: 0;
}


.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

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

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

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

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

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

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

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

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

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

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 29px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  object-fit: cover;
}

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

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

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

.testimonials .swiper-pagination {
  position: relative;
}

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

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

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.pais-testimonio{
  color: #000 !important;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  transition: 0.3s;
  width: 100px;
}

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

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

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

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

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
  height: 250px;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #5B455B;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  opacity: .8;
  color: #5B455B;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer{
  background-color: #F4F4F4;
  border-bottom: 10px solid #5B455B;
}

.blog .entry .entry-footer {
  padding-top: 10px;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog .blog-pagination {
  color: #024ed5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  border-top: 1px solid #5B455B;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #5B455B;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #5B455B;
}

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

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #5B455B;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5B455B;
  opacity: .8;
}

.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }

  p, li, td {
    font-size: .9rem;
}
}

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

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #F4F4F4;
  font-family: 'Poppins', sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #5B455B;
}

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

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

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

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
}

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

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

.footer .footer-top .footer-links ul a:hover {
  color: #5B455B;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  font-size: 2px;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 2px;
}

.footer__termycond {
  font-size: .85rem;
  color: #5B455B;
  cursor: pointer;
}

.footer__termycond:hover {
  color: #5B455B;
  opacity: .8;
}

/* LINK > MODAL --> TERMINOS Y CONDICIONES */
.modal-backdrop{
  z-index: 0;
}

#modalTerminosCondiciones .modal-title{
  font-weight: 700;
}

#modalTerminosCondiciones .modal .modal-content{
  border: none;
  border-radius: 20px;
  padding: 1rem;
  box-shadow:  10px, 40pxrgba(229, 233, 246, 0.4);
}

#modalTerminosCondiciones p, #comienzaElCambio li{
  font-size: .8rem;
}

#modalTerminosCondiciones .modal-content .list-unstyle{
  list-style:none;
}

#modalTerminosCondiciones .modal-content .list-circle{
  list-style:disc;
}

#modalTerminosCondiciones .modal-content  h2, li::marker, .indice-terminos-condiciones li, .list-circle span{
  font-weight: 700;
}

#modalTerminosCondiciones .modal-content a{
  color: rgb(56, 52, 52);
}
#modalTerminosCondiciones .modal-content .bolder{
  font-weight: 600;
}

#modalTerminosCondiciones .modal-header, .modal-footer{
  border: none;
}
#modalTerminosCondiciones .btn-modal{
  width: 23%;
}

#modalTerminosCondiciones .btn-modal:hover{
  color: #00C2CB;
  background-color: white;
  border: 1px solid #00C2CB;
}

#modalTerminosCondiciones .btn-modal{
  background-color: #00C2CB;
  color: white;
  border: 1px solid #00C2CB;
}

/* SCROLL MODAL */
.modal-body::-webkit-scrollbar{
  width: .7rem;    
  height: .7rem;     
  border-radius: .2rem;
  background-color: rgba(91, 69, 91, 0.63);
}

.modal-body::-webkit-scrollbar-thumb{
  background-color: #5B455B;
  border-radius: .3rem;
}

.modal-check-politicas .modal-header{
  border: none;
}

#modalTerminosCondiciones .modal-header, .modal-footer{
  border: none;
}
#modalTerminosCondiciones .btn-modal{
  width: 23%;
}

#modalTerminosCondiciones .btn-modal:hover{
  color: #00C2CB;
  background-color: white;
  border: 1px solid #00C2CB;
}

.btn-modal{
  width:90%;
}

.accordion-button{
  font-family: 'Poppins', sans-serif;
  color: #5B455B;
  font-weight: 700;
}

.accordion-body{
  font-family: 'Poppins', sans-serif;
  color: #5B455B;
}

/* Seccion pagos */

.precio {
  padding-left: 8rem!important;
  padding-right: 8rem!important;
  padding: 0;
  background-color: #F6F9FF;;
  margin-top: 20px;
}

.link-wpp-cuotas{
  font-size: 14px;
}

.pagos-mobile{
  background-color: #F6F9FF;;
}

@media (max-width: 767px){
.pagos-mobile .img{
width: 100%;
}
}

.img-precio {
  width: 45%;
}

.img-precio-mobile {
  width: 90%;
  margin: 5%;
}

.precio h2 span{
  font-size: 26px;
  /* color: #5B465B; */
}

.precio h2{
  font-size: 24px;
  /* color: #5B465B; */
}

.precio li{
  font-size: 14px;
}

.precio .fecha {
  font-size: 1rem;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.btn-comprar{
  border-radius: 6px!important;
  box-shadow: 1px 1px 5px 1px #000;
  background-color: #dbfc36!important;
  color: #5B465B!important;
  vertical-align: middle;
  padding: 4px 15px !important;
  border: none;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
}

.btn-comprar:hover{
  cursor: pointer;
  opacity: 0.9;
}

.precio-3-cuotas{
  font-size: 16px;
}

.btn-comprar-mobile {
  border-radius: 6px!important;
  background-color: #dbfc36!important;
  color: #5B465B!important;
  vertical-align: middle;
  padding: 4px 15px !important;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.medio-de-pago-img {
  width: 144px;
  padding: 0;
  margin: 0;
}

.barra-pagos-oferta {
  background: rgb(91, 69, 91);
  width: 3px;
  height: 80px;
}

.precio p {
  color: #5B465B;
}


.contenedor-oferta{
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.contenedor-oferta .box-precio-oferta{
  width: 103%;
}
/* .contenedor-oferta .box-precio-oferta p{
  font-size: 1.3rem;
} */
.contenedor-oferta .box-precio-oferta p span:first-child{
  font-size: 1.1rem;
}
.contenedor-oferta .box-precio-oferta p span:last-child{
  font-size: 1rem;
}

.contenedor-oferta .box-precio-oferta p span:first-child,.span-descuento{
  color: rgb(103 99 99);
  text-decoration: line-through;
  font-weight: 500;
  font-size: 1.2rem;
}
.contenedor-oferta .box-texto-oferta p:nth-child(2) span:first-child{
  font-size: 1.2rem;
}

.cuotas-arg{
  font-size: 1rem;
  color: #5B455B!important;
  margin-bottom: 0;
}

.fecha-mobile{
  font-size: 1rem;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
/* /Seccion pagos */


.info-box {
  background: #fafbff;
  padding: 30px;
  height: 195px;
}
 .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #5B465B;
}
.info-box h3 {
  font-size: 20px;
  color: #5B465B;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/* seccion profesor */

.profesores .desk img{
  width: 84%;
}
.profesores .img-fran img{
  width: 270px;
}

.linkedin img{
  width: auto !important;
}

.profesores .nombre{
  font-size: 20px;
  font-weight: 600;
  color: #563454;
  /* border-bottom: 2px solid #563454; */
}

.profesores .resumen{
  font-style: italic;
  font-size: 13px;
}

.profesores .descripcion{
  font-size: 13px;
}

.profesores .universidades-img{
  width: 32%;
  height: 100%;
}

.profesores .universidades .forbes{
  height: 100%;
  width: 19%;
}

.desktop .forbes{
  margin-top: 3px;
}

.profesores .mobile .universidades-img{
  height: 100%;
  width: 86%;
}

.profesores .mobile .forbes{
    height: auto;
    width: auto;
}

.linkedin{
  color: #0e76a8 !important;
  cursor: pointer;
  font-size: 30px;
}



.desktop .linkedin {
  margin-top: 11px;
}

.img-francisco-santolo {
  position: relative;
}

@media (max-width: 890px){
  .contenedor-grid {
      display: grid;
      width: auto;
      grid-template-columns: auto;
      grid-template-rows: repeat(4, auto);
  }
}

@media (max-width: 890px){
  .grid-box-3 {
      grid-area: 2 / 1 / 3 / 2;
      width: 100%;
  }
  @media (max-width: 890px)
  {.grid-box-4 {
    grid-area: 4 / 1 / 5 / 2;}
}
}

@media (min-width: 900px) and (max-width: 1366px){
  .grid-box-3 {
      margin-left: 1rem;
  }
}

@media (min-width: 1000px){
  .grid-box-3 {
      grid-area: 1 / 2 / 4 / 3;
      width: 100%;
      height: 320px;
  }
}

.img-francisco-santolo .img-fran {
  object-fit: cover;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  text-align: center;
}

.desk-btn{
  width: 200px;
}

@media (max-width: 767px){
p, li, td {
    font-size: 16px;
}
.hackea .pills-agenda{
  font-size: 12px !important;
}
}

.hackea .acerca h4{
  font-size: 16px;
}

.hackea .acerca p, .hackea .acerca li{
  font-size: 13px;
}

.hackea .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #563454 !important;
  color: #FFF;
}

.hackea .agenda .nav-link{
  color:#563454
}

@media (max-width: 890px){
.grid-box-4 img {
    width: 100%;
}
}
@media (min-width: 900px) and (max-width: 1366px){
  .grid-box-4 img {
      width: 350px;
  }
}

.grid-box-4 img {
  width: 300px;
}
/* / seccion profesor */

/* modal stripe */
.stripes {
    position: relative!important;
    width: 100%;
    transform: skewY(-12deg);
    height: 950px;
    top: -350px;
    background: linear-gradient(180deg, #e6ebf1 350px, rgba(230, 235, 241, 0));
}

.stripes .stripe {
    position: absolute;
    height: 190px;
}

@media (min-width: 800px) and (max-width: 1200px){
.container-estrecho, .navbar-brand img {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}}

main>.container-lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 750px;
}
@media(min-content:769px){
    main>.container-lg {
        padding: 110px 20px 110px;
    }   
}

main>.container-lg .cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -ms-flex: auto;
    flex: auto;
    min-width: 100%;
    min-height: 500px;
    padding: 0 40px;
}
.modal-stripe h2{
    font-size: 1.5rem!important;
    font-weight: 700!important;
}
.modal-stripe .btn-modal-stripe{
    border-radius: .5rem;
    border: none;
    outline: none!important;
    cursor: pointer!important;
}
.modal-stripe .btn-modal-stripe:hover{opacity:.8;}
.modal-stripe .btn-stripe-pago{
    color: white;
    background: #5B455B;
}

.modal-stripe .btn-stripe-cerrar{
    border: 2px solid #5B455B;
    color: #5B455B;
    background: transparent;
}
main>.container-lg .cell+.cell {
    margin-top: 70px;
}

main>.container-lg .cell.intro {
    padding: 0;
}

@media (min-width: 670px) {
    main>.container-lg .cell.intro {
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .optionList {
        margin-left: 13px;
    }
}

main>.container-lg .cell.intro>* {
    width: 100%;
    max-width: 700px;
}

main>.container-lg .stripe {
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 0px 0px;
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 670px) {
    main>.container-lg .stripe {
        padding: 35px;
    }
}

main>.container-lg .stripe * {
    margin: 0;
    padding: 0;
}

main>.container-lg .stripe form {
    position: relative;
    width: 100%;
    max-width: 500px;
    transition-property: opacity, transform;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

main>.container-lg .stripe form input::-webkit-input-placeholder {
    opacity: 1;
}

main>.container-lg .stripe form input::-moz-placeholder {
    opacity: 1;
}

main>.container-lg .stripe form input:-ms-input-placeholder {
    opacity: 1;
}

.stripe.stripe1 {
    background-color: #e4e4e4;
}

.stripe.stripe1 * {
    font-family: Roboto, Open Sans, Segoe UI, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.stripe.stripe1 fieldset {
    margin: 0 15px 20px;
    padding: 0;
    border-style: none;
    background-color: white;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 white;
    border-radius: 15px;
    margin-top: 10px;
}

.stripe.stripe1 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
}

.row-line {
    border-top: 1px solid rgb(139, 139, 139);
}

.stripe.stripe1 label {
    width: 15%;
    min-width: 74px;
    padding: 6px 0;
    color: rgb(110, 109, 109);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stripe.stripe1 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.stripe.stripe1 input:-webkit-autofill {
    -webkit-text-fill-color: rgb(37, 37, 37);
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}

.stripe.stripe1 .StripeElement--webkit-autofill {
    background: transparent !important;
}

.stripe.stripe1 .StripeElement {
    width: 100%;
    padding: 11px 15px 11px 0;
}

.stripe.stripe1 input {
    width: 80%;
    padding: 12px 15px 11px 0;
    color: rgb(37, 37, 37);
    background-color: transparent;
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}

.stripe.stripe1 input::-webkit-input-placeholder {
    color: rgba(53, 53, 53, 0.3);
}

.stripe.stripe1 input::-moz-placeholder {
    color: rgba(53, 53, 53, 0.3);
}

.stripe.stripe1 input:-ms-input-placeholder {
    color: rgba(53, 53, 53, 0.3);
}
.stripe-subtitulo{
    font-size: 1.7rem;
    font-weight: normal;
}
.contenedor-condiciones_stripe{
    background-color: #e4e4e4;
    box-shadow: none;
    margin: 0 15px 5px!important;
}
.contenedor-condiciones_stripe p, .contenedor-condiciones_stripe u{
    font-size: .85rem!important;
}
.contenedor-condiciones_stripe a{
    cursor: pointer;
}
.stripe .modal-content {
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.ElementsApp,
.ElementsApp .InputElement {
    color: rgb(58, 58, 58) !important;
}

.ElementsApp .InputElement.is-invalid {
    color: rgba(109, 109, 109, 0.397) !important;
}

.titulo-modal {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    font-size: 23px !important;
    color: #5b455b !important;
    font-weight: 700!important;
}

.submit {
    width: 100% !important;
    background-color: #5b455b !important;
    color: white !important;
    border-radius: 5px !important;
    border: none;
    outline: none;
    padding: 1rem!important;
}

.submit:hover {
    background-color: #886788 !important;
}

.close {
    z-index: 90 !important;
    position: absolute !important;
    right: 20px !important;
    top: 15px !important;
    background-color: none !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer!important;
    outline: none;
    border: none;
}

.close:active {
    outline: none;
}
.close:hover{opacity: .8;}

.close span {
    color: #5b455b !important;
    font-size: 2rem !important;
    outline: none;
}

.link-boton {
    margin: auto;
}

.boton-sitio {
    margin: auto;
    border: none;
    background-color: #5b455b;
    color: white;
    width: 180px;
    padding: 10px;
    border-radius: 5px;
}

.boton-sitio:hover {
    background-color: #886788;
}

.accepted-payments {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.payment {
    padding: 5px !important;
}
.payment img{border-radius: 5px;}

.tarjetas-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.tarjeta {
    padding: 15px 5px !important;
}
.stripe .close{
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.tarjetas-left {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    margin-left: 18px;
}

.payment-small svg {
  height: 31px !important;
}


.globalContent{
  box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
  background-color: #e4e4e4;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .titulo-modal{
    font-size: 32px !important;
  }
}

/* Modal stripe mobile */

@media (max-width: 768px) {
  main>.container-lg {
    width: 100% !important;
  }
}

@media(min-width:200px) and (max-width:768px){

  .img-modal-stripe{
    margin-bottom: 10px;
  }

  .titulo-modal{
    margin-bottom: 0 !important;
    margin-top: 5px !important;
  }
  .stripe.stripe1 fieldset{
    margin: auto;
    width: 80%;
    margin-bottom: 5px;
  }

  main>.container-lg{
    border-radius: 15px;
  }

  main>.container-lg .stripe form{
    margin-top: 10px;
  }
  .contenedor-modal-stripe{
    padding-top: 5px !important;
  }
  .payment-small svg {
    height: 20px !important;
  }
  .stripe.stripe1 input{
    padding: 0px 5px 11px 0 !important;
  }

  .titulo-modal{
    font-size: 20px !important;
  }
}




/* /Modal stripe mobile */

.precio-original{
    color: rgb(103 99 99);
    text-decoration: line-through;
    font-weight: 500;
    font-size: 1.3rem;
}

.porcentaje-precio{
    font-weight: 600;
}

/* Btn flotante wpp */
.floating{
	position:fixed;
	bottom:40px;
	right:100px;
	background-color: #0cc144;
  width: 65px;
  height: 65px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float-button{
	margin-top:16px;
}

.float-button:hover,.floating:hover{
    color: #FFF;
    transform: scale(1.05);
}
/* / Btn flotante wpp */

.shadow{
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  box-shadow: none!important;
  font-weight: 400!important;
}

.btn_modelo_portada{
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

@media (min-width: 768px){
  .video{width: 800px;}
}

.video2{
  background-color:#F6F9FF;
}

#lang-container {
  display: flex;
  justify-content: center;
  /* width: 100%; */
}

#lang {
  display: flex;
  flex-flow: row nowrap;
  align-items: center !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lang-link {
  color: #5b455b;
  letter-spacing: 5px;
  margin: 0;
  font-weight: 700;
}
.lang-link a {
  font-size: 13px;
}

.barra {
  font-size: 20px;
  padding: 0 5px !important;
  color: #5b455b;
  margin: 0 !important;
  line-height: 0 !important;
  margin-bottom: 3px !important;
}

.lang-link a:hover {
  text-decoration: none !important;
  color: #5b455b;
}

.lang-link:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
  color: #5b455b;
}

#mundo {
  height: auto !important;
  width: 38px;
}


.btnDescargarPDF{
  cursor: pointer;
}

.box-listado ul li img {
  height: min-content;
}
.accordion-button {
  color: #5B455B;
  font-weight: 500;
}

.accordion-button:focus {
  border: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Logos alianzas */
.img-humman{
  width: 20%;
}@media(max-width:999px){
  .img-humman{
    width: 30%;
}
}
/* /Logos alianzas */

.btnPDF{
  cursor: pointer;
}

/* Logo alianzas */
.humanfunnel{
  margin-top: 80px;
}

.img-locutorio{
  margin-top: 80px;
  width: 600px;
}

.img-sanjose, .img-omnia {
  width: 15%;
  margin-top: 80px;
}

.services .section-title h2 {
  font-weight: 700;
}

.services .icon-box {
  height: 205px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #5CE1E6;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #5CE1E6;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #5B465B;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}


.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

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

.services .icon-box:hover .icon i {
  color: #5CE1E6;
}

.services a:hover{
  color: #FFF;
}

.agenda h1, .mapa h1{
  font-weight: 900;
  font-size: 45px;
}

.agenda .descripcion p{
  font-size: 22px;
  text-align: center;
  font-weight: 100;
}

.agenda .fecha-agenda{
  font-weight: 900;
}

.agenda .detalle{
  font-weight: 500;
  font-size: 19px;
}

.agenda .dia{
  font-size: 22px;
}

.subtitulo-pagos, .mapa h4, .seccion-profesor-curso_es h4, .contenedor-preguntas-frecuentes h4 {
  font-size: 16px;
  font-weight: 200;
}

.seccion-profesor-curso_es h3{
  font-size: 28px;
  font-weight: 700;
}

.fecha-estilo{
  font-size: 1rem; 
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

@media screen and (max-width: 767px) {
  .hackea .pills-agenda{
    font-size: 12px !important;
  }
}

.admision:hover{
  opacity: .7;
  /* transform: scale(1.05); */
}

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

 .img-insignia{
  position: absolute;
}

.img-hackea{
  z-index: 1;
}

.img-insignia{
z-index: 2;
}

.titulo-seccion{
  /* margin: 10px 0 0 0; */
  padding: 0;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #5B455B;
}

.profesores .vermas{
  border: none;
  font-weight: 700;
}

.profesores .vermas:focus{
  box-shadow: none;
}

/* modal form descargar programa */
@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
}

.form-pdf{
  height: 850px;
  width: 100%;
}



.seccion-video h3{
  font-size: 17px;
  /* font-weight: 700; */
  color: #5B465B;
  text-transform: uppercase;
}

.graduates-link{
  background-color: #f2f2f2;
}

/* logo mercado pago seccion de pagos */
.tarjetas-packs .porcentaje-precio{
  font-size: 13px;
}

.tarjetas-packs .barra-pagos-oferta{
  height: 88px;
  width: 7px;
}

.tarjetas-packs .un-pago{
  font-size: 12px;
}

@media (max-width: 992px) {
  .tarjetas-packs .barra-pagos-oferta{
    width: 2px;
  }
}


.precio-original{
  /* color: #F4F4F4 !important; */
  font-size: 17px;
}

.tarjetas-packs .precio-original, .tarjetas-packs .un-pago{
  font-size: 14px;
}

.porcentaje-precio{
  /* color: #F4F4F4 !important; */
  font-size: 17px;
}

.tarjetas-packs .porcentaje-precio{
  font-size: 13px;
}

.tarjetas-packs .un-pago{
  font-size: 12px;
}

.btn-compra-arg{
  width: 62px;
  margin: auto;
  border-radius: 19px !important;
  padding: 2px 14px !important;
  box-shadow: none;
  background-color: #563454 !important;
}

.container-btn-pagos-informacion button{
  border: none;
  border-radius: 7px;
}

.infonegocios img{
  height: 75px;
}#carouselComoEs img{
  width: 15%;
}

.como-es-mobile h4{
font-weight: 700;
margin-bottom: 24px;
}

.como-es-mobile p{
  font-weight: 300;
  font-size: 15px;
  font-style: italic;
  }


  .logo-alianza{
    height: 72px;
    width: auto !important;
  }