@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
  background: #efefef;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
.boxed {
  padding: 10px;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.btn {
  padding: 9px 20px;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn.btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  font-weight: bold;
}
.text-gray {
  color: #ccc;
}
.text-orage {
  color: #f8a303;
}
.title-border {
  position: relative;
}
.title-border:before {
  position: absolute;
  left: 0;
  width: 7px;
  display: block;
  content: "";
  width: 25px;
  bottom: 20px;
  height: 2px;
  background: #f8a303;
}
.title-border.title-border-white:before {
  background: #fff;
}
.btn.bg-orange {
  padding: 10px 20px;
  font-size: 0.9em;
  border-color: #f8a303;
  background: #f8a303;
}
.bg-blue-main {
  background: #2473b5;
}
.bg-orange-main {
  background: #f8a303;
}
.bg-gray-main {
  background: #efefef;
}
.bg-gray-loop {
  background: #c4c4c4;
}
.bg-gray-sec {
  background: #f2f2f2;
}
.bg-white {
  background: #fff;
}
.popup-callyou {
  width: 600px;
  display: none;
  z-index: 9;
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 300px);
}
header.home-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgb(0 0 0 / 25%);
}
header.header-static {
  background: #363f45;
}
header.fixed {
  z-index: 99;
  background: #363f45;
}
header.fixed .logo img {
  width: 200px;
}
.top-bar {
  background: #2b2b2b;
  color: #fff;
  font-size: 0.8em;
  padding: 3px 0;
}
.top-bar ul {
  padding: 0;
  margin: 0;
}
.top-bar ul li {
  padding-right: 20px;
  display: inline-block;
  list-style: none;
}
.menu-bar {
  padding: 8px 0;
}
.logo img {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  width: 300px;
}
nav > div {
  margin-left: 30px;
}
nav div > ul > li {
  font-size: 0.9em;
  text-transform: uppercase;
  display: inline-block;
}
nav div > ul > li > a {
  margin: 0 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
nav div > ul > li > a:hover {
  padding-bottom: 4px;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
nav ul {
  padding-left: 0;
  margin-bottom: 0;
}
.sub-menu {
  display: none;
}
nav ul li a {
  color: #fff;
}
.landing {
  height: 80vh;
  background: url(images/landing/portada-desktop-2025.png);
  background-repeat: no-repeat;
  background-position: 0 0, center bottom;
  background-size: 100%, cover;
  position: relative;
  z-index: 1;
}
.landing h1 {
  font-weight: bold;
  color: #fff;
  font-size: 38px;
}
.landing p {
  color: #fff;
}
.block-gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 9;
  left: 0;
}
.block-info-columns > div {
  width: 24%;
  padding: 10px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-info-columns i {
  font-size: 2em;
  padding-right: 10px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.block-info-columns .title-col {
  font-size: 0.8em;
}
.block-info-columns span {
  margin: 8px 0;
}
.block-info-columns h4 {
  font-size: 2em;
  font-weight: bold;
}
.block.block-large {
  width: 100%;
  min-height: 400px;
  padding: 2rem 0;
}
.bg-banner-inhouse {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b262c),
      to(rgba(27, 38, 44, 0.5))
    ),
    url(images/landing/curso.jpg);
  background: linear-gradient(to right, #1b262c, rgba(27, 38, 44, 0.5)),
    url(images/landing/curso.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0, center center;
}
.left-block {
  width: 50%;
}
.right-block {
  width: 39%;
}
.block-title-boxed {
  display: inline-block;
  border-bottom: 2px solid #f8a303;
  color: #fff;
}
.block-title-boxed h3 {
  font-size: 2em;
}
.left-block p {
  color: #fff;
  font-size: 0.9em;
}
.right-block .block-info-boxed {
  background: #fff;
  border-radius: 6px;
  padding: 20px 30px;
}
.right-block .block-info-boxed h4 {
  color: #f8a303;
  font-size: 1.1em;
}
.block-info-boxed .info-row {
  font-size: 0.9em;
}
.block-info-boxed.block-bottom i {
  font-size: 1.5rem;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc;
  color: #f8a303;
}
.block-info-boxed p {
  font-size: 0.9em;
}
.block-info-boxed.block-bottom a {
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
}
.landing-product {
  width: 100%;
  height: 90vh;
  padding-top: 100px;
  position: relative;
}
.content-landing-product {
  margin-top: 80px;
}
.form-landing {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  width: 380px;
}
.title-landing__block {
  width: 50%;
}
.static-left {
  width: 64%;
}
.fixed-right {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  border: 1px solid #ccc;
  width: 32%;
  margin-left: 4%;
}
.solicitar-block {
  position: fixed;
  top: 10vh;
  left: calc(50% - 375px);
  width: 760px;
  height: 80vh;
  z-index: 99;
  display: none;
  border-radius: 6px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.btn-close-solicitar {
  cursor: pointer;
  font-size: 2em;
  width: 100%;
  text-align: right;
}
.block-middle-product {
  padding-top: 100px;
}
div.product .onsale {
  display: none;
}
.woocommerce div.product .product_title {
  font-size: 1.3em;
}
.summary {
  display: none;
}
.woocommerce-breadcrumb {
  display: none;
}
.bottom-columns {
  position: absolute;
  bottom: -55px;
  width: 100%;
  left: 0;
}
.product_meta {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #fff;
  border: none;
  padding: 10px 40px;
  position: relative;
  border-radius: 0;
  color: #fff;
  font-weight: normal;
  overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #2473b5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.woocommerce div.product p.price {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  padding: 20px 0;
  font-size: 1.7rem;
  border-bottom: 1px solid #ccc;
  color: #fff;
  background: #2473b5;
}
.woocommerce-Price-currencySymbol {
  margin-right: 10px;
}
.woocommerce div.product p.price del,
.woocommerce div.product p.price ins {
  display: block;
}
.woocommerce div.product form.cart .button {
  padding: 10px 0;
  font-weight: normal;
  font-size: 1.1em;
  border-radius: 6px;
  display: block;
  line-height: 28px;
}
.btn-solicitar {
  width: 100%;
  border: 2px solid #ccc;
  color: #2473b5;
  margin-top: 10px;
  padding: 10px 0;
  border-radius: 6px;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
}
.course-details__block {
  padding-left: 0;
  list-style: none;
}
.course-details__block li {
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  font-size: 0.9em;
}
.course-details__block li:last-child {
  border: none;
}
.woocommerce div.product form.cart div.quantity {
  display: none;
}
.woocommerce div.product form.cart .button {
  width: 100%;
  background: #2473b5;
}
.itinerario-block {
  margin-top: 40px;
}
.module-block {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}
.box-tab {
  margin-top: 40px;
}
.content-tab {
  margin-top: 30px;
  padding: 10px;
  font-size: 0.9em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.temario_tab .content-tab {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.box-tab:first-child {
  margin-top: 0;
}
.tab-title {
  margin-bottom: 10px;
}
.tab-title.title-border:before {
  bottom: -5px;
}
.toggle-temario {
  cursor: pointer;
}
.toggle-temario:hover {
  background: #f2f2f2;
}
.toggle-temario span {
  color: #000;
  font-weight: bold;
  padding: 10px;
}
.content-temario {
  padding: 10px;
  font-size: 0.9em;
  display: none;
}
.toggle-temario button {
  background: transparent;
  color: #777;
  font-size: 1.2em;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  bottom: -10px;
  right: calc(50% - 10px);
  height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-top: 10px solid #2473b5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #333;
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-top: 2rem;
  background: #fff;
  padding: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 0;
  overflow: visible;
  background: #fff;
  border-bottom: 0;
}
.column-landing {
  margin: 1% 1%;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  width: 32%;
  padding: 15px 0;
  background: #fff;
}
.column-landing i {
  font-size: 2em;
  margin-right: 20px;
}
.column-landing:first-child {
  margin-left: 0;
}
.column-landing:last-child {
  margin-right: 0;
}
#sidebar {
  display: none;
}
.details-program {
  border-radius: 6px;
  margin-top: 20px;
  padding: 20px;
  color: #fff;
  background: #2473b5;
}
.details-program ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.details-program ul li {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.details-program ul li:last-child {
  border-bottom: 0;
}
.swiper-teachers {
  border-radius: 6px;
  background: #fff;
}
.swiper-teachers img {
  border-radius: 100%;
  width: 100px;
  margin-bottom: 20px;
}
.swiper-teachers p {
  font-size: 0.9em;
}
.swiper-reviews {
  border-radius: 6px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
.swiper-teachers .swiper-slide {
  padding: 20px 80px;
  border-radius: 6px;
  color: #000;
}
.swiper-container .swp-button {
  background: transparent;
  width: auto;
  font-size: 2em;
  color: #000;
}
.swiper-pagination-bullet {
  background: #333;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.woocommerce ul.products li.product {
  background: #fff;
  margin: 20px 10px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .onsale {
  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;
  width: 60px;
  height: 60px;
  background: #2473b5;
}
.border-bottom-gray {
  border-bottom: 1px solid #ccc;
}
.title-loop {
  margin-bottom: 0;
  height: 54px;
  font-weight: bold;
  color: #000;
}
.course-img-wrap {
  position: relative;
}
.badge-course {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 0.7em;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 32px;
  padding: 4px 8px;
  margin: 5px;
  display: inline-block;
}
.course-type-txt__block {
  display: inline-block;
  background: #2473b5;
  color: #fff;
  border-radius: 18px;
  padding: 3px 8px;
  font-size: 0.7em;
}
.course-type-txt__block.bg-gray {
  background: #f2f2f2;
  font-weight: bold;
  color: #f8a303;
}
.woocommerce ul.products li.product .title-row {
  font-size: 0.9em;
}
.woocommerce ul.products li.product .title-desc {
  font-size: 0.8em;
  color: #000;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  color: #2b2b2b;
}
.loop-price__block {
  border-bottom: 1px solid #ccc;
}
.woocommerce ul.products li.product .price {
  font-size: 1.2em;
  color: #2b2b2b;
  margin-bottom: 0;
  display: inline-block;
}
.bottom-loop-product .block-left ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.btn-info-course {
  width: 60%;
  text-align: center;
  color: #fff;
  background: #2193b0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2193b0),
    to(#6dd5ed)
  );
  background: linear-gradient(to right, #2193b0, #6dd5ed);
  display: block;
  margin: 15px auto;
  font-size: 0.8em;
  border-radius: 30px;
  padding: 10px 0;
}
#order_review {
  width: 40%;
}
.screen-reader-text {
  width: auto !important;
}
.col2-set .col-1,
.col2-set .col-2 {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 100% !important;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: #fff !important;
  border-radius: 6px;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce nav.woocommerce-pagination {
  display: none;
}
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}
.list-icons {
  margin-top: 2rem;
  padding-left: 0;
  margin-bottom: 0;
}
.list-icons li {
  padding: 20px 0;
  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;
  border-bottom: 1px solid #ccc;
  width: 100%;
  list-style: none;
}
.list-icons li > div {
  width: 80%;
}
.list-icons li:last-child {
  border-bottom: none;
}
.list-icons li h5 {
  color: #333;
  font-size: 1.1em;
}
.list-icons p {
  font-size: 0.9em;
}
.list-icons i {
  padding: 0 40px;
  font-size: 4rem;
  color: #f8a303;
}
.block-column-2 > div {
  width: 48%;
}
.swiper-reviews .swiper-slide {
  padding: 80px;
  border-radius: 6px;
  background: #fff;
}
.block-payments {
  position: relative;
  top: -100px;
  text-align: center;
}
.block-payments .container {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-radius: 6px;
}
.block-payments img {
  width: 70px;
  margin: 0 20px;
  height: auto;
}
.block-client img {
  margin: 40px 0;
  width: 180px;
}
.block-client > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.sec-client,
.four-client {
  margin-right: 40px;
}
footer {
  background: #2473b5;
}
.footer-inner {
  color: #fff;
}
footer .logo img {
  width: 200px;
}
.footer-bottom > div {
  width: 20%;
}
.footer-social {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 40px;
  padding-left: 40px;
}
.footer-bottom {
  margin-top: 40px;
}
.footer-bottom a {
  font-size: 0.9em;
  display: block;
  margin-bottom: 10px;
}
.footer-social a {
  font-size: 0.9em;
  margin-right: 10px;
}
footer h5 {
  font-size: 1em;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .about-icel {
  margin-left: 100px;
}
footer i {
  font-size: 1.2em;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ccc;
  text-decoration: none;
}
.only-desk {
  display: block;
}
.only-mob {
  display: none;
}
.wp-you {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.wp-you img {
  width: 60px;
}
.call-you {
  position: fixed;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 9;
  background: #2473b5;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 5px rgba(0, 0, 0, 0.1);
}
.call-you a div {
  font-size: 0.9em;
  font-weight: bold;
  margin: 10px;
}
.call-you i {
  font-size: 1.8em;
}
.landing.landing-about {
  background: url(images/landing/portada-desktop-2025.png);
  background-repeat: no-repeat;
  background-position: 0 0, center bottom;
  background-size: 100%, cover;
}
.landing.landing-inhouse {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#090979),
      to(rgba(9, 9, 121, 0))
    ),
    url(images/landing/curso.jpg);
  background: linear-gradient(to right, #090979, rgba(9, 9, 121, 0)),
    url(images/landing/curso.jpg);
  background-repeat: no-repeat;
  background-position: 0 0, center bottom;
  background-size: 100%, cover;
}
.title-border-center:after {
  display: block;
  width: 80px;
  content: "";
  margin: 10px auto;
  height: 2px;
  border-bottom: 2px solid #f8a303;
}
.title-border-center.blue-title:after {
  border-bottom: 2px solid #2473b5;
}
.cols-2 > div {
  width: 49.5%;
}
.block-large ul {
  padding-left: 0;
  list-style: none;
  padding-bottom: 0;
}
.lista-ofrecemos li {
  padding-left: 18px;
  position: relative;
}
.lista-ofrecemos li:before {
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 12px;
}
.card-w-icons i {
  color: #fff;
  background: #f8a303;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
  border-radius: 100%;
  font-size: 2em;
}
.card-w-icons i:before {
  margin: 0;
}
.mision-vision {
  padding: 20px 0;
}
.card-w-icons h4 {
  font-size: 1.1em;
  padding-bottom: 5px;
  color: #f8a303;
}
.card-w-icons p {
  margin: 0 auto;
  font-size: 0.9em;
  width: 300px;
}
.br-1 {
  border-right: 1px solid #ccc;
}
.bb-1 {
  border-bottom: 1px solid #ccc;
}
.imgs > div {
  width: 24%;
}
.imgs > div {
  background-size: cover;
  background-position: center center;
  height: 180px;
}
.landing.landing-contact {
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b262c),
      to(rgba(27, 38, 44, 0.5))
    ),
    url(images/landing/contact.jpg);
  background: linear-gradient(to right, #1b262c, rgba(27, 38, 44, 0.5)),
    url(images/landing/contact.jpg);
  background-repeat: no-repeat;
  background-position: 0 0, center center;
  background-size: 100%, cover;
  height: 50vh;
}
.contact-block {
  padding: 30px;
  color: #fff;
  background: #2473b5;
}
.contact-info a {
  color: #fff;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.contact-info a:last-child {
  border-bottom: none;
}
.img-1 {
  background-image: url(images/inhouse/inhouse.jpg);
}
.img-2 {
  background-image: url(images/inhouse/2.jpg);
}
.img-3 {
  background-image: url(images/inhouse/3.jpg);
}
.img-4 {
  background-image: url(images/inhouse/4.jpg);
}
.box-shadow {
  border-radius: 6px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.inhouse-icons .card-item i {
  background: #2473b5;
}
.inhouse-icons .card-item h4 {
  color: #2473b5;
}
.inhouse-intro > div {
  width: 50%;
}
.inhouse-intro > div.img-inhouse {
  width: 50%;
}
div.img-inhouse img {
  width: 100%;
}
.inhouse-intro p {
  font-size: 0.9em;
}
.card-item {
  text-align: center;
  padding: 30px 0;
}
.course-list {
  padding: 40px 0;
  font-size: 0.85em;
  color: #424242;
}
.course-list > ul {
  width: 48%;
}
.cols-5 > div {
  width: 20%;
}
.cols-3 > div {
  width: 33%;
}
.container-contact > div {
  width: 48%;
}
.img-inhouse img {
  width: 600px;
}
.links-contact a {
  color: #000;
  padding: 30px 0;
  width: 32.3%;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  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;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 1.5em;
  text-decoration: none;
}
.links-contact a:hover {
  color: #2473b5;
  background: #e9e8e8;
}
.search-diploma {
  width: 70%;
  border: none;
  padding: 10px 20px;
  -webkit-box-shadow: 0 2px 3px rgba(43, 43, 43, 0.2);
  box-shadow: 0 2px 3px rgba(43, 43, 43, 0.2);
  border-radius: 6px;
}
.popup-imagen {
  display: none;
  padding: 20px;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  height: 100vh;
  background: #fff;
}
.popup-imagen img {
  width: 70%;
  margin: 0 auto;
  height: auto;
  display: block;
}
.btn-search-diploma {
  width: 28%;
  margin-left: 20px;
  padding: 10px 20px;
  background: #2473b5;
  color: #fff;
  border: none;
  border-radius: 6px;
}
.result {
  display: none;
}
.list-diplomas .result {
  margin-top: 20px;
  padding: 10px 20px;
  -webkit-box-shadow: 0 2px 3px rgba(43, 43, 43, 0.2);
  box-shadow: 0 2px 3px rgba(43, 43, 43, 0.2);
  border-radius: 6px;
  background: #fff;
}
.loader {
  display: none;
}
.diploma-title {
  padding: 20px 0;
  color: #2473b5;
}
.diplo-row {
  border-right: 1px solid #ccc;
}
.diplo-row:last-child {
  border-right: none;
}
.loader img {
  width: 70px;
  margin: 40px auto;
  display: block;
}
.diplo-val {
  font-size: 1.3em;
}
.diplo-label {
  color: #999;
  font-size: 1.1em;
}
.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.table-responsive-stack td,
.table-responsive-stack th {
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .only-mob {
    display: block;
  }
  .landing {
    min-height: 100vh;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: url(images/landing/portada-mobile-2025.png);
    background-repeat: no-repeat;
    background-position: 0 0, center bottom;
    background-size: 100%, cover;
  }
  .block-gradient {
    position: relative;
  }
  .landing h1 {
    font-size: 28px;
  }
  .landing-inner {
    padding-bottom: 30px;
    height: auto !important;
  }
  .landing br {
    display: none;
  }
  .logo img {
    width: 180px;
    margin-left: 30px;
  }
  .top-bar {
    display: none !important;
  }
  .burger {
    font-size: 1.5em;
    margin-right: 30px;
  }
  .nav-main {
    background: #363f45;
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 100%;
    right: -100%;
  }
  nav div > ul > li {
    display: block;
  }
  nav > div {
    margin-left: 0;
  }
  nav div > ul > li > a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0 10px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  nav div > ul > li > a:hover {
    padding-bottom: 4px;
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
  }
  .block-info-columns > div {
    width: 50%;
  }
  .left-block,
  .right-block {
    width: 100%;
  }
  .right-block {
    margin-top: 40px;
  }
  .block-column-2 > div {
    width: 100%;
  }
  .block-review {
    margin-top: 40px;
  }
  .block-client > div > div {
    width: 40%;
    text-align: center;
  }
  .block-client img {
    width: 100px;
  }
  .landing-about,
  .landing-inhouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-inhouse {
    margin-top: 20px;
  }
  .landing-about div.w-50,
  .landing-inhouse div.w-50 {
    width: 100% !important;
  }
  .cols-3 > div {
    width: 100%;
  }
  .mision-vision > div:last-child {
    margin-top: 20px;
  }
  .cols-2 > div {
    width: 100%;
  }
  .only-desk {
    display: none;
  }
  .card-w-icons p {
    width: 100%;
  }
  .imgs > div {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .container-contact > div {
    width: 100%;
  }
  .br-1,
  .bb-1 {
    border: none;
  }
  .course-list > ul {
    width: 100%;
  }
  .links-contact a {
    width: 100%;
    margin-bottom: 20px;
  }
  .inhouse-intro > div.img-inhouse {
    width: 100%;
  }
  .inhouse-intro > div {
    width: 100%;
  }
  .call-you {
    display: none;
  }
  .landing-product {
    height: 100vh;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .solicitar-block {
    width: 95%;
    height: 95vh;
    top: 2.5vh;
    left: 2.5%;
  }
  .bottom-columns {
    position: relative;
    bottom: -140px;
  }
  .bottom-columns .container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .title-landing__block {
    width: 100%;
    text-align: center;
  }
  .column-landing {
    width: 100%;
    margin: 0;
  }
  .column-landing.middle-column {
    border-radius: 0;
    background: #2473b5;
    color: #fff;
  }
  .column-landing:first-child {
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .column-landing:last-child {
    border-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .column-landing h4 {
    font-size: 1.2em;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    float: none;
  }
  .woocommerce-page div.product div.summary {
    padding: 20px;
    border-radius: 6px;
    width: 90%;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    margin: 160px auto 50px auto;
    display: block;
  }
  .title-landing__block h1 {
    font-size: 1.2em;
  }
  .form-landing {
    display: none;
  }
  .static-left {
    width: 100%;
  }
  .fixed-right {
    display: none;
  }
  .swiper-teachers .swiper-slide {
    padding: 20px;
  }
  .swiper-button-prev {
    left: -10px;
  }
  .swiper-button-next {
    right: -10px;
  }
  .footer-bottom > div {
    width: 100%;
    margin-top: 2rem;
  }
  footer h2 {
    font-size: 1.1em;
  }
  .payment-imgs > div {
    width: 30%;
    margin-bottom: 20px;
  }
  .popup-callyou {
    width: 95%;
    height: 80vh;
    position: fixed;
    top: 10vh;
    left: 2.5%;
  }
  .search-diploma {
    width: 100%;
  }
  .btn-search-diploma {
    width: 100%;
    margin-left: 0;
    margin-top: 4px;
  }
  .diploma-title {
    font-size: 1.1em;
  }
  .table.mt-4 {
    margin-top: 0 !important;
  }
  .diplo-row.pr-4,
  .diplo-row.pl-4 {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: none;
    padding: 10px 0 !important;
  }
  .diplo-row:last-child {
    border-right: none;
    border-bottom: none;
  }
  .diplo-row.mr-2.ml-2 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #order_review {
    width: 100%;
  }
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid #ccc;
    display: block;
  }
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
  .table td {
    padding: 0.75rem 0;
  }
}
/*# sourceMappingURL=style.css.map */
