@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  text-align: right;
}

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-align: left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #606060;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/

::-webkit-scrollbar-thumb {
  background: #2C6169;
}

html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2C6169;
  /*CHANGE SELECT ANY TEXT MOUSE*/
  color: #fff;
}

::-moz-selection {
  background: #3d0aca;
  color: rgb(5, 73, 64);
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #2C6169;
  /*CHANGE MAIN BUTTON COLOR*/
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #fff700;
  /*CHANGE MAIN BUTTON COLOR HOVER*/
  color: #606060;
}

a.main-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #ffee00;
  /*CHANGE BUTTON ACERCA DE*/
  text-transform: uppercase;
  color: #2C6169;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #2C6169;
  /*CHANGE BUTTON ACERCA DE - HOVER*/
  color: rgb(255, 255, 255);
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 25px;
  background-color: #fff700;
  /*CHANGE FOOTER BUTTON NORMAL*/
  text-transform: uppercase;
  color: #606060;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #2C6169;
  /*CHANGE FOOTER BUTTON HOVER*/
  color: #ffffff;

}


.center-heading {
  margin-bottom: 70px;
}

.center-heading h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #2C6169;
  margin-bottom: 25px;
}

.center-heading .standards {
  text-align: center;
  margin-bottom: 25px;
}

.center-heading h2 em {
  font-style: normal;
  color: #fff700;
  /*DONACIONES HIGH CONTRAST | faq*/
  background-color: #2C6169;
}

.center-heading h4 {
  margin-top: 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #2C6169;
  margin-bottom: 25px;
}

.center-heading p {
  font-size: 15px;
  color: #606060;
  text-align: center;
}

/*FAQ*/
.mmain-nav {
  min-height: 80px;
  background: #1534e6;
}

.mmain-nav .nav {
  float: left;
  margin-top: 27px;
  margin-left: 15%;
  margin-right: 0px;
  background-color: #6d2b2b;
  /*CHANGE NAV BACKGRND*/
  padding: 0px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.mmain-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.mmain-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.mmain-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.mmain-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 10px 0 #a7a7a7c6;
  /*CHANGE MAIN MENU SHADOWS*/
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(-2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.mmain-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  width: 100%;
  height: 70%;
  min-height: 500px;
  background-image: url(https://assets.hicode.education/es/images/banner-bg.png);
  /*CHANGE MAIN IMAGE*/
  background-repeat: no-repeat;
  background-position: right top;

}

.welcome-area .header-text .left-text {
  position: relative;
  align-self: center;
  margin-top: 35%;
  transform: perspective(1px) translateY(-30%) !important;
}

.welcome-area .header-text h1 {
  font-weight: 600;
  font-size: 52px;
  line-height: 80px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #2C6169;
  /*CHANGE WORDS MAIN TEXT 1ST*/
}

.welcome-area .header-text h1 em {
  font-style: normal;
  color: #fbff00;
  /*CHANGE WORD MAIN TEXT 2ND*/
  background-color: #2C6169;
}

.welcome-area .header-text p {
  font-weight: 300;
  font-size: 17px;
  color: #606060;
  /*CHANGE WORDS MAIN TEXT 3RD*/
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 1420px) {
  .welcome-area .header-text {
    width: 70%;
    height: auto;
    margin-left: 5%;
  }
}

@media (max-width: 1320px) {
  .welcome-area .header-text .left-text {
    margin-top: 50%;
  }

  .welcome-area .header-text {
    width: 50%;
    margin-left: 5%;
  }
}

@media (max-width: 1140px) {
  .welcome-area {
    height: auto;
  }

  .welcome-area .header-text {
    width: 92%;
    padding-top: 793px;
  }

  .welcome-area .header-text .left-text {
    margin-top: 5%;
    transform: none !important;
  }
}

@media (max-width: 810px) {
  .welcome-area {
    height: auto;
    background-size: contain;
  }

  .welcome-area .header-text {
    padding-top: 100%;
    margin-left: 0;
  }

  .container-fluid .col-md-12 {
    margin-right: 0px;
    padding-right: 0px;
  }
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 100px 0px;
  position: relative;
  z-index: 9;
}

@media (max-width: 992px) {
  .features-item {
    margin-bottom: 45px;
  }
}

.features-item {
  border-radius: 5px;
  padding: 60px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px #2C6169;
  /*CHANGE SHADOW ABOUT*/
}

.features-item h2 {
  z-index: 9;
  position: absolute;
  top: 15px;
  left: 45px;
  font-size: 100px;
  font-weight: 600;
  color: #2C6169;
  /*CHANGE NUMBER SECT ABOUT*/
}

.features-item h2 em {
  font-size: 10px;
  font-style: normal;
}

.features-item img {
  z-index: 10;
  position: relative;
  max-width: 100%;
  margin-bottom: 40px;
  left: 30%;
}

.features-item h4 {
  margin-top: 0px;
  font-size: 22px;
  color: #2C6169;
  /*CHANGE ABOUT TITLE*/
  margin-bottom: 25px;
}

.features-item .main-button {
  margin-top: 35px;
  display: inline-block;
}


/*
---------------------------------------------
promotion
---------------------------------------------
*/

.left-image-decor {
  background-image: url(https://assets.hicode.education/es/images/left-bg-decor.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

.left-image-decor_pr {
  background-image: url(https://assets.hicode.education/es/images/left-bg-decor_pr.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

.left-image-decor_et {
  background-image: url(https://assets.hicode.education/es/images/left-bg-decor_et.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

.left-image-decor_csfa {
  background-image: url(https://assets.hicode.education/es/images/left-bg-decor_csfa.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#promotion {
  padding: 100px 0px;
}

#promotion .left-image {
  align-self: center;
}

#promotion .right-text ul {
  padding: 0;
  margin: 0;
}

#promotion .right-text ul li {
  display: inline-block;
  margin-bottom: 60px;
}

#promotion .right-text ul li:last-child {
  margin-bottom: 0px;
}

#promotion .right-text img {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

#promotion .right-text h4 {
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  margin-top: 3px;
}


/*
--------------------------------------------
faq
--------------------------------------------
*/
.right-image-decor {
  background-image: url(https://assets.hicode.education/es/images/right-bg-decor.png);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  width: 100%;
  display: inline-block;
  height: 110%;
  margin-top: -200px;
}

#faq {
  padding-top: 100px;
  position: relative;
  z-index: 9;
}

#faq .item {
  position: relative;
}

#faq .item .testimonial-content {
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  margin-left: 60px;
  padding: 40px 30px;
  text-align: center;
  border-radius: 5px;
}

#faq .item .testimonial-content ul li {
  display: inline-block;
  margin: 0px 1px;
}

#faq .item .testimonial-content ul li i {
  color: #fff;
  font-size: 13px;
}

#faq .item .testimonial-content h4 {
  font-size: 22px;
  margin-top: 20px;
  color: #fff;
}

#faq .item .testimonial-content p {
  color: #fff;
  font-style: italic;
  font-weight: 200;
  margin: 20px 0px 15px 0px;
}

#faq .item .testimonial-content span {
  color: #fff;
  font-weight: 200;
  font-size: 13px;
}

#faq .author img {
  max-width: 120px;
  margin-bottom: -60px;
}

.owl-carousel .owl-nav button.owl-next span {
  z-index: 10;
  top: 45%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -210px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  position: absolute;
}

.owl-carousel .owl-nav button.owl-prev span {
  z-index: 9;
  top: 30%;
  border-radius: 10px;
  font-size: 46px;
  color: #fff;
  right: -150px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background: rgb(244, 129, 63);
  background: linear-gradient(145deg, rgba(244, 129, 63, 1) 0%, rgba(241, 85, 106, 1) 100%);
  position: absolute;
}

@media screen and (max-width: 1060px) {
  .owl-carousel .owl-nav {
    display: none !important;
  }
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

@media (max-width: 992px) {
  footer {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .contact-form {
    margin-bottom: 45px;
  }

  footer .right-content {
    text-align: center;
  }

  footer .footer-content {
    padding: 60px 0px !important;
  }
}

footer {
  margin-top: 50px;
  padding-top: 30vw;
  background-image: url(https://assets.hicode.education/es/images/footer-bg.png);
  /*CHANGE IMAGE FOOTER*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

footer .footer-content {
  padding: 120px 0px;
}

.contact-form {
  position: relative;
  z-index: 10;
  padding: 45px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  /*CHANGE FOOTER CONTACT BOX BACKGRND*/
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

}

footer .right-content {
  align-self: center;
}

.contact-form input,
.contact-form textarea {
  color: #2C6169;
  /*CHANGE FOOTER CONTACT BOX WIRTING*/
  font-size: 13px;
  border: 1px solid #2C6169;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form {
  text-align: center;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.footer-content .right-content {
  color: #fff;
}

.footer-content .right-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: initial;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-content .right-content h2 em {
  font-style: normal;
  color: #fff700;
  /*CHANGE FOOTER TEXT DIFF WORD*/
}

.footer-content .right-content p {
  color: #FFF;
}

.footer-content .right-content a {
  color: #FFF;
}

.footer-content .right-content a:hover {
  color: #FC3;
}

footer .social {
  overflow: hidden;
  margin-top: 30px;
}

footer .social li:first-child {
  margin-left: 0px;
}

footer .social li {
  margin: 0px 7.5px;
  display: inline-block;
}

footer .social li a {
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #fbff00;
  /*CHANGE HOVER SOCIAL NET*/
  border-color: #fbff00;
  /*CHANGE*/
  color: #fff;
}

footer .copyright {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: 0.88px;
  text-transform: capitalize;
}

footer .sub-footer {
  padding: 60px 0px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  text-align: center;
}

footer .sub-footer a {
  color: #FFF;
}

footer .subsub-footer {
  padding: 5px 0px;
  text-align: center;
}

footer .subsub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

footer .sub-footer a:hover {
  color: rgb(63, 11, 184);
}

footer .sub-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.version_logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  footer .copyright {
    text-align: center;
  }

  footer .social {
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #fff700 100%, #fff700 100%);
  /*CHANGE COLOR LOADING*/
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper>div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  5% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
---------------------------------------------
FAQ
--------------------------------------------- 
*/

details {
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #2C6169;
  background-color: rgb(255, 255, 255);
}

summary {
  font-weight: bold;
  color: #2C6169;
}

/* 
---------------------------------------------
BUTTON
--------------------------------------------- 
*/

.floating-btn {
  width: 170px;
  height: 60px;
  background: #2C6169;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 60px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  box-shadow: 2px 2px 5px rgba(216, 216, 216, 0.219);
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 15px;

  outline: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
}

.floating-btn:active {
  background: #2C6169;
}

@media (max-width: 991px) {
  .floating-btn {
    text-align: center;
  }
}

#testimonials {
  margin-top: 150px;
}