@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/* Color Variable */
html {
  overflow-x: hidden;
}

html, body {
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  line-height: 2.06;
  font-family: "Roboto", sans-serif !important;
}

#main {
  padding-top: 0px !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0 !important;
}

h3 {
  font-size: 24px !important;
  line-height: 1.4;
  letter-spacing: -0.96px;
}

#header {
  padding: 23px 0px;
  background: linear-gradient(to right, #ffffff 0%, #e5e5e5 100%) !important;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu ul ul li ul {
  left: -230px;
  top: 64px;
}
.mainmenu ul ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
}
.mainmenu li {
  display: inline-block;
  position: relative;
  padding: 0 35px 0 0;
}
.mainmenu li:last-child {
  border: 2px solid #25aae1;
  background-color: transparent;
  padding: 0 25px;
  border-radius: 5px;
}
.mainmenu li:last-child:hover {
  background-color: #25aae1;
}
.mainmenu li:last-child a {
  color: #25aae1;
}
.mainmenu li:last-child a:hover {
  color: #fff;
}
.mainmenu li a {
  padding: 9px 0;
  transition: 0.3s;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #272727;
}
.mainmenu li a:hover {
  color: #05bfc6;
}
.mainmenu li ul {
  position: absolute;
  background: #f3f3f3;
  left: 0px;
  top: 55px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
  transform: translateY(60px);
  border-radius: 6px;
  box-shadow: 0 10.5px 20px rgba(0, 0, 0, 0.9);
}
.mainmenu li ul li {
  text-align: left;
  display: block;
  padding: 0 0px 0 0;
}
.mainmenu li ul li > a {
  color: #000;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 400;
}
.mainmenu li ul li > a:hover {
  transform: translateX(2px);
}
.mainmenu li ul li:last-child {
  border: none;
  padding: 0;
  border-radius: 0;
}
.mainmenu li ul li:last-child:hover {
  background-color: transparent;
}
.mainmenu li ul a {
  color: #fff;
  width: 85%;
  text-align: left;
  margin-left: 0px;
  padding: 9px 21px;
}
.mainmenu li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.mainmenu li:hover ul ul {
  visibility: hidden;
  opacity: 0;
}
.mainmenu li > a {
  transition: 0.3s;
}
.mainmenu li.has-child-menu > a {
  position: relative;
}
.mainmenu li.has-child-menu > a::before {
  position: absolute;
  left: 106%;
  top: 56%;
  transform: translateY(-50%);
  font-size: 13px;
  font-family: bootstrap-icons !important;
  content: "\f282";
  transition: all 0.5s;
}
.mainmenu li.has-child-menu:hover a::before {
  transform: translateY(-50%) rotate(180deg);
}
.mainmenu li.has-child-menu ul li.has-child-menu > a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-family: bootstrap-icons !important;
  -webkit-text-stroke: 1px;
  content: "\f285";
  transition: all 0.5s;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .mainmenu {
    background: #0d3758;
    width: 100%;
    position: absolute;
    left: 0;
    top: 6rem;
    z-index: 1000;
  }
  .mainmenu ul li {
    padding: 0;
  }
  .mainmenu ul li:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .mainmenu ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 1em 5%;
    margin: 0;
    text-align: center;
    color: #fff !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    text-transform: uppercase;
  }
  .mainmenu ul li a:hover {
    color: #fff;
  }
}

.banda-info {
  background-color: #1190c5;
  color: #fff;
  padding: 0.5rem 0;
}
.banda-info p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}

.logo-img, .footer-logo {
  max-width: 165px;
  width: 100%;
  height: auto !important;
}
@media only screen and (max-width: 991px) {
  .logo-img, .footer-logo {
    max-width: 150px;
    margin: 20px auto;
  }
}

.meanmenu-reveal {
  padding: 13px 13px 11px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  z-index: 1000;
  right: 12px !important;
  color: #fff;
  font-weight: 400;
  background: #25aae1;
  border-radius: 50%;
  top: 6px;
  border: 0;
}

.hero-info-wrap h1 {
  color: #FFF !important;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 62px;
  max-width: 505px;
}
.hero-info-wrap h1 span {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.hero-info-wrap .hero-btn-wrap {
  display: flex;
  align-items: center;
}
.hero-info-wrap.hero-info-wrap-two h1 {
  color: #171717;
  line-height: 110%;
  margin-bottom: 34px;
  max-width: unset;
}
.hero-info-wrap.hero-info-wrap-two h1 span {
  -webkit-text-stroke: unset;
  color: #F44730;
}

footer {
  border-top: 10px solid #9acd57;
}

.bg-color-black {
  background-color: #0d3758 !important;
}

.footer-area {
  padding: 80px 0 0;
}
.footer-area a {
  color: #fff;
  text-decoration: underline;
}
.footer-area p {
  color: #fff;
}
.footer-area h4 {
  color: #fff;
}
.footer-area .widget, .footer-area .footer-widget {
  margin-bottom: 50px;
}
.footer-area .widget h2, .footer-area .footer-widget h2 {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px;
}
.footer-area .widget h2::before, .footer-area .footer-widget h2::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 22px;
  height: 2px;
  background-color: #6bbc48;
  content: "";
}
.footer-area .widget h2::after, .footer-area .footer-widget h2::after {
  position: absolute;
  left: 26px;
  bottom: -8px;
  width: 7px;
  height: 2px;
  background-color: #fff;
  content: "";
}
.footer-area .widget ul, .footer-area .footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-area .widget .footer-desc-wrap .footer-desc, .footer-area .footer-widget .footer-desc-wrap .footer-desc {
  margin: 15px 0 20px;
}
.footer-area .widget .menu li, .footer-area .footer-widget .menu li {
  transition: all 0.4s;
}
.footer-area .widget .menu li:not(:last-child), .footer-area .footer-widget .menu li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-area .widget .menu li:hover, .footer-area .footer-widget .menu li:hover {
  color: #05bfc6;
  transform: translateX(2px);
}
.footer-area .widget .menu li a, .footer-area .footer-widget .menu li a {
  color: #fff;
}
.footer-area .widget .menu li a:hover, .footer-area .footer-widget .menu li a:hover {
  color: #05bfc6;
}
.footer-area .widget .menu.footer-address li a, .footer-area .footer-widget .menu.footer-address li a {
  display: inline-flex;
  align-items: center;
}
.footer-area .widget .menu.footer-address li a b, .footer-area .footer-widget .menu.footer-address li a b {
  flex-shrink: 0;
}
.footer-area .widget .menu.footer-address li svg, .footer-area .footer-widget .menu.footer-address li svg {
  color: #05bfc6;
  margin-right: 15px;
  flex-shrink: 0;
}
.footer-area .widget.footer-black .footer-desc-wrap .footer-desc, .footer-area .footer-widget.footer-black .footer-desc-wrap .footer-desc {
  color: #fff;
}
.footer-area .widget.footer-black .menu li, .footer-area .footer-widget.footer-black .menu li {
  color: #fff;
}
.footer-area .widget.footer-black .menu li:hover, .footer-area .footer-widget.footer-black .menu li:hover {
  color: #05bfc6;
}
@media only screen and (max-width: 768px) {
  .footer-area {
    padding: 60px 0 0;
    text-align: center;
  }
}

.site-social li {
  display: inline-block;
}
.site-social li:not(:last-child) {
  margin-right: 10px;
}
.site-social li a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.site-social li a svg {
  height: 12px;
}
.site-social li a:hover {
  color: #05bfc6;
}
.site-social.site-social-two li a {
  display: inline-flex;
  width: 37px;
  height: 37px;
  background-color: rgba(23, 23, 23, 0.05);
  color: #fff;
  border-radius: unset;
}
.site-social.site-social-two li a svg {
  height: 15px;
}
.site-social.site-social-two li a:hover {
  background-color: #05bfc6;
  color: #fff;
}
.site-social.footer-three-social li:first-child {
  color: #fff;
  background-color: unset;
  font-size: 20px;
  font-weight: 500;
}
.site-social.footer-three-social li a {
  border-radius: 5px;
}
.site-social.footer-three-social li a:hover {
  color: #171717;
}
.site-social.site-social-menu a:hover {
  color: #171717;
}
.site-social.details-share li a {
  width: 54px;
  height: 54px;
}
.site-social.details-share li a svg {
  height: 20px;
  width: 20px;
}
.site-social.details-share li a:hover {
  color: #fff;
}
.site-social.details-share li.color-1 a {
  background-color: #4F5FBF;
}
.site-social.details-share li.color-2 a {
  background-color: #48BDE9;
}
.site-social.details-share li.color-3 a {
  background-color: #F44730;
}
.site-social.details-share.details-share-two li a {
  border: 1px solid #EFF3F4;
  background-color: transparent;
  color: #F44730;
}
.site-social.details-share.details-share-two li a:hover {
  color: #fff;
  background-color: #171717;
}
.site-social.details-listing-box-social li:not(:last-child) {
  margin-right: 10px;
}
.site-social.details-listing-box-social li a {
  display: inline-flex;
  width: unset;
  height: unset;
  background-color: unset;
  justify-content: center;
  align-items: center;
  color: #F44730;
  line-height: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.site-social.details-listing-box-social li a svg {
  height: 12px;
  width: 12px;
}
.site-social.details-listing-box-social li a:hover {
  color: #F44730;
}
.site-social.details-listing-box-social li:last-child {
  margin-left: 50px;
}
.site-social.details-listing-box-social li:last-child a {
  font-family: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.site-social.team-details-social li {
  display: inline-flex;
  width: 65px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #FDDAD6;
}
.site-social.team-details-social li:not(:last-child) {
  margin-right: 6px;
}
.site-social.team-details-social li a {
  display: inline-flex;
  width: 25px;
  height: 25px;
  background-color: #F44730;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 0;
  border-radius: 50%;
  transition: all 0.3s;
}
.site-social.team-details-social li a svg {
  height: 12px;
}
.site-social.team-details-social li a:hover {
  color: #fff;
}
.site-social.team-details-social li:hover a {
  background-color: #fff;
}

.footer-list li {
  transition: all 0.4s;
}
.footer-list li a {
  color: #fff;
}
.footer-list li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-list li:hover {
  color: #05bfc6;
  transform: translateX(2px);
}
.footer-list.footer-address li a {
  display: inline-flex;
  align-items: center;
}
.footer-list.footer-address li a b {
  flex-shrink: 0;
}
.footer-list.footer-address li svg {
  color: #05bfc6;
  margin-right: 15px;
  flex-shrink: 0;
}

.footer-right-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-right-wrap p {
  color: #fff;
  padding: 15px 0 23px;
  font-size: 14px;
}

.common-btn {
  color: #fff;
  display: inline-flex;
  line-height: 1;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 0.8px;
  padding: 17px 27px;
  background-color: #05bfc6;
  position: relative;
  overflow: hidden;
}
.common-btn::before {
  position: absolute;
  background: #00aedf;
  transform: scaleX(0);
  transition: all 0.5s linear;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
}
.common-btn span {
  position: relative;
  z-index: 10;
  display: block;
}
.common-btn:hover {
  color: #171717;
}
.common-btn:hover::before {
  transform: scaleX(1);
}
.common-btn:hover span {
  animation: UpInitial 0.3s, UpEnd 0.3s 0.3s;
}
.common-btn svg, .common-btn i {
  margin-left: 8px;
}
.common-btn.white-border {
  border: 2px solid #fff;
  background-color: transparent;
}
.common-btn.green-border {
  border: 2px solid #d0eaba;
  background-color: transparent;
}
.common-btn.orange-border {
  border: 2px solid #F44730;
  background-color: transparent;
  color: #171717;
}
.common-btn.orange-border::before {
  background: #F44730;
}
.common-btn.orange-border:hover span {
  color: #fff;
}
.common-btn.border-radius-none {
  border-radius: unset;
}
.common-btn.hover-black {
  color: #fff;
}
.common-btn.hover-black::before {
  background: #171717;
}

.section-title h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #25a9e0 !important;
}
.section-title p {
  margin-top: 20px;
}

.section-subtitle {
  color: #0D3758;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

.history-info-wrap {
  max-width: 610px;
}

.history-img-wrap {
  overflow: hidden;
  border-radius: 0px 20px 0px 20px;
}

.listing-box .single-listing-box {
  display: flex;
}
.listing-box .single-listing-box:not(:last-child) {
  margin-bottom: 30px;
}
.listing-box .single-listing-box .listing-box-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #98ca97;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 5px;
}
.listing-box .single-listing-box .listing-box-info {
  margin-left: 20px;
}
.listing-box .single-listing-box .listing-box-info h2, .listing-box .single-listing-box .listing-box-info h3 {
  transition: 0.3s;
}
.listing-box .single-listing-box:hover .listing-box-info h2, .listing-box .single-listing-box:hover .listing-box-info h3 {
  color: #98ca97;
}
.listing-box.history-listing-box .single-listing-box .listing-box-info {
  max-width: 490px;
}
.listing-box.process-listing-box .single-listing-box .listing-box-icon-wrap {
  background-color: unset;
}
.listing-box.who-we-listing-box .single-listing-box {
  border-radius: 20px;
  padding: 20px;
  background: #FCFAF3;
  margin-bottom: unset;
}
.listing-box.who-we-listing-box .single-listing-box:not(:last-child) {
  margin-right: 20px;
}
.listing-box.who-we-listing-box .single-listing-box .listing-box-info h2 {
  font-size: 20px;
}
.listing-box.footer-listing-box .single-listing-box .listing-box-icon-wrap {
  height: 80px;
  width: 80px;
}
.listing-box.footer-listing-box .single-listing-box .listing-box-info h2 {
  font-size: 18px;
}
.listing-box.footer-listing-box .single-listing-box .listing-box-info p svg {
  color: #F44730;
  margin-right: 5px;
}
.listing-box.footer-social-listing-box .single-listing-box .listing-box-info {
  margin-left: 14px;
}
.listing-box.footer-social-listing-box .single-listing-box .listing-box-info h2 {
  font-size: 20px;
  font-weight: 500;
}
.listing-box.listing-blog-sidebar .single-listing-box .listing-box-img-wrap {
  max-width: 80px;
  width: 100%;
}
.listing-box.listing-blog-sidebar .single-listing-box .listing-box-info h2 {
  font-size: 20px;
  margin-top: 5px;
}
.listing-box.details-blog-listing-box {
  padding: 40px;
}
.listing-box.details-blog-listing-box .single-listing-box {
  align-items: center;
}
.listing-box.details-blog-listing-box .single-listing-box .listing-box-icon-wrap {
  background-color: unset;
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.listing-box.details-blog-listing-box .single-listing-box .listing-box-info {
  margin-left: 30px;
}
.listing-box.details-blog-listing-box .single-listing-box .listing-box-info h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #171717;
  transition: 0.4s;
}
.listing-box.details-blog-listing-box .single-listing-box .listing-box-info h3 span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #171717;
  margin-left: 20px;
}
.listing-box.details-blog-listing-box .single-listing-box:hover .listing-box-info h3 {
  color: #171717;
}
.listing-box.details-blog-listing-box:hover .site-social.details-listing-box-social li:last-child a {
  color: #F44730;
  transition: all 0.3s;
}
.listing-box.details-service-listing-box .single-listing-box {
  padding: 30px;
}

.team-wrap {
  border-radius: 20px;
  margin-bottom: 24px;
}
.team-wrap .team-img-wrap {
  position: relative;
}
.team-wrap .team-img-wrap .team-hover-info {
  position: absolute;
  top: 23px;
  right: 0;
  border-radius: 23px 0px 0px 23px;
  padding: 20px 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F44730;
  transition: all 0.3s;
  transform: translateX(100%);
  opacity: 0;
}
.team-wrap .team-img-wrap .team-hover-info li {
  color: #fff;
}
.team-wrap .link-blanco {
  color: #fff !important;
  font-size: 24px !important;
}
.team-wrap .team-info {
  position: absolute;
  width: 100%;
  bottom: 90px;
  z-index: 2;
}
.team-wrap .team-info h3, .team-wrap .team-info h2, .team-wrap .team-info p {
  color: #fff;
}
.team-wrap::before {
  position: absolute;
  background: linear-gradient(180deg, rgba(34, 9, 148, 0) 17.19%, #052b66 100%);
  height: 50%;
  width: 100%;
  z-index: 1;
  content: "";
  bottom: 0;
}
.team-wrap:hover .team-img-wrap .team-hover-info {
  transform: translateX(0);
  opacity: 1;
}

.bg-color-gradient-blue {
  background: linear-gradient(to right, #3465ba 0%, #092559 100%);
}

.breadcrumb-area {
  padding: 152px 0 70px;
}

.breadcrumb-info h1 {
  font-size: 60px;
  text-transform: capitalize;
  color: #fff;
}
.breadcrumb-info p {
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
}
.breadcrumb-info p svg {
  margin: 0 15px;
}

.check-list {
  list-style: none !important;
  list-style-type: none !important;
}
.check-list li {
  position: relative;
  padding-left: 34px;
  color: #171717;
}
.check-list li:not(:last-child) {
  margin-bottom: 20px;
}
.check-list li::before {
  content: "";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 5%;
  background-color: #98ca97;
  padding: 0px 6px;
  color: #fff;
  font-size: 13px;
}

.question-list {
  list-style: none !important;
}
.question-list li {
  position: relative;
  padding-left: 34px;
  color: #171717;
}
.question-list li:not(:last-child) {
  margin-bottom: 20px;
}
.question-list li::before {
  content: "\f50c";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 5%;
  background-color: #98ca97;
  padding: 0px 6px;
  color: #fff;
  font-size: 13px;
}

.tabla-curso p {
  line-height: 1.5rem;
  font-size: 15px;
}
.tabla-curso h5, .tabla-curso h6 {
  margin-bottom: 0.5rem;
}
.tabla-curso .titulo {
  background: #1565aa;
  color: #fff !important;
  padding: 8px 0;
}
.tabla-curso .titulo h4 {
  color: #fff !important;
}
.tabla-curso .celda {
  padding: 16px 0;
}
.tabla-curso .celda-gris {
  padding: 16px 0;
  background: #f7f7f7;
}
.tabla-curso .separador {
  border-right: 1px solid #cbcbcb;
}

.boton-gris {
  color: #fff;
  display: inline-flex;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: 0.8px;
  padding: 17px 27px;
  background-color: #9c9c9c;
  position: relative;
  overflow: hidden;
}

.contact-address li {
  transition: all 0.4s;
  display: inline-flex;
  width: 100%;
}
.contact-address li:not(:last-child) {
  margin-bottom: 28px;
}
.contact-address li svg {
  color: #98ca97;
  margin-right: 19px;
  flex-shrink: 0;
  height: 23px;
  width: 23px;
  transition: all 0.3s;
}
.contact-address li .contact-info p {
  max-width: 220.541px;
}
.contact-address li .contact-info h3 {
  font-size: 20px;
}
.contact-address li:hover svg {
  color: #171717;
}/*# sourceMappingURL=custom.css.map */