@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&family=Titillium+Web:wght@300;400;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing:antialiased;

}

p {
  line-height: 1.5;
}

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

button {
  cursor: pointer;
}

h2 {
  font-size: 3rem;
  margin: 0;
}

input, select {
  appeareance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

.titillium-text {
  font-family: 'Titillium Web', sans-serif !important;
}

.light-text {
  font-weight: 500 !important;
}

.bold-text {
  font-weight: 700 !important;
}

.small-text {
  font-size: 12px !important;
}

.medium-text {
  font-size: 14px !important;
}

.big-text {
  font-size: 18px !important;
}

.extrabig-text {
  font-size: 24px !important;
}

.yellow-text {
  color: #F8E71C !important;
}

.green-text {
background: #16C377;
border-radius: 3px;
font-family: TitilliumWeb-Bold;
font-size: 14px;
color: #FFFFFF;
width: 115px;
padding-left:5px;
}

.fa-solid {
  padding:5px;
}

.red-text {
  background: #ad0e53;
  border-radius: 3px;
  font-family: TitilliumWeb-Bold;
  font-size: 14px;
  color: #FFFFFF;
  width: 115px;
  padding-left:5px;
}

.blue-text {
  color: #00297b !important;
}

.blue-light-text {
  color: #0076FF !important;
}
.blue-light-text-bar {
  color: #0076FF !important;
  padding:5px;
}

.blue-intense-text {
  color: #0D05DE !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.spacer-1 {
  height: 1rem !important;
}

.spacer-2 {
  height: 2rem !important;
}

.spacer-3 {
  height: 3rem !important;
}

.spacer-4 {
  height: 4rem !important;
}

.spacer-5 {
  height: 5rem !important;
}

.show-mobile {
  display: none !important;
}

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

.container {
  max-width: 940px;
  padding: 0 1rem;
  margin: 0 auto;
}

.container-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-white {
  display: inline-block;
  color: #0076FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) padding-box, -webkit-gradient(linear, left top, right top, from(#0076FF), to(#5d35f0)) border-box;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #0076FF, #5d35f0) border-box;
  background: -o-linear-gradient(#ffffff, #ffffff) padding-box, -o-linear-gradient(to right, #0076FF, #5d35f0) border-box;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50px;
}

.btn-white:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.btn-green {
  display: inline-block;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#b4ec51), to(#429321)) padding-box, -webkit-gradient(linear, left top, right top, from(#429321), to(#b4ec51)) border-box;
  background: linear-gradient(to right, #b4ec51, #429321) padding-box, linear-gradient(to right, #429321, #b4ec51) border-box;
  background: -wbkit-linear-gradient(to right, #b4ec51, #429321) padding-box, -webkit-gradient(linear, left top, right top, from(#429321), to(#b4ec51)) border-box;
  background: -wbkit-linear-gradient(to right, #b4ec51, #429321) padding-box, linear-gradient(to right, #429321, #b4ec51) border-box;
  background: -o-linear-gradient(to right, #b4ec51, #429321) padding-box, -webkit-gradient(linear, left top, right top, from(#429321), to(#b4ec51)) border-box;
  background: -o-linear-gradient(to right, #b4ec51, #429321) padding-box, linear-gradient(to right, #429321, #b4ec51) border-box;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50px;
  margin-block-start: 0.43em;
  margin-block-end: 0.43em;
  font-weight: 700;
}

.btn-green:hover {
  background: -webkit-gradient(linear, left top, right top, from(#82B527), to(#1E5408)) padding-box, -webkit-gradient(linear, left top, right top, from(#1E5408), to(#82B527)) border-box;
  background: linear-gradient(to right, #82B527, #1E5408) padding-box, linear-gradient(to right, #1E5408, #82B527) border-box;
  background: -o-linear-gradient(to right, #82B527, #1E5408) padding-box, -webkit-gradient(linear, left top, right top, from(#1E5408), to(#82B527)) border-box;
  background: -o-linear-gradient(to right, #82B527, #1E5408) padding-box, linear-gradient(to right, #1E5408, #82B527) border-box;
}

.btn-orange {
  display: inline-block;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD961), to(#F76B1C));
  background: linear-gradient(#FAD961, #F76B1C);
  background: -o-linear-gradient(#FAD961, #F76B1C);
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
  border-radius: 50px;
}

.btn-orange:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAD961), to(#AF2706));
  background: linear-gradient(#FAD961, #AF2706);
  background: -o-linear-gradient(#FAD961, #AF2706);
}

.btn-blue {
  display: inline-block;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0076FF), to(#12EBF4));
  background: linear-gradient(#0076FF, #12EBF4);
  background: -o-linear-gradient(#0076FF, #12EBF4);
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  border: 1px solid #12EBF4;
  border-radius: 50px;
  margin-block-start: 0.43em;
  margin-block-end: 0.43em;
}

.btn-blue:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#003B82), to(#0391FF));
  background: linear-gradient(#003B82, #0391FF);
  background: -o-linear-gradient(#003B82, #0391FF);
}

.btn-small {
  font-size: 14px;
  min-width: 140px;
  min-height: 34px;
  padding: 0.4rem 1rem 0 1rem;
}

.btn-medium {
  font-size: 14px;
  min-width: 211px;
  min-height: 40px;
  padding: 0.6rem 1rem 0 1rem;
}

.btn-big {
  font-size: 18px;
  min-width: 300px;
  min-height: 51px;
  padding: 0.9rem 0 0 0;
}

.btn-full {
  font-size: 18px;
  min-width: 100%;
  min-height: 51px;
  padding: 0.3rem 0 0 0;
}
.btn-full2 {
  font-size: 18px;
  min-width: 300px;
  min-height: 51px;
  padding: 0.3rem 0 0 0;
}

.btn-ext {
  width: auto;
  max-width: 50%;
  font-size: 1rem;
  padding: 1rem;
}

.contact-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 50px;
  background-color: rgba(0, 0, 0, 0.74);
  padding: 0.5rem 1rem;
  z-index: 1;
}

.contact-bar .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  text-align: center;
}

.modal-menu{
  display: none;
  position: fixed;
  top: 0;
  left: 0;

  width: 90%;
  height: 100dvh;           /* mejor en móviles que 100% / 100vh */
  overflow: hidden;         /* el scroll lo hará .content */

  background: #fff;
  box-shadow: 10px 0px 30px 20px rgba(0,0,0,.5);
  z-index: 9999;
}

.modal-menu .content{
  height: 100%;
  overflow-y: auto;         /* AQUÍ el scroll */
  -webkit-overflow-scrolling: touch;
  padding: 0.6rem;
}

.modal-menu .content .close {
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  margin-right: 5px;
}

.modal-menu .content .menu{
  margin-top: 0;
  padding-left: 5px;
}

.modal-menu .content .menu h2 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 20px;
}

.modal-menu .content .menu h3 {
  color: #9B9B9B;
  font-size: 18px;
  margin: 0;
  margin-bottom: 12px;
}

.modal-menu .content .menu h4 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 20px;
}

.modal-menu .content .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.modal-menu .content .menu ul li {
  margin-bottom: 8px;
}

.modal-menu .content .menu ul li a {
  font-size: 13px;
}

body {
  margin-top: 119px;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.info-bar {
  position: fixed;
  top: 75px;
  width: 100%;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 75px;
}

.navbar div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .logo img {
  width: 233px;
}

.navbar .menu ul {
  list-style: none;
  padding-left: 0;
}

.navbar .menu ul li {
  display: inline-block;
  margin: 0 0.3rem;
}

.navbar .menu ul li a:hover {
  color: #0076FF;
}

.navbar .dropdown {
  display: none;
  width: 700px;
  position: absolute;
  background-color: #ffffff;
  padding: 1rem;
  margin: 15px 0 0 -267px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          columns: 2;

}

.navbar .dropdown ul li {
  display: block;
  margin:  0;
  padding: 10px;
}

.navbar .dropdown ul li a {
  font-weight: 600;
  letter-spacing: -.01em;
  font-size: 12px;
}

.navbar .dropdown ul li a:hover {
  color: #0076FF;
}

.info-bar {
  color: #ffffff;
  background-color: #00297b;
  min-height: 46px;
  box-shadow:0px 0px 10px rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.info-bar > div {
  display: inline-block;
  margin: 0 0.2rem;
}

.info-bar p {
  font-size: 16px;
  margin: 0;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 537px;
  color: #ffffff;
  background: rgb(39,14,160);
background: linear-gradient(90deg, rgba(39,14,160,1) 0%, rgba(9,9,121,1) 36%, rgba(21,50,152,1) 74%, rgba(37,89,173,1) 100%);
}

.hero .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  gap: 3rem;
}

.hero .grid .info h1 {
  font-size: 36px;
  line-height: 44px;
  margin-top: 0;
}

.hero .grid .info p {
  line-height: 22px;
}

.hero .grid .image {
  text-align: center;
}

.hero .grid .image img {
  border-radius: 20px;
  max-width: 100%;
}

.hero .grid .image p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  margin: 0.5rem 0 0 0;
}

.careers {
  background-color: #ffffff;
  padding: 4rem 0;
}

.careers .intro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.careers .intro2 {
display:none;
}

.careers .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}


.intro .subtitle2 {
  font-size: 24px;
  font-style: italic;
  color: #000000;
  text-align: center;
  text-shadow: 0 0 4px rgba(51,65,133,0.30);
  padding-top:20px;
}

.careers .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.careers .intro h3 {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}


.careers .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

.careers .intro .trend {
display:none;
}

@media screen and (max-width: 500px) {
  .careers .intro .subtitle {
    font-size: 16px;
  }

  .careers .intro2 {
    display: block;
  font-size: 14px;
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .careers .intro .trend {
    display: block;
    font-size: 14px;
    margin: 0 0 0 0;
  }

  .hero-main-items a:hover{
    text-decoration: underline;
  }

  .careers .intro h2 {
    font-size: 36px;
  }

  .careers .intro h3 {
    font-size: 14px;
  }

  .contact2 h2 {
    font-size: 36px;
  }
  .careers .intro .description {
    font-size: 14px;
  }
}

.careers .careers-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.careers .careers-items .image {
  color: #ffffff;
  min-height: 170px;
  text-align: right;
  border-radius: 10px;
  -webkit-box-shadow: inset -20px -20px 30px 10px rgba(0, 0, 0, 0.5);
          box-shadow: inset -20px -20px 30px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.careers .careers-items .image img {
  margin: 10px 10px 0 0;
}

.careers .careers-items .image p {
  margin: 90px 20px 0 0;
}

.careers .careers-items h3 {
  color: #4a4a4a;
  font-size: 17px;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

.careers .careers-items h3:hover{
  text-decoration: underline;
}

.careers .careers-items p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.careers .careers-items p a:hover {
  text-decoration: underline;
}

.careers .careers-items .cta {
  text-align: left;
  margin-top: 0rem;
}

.careers .careers-items .cta p {
  color: #3F4A59;
  font-size: 12px;
  font-weight: bold;
}

.careers .career-type {
  color: #00297b;
  font-size: 24px;
}

.platform {
  background-color: #EFEFEF;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  padding: 4rem 0;
}

.platform .intro {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.platform .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.platform .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.platform .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .platform .intro .subtitle {
    font-size: 16px;
  }
  .platform .intro h2 {
    font-size: 36px;
  }
  .platform .intro .description {
    font-size: 14px;
  }
}

.platform img {
  max-width: 100%;
  margin: 2rem 0;
}

.teachers {
  padding: 4rem 0 1rem 0;
}

.teachers .intro {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.teachers .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.teachers .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.teachers .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .teachers .intro .subtitle {
    font-size: 16px;
  }
  .teachers .intro h2 {
    font-size: 36px;
  }
  .teachers .intro .description {
    font-size: 14px;
  }
}

.teachers-carousel {
  background: rgb(47,6,163);
  background: linear-gradient(145deg, rgba(47,6,163,1) 0%, rgba(48,136,230,1) 50%, rgba(20,16,101,1) 100%);
  background-size: 100% auto;
  padding: 1rem 0 3rem 0;
}

.teachers-carousel .carousel .carousel-cell {
  background-color: #ffffff;
  width: 300px;
  height: 300px;
  margin: 0.5rem;
  border-radius: 10px;
}

.teachers-carousel .carousel .carousel-cell .image {
  min-height: 215px;
  border-radius: 10px 10px 0 0;
}

.teachers-carousel .carousel .carousel-cell .info {
  padding: 1rem;
}

.teachers-carousel .carousel .carousel-cell .info h3 {
  font-size: 18px;
  margin: 0;
}

.teachers-carousel .carousel .carousel-cell .info p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  margin: 0 0 2rem 0;
}

.about {
  padding: 4rem 0;
}

.about .intro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.about .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.about .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.about .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .about .intro .subtitle {
    font-size: 16px;
  }
  .about .intro h2 {
    font-size: 36px;
  }
  .about .intro .description {
    font-size: 14px;
  }
}

.about .about-item-left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 2rem 0;
  gap: 3rem;
}

.about .about-item-left h5 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}

.about .about-item-left h3 {
  color: #0D05DE;
  font-size: 24px;
  text-transform: uppercase;
}

.about .about-item-left p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}

.about .about-item-left img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
}
.about .about-item-left-1 {
  margin: 2rem 0;
  gap: 3rem;
}

.about .about-item-left-1 h5 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}

.about .about-item-left-1 h3 {
  color: #0D05DE;
  font-size: 24px;
  text-align: center;
}

.about .about-item-left-1 p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}

.about .about-item-left-1 ul {
  text-align:center;
}

.about .about-item-left-1 img {
  max-width: 100%;
}

.about .about-item-right {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 2rem 0;
  gap: 2rem;
}

.about .about-item-right h5 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
}

.about .about-item-right h3 {
  color: #0D05DE;
  font-size: 24px;
  text-transform: uppercase;
}

.about .about-item-right p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}

.about .about-item-right img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
}
.about .about-item-right-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin: 2rem 0;
  gap: 2rem;
}

.about .about-item-right-1 h5 {
  font-size: 24px;
  color: #000000;
}

.about .about-item-right-1 h3 {
  font-size: 18px;
  color: #0076FF;
  margin-top:0px;
}

.about .about-item-right-1 p {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
}

.about .about-item-right-1 img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.35);
}
.covenants {
  background-color: #F5F5F5;
  text-align: center;
  padding: 4rem 0;
}

.covenants .intro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.covenants .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.covenants .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.covenants .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .covenants .intro .subtitle {
    font-size: 16px;
  }
  .covenants .intro h2 {
    font-size: 36px;
  }
  .covenants .intro .description {
    font-size: 14px;
  }
}

.covenants .covenants-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 2rem 0;
}

.covenants .covenants-items > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.covenants .covenants-items > div img {
  max-width: 110px;
  margin-bottom:40px;
}

.press {
  text-align: center;
  padding: 4rem 0;
}

.press .intro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.press .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.press .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.press .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 21px;
}

@media screen and (max-width: 500px) {
  .press .intro .subtitle {
    font-size: 16px;
  }
  .press .intro h2 {
    font-size: 36px;
  }
  .press .intro .description {
    font-size: 14px;
  }
}

.press .press-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  margin: 0rem 0;
}

.press .press-items > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.press .press-items > div img {
  max-width: 100%;
  margin-bottom: 2rem;
}

.press .press-items > div a {
  font-family: 'Titillium Web', sans-serif;
  color: #0076FF;
  text-decoration: underline;
}

.contact {
  color: #ffffff;
  background: rgb(39,14,160);
  background: linear-gradient(90deg, rgba(39,14,160,1) 0%, rgba(9,9,121,1) 36%, rgba(21,50,152,1) 74%, rgba(37,89,173,1) 100%);
  padding: 3rem 0;
}

.contact .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
      grid-template-columns: auto 300px;
  gap: 1rem;
}

.contact .grid .info h2 {
  font-size: 36px;
  line-height: 44px;
}

.contact .grid .info p {
  font-size: 18px;
  line-height: 22px;
}

.contact .grid .info ul {
  list-style: none;
  padding: 0;
}

.contact .grid .info ul li {
  margin: 1.5rem 0;
}

.contact .grid .info ul li::before {
  content: '✓';
  margin-right: 1rem;
}

.contact .grid .form {
  color: #4a4a4a;
  background-color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  font-size: 14px;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
}

.contact .grid .form form {
  margin-top: 1.5rem;
}

.contact .grid .form form input, .contact .grid .form form select {
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 50px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
}

select:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    background-color: #f5f5f5;
}

/* Opcional: mejora visual en móvil */
select:disabled option {
    color: #999;
}

.contact .grid .form form select {
  color: #0076FF;
  padding: 0.5rem 1.5rem;
}

.contact .grid .form form button {
  font-family: 'Montserrat', sans-serif;
}

.contact2 {
  color: red;
  background-color: #eeeeee;
  padding: 3rem 0;
}

.contact2 .grid {
  display: -ms-grid;
  display: grid;

  gap: 1rem;
}

.contact2 .grid .info h2 {
  font-size: 36px;
  line-height: 44px;
}

.contact2 .grid .info p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -.016em;
}

.contact2 .grid .info ul {
  list-style: none;
  padding: 0;
}

.contact2 .grid .info ul li {
  margin: 1.5rem 0;
  letter-spacing: -.016em;

}

.contact2 .grid .info ul li::before {
  content: '✓';
  margin-right: 1rem;
}

.contact2 .grid .form {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  padding: 1rem 1rem 1rem 1rem;
}

.contact2 .grid .form form {
  margin-top: 1.5rem;
}

.contact2 h2{
text-shadow:0px 0px 4px rgb(51 65 133 / 30%);
color: #000;
}
.contact2 p{
color: #000;
font-family: 'Titillium Web', sans-serif !important;
font-size: 18px;
}

.contact2 .grid .form form input, .contact2 .grid .form form select {
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 50px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.contact2 .grid .form form select {
  color: #0076FF;
  padding: 0.5rem 1.5rem;
}

.contact2 .grid .form form button {
  font-family: 'Montserrat', sans-serif;
}

footer {
  padding: 3rem 0;
}

footer .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

footer .grid > div {
  font-size: 14px;
  margin-bottom: 1rem;
}

footer .grid > div h4 {
  font-size: 16px;
}

footer .grid > div ul {
  list-style: none;
  padding: 0;
}

footer .grid > div ul li {
  margin-bottom: 1rem;
}

footer .grid > div ul li a {
  color: #4a4a4a;
}
footer .grid > div ul li a:hover {
  text-decoration: underline;
}

footer .footer-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      grid-template-areas: "logo legal social";
  padding-top: 1rem;
  border-top: 1px solid #0D05DE;
}

footer .footer-bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bottom > div img {
  max-width: 100%;
  margin-right: 0.8rem;
}

footer .footer-bottom .logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo;
}

footer .footer-bottom .logo img {
  width: 140px;
}

footer .footer-bottom .legal {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: legal;
}

footer .footer-bottom .social {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: social;
}

footer .footer-bottom a {
  color: #4a4a4a;
}

.hero-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 545px;
  color: #ffffff;
  background: rgb(39,14,160);
  background: linear-gradient(90deg, rgba(39,14,160,1) 0%, rgba(9,9,121,1) 36%, rgba(21,50,152,1) 74%, rgba(37,89,173,1) 100%);
}

.hero-main-items a {
  display: none;

}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.hero-main-items a {
  display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {

  .hero-main-items {
margin-bottom: 30px;
    }

.hero-main-items a {
  display: inline-block;
  background-color: #0076FF;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 0 0 6px 0;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  }
}

.hero-career .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 620px 300px;
      grid-template-columns: 620px 300px;
  gap: 20px;
}

.hero-career .grid .info img {
  max-width: 100%;
  border-radius: 10px;
}

.hero-career .grid .info h1 {
  font-size: 36px;
  margin-bottom: 5px;
}

.hero-career .grid .info hr {
  background-color: #ffffff;
  width: 50px;
  height: 3px;
  margin: 0;
  border: none;
}

.hero-career .grid .info p {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
}

.hero-career .grid .form {
  color: #4a4a4a;
  background-color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  min-height: 470px;
  padding: 1rem 1.5rem;
}

.hero-career .grid .form form {
  margin-top: 1.5rem;
}

.hero-career .grid .form form input, .hero-career .grid .form form select {
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 50px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-career .grid .form form select {
  color: #0076FF;
  padding: 0.5rem 1.5rem;
}

.hero-career .grid .form form button {
  font-family: 'Montserrat', sans-serif;
}

.hero-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 380px;
  color: #ffffff;
  background: #00297b url("../images/hero_fondo_eventos.jpg");
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.hero-events .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 620px 300px;
      grid-template-columns: 620px 300px;
  gap: 20px;
}

.hero-events .grid .info img {
  max-width: 100%;
  border-radius: 10px;
}

.hero-events .grid .info h1 {
  font-size: 36px;
  margin-bottom: 5px;
}

.hero-events .grid .info hr {
  background-color: #ffffff;
  width: 50px;
  height: 3px;
  margin: 0;
  border: none;
}

.hero-events .grid .info p {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.hero-events .grid .form {
  color: #4a4a4a;
  background-color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  min-height: 470px;
  padding: 1rem 1.5rem;
}

.hero-events .grid .form form {
  margin-top: 1.5rem;
}

.hero-events .grid .form form input, .hero-events .grid .form form select {
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 50px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-events .grid .form form select {
  color: #0076FF;
  padding: 0.5rem 1.5rem;
}

.hero-events .grid .form form button {
  font-family: 'Montserrat', sans-serif;
}

.hero-empresas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 380px;
  color: #ffffff;
  background: #00297b url("../images/hero-convenios-empresariales.jpg");
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.hero-empresas .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 620px 300px;
      grid-template-columns: 620px 300px;
  gap: 20px;
}

.hero-empresas .grid .info img {
  max-width: 100%;
  border-radius: 10px;
}

.hero-empresas .grid .info h1 {
  font-size: 36px;
  margin-bottom: 5px;
}

.hero-empresas .grid .info hr {
  background-color: #ffffff;
  width: 50px;
  height: 3px;
  margin: 0;
  border: none;
}

.hero-empresas .grid .info p {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.hero-empresas .grid .form {
  color: #4a4a4a;
  background-color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  min-height: 470px;
  padding: 1rem 1.5rem;
}

.hero-empresas .grid .form form {
  margin-top: 1.5rem;
}

.hero-empresas .grid .form form input, .hero-empresas .grid .form form select {
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  padding: 0.8rem 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 50px;
  box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-empresas .grid .form form select {
  color: #0076FF;
  padding: 0.5rem 1.5rem;
}

.hero-empresas .grid .form form button {
  font-family: 'Montserrat', sans-serif;
}

.hero-bar {
  color: #ffffff;
  background-color: #00297b;
  min-height: 80px;
  text-align: center;
}

.hero-bar .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
}

.hero-bar .grid p {
  font-size: 18px;
  margin: 0;
}

.career-info {
  padding: 4rem 0;
}

.ask-info {
  padding: 0rem 0 4rem 0;
  background: #F5F5F5;
}

.ask-info .content a {
  padding: 0.8rem 2rem 0.8rem 2rem;
}


.career-info .intro {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.career-info .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.career-info .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.career-info .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .career-info .intro .subtitle {
    font-size: 16px;
  }
  .career-info .intro h2 {
    font-size: 36px;
  }
  .career-info .intro .description {
    font-size: 14px;
  }


}

.career-info .content {
  padding-top: 0.2rem;
}

.career-info .content p {
  color: #3F4A59;
  font-family: 'Titillium Web', sans-serif;
  font-size: 24px;
}

.career-info .content a {
  min-height: 45px;
  min-width: 300px;
  font-size: 18px;
  padding: 0.8rem 2rem 0 2rem;
}

.career-profile {
  background-color: #F5F5F5;
  padding: 3rem 0;
}

.career-profile .intro {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.career-profile .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.career-profile .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.career-profile .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .career-profile .intro .subtitle {
    font-size: 16px;
  }
  .career-profile .intro h2 {
    font-size: 36px;
  }
  .career-profile .intro .description {
    font-size: 14px;
  }
}

.career-profile .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.career-profile .grid img {
  max-width: 100%;
  min-width: 100%;
}

.career-profile .grid h3 {
  font-size: 18px;
  color: #00297b;
}

.career-profile .grid ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

.career-profile .grid ul li {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.career-profile .content {
  text-align: center;
}

.career-profile .content p {
  color: #3F4A59;
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
}

.career-features {
  padding: 4rem 0;
}

.career-features .intro {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.career-features .intro .subtitle {
  font-size: 24px;
  margin: 0 0 10px 0;
}

.career-features .intro h2 {
  text-shadow: 0px 0px 4px rgba(51, 65, 133, 0.3);
}

.career-features .intro .description {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 500px) {
  .career-features .intro .subtitle {
    font-size: 16px;
  }
  .career-features .intro h2 {
    font-size: 36px;
  }
  .career-features .intro .description {
    font-size: 14px;
  }
}

.career-features .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem 1rem;
  margin-top: 3rem;
}

.career-features .grid > div {
  text-align: center;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 1rem;
}

.career-features .grid h3 {
  color: #045BEF;
  font-size: 18px;
}

.career-features .grid p {
  font-size: 16px;
  line-height: 19px;
  font-family: 'Titillium Web', sans-serif !important;
}


@media screen and (max-width: 768px) {
  body {
    margin-top: 75px;
  }


  .hide-tablet {
    display: none !important;
  }
  .show-tablet {
    display: inherit !important;
  }
  .container {
    padding: 0 4rem;
  }
  .navbar .logo img {
    width: 200px;
    margin-top:2px;
  }
  .info-bar p {
    font-size: 16px;
  }
  .hero {
    padding: 2rem 0 4rem 0;
  }
  .hero .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .hero .grid > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .hero .grid .info .cta {
    text-align: center;
  }
  .careers {
    padding: 2rem 0 4rem 0;
  }
  .careers .intro {
    max-width: 100%;
  }
  .careers .careers-items {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .careers .careers-items p > a {
  }
  .covenants .intro {
    width: 100%;
  }
  .covenants .covenants-items {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .covenants .covenants-items > div {
    padding: 1rem;
  }
  .contact .grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .contact .grid .info {
    padding-right: 1rem;
  }
  .contact .grid .info h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .contact .grid .info ul li {
    font-size: 16px;
  }
  footer .grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  footer .footer-bottom {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "logo legal" "social social";
  }
  footer .footer-bottom .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1rem;
  }
  .hero-career .grid {
    -ms-grid-columns: 300px 300px;
        grid-template-columns: 300px 300px;
  }
  .hero-career .grid .info h1 {
    margin-top: 50px;
  }
  .hero-career .grid .info p {
    line-height: 27px;
  }
  .hero-career .grid .form {
    padding: 1rem 1.5rem;
  }
  .hero-events .grid {
    -ms-grid-columns: 300px 300px;
        grid-template-columns: 300px 300px;
  }
  .hero-events .grid .info h1 {
    margin-top: 50px;
  }
  .hero-events .grid .info p {
    line-height: 27px;
  }
  .hero-events .grid .form {
    padding: 1rem 1.5rem;
  }
  .hero-empresas .grid {
    -ms-grid-columns: 300px 300px;
        grid-template-columns: 300px 300px;
  }
  .hero-empresas .grid .info h1 {
    margin-top: 50px;
  }
  .hero-empresas .grid .info p {
    line-height: 27px;
  }
  .hero-empresas .grid .form {
    padding: 1rem 1.5rem;
  }
  .career-profile .grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .career-features .grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 500px) {
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: inherit !important;
  }
  .small-text {
    font-size: 12px !important;
  }
  .medium-text {
    font-size: 12px !important;
  }
  .big-text {
    font-size: 14px !important;
  }
  .extrabig-text {
    font-size: 16px !important;
  }
  .intro .subtitle2 {
    font-size: 16px !important;
  }

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

  .btn-big {
    min-width: 100%;
  }
  .container {
    padding: 0 1rem;
  }
  .btn-ext {
    max-width: 100%;
  }
  .hero {
    padding: 1rem 0 2rem 0;
  }
  .hero .grid {
    gap: 1rem;
  }
  .hero .grid .info h1 {
    font-size: 22px;
    line-height: 27px;
  }
  .hero .grid .image p {
    font-size: 16px;
  }
  .careers {
    padding: 2rem 0;
  }

  nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
  }

  .careers .careers-items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }

  .careers .careers-items h3 {
    font-size:18px;
  }

  .careers .careers-items .blue-light-text {
    font-size:15px;
  }

  .careers .careers-items > div {
    padding: 0.5rem 0;
  }
  .platform {
    padding: 2rem 0;
  }
  .teachers {
    padding: 2rem 0;
  }
  .teachers-carousel {
    padding: 1rem 0 2rem 0;
  }
  .about {
    padding: 4rem 0 2rem 0;
  }
  .about .about-item-left {
    display: block;
  }
  .about .about-item-left h5 {
    font-size: 14px;
  }
  .about .about-item-left h3 {
    font-size: 18px;
  }
  .about .about-item-left p {
    font-size: 14px;
  }
  .about .about-item-left-1 {
    display: block;

  }
  .about .about-item-left-1 h5 {
    font-size: 14px;
  }
  .about .about-item-left-1 h3 {
    font-size: 18px;
  }
  .about .about-item-left-1 p {
    font-size: 14px;
  }
  .about .about-item-right {
    display: block;
  }
  .about .about-item-right h5 {
    font-size: 14px;
  }
  .about .about-item-right h3 {
    font-size: 18px;
  }
  .about .about-item-right p {
    font-size: 14px;
  }
  .about .about-item-right-1 {
    display: block;
  }
  .about .about-item-right-1 h5 {
    font-size: 18px;
  }
  .about .about-item-right-1 h3 {
    font-size: 18px;
    margin-top:25px;
  }
  .about .about-item-right-1 p {
    font-size: 14px;
  }
  .covenants {
    padding: 2rem 0;
  }
  .press {
    padding: 2rem 0;
  }
  .press .press-items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contact .grid .info h2 {
    font-size: 24px;
  }
  .contact .grid .info p {
    font-size: 14px;
  }
  .contact .grid .info ul li {
    font-size: 14px;
    margin: 0.5rem 0;
  }
  footer .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  footer .footer-bottom {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "logo" "legal" "social";
    padding-top: 2rem;
  }
  footer .footer-bottom > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5rem;
  }
  footer .footer-bottom .social {
    padding-top: 0;
  }
  .hero-career {
    padding: 1rem 0;
  }
  .hero-career .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hero-career .grid .info h1 {
    font-size: 20px;
    margin-top: 0px;
    line-height: 26px;
  }
  .hero-events {
    padding: 1rem 0;
    min-height:150px;
  }
  .hero-events .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hero-events .grid .info h1 {
    font-size: 18px;
    margin-top: 0px;
  }
  .hero-empresas {
    padding: 1rem 0;
    min-height:150px;
  }
  .hero-empresas .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .hero-empresas .grid .info h1 {
    font-size: 18px;
    margin-top: 0px;
  }
  .hero-bar .grid p {
    font-size: 14px;
  }
  .career-info {
    padding: 2rem 0;
  }
  .career-info .content p {
    font-size: 16px;
  }
  .career-info .content a {
    min-width: 100%;
    font-size: 14px;
  }
  .career-profile {
    padding: 2rem 0;
  }
  .career-profile .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .career-profile .content p {
    font-size: 14px;
  }
  .career-features .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */
