/* colours */
.tp-h-fit-content {
  height: fit-content !important;
  height: -moz-fit-content;
}
.tp-h-100 {
  height: 100%;
}
.tp-h-auto {
  height: auto !important;
}

.tp-vh-80 {
  height: 80vh;
}
.tp-vh-100 {
  height: 100vh;
}

.tp-w-fit-content {
  width: fit-content;
}
.tp-w-100 {
  width: 100%;
}
.tp-w-70 {
  width: 70% !important;
}
.tp-w-50-mb {
  width: 50%;
}
@media (max-width: 1199px) {
  .tp-w-50-mb {
    width: 100%;
  }
}

.tp-m-0 {
  margin: 0 !important;
}
.tp-m-1 {
  margin: 8px;
}
.tp-m-2 {
  margin: 12px;
}
.tp-m-3 {
  margin: 16px;
}
.tp-m-4 {
  margin: 24px;
}
.tp-m-5 {
  margin: 32px;
}
.tp-m-6 {
  margin: 40px;
}
.tp-m-7 {
  margin: 48px;
}
.tp-m-8 {
  margin: 56px;
}
.tp-m-9 {
  margin: 64px;
}
.tp-m-10 {
  margin: 72px;
}
.tp-mt-p40 {
  margin-top: 40%;
}
.tp-mt-p50 {
  margin-top: 50%;
}
.tp-mt-0 {
  margin-top: 0;
}
.tp-mt-1 {
  margin-top: 8px;
}
.tp-mt-2 {
  margin-top: 12px;
}
.tp-mt-3 {
  margin-top: 16px;
}
.tp-mt-4 {
  margin-top: 24px;
}
.tp-mt-5 {
  margin-top: 32px !important;
}
.tp-mt-6 {
  margin-top: 40px;
}
.tp-mt-7 {
  margin-top: 48px;
}
.tp-mt-8 {
  margin-top: 56px;
}
.tp-mt-9 {
  margin-top: 64px;
}
.tp-mt-10 {
  margin-top: 72px;
}
.tp-mb-0 {
  margin-bottom: 0 !important;
}
.tp-mb-menu {
  margin-bottom: 1px !important;
}
.tp-mb-1 {
  margin-bottom: 8px !important;
}
.tp-mb-2 {
  margin-bottom: 12px !important;
}
.tp-mb-3 {
  margin-bottom: 16px !important;
}
.tp-mb-4 {
  margin-bottom: 24px !important;
}
.tp-mb-5 {
  margin-bottom: 32px !important;
}
.tp-mb-6 {
  margin-bottom: 40px !important;
}
.tp-mb-7 {
  margin-bottom: 48px !important;
}
.tp-mb-8 {
  margin-bottom: 56px !important;
}
.tp-mb-9 {
  margin-bottom: 64px !important;
}
.tp-mb-10 {
  margin-bottom: 72px !important;
}
.tp-ml-auto {
  margin-left: auto !important;
}
.tp-ml-1 {
  margin-left: 8px !important;
}
.tp-ml-2 {
  margin-left: 12px !important;
}
.tp-ml-3 {
  margin-left: 16px !important;
}
.tp-ml-4 {
  margin-left: 24px !important;
}
.tp-ml-5 {
  margin-left: 32px !important;
}
.tp-ml-6 {
  margin-left: 40px !important;
}
.tp-ml-7 {
  margin-left: 48px !important;
}
.tp-ml-8 {
  margin-left: 56px !important;
}
.tp-ml-9 {
  margin-left: 64px !important;
}
.tp-ml-10 {
  margin-left: 72px !important;
}
.tp-mr-1 {
  margin-right: 8px !important;
}
.tp-mr-2 {
  margin-right: 12px !important;
}
.tp-mr-3 {
  margin-right: 16px !important;
}
.tp-mr-4 {
  margin-right: 24px !important;
}
.tp-mr-5 {
  margin-right: 32px !important;
}
.tp-mr-6 {
  margin-right: 40px !important;
}
.tp-mr-7 {
  margin-right: 48px !important;
}
.tp-mr-8 {
  margin-right: 56px !important;
}
.tp-mr-9 {
  margin-right: 64px !important;
}
.tp-mr-10 {
  margin-right: 72px !important;
}
.tp-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.tp-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.tp-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tp-p-0 {
  padding: 0;
}
.tp-p-1 {
  padding: 8px;
}
.tp-p-2 {
  padding: 12px;
}
.tp-p-3 {
  padding: 16px;
}
.tp-p-4 {
  padding: 24px;
}
.tp-p-5 {
  padding: 32px;
}
.tp-p-6 {
  padding: 40px;
}
.tp-p-7 {
  padding: 48px;
}
.tp-p-8 {
  padding: 56px;
}
.tp-p-9 {
  padding: 64px;
}
.tp-p-10 {
  padding: 72px;
}
.tp-pt-p40 {
  padding-top: 40%;
}
.tp-pt-p50 {
  padding-top: 50%;
}
.tp-pt-0 {
  padding-top: 0;
}
.tp-pt-1 {
  padding-top: 8px;
}
.tp-pt-2 {
  padding-top: 12px;
}
.tp-pt-3 {
  padding-top: 16px;
}
.tp-pt-4 {
  padding-top: 24px;
}
.tp-pt-5 {
  padding-top: 32px;
}
.tp-pt-6 {
  padding-top: 40px !important;
}
.tp-pt-7 {
  padding-top: 48px;
}
.tp-pt-8 {
  padding-top: 56px;
}
.tp-pt-9 {
  padding-top: 64px;
}
.tp-pt-10 {
  padding-top: 72px;
}
.tp-pb-1 {
  padding-bottom: 8px !important;
}
.tp-pb-2 {
  padding-bottom: 12px !important;
}
.tp-pb-3 {
  padding-bottom: 16px !important;
}
.tp-pb-4 {
  padding-bottom: 24px !important;
}
.tp-pb-5 {
  padding-bottom: 32px !important;
}
.tp-pb-6 {
  padding-bottom: 40px !important;
}
.tp-pb-7 {
  padding-bottom: 48px !important;
}
.tp-pb-8 {
  padding-bottom: 56px !important;
}
.tp-pb-9 {
  padding-bottom: 64px !important;
}
.tp-pb-10 {
  padding-bottom: 72px !important;
}
.tp-pl-1 {
  padding-left: 8px !important;
}
.tp-pl-2 {
  padding-left: 12px !important;
}
.tp-pl-3 {
  padding-left: 16px !important;
}
.tp-pl-4 {
  padding-left: 24px !important;
}
.tp-pl-5 {
  padding-left: 32px !important;
}
.tp-pl-6 {
  padding-left: 40px !important;
}
.tp-pl-7 {
  padding-left: 48px !important;
}
.tp-pl-8 {
  padding-left: 56px !important;
}
.tp-pl-9 {
  padding-left: 64px !important;
}
.tp-pl-10 {
  padding-left: 72px !important;
}
.tp-pr-1 {
  padding-right: 8px !important;
}
.tp-pr-2 {
  padding-right: 12px !important;
}
.tp-pr-3 {
  padding-right: 16px !important;
}
.tp-pr-4 {
  padding-right: 24px !important;
}
.tp-pr-5 {
  padding-right: 32px !important;
}
.tp-pr-6 {
  padding-right: 40px !important;
}
.tp-pr-7 {
  padding-right: 48px !important;
}
.tp-pr-8 {
  padding-right: 56px !important;
}
.tp-pr-9 {
  padding-right: 64px !important;
}
.tp-pr-10 {
  padding-right: 72px !important;
}

@media (min-width: 640px) {
  .height-custom {
    max-height: 40px;
  }
}

@media (max-width: 1024px) {
  .mobile-blue {
    background-color: #2d4456;
  }
}

.navigation-buttons-title {
  color: #7f7f7f;
}
@media (max-width: 1024px) {
  .navigation-buttons-title.--botton {
    color: white;
  }
}

.zoom-efect {
  overflow: hidden;
}

.zoom-image {
  width: 100%;
  padding: 16px;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
.zoom-image:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
@media (max-width: 480px) {
  .zoom-image {
    padding: 4px;
  }
}

.underline-subtitle-home {
  border-top-width: 7px;
  border-top-color: #2789d2 !important;
  width: 18%;
  border-radius: 20px;
}

@media (max-width: 480px) {
  .hero-section {
    height: 80vh;
  }
}

#select-center {
  width: 100%;
}

.hero-texto {
  z-index: 1;
}
@media (max-width: 480px) {
  .hero-texto {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
  }
}

.z-index-2 {
  z-index: 2;
}

.background-home {
  position: absolute;
  right: -200px;
  z-index: 0;
}
@media (max-width: 1439px) {
  .background-home {
    right: 0;
    bottom: 0;
  }
}

.tp-bg-home {
  background: linear-gradient(180deg, #273A49 0%, #256386 48.57%, #2294D0 100%);
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .tp-bg-home {
    min-height: 60vh;
  }
}

.tp-bg-section-3 {
  background-image: url("/static/Institutos/theme/img/COnsultorio-Backgroung.43ba4099b8b3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.tp-blog {
  display: inline-block;
  position: relative;
  width: fit-content;
}

.tp-blog .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.466);
}
.tp-blog .overlay:hover {
  opacity: 1;
}

.tp-blog p {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 10%;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}
@media (max-width: 480px) {
  .tp-blog p {
    font-size: 40px;
  }
}

/*# sourceMappingURL=home.css.map */
