/*  Fonts
---------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


/*  Default styles
---------------------------------------- */

body {
  font-family: var(--font-secondary);
  font-size: 1rem;
  color: var(--color-primary);
  overflow-x: hidden;
}

/*  Override Bootstrap styles
---------------------------------------- */

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 86.875rem;
}

.card {
  border: none;
  padding: 1.5rem;
  box-shadow: 0 1rem 1rem rgba(200,200,200,0.5);
  border-radius: unset;
}

/*  Tipography
---------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #161C20;
}

h1 {
    font-family: var(--font-primary);
    font-size: 3.16rem;
}
h2, h3, h4, h5, h6{
    font-family: var(--font-secondary);
}

h2 {
    font-size: 2.4rem;
}

h3 { 
    font-size: 2rem; 
}
h4 {
    font-size: 1.8rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}

p {
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

@media (max-width: 47.99875rem) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.8rem; }
  h4 { font-size: 1.6rem; }
  h5 { font-size: 1.4rem; }
  h6 { font-size: 1.2rem; }
  p  { font-size: 1rem; }
}

a {
  color: var(--color-black);
  text-decoration: none;
  font-weight:700;
}

.text-1 {
  font-family: var(--font-secondary);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.text-2 {
  font-family: var(--font-secondary);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.text-3 {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 1.2rem;
}

.text-4 {
  font-family: var(--font-secondary);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.text-5 {
  font-family: var(--font-secondary);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 0.9rem;
}

hr.subtitle.line {
  color: var(--color-fourth);
  height: 0.18rem;
  width: 6rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  opacity: 1;
}

@media (max-width: 35.99875rem) {
  hr.subtitle.line {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

ul.list {
  list-style: none; /* Remove default bullets */
}

ul.list li {
  position: relative;
}

ul.list li:before {
  content: "\2022";
  position: absolute;
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  width: 1em;
  top: -40%;
  left: -1rem;
}

/*

  Forms elements

============================================================================= */
.center{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  Button: type 1
---------------------------------------- */
.btn-primary-light, .btn-secondary-dark{
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 200px;
    height: 40px;
    border-radius: 4px;
    color: var(--color-primary);
    font-family: var(--font-secondary);
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding: 24px;
}
.btn-primary-light{
  background-color: var(--color-secondary);
}
.btn-secondary-dark{
    background-color: var(--color-light);
    border: 2px solid var(--color-black);
    color: var(--color-black);
}

a.btn-1,
button[type=button].btn-1 {
  display: inline-flex;
  height: 44px;
  border: 0.18rem solid var(--color-secondary);
  background: var(--color-secondary);
  color: var(--color-primary);
  font-family: 'Causten Semi', serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  align-items: center;
  align-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-radius: 4px;
  transition: background 700ms, color 700ms;
}

a.btn-1.mobile,
button[type=button].btn-1.mobile {
  border: none;
  background: var(--color-secondary);
  color: white;
}

/*  Button: type 2
---------------------------------------- */

a.btn-2,
button[type=button].btn-2 {
  border: 0.18rem solid var(--color-secondary);
  background: var(--color-secondary);
  color:  var(--color-primary);
  font-family: 'Causten Semi', serif;
  font-weight: 600;
  font-size: 1.1875rem;
  width: 10.625rem;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

a.btn-2.mobile,
button[type=button].btn-2.mobile {
  color: var(--color-secondary);
  background: white;
  border: 0.1rem solid var(--color-secondary);
  text-transform: capitalize;
}

a.btn-3 {
  background: var(--color-secondary);
  color: white;/*var(--color-primary);*/
  height: 40px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}

/*  Button: Arrows
---------------------------------------- */

button.arrow.left,
button.arrow.right {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: white;
  box-shadow: 0 0.2rem 0.3rem rgba(150,150,150, 0.3);
}

button.arrow.left:hover,
button.arrow.right:hover {
  box-shadow: 0 0.1rem 0.3rem rgba(150,150,150, 0.1);
}

button.arrow.left img,
button.arrow.right img {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 47.99875rem) {
  button.arrow.left {
    margin-left: 1.5rem;
  }

  button.arrow.right {
    margin-right: 1.5rem;
  }
}

/*  Button: Tabs
---------------------------------------- */

button.tab {
  width: 16rem;
  height: 2.25rem;
  border: 0.125rem solid var(--color-primary);
  color: var(--color-primary);
  background-color: transparent;
  border-radius: unset;
}

button.tab.active,
button.tab:hover {
  border: none;
  color: white;
  background-color: var(--color-primary);
}

/*

  Timer header

============================================================================= */


#timer-header {
  height: 80px;
  background-color: var(--color-secondary);
  color:  var(--color-primary);
}

#timer-header > .container > .row {
  height: 80px;
}

#timer-header .description-wrapper {

}

#timer-header .timer-wrapper {

}

#timer-header .button-wrapper {

}

#timer-header .button-wrapper button.action-button,
#timer-header .button-wrapper a.action-button {
  border: none;
  color: white;
  background:  var(--color-primary);
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 14px;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#timer-header .hours,
#timer-header .minutes,
#timer-header .seconds {
  font-size: 20px;
  font-family: var(--font-secondary);
}

#timer-header span.label {
  font-size: 12px;
  font-family: var(--font-secondary);
}

#timer-header .time-segment {
  width: 55px;
  position: relative;
}

#timer-header .time-segment.separator:after {
  content: '.';
  display: block;
  font-size: 25px;
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
}

/*

  Header

============================================================================= */

#header {
  height: 5rem;
  background:  var(--color-primary);
  color: white;
  border-bottom: 1px solid #525859;
}

@media (max-width: 47.99875rem) {
  #header {
    height: 4rem;
  }
}

#header .container,
#header .row {
  height: inherit;
}

#header .dropdown-menu.show {
  top: 34px !important;
  left: -40px !important;
}


/*  Main logo
------------------------------------- */
#header .logo-link img{
    height: 28px;
}
#footer .logo{
    height: 40px;
}
/* Sticky header */
#header .logo-wrapper.sticky {
  position: fixed;
  background-color: var(--color-black);
  z-index: 999;
  top: 0;
  height: 4rem;
}

#header .logo-wrapper .search-field-wrapper {
  right: 0;
  display: none !important;
}

/* Mobile search button is hidden when search field is shown  */
#header .logo-wrapper.seach-field-visible button.mobile.search {
  display: none !important;
}

/* Mobile logo is hidden when search field is shown */
#header .logo-wrapper.seach-field-visible .logo-link {
  display: none !important;
}


#header .logo-wrapper.seach-field-visible .search-field-wrapper {
  display: flex !important;
}

@media (max-width: 47.99875rem) {
  #header .logo-wrapper .logo {
    width: 80%;
  }
}



/*  Menu
------------------------------------- */

#header .menu-wrapper .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: 20px !important;
}

#header .menu-wrapper .menu:after {
  content: '';
  display: block;
  width: 1px;
  height: 32px;
  margin-left: 10px;
  border-right: 1px solid rgba(150,150,150,.3);
}

#header .menu-wrapper .menu > li {
  text-align: center;
}

#header .menu-wrapper .menu > li a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-secondary);
  margin-right: 2rem;
  color: var(--text-light);
}

#header .menu-wrapper .menu > li:last-child a{
  margin-right: 0rem;
}
#header .menu-wrapper .menu > li .dropdown .caret {
  display: inline-block;
  width: 18px;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform 500ms;
}

#header .menu-wrapper .menu > li .dropdown .show .caret  {
  transform: rotate(180deg);
}

#header .menu-wrapper .menu > li .dropdown .dropdown-item:active {
  color: white !important;
}

/*  Search field
------------------------------------- */

#header .search-field-wrapper {

}

#header .search-field-wrapper input {
  margin: 0 0.2rem 0 0;
  padding-left: 1rem;
  font-size: 0.9rem;
  height: 1.6rem;
}

#header .search-field-wrapper button.search {
  margin: 0;
  border: none;
  background: var(--color-third);
  color: var(--color-primary);
}


/*  Classroom button
------------------------------------- */

#header .button-wrapper {

}

/* Virtual classroom button */
#header .button-wrapper a.button.classroom {
  width: 125px;
  height: 40px;
  border: 2px solid var(--color-secondary);
  border-radius: 4px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .button-wrapper button.flag {
  border: none;
  background: transparent;
}

#header .button-wrapper button.flag img {
  width: 2rem;
}


/*  Search button for mobile
------------------------------------- */

#header button.mobile.search {
  position: absolute;
  right: 1.5rem;
  border: none;
  background: transparent;
}

#header button.mobile.search img {
  width: 1.7rem;
}

@media (max-width: 47.99875rem) {

  #header button.mobile.search img {
    width: 1.4rem;
  }
}

/*

  Alternative Banner

============================================================================= */

.alternative-banner {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  text-align: center;
  background-color: var(--color-primary);
  color: #fff !important
}

.alternative-banner h1 {
  color: #fff !important
}

@media (max-width: 35.99875rem) {
  .alternative-banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #footer .logo{
      height: 32px;
  }
}

/*

  Hamburger menu icon

============================================================================= */

.haburger-menu-button {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: 1rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}

.haburger-menu-button.open {
  position: fixed;
  top: 16px;
}

.menu__icon {
  position: absolute;
  width: 1.5rem;
  height: 1.15rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu__line {
  position: absolute;
  left: 0;
  background-color: #fff;
  height: 0.1875rem;
  width: 100%;
  border-radius: 0.1875rem;
  pointer-events: none;
}

.haburger-menu-button.open .menu__line {
  background-color: white;
}

.menu__line--1 {
  top: 0;
}

.menu__line--2 {
  top: 0;
  bottom: 0;
  margin: auto;
}

.menu__line--3 {
  bottom: 0;
}

.menu--close1 .menu__line--1 {
  transition: transform 0.2s ease-in-out;
}

.menu--close1 .menu__line--2 {
  right: 0;
  transition: right 0.2s ease-in-out, opacity 0.35s ease-in-out, transform 0s ease-in-out;
}

.menu--close1 .menu__line--3 {
  transition: transform 0.2s ease-in-out;
}

.menu--close1.open .menu__line--1 {
  transform: translate3d(0, 0.53125rem, 0) rotate(135deg);
}

.menu--close1.open .menu__line--2 {
  opacity: 0;
  right: -7.5rem;
  transform: translate3d(-1.875rem, 0, 0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, right 0s ease-in-out 0.2s;
}

.menu--close1.open .menu__line--3 {
  transform: translate3d(0, -0.53125rem, 0) rotate(-135deg);
}

/*

  Mobile menu

============================================================================= */

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--color-primary);
  opacity: 0;
  z-index: 998;
  transition: all 500ms;
  transform: translateX(-100%);
}

.mobile-menu ul {
  position: absolute;
  top: 64px;
  padding-left: 3.5rem;
  list-style: none;
}

.mobile-menu ul li {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.mobile-menu ul li a {
  color: white;
}

.mobile-menu.open {
    top: 64px;
  transform: translateX(0);
  opacity: 1;
}
.mobile-menu.open:after{
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    left: 100%;
    top: 0;
    bottom: 0%;
    right: 0%;
    transform: translate(-100%, -100%);
    
}

.mobile-menu img.logo {
  position: absolute;
  width: 16rem;
  top: 2rem;
  right: 2rem;
}

.mobile-menu .arrow {
  position: absolute;
  width: 40px;
  left: 32px;
  top: 0px;
}

.mobile-menu .parent {
  transform: translateX(-280px);
  transition: all 500ms;
}

.mobile-menu .parent.open {
  transform: translateX(0)
}

.mobile-menu .child1 {
  transform: translateX(-280px);
  transition: all 500ms;
}

.mobile-menu .child1.open {
  transform: translateX(0)
}

/*

  Teachers

============================================================================= */

.teacher {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.teacher figure {
  overflow: hidden;
}

.teacher figure img {
  height: 18rem;
}

.teacher .description {
  padding-top: 0.5rem;
}

.teacher .description:hover {
  height: auto;
}

/*

  Features

============================================================================= */

/*  Section: features
------------------------------------- */


section.features {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.features .border {
  border: 0.0625rem solid var(--color-secondary) !important;
}

section.features .feature.title-wrapper {
  padding-top: 4rem;
  padding-left: 2rem;
}

section.features .feature {
  position: relative;
  height: 17rem;
  padding-top: 1.5rem;
  border-right: 0.0625rem solid #e0e0e0;
  border-bottom: 0.0625rem solid #e0e0e0;
  box-shadow: 0.7rem 0.7rem 1rem #f0f0f0;
}

section.features .feature img {
  max-width: 4rem;
  max-height: 4rem;
}

section.features .feature .title {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

section.features .feature .description {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

section.features.medium .feature .description {
  padding-left: 0;
  padding-right: 0;
}

section.features .feature hr.line {
  display: block;
  position: absolute;
  width: 33%;
  height: 0.25rem;
  margin: auto;
  bottom: 2rem;
  left: 0;
  right: 0;
  transition: width 500ms;
  background-color: var(--color-third);
  opacity: 1;
}


/*  override old styles
------------------------------------- */

section.features .feature {
  border: none;
  box-shadow: unset;
}


section.features .feature hr.line {
  display: none;
}

section.features .row:first-child .col-3 {
  border-top: 0.0625rem solid var(--color-secondary) !important;
}

section.features .row:first-child .col-3:first-child {
  border-left: 0.0625rem solid var(--color-secondary) !important;
}

section.features .row:first-child .col-3:last-child {
  border-right: 0.0625rem solid var(--color-secondary) !important;
}

section.features .row:first-child .col-3:not(.title-wrapper) {
  padding-top: 2rem;
}

section.features .row:last-child .col-3 {
  border-bottom: 0.0625rem solid var(--color-secondary) !important;
}

section.features .row:last-child .col-3:first-child {
  border-left: 0.0625rem solid var(--color-secondary) !important;
}

section.features .row:last-child .col-3:last-child {
  border-right: 0.0625rem solid var(--color-secondary) !important;
}
/* Section: features
------------------------------------- */


section.features .feature {
  height: 12rem !important;
  padding: 0 25px 0 25px;
}
section.features h5, section.features h2{
  margin: 0 0 2.5rem 0;
}
section.features .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
section.features .box .feature{
  width: calc(50% - 2rem);
  background-color: var(--color-sixth);
  margin: 1rem;
  align-self: stretch;
  border-radius: 8px;
}
section.features .box .title {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

section.features .box .title figure {
  height: 64px;
  width: 64px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 24px auto;
}

section.features .box .title figure img {
  height: 40px;
}

section.features .box .description {
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

@media (max-width: 47.99875rem) {

  section.features {
    padding: 0 1rem 0 1rem;
    height: auto;
    margin: 0 0 3rem 0;
  }
  section.features .feature {
    padding-bottom: 2rem;
    height: auto !important;
  }

  section.features .feature.title-wrapper {
    border: none !important;
  }

  section.features .feature .title {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
  }

  section.features .feature .description {
    padding: 1rem !important;
    margin: 0;
    width: 100%
  }

  section.features .separator {
    width: 4%;
    padding: 0;
  }
}

/*

  Whatsapp Button

============================================================================= */


body > .whatsapp-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 997;
}

@media (max-width: 47.99875rem) {

  body > .whatsapp-button {
    position: fixed;
    bottom: 5rem;
    right: 1rem;
  }
}

body > .whatsapp-button img {
  width: 3rem;
}

/*

  Slider navigator

============================================================================= */

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

ul.navigator li {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.3em;
  margin-right: 0.3rem;
  border-radius: 50%;
  background: var(--color-primary);
  cursor: pointer;
}

ul.navigator li.active {
  background: var(--color-secondary);
}


/*

  Accordion big

============================================================================= */

.accordion.big .items-wrapper {
  padding-top: 2rem;
}

.accordion.big .item {
  position: relative;
  border-top: 0.0875rem solid #d1d8e4;
  padding-top: 1rem;
  padding-left: 0;
  padding-bottom: 0.5rem;
}

.accordion.big .item h4 {
  font-size: 1.3rem;
  color: var(--color-secondary);
}

.accordion.big .item h5 {
  font-family: var(--font-secondary);
  font-size: 18px !important;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 1rem;
}

.accordion.big .item .collapse-button {
  position: absolute;
  top: 1.8rem;
  right: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

section.faq .collapse-button {
  top: 1rem;
}

.accordion.big .item .collapse-button:not(.collapsed) {
  transform: rotate(180deg);
}

.accordion .item .collapse-button .down-arrow,
.accordion .item .collapse-button .up-arrow {
  font-size: 2rem;
}

@media (max-width: 47.99875rem) {
  .accordion .item .collapse-button .down-arrow,
  .accordion .item .collapse-button .up-arrow {
    font-size: 1.25rem;
  }
}

.accordion.big .item .collapse-button:not(.collapsed) .down-arrow {
  display: none;
}

.accordion.big .item .collapse-button.collapsed .up-arrow {
  display: none;
}

/* Page banner ============================================================================= */

.page-banner {
  height: 360px;
  background: var(--color-primary);
}

.page-banner h2 {
  font-family: var(--font-primary);
  color: white;
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}

.page-banner .description {
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-top: 45px;
}

@media (max-width: 767.9px) {
  .page-banner h2 {
    text-align: center;
  }

  .page-banner .description {
    text-align: center;
  }
}

/* Testiminials ============================================================================= */


.testimonial-card  {
  background-color: var(--color-sixth);
  border-radius: 8px;
  padding: 36px 30px 36px 30px;
  height: 100%;
}

.testimonial-card  h3  {
  font-family: var(--font-seconday);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}


.testimonial-card  .description,
.testimonial-card  .description p {
  font-size: 16px;
  font-weight: 400;
}




/*

  Country selector

============================================================================= */
.modal-body{
  flex-wrap: wrap;
}
#country-selector-modal .modal-body button {
  border: none;
  background: transparent;
  margin-right: 0.3rem;
}

#country-selector-modal button img {
  width: 3rem;
}

#country-selector-modal .badge {
  height: 1.2rem;
  cursor: pointer;
}

/* @media (max-width: 768px) */
@media (max-width: 47.99875rem) {
  #country-selector-modal button img {
    width: 2rem;
  }

}

/* Prices ============================================================================= */

.checkout-link.pen,
.checkout-link.usd,
.checkout-link.mxn,
.price.pen,
.price.mxn,
.price.usd {
  display: none !important;
}

html.pen .price.pen { display: inline !important }
html.mxn .price.mxn { display: inline !important }
html.usd .price.usd { display: inline !important }

html.pen .checkout-link.pen { display: flex !important }
html.mxn .checkout-link.mxn { display: flex !important }
html.usd .checkout-link.usd { display: flex !important }

/*

  Footer

============================================================================= */

#footer {
  position: relative;
  min-height: 595px;
  background: var(--color-primary);
  z-index: 2;
}

@media (max-width: 47.99875rem) {
  #footer {
    height: auto;
  }
}

#footer > .complaints-book {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
}


@media (max-width: 47.99875rem) {
  #footer > .complaints-book {
    right: 8rem;
    bottom: 9rem;
  }
}

@media (max-width: 35.999rem) {
  #footer > .complaints-book {
    right: 3rem;
  }
}

@media (max-width: 25rem) {
  #footer > .complaints-book {
    right: 1rem;
  }
}

@media (min-width: 576px){
  .modal-dialog {
    width: 80% !important;
    max-width:80% !important;
  }
}




#footer span,
#footer a,
#footer p {
  color: white;
  line-height: 25px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}

#footer .container {
  height: inherit;
}

#footer .subscribe input {
  width: 370px;
  height: 48px;
  background: white;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  color: gray;
  padding-left: 24px;
}

#footer .subscribe button {
  width: 130px;
  height: 48px;
  background: var(--color-secondary);
  color: white;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#footer .row.links {
  padding-top: 5.625rem;
}

@media (max-width: 47.99875rem) {
  #footer .row.links {
    height: auto;
  }
}

#footer .row.links input {
  border: none;
  height: 1.62rem;
  margin: 0;
}

#footer .row.links button {
  background-color: var(--color-third);
  color: white;
  border: none;
  height: 1.63rem;
  margin-left: 0.1rem;
}

#footer .row.contact-info div {
  height: 2.6875rem;
}

@media (max-width: 47.99875rem) {

  #footer .row.contact-info {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #footer .row.contact-info .social {
    margin-bottom: 2rem;
  }

  #footer .row.contact-info div {
    height: auto;
  }

  #footer .row.contact-info .contact-info-text {
    height: 1.8rem;
  }
}

#footer span.label {
  font-size: 18px;
  font-weight: bold;
}

#footer p.subscription,
#footer p.subscription a {
  font-size: 1rem;
  line-height: 1.1rem;
}

#footer p.subscription a {
  color: var(--color-secondary);
}

#footer .border-top,
#footer .border-bottom {
  border-color: #425873 !important;
}

#footer .complaints-book img {
  width: 8rem;
}
@media (max-width: 47.99875rem) {
  #footer .border-bottom {
    border: none !important;
  }
  section.features h5{
    margin: 2rem 0 2rem 0;
  }
}

@media (max-width: 35.999rem) {
  #footer input[type=text] {
    width: 75%;
  }
  section.features .box{
    flex-direction: column;
  }
  section.features .box .feature{
    width: 100%;
    margin: 0 1rem 2rem 1rem;
  }
}

#whatsapp-form input,
#whatsapp-form button {
  margin-top: 15px;
}



/*  Startup Perú 12G Footer
------------------------------------- */

.startup-peru-footer {
    
}

.startup-peru-footer .label {
    padding-top: 40px;
    padding-bottom: 35px;
    text-align: left;
}

.startup-peru-footer .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.startup-peru-footer img {
    height: 30px;
}

@media (max-width: 992px) {
    .startup-peru-footer .label {
        text-align: center;
    }
}

@media (max-width: 450px) {
    .startup-peru-footer img {
        height: 25px;
    }
}