* {
  margin: 0;
  padding: 0;
  color: #000002;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tecmilenio {
  background-color: #78D64B; /*fondo*/
  margin: 0;
  color: #263640;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
}
.tecmilenio h1, .tecmilenio h2, .tecmilenio h3, .tecmilenio h4, .tecmilenio h5 {
  font-weight: 700 !important;
  line-height: 1.5;
}
.tecmilenio h1, .tecmilenio h2, .tecmilenio h3, .tecmilenio h4, .tecmilenio h5, .tecmilenio p, .tecmilenio span {
  margin: 0;
}
.tecmilenio a, .tecmilenio button {
  text-decoration: none;
  cursor: pointer;
}
.tecmilenio .content {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.tecmilenio .btns-movil{
  display: none;
}
.tecmilenio header {
  background-color: #00534C;
}
.tecmilenio header content{
  max-width: 1200px;
}
.tecmilenio header .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 145px;
}
.tecmilenio header .content-header .logo {
  width: 100%;
  max-width: 230px;
}
.tecmilenio header .content-header .logo img {
  display: block;
  max-width: 100%;
}
.tecmilenio header .content-header .call p {
  font-size: 16px;
  color: white;
  margin: 0 0 5px;
}
.tecmilenio header .content-header .call a {
  text-align: center;
  display: block;
  font-size: 25px;
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
.tecmilenio header .content-header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 580px;
}
.tecmilenio header .content-header .menu a {
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 0;
    padding: 0 15px;
    width: auto;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 0px solid white;
    color: white;
    transition: all 0.2s ease-in-out;
}
.tecmilenio header .content-header .menu a.active {
  border-bottom: 5px solid white;
  color: white;
}
.tecmilenio header .content-header .menu a:hover {
  border-bottom: 5px solid white;
  color: white;
}
.tecmilenio .bar {
  background-color: #78D64B;
}
.tecmilenio .bar .content-bar {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tecmilenio .bar .content-bar p {
  font-size: 20px;
  color: #07322F;
  margin: 0;
  font-weight: bold;
}
.tecmilenio .bar .content-bar .wa-bar p {
  font-size: 18px;
  color: #07322F;
  margin: 0 0 5px;
  text-align: center;
}
.tecmilenio .bar .content-bar .wa-bar a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #07322F;
}
.tecmilenio .bar .content-bar .wa-bar a img {
  margin: 0 0 0 5px;
  max-width: 30px;
}
.tecmilenio .hero {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.tecmilenio .hero.hero-ss .bar-hero .content-bar-hero {
  height: auto;
  padding: 25px 0;
}
.tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0 0 0 40px;
}
.tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul li {
  width: 50%;
  margin: 0 0 10px;
}
.tecmilenio .hero img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.tecmilenio .hero .bar-hero {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #78D64B;
}
.tecmilenio .hero .bar-hero .content-bar-hero {
  height: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text {
  max-width: 750px;
  width: 100%;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text h2 {
  color: #474BFF;
  font-size: 38px;
  margin: 0 0 20px;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text h3 {
  color: #FF8904;
  font-size: 26px;
  margin: 0 0 20px;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text p {
  font-size: 20px;
}
.tecmilenio .hero .form {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 400px;
}
.tecmilenio .hero .form .head-form {
  background-color: #00534C; /**/
  padding: 15px;
  border-radius: 0;
}
.tecmilenio .hero .form .head-form p {
  font-size: 15px;
  color: white;
  text-align: center;
  margin: 0;
}
.tecmilenio .hero .form .head-form a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.tecmilenio .hero .form .head-form a img {
  margin: 0 8px 0 0;
}
.tecmilenio .hero .form .body-form {
  background-color: white;
  padding: 15px;
  border-radius: 0;
  text-align: center;
}
.tecmilenio .hero .form .body-form h4 {
  font-size: 23px;
  color: white;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.tecmilenio .hero .form .body-form h4 a {
  color: white;
  text-decoration: underline;
}
.tecmilenio .hero .form .body-form h3 {
  font-size: 18px;
  color: #00534C;
  font-weight: 700;
  margin: 0 0 10px;
}
.tecmilenio .hero .form .body-form h3 span {
  color: #d7006d;
}
.tecmilenio .hero .form .body-form form {
  margin: 0 0 20px;
}
.tecmilenio .hero .form .body-form form .form-group {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tecmilenio .hero .form .body-form form .form-group .col-6 {
  width: 100%;
  max-width: 47%;
}
.tecmilenio .hero .form .body-form form .form-group label.error{
    display: none !important;
}
.tecmilenio .hero .form .body-form form .form-group label, .tecmilenio .hero .form .body-form form .form-group small {
  color: #00534C;
  font-size: 12px;
  margin: 0 0 15px;
  text-align: left;
  display: block;
  width: 100%;
  font-weight: 700;
}
.tecmilenio .hero .form .body-form form .form-group input, .tecmilenio .hero .form .body-form form .form-group select {
  height: 30px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #00534C; /*fondo*/
  border: none;
  width: 100%;
  box-shadow: none;
  background-color: #EAF2FF; /*BCampos*/
}
.tecmilenio .hero .form .body-form form .form-group input.error, .tecmilenio .hero .form .body-form form .form-group select.error{
    border: 1px solid red !important;
}
.tecmilenio .hero .form .body-form form .form-group input:focus, .tecmilenio .hero .form .body-form form .form-group select:focus {
  outline: none;
}
.tecmilenio .hero .form .body-form form span {
  font-size: 17px;
  color: white;
  display: block;
  font-weight: 700;
  margin: 0 0 20px;
}
.tecmilenio .hero .form .body-form form .btn {
  background-color: #97D700; 
  height: 50px;
  width: 100%;
  max-width: 210px;
  color: black;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0 auto 20px;
  box-shadow: none;
  font-weight: 700;
  border: none;
}
.tecmilenio .hero .form .body-form form a {
  font-size: 14px;
  color: white;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
  display: block;
  margin: 0 0 20px;
}
.tecmilenio .hero .form .body-form form .politica .checkbox label {
  font-size: 12px;
  color: white;
}
.tecmilenio .hero .form .body-form form .politica .checkbox label input {
  margin: 0 8px 0 0;
}
.tecmilenio .hero .form .body-form p {
  font-size: 17px;
  text-align: center;
  color: #00DEFF;
  font-weight: 700;
}
.tecmilenio .hero .form .body-form p a {
  color: #00DEFF;
  text-decoration: underline;
}

.tecmilenio .hero .form .body-form .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tecmilenio .hero .form .body-form .check span {
  font-weight: 300;
  font-size: 11px;
  text-align: left;
  margin: 5px 0 0 5px;
  margin-left: 5px;
  color: black;
}
.tecmilenio .hero .form .body-form .check label{
  font-size: 12px;
  color: black;
  display: flex;
  margin: 0 0 0 7px;
}
.tecmilenio .hero .form .body-form .check label a{
  color: black;
  font-size: 12px;
  margin: 0 0 0 3px;
}

.tecmilenio .introInfo {
  padding: 70px 0 0;
}
.tecmilenio .introInfo .video video{
  width: 100%;
  max-width: 750px;
  height: 100%;
  max-height: 430px;
  display: block;
  margin: 0 auto 60px;
}
.tecmilenio .introInfo h3 {
  text-align: center;
  font-size: 25px;
  color: #00534C;
  margin: 0 0 40px;
}
.tecmilenio .introInfo p {
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  margin: 0 0 40px;
}
.tecmilenio .introInfo .row-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tecmilenio .introInfo .row-intro p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 575px;
  text-align: left;
  margin: 0 0 10px;
}
.tecmilenio .introInfo .row-intro p .fas {
  color: #00534C;
  font-size: 18px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.tecmilenio .carruselBlock {
  padding: 70px 0;
}
.tecmilenio .carruselBlock .carruselOferta .slick-arrow {
  top: 0;
  position: absolute;
  height: 100%;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-prev {
  left: -40px;
  right: inherit;
}
.tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-next {
  right: -40px;
  left: inherit;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta {
  margin: 0 auto;
  max-width: 97%;
  width: 100%;
  background-color: #00534C;
  padding: 25px;
  border-radius: 10px;
}
/*Carrusel_Carreras*/
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro {
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro h4 {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 10px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro h3 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro p {
  color: #78D64B;
  font-size: 16px;
  text-align: center;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon {
  width: 100%;
  max-width: 128px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon .fas {
  color: white;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon p {
  font-size: 16px;
  color: white;
  text-align: center;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon p span {
  font-weight: bold;
  color: white;
  display: block;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info {
  background-color: #97D700;/*fondo de carreras*/
  padding: 15px;
  border-radius: 10px;
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info p {
  color: #00534C;
  font-size: 15px;
  margin: 0 0 15px;
  font-weight: bold;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info ul {
  padding: 0 0 0 20px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info ul li {
  color: #FFFFFF;
  font-size: 15px;
  margin: 0 0 8px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas .side {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas .side h4 {
  font-size: 15px;
  color: #78D64B;
  margin: 0 0 5px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas .side p {
  font-size: 15px;
  color: white;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .btnInterest {
  background-color: #78D64B;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: black;
  font-weight: bold;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 20px;
}


.tecmilenio footer {
  margin: 50px 0 0;
  background-color: #00534C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
  height: 90px;
}
.tecmilenio footer img {
  max-width: 180px;
}
.tecmilenio footer p {
  font-size: 15px;
  color: white;
}

@media (max-width: 767px) {
  .tecmilenio .content {
    padding: 0 15px;
  }
  .tecmilenio .bar .content-bar {
    padding: 20px 0;
    height: auto;
  }
  .tecmilenio .bar .content-bar p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px;
  }

  .tecmilenio .btns-movil{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 9999999999999;
    background-color: #97D700;
    position: fixed;
    width: 100%;
  }
  .tecmilenio .btns-movil a{
    height: 80px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #07322F;
    font-size: 15px;
    padding: 0 10px;
    border-right: 1px solid #07322F;
  }
  .tecmilenio .btns-movil a:last-child{
    border: none;
  }
  .tecmilenio .btns-movil a .fas{
    margin-right: 10px;
  }
  .tecmilenio .btns-movil a span{
    display: block;
    max-width: 93px;
  }

  .tecmilenio .bar .content-bar .wa-bar {
    margin: 0 auto;
  }
  .tecmilenio .bar .content-bar .wa-bar p {
    font-size: 16px;
    text-align: center;
    margin: 0;
  }
  .tecmilenio .introInfo h3 {
    font-size: 20px;
  }
  .tecmilenio .introInfo p {
    font-size: 16px;
  }
  .tecmilenio form .form-group label {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .tecmilenio form .form-group input {
    display: block;
    margin: 0 auto 20px;
  }
  .tecmilenio form .form-group .btn {
    margin: 0 auto;
    height: 50px;
    font-size: 15px;
  }
  .tecmilenio header .content-header {
    height: auto;
    padding: 20px 0;
  }
  .tecmilenio header .content-header .logo {
    margin: 0 auto 20px;
  }
  .tecmilenio header .content-header .logo img {
    max-width: 180px;
    display: block;
    margin: 0 auto;
  }
  .tecmilenio header .content-header .menu {
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }
  .tecmilenio header .content-header .menu a {
    font-size: 13px;
    max-width: 47;
    height: 55px;
    text-align: center;
  }
  .tecmilenio header .content-header .call {
    margin: 0 auto;
  }
  .tecmilenio header .content-header .call p {
    font-size: 16px;
  }
  .tecmilenio header .content-header .call a {
    font-size: 18px;
  }
  .tecmilenio .carruselBlock .carruselOferta {
    max-width: 95%;
    margin: 0 auto;
  }
  .tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-prev {
    left: -20px;
  }
  .tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-next {
    right: -20px;
  }
  .tecmilenio .carruselBlock .carruselOferta .itemOferta {
    max-width: 100%;
  }
  .tecmilenio .hero {
    height: auto;
  }
  .tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul {
    flex-wrap: wrap;
  }
  .tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul li {
    width: 100%;
    text-align: left;
  }
  .tecmilenio .hero .form {
    position: relative;
  }
  .tecmilenio .hero .bar-hero {
    height: auto;
    position: relative;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero {
    height: auto;
    padding: 30px 0;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text {
    text-align: center;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text h2 {
    font-size: 25px;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text h3 {
    font-size: 20px;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text p {
    font-size: 16px;
  }
  .tecmilenio footer {
    padding: 30px 20px 110px;
    height: auto;
    text-align: center;
    flex-wrap: wrap;
  }
  .tecmilenio footer img {
    margin: 0 auto 20px;
  }
  .tecmilenio footer p {
    margin: 0 auto;
    text-align: center;
  }
  .tecmilenio footer a {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  }
}

/*# sourceMappingURL=landing-tecmilenio.css.map */


/** {
  margin: 0;
  padding: 0;
  color: #000002;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tecmilenio {
  background-color: white;
  margin: 0;
  color: #263640;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
}
.tecmilenio h1, .tecmilenio h2, .tecmilenio h3, .tecmilenio h4, .tecmilenio h5 {
  font-weight: 700 !important;
  line-height: 1.5;
}
.tecmilenio h1, .tecmilenio h2, .tecmilenio h3, .tecmilenio h4, .tecmilenio h5, .tecmilenio p, .tecmilenio span {
  margin: 0;
}
.tecmilenio a, .tecmilenio button {
  text-decoration: none;
  cursor: pointer;
}
.tecmilenio .content {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.tecmilenio header {
  background-color: #00534C;
}
.tecmilenio header .content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 145px;
}
.tecmilenio header .content-header .logo {
  width: 100%;
  max-width: 230px;
}
.tecmilenio header .content-header .logo img {
  display: block;
  max-width: 100%;
}
.tecmilenio header .content-header .call p {
  font-size: 18px;
  color: white;
  margin: 0 0 5px;
}
.tecmilenio header .content-header .call a {
  text-align: center;
  display: block;
  font-size: 30px;
  color: white;
  font-weight: bold;
}
.tecmilenio header .content-header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 510px;
}
.tecmilenio header .content-header .menu a {
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0;
    padding: 0 25px;
    width: auto;
    cursor: pointer;
    background-color: transparent;
    border-bottom: 0px solid white;
    color: white;
    transition: all 0.2s ease-in-out;
}
.tecmilenio header .content-header .menu a.active {
  border-bottom: 5px solid white;
  color: white;
}
.tecmilenio header .content-header .menu a:hover {
  border-bottom: 5px solid white;
  color: white;
}
.tecmilenio .bar {
  background-color: #97D700;
}
.tecmilenio .bar .content-bar {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tecmilenio .bar .content-bar p {
  font-size: 20px;
  color: #07322F;
  margin: 0;
  font-weight: bold;
}
.tecmilenio .bar .content-bar .wa-bar p {
  font-size: 18px;
  color: #07322F;
  margin: 0 0 5px;
  text-align: center;
}
.tecmilenio .bar .content-bar .wa-bar a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #07322F;
}
.tecmilenio .bar .content-bar .wa-bar a img {
  margin: 0 0 0 5px;
  max-width: 30px;
}
.tecmilenio .hero {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.tecmilenio .hero.hero-ss .bar-hero .content-bar-hero {
  height: auto;
  padding: 25px 0;
}
.tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0 0 0 40px;
}
.tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul li {
  width: 50%;
  margin: 0 0 10px;
}
.tecmilenio .hero img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.tecmilenio .hero .bar-hero {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #F1F1F1;
}
.tecmilenio .hero .bar-hero .content-bar-hero {
  height: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text {
  max-width: 750px;
  width: 100%;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text h2 {
  color: #474BFF;
  font-size: 38px;
  margin: 0 0 20px;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text h3 {
  color: #FF8904;
  font-size: 26px;
  margin: 0 0 20px;
}
.tecmilenio .hero .bar-hero .content-bar-hero .text p {
  font-size: 20px;
}
.tecmilenio .hero .form {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 400px;
}
.tecmilenio .hero .form .head-form {
  background-color: #00A499;
  padding: 15px;
  border-radius: 0;
}
.tecmilenio .hero .form .head-form p {
  font-size: 20px;
  color: white;
  text-align: center;
  margin: 0 0 15px;
}
.tecmilenio .hero .form .head-form a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.tecmilenio .hero .form .head-form a img {
  margin: 0 8px 0 0;
}
.tecmilenio .hero .form .body-form {
  background-color: white;
  padding: 40px 30px;
  border-radius: 0;
  text-align: center;
}
.tecmilenio .hero .form .body-form h4 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.tecmilenio .hero .form .body-form h4 a {
  color: white;
  text-decoration: underline;
}
.tecmilenio .hero .form .body-form h3 {
  font-size: 20px;
  color: #00534C;
  font-weight: 700;
  margin: 0 0 10px;
}
.tecmilenio .hero .form .body-form h3 span {
  color: #d7006d;
}
.tecmilenio .hero .form .body-form form {
  margin: 0 0 20px;
}
.tecmilenio .hero .form .body-form form .form-group {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tecmilenio .hero .form .body-form form .form-group .col-6 {
  width: 100%;
  max-width: 47%;
}
.tecmilenio .hero .form .body-form form .form-group label.error{
    display: none !important;
}
.tecmilenio .hero .form .body-form form .form-group label, .tecmilenio .hero .form .body-form form .form-group small {
  color: #00534C;
  font-size: 12px;
  margin: 0 0 15px;
  text-align: left;
  display: block;
  width: 100%;
  font-weight: 700;
}
.tecmilenio .hero .form .body-form form .form-group input, .tecmilenio .hero .form .body-form form .form-group select {
  height: 40px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: white;
  border: none;
  width: 100%;
  box-shadow: none;
  background-color: #e2f9f7;
}
.tecmilenio .hero .form .body-form form .form-group input.error, .tecmilenio .hero .form .body-form form .form-group select.error{
    border: 1px solid red !important;
}
.tecmilenio .hero .form .body-form form .form-group input:focus, .tecmilenio .hero .form .body-form form .form-group select:focus {
  outline: none;
}
.tecmilenio .hero .form .body-form form span {
  font-size: 17px;
  color: white;
  display: block;
  font-weight: 700;
  margin: 0 0 20px;
}
.tecmilenio .hero .form .body-form form .btn {
  background-color: #97D700;
  height: 50px;
  width: 100%;
  max-width: 210px;
  color: black;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin: 0 auto 20px;
  box-shadow: none;
  font-weight: 700;
  border: none;
}
.tecmilenio .hero .form .body-form form a {
  font-size: 14px;
  color: white;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
  display: block;
  margin: 0 0 20px;
}
.tecmilenio .hero .form .body-form form .politica .checkbox label {
  font-size: 12px;
  color: white;
}
.tecmilenio .hero .form .body-form form .politica .checkbox label input {
  margin: 0 8px 0 0;
}
.tecmilenio .hero .form .body-form p {
  font-size: 17px;
  text-align: center;
  color: #00DEFF;
  font-weight: 700;
}
.tecmilenio .hero .form .body-form p a {
  color: #00DEFF;
  text-decoration: underline;
}
.tecmilenio .introInfo {
  padding: 70px 0 0;
}
.tecmilenio .introInfo h3 {
  text-align: center;
  font-size: 25px;
  color: #00534C;
  margin: 0 0 40px;
}
.tecmilenio .introInfo p {
  text-align: center;
  font-size: 20px;
  color: #00534C;
  margin: 0 0 40px;
}
.tecmilenio .introInfo .row-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tecmilenio .introInfo .row-intro p {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 575px;
  text-align: left;
  margin: 0 0 10px;
}
.tecmilenio .introInfo .row-intro p .fas {
  color: #00534C;
  font-size: 18px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}
.tecmilenio .carruselBlock {
  padding: 70px 0;
}
.tecmilenio .carruselBlock .carruselOferta .slick-arrow {
  top: 0;
  position: absolute;
  height: 100%;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-prev {
  left: -40px;
  right: inherit;
}
.tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-next {
  right: -40px;
  left: inherit;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta {
  margin: 0 auto;
  max-width: 97%;
  width: 100%;
  background-color: #00534C;
  padding: 25px;
  border-radius: 10px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro {
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro h4 {
  color: white;
  font-size: 16px;
  text-align: center;
  margin: 0 auto 10px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro h3 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .intro p {
  color: #26D07C;
  font-size: 16px;
  text-align: center;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon {
  width: 100%;
  max-width: 128px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon .fas {
  color: white;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon p {
  font-size: 16px;
  color: white;
  text-align: center;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .icons .icon p span {
  font-weight: bold;
  color: white;
  display: block;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info {
  background-color: #26D07C;
  padding: 15px;
  border-radius: 10px;
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info p {
  color: #00534C;
  font-size: 15px;
  margin: 0 0 15px;
  font-weight: bold;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info ul {
  padding: 0 0 0 20px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .info ul li {
  color: #00534C;
  font-size: 15px;
  margin: 0 0 8px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 25px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas .side {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas .side h4 {
  font-size: 15px;
  color: #26D07C;
  margin: 0 0 5px;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .convenio-becas .side p {
  font-size: 15px;
  color: white;
}
.tecmilenio .carruselBlock .carruselOferta .itemOferta .contentItemOferta .btnInterest {
  background-color: #26D07C;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: black;
  font-weight: bold;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 20px;
}
.tecmilenio footer {
  margin: 50px 0 0;
  background-color: #00534C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 40px;
  height: 90px;
}
.tecmilenio footer img {
  max-width: 180px;
}
.tecmilenio footer p {
  font-size: 15px;
  color: white;
}

@media (max-width: 767px) {
  .tecmilenio .content {
    padding: 0 15px;
  }
  .tecmilenio .bar .content-bar {
    padding: 20px 0;
    height: auto;
  }
  .tecmilenio .bar .content-bar p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px;
  }
  .tecmilenio .bar .content-bar .wa-bar {
    margin: 0 auto;
  }
  .tecmilenio .bar .content-bar .wa-bar p {
    font-size: 16px;
    text-align: center;
    margin: 0;
  }
  .tecmilenio .introInfo h3 {
    font-size: 20px;
  }
  .tecmilenio .introInfo p {
    font-size: 16px;
  }
  .tecmilenio form .form-group label {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .tecmilenio form .form-group input {
    display: block;
    margin: 0 auto 20px;
  }
  .tecmilenio form .form-group .btn {
    margin: 0 auto;
    height: 50px;
    font-size: 15px;
  }
  .tecmilenio header .content-header {
    height: auto;
    padding: 20px 0;
  }
  .tecmilenio header .content-header .logo {
    margin: 0 auto 20px;
  }
  .tecmilenio header .content-header .logo img {
    max-width: 180px;
    display: block;
    margin: 0 auto;
  }
  .tecmilenio header .content-header .menu {
    margin: 0 auto 20px;
  }
  .tecmilenio header .content-header .menu a {
    font-size: 13px;
    max-width: 47;
    height: 55px;
    text-align: center;
  }
  .tecmilenio header .content-header .call {
    margin: 0 auto;
  }
  .tecmilenio header .content-header .call p {
    font-size: 16px;
  }
  .tecmilenio header .content-header .call a {
    font-size: 18px;
  }
  .tecmilenio .carruselBlock .carruselOferta {
    max-width: 95%;
    margin: 0 auto;
  }
  .tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-prev {
    left: -20px;
  }
  .tecmilenio .carruselBlock .carruselOferta .slick-arrow.slick-next {
    right: -20px;
  }
  .tecmilenio .carruselBlock .carruselOferta .itemOferta {
    max-width: 100%;
  }
  .tecmilenio .hero {
    height: auto;
  }
  .tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul {
    flex-wrap: wrap;
  }
  .tecmilenio .hero.hero-ss .bar-hero .content-bar-hero .text ul li {
    width: 100%;
    text-align: left;
  }
  .tecmilenio .hero .form {
    position: relative;
  }
  .tecmilenio .hero .bar-hero {
    height: auto;
    position: relative;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero {
    height: auto;
    padding: 30px 0;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text {
    text-align: center;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text h2 {
    font-size: 25px;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text h3 {
    font-size: 20px;
  }
  .tecmilenio .hero .bar-hero .content-bar-hero .text p {
    font-size: 16px;
  }
  .tecmilenio footer {
    padding: 30px 20px;
    height: auto;
    text-align: center;
    flex-wrap: wrap;
  }
  .tecmilenio footer img {
    margin: 0 auto 20px;
  }
  .tecmilenio footer p {
    margin: 0 auto;
    text-align: center;
  }
  .tecmilenio footer a {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
  }
}

/*# sourceMappingURL=landing-tecmilenio.css.map */