@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://www.hairrecovery.com.ar/css/mfglabs-iconset.css);
.iti {
  width: 100%;
}

.bandera {
  height: 30px;
}

.error {
  margin-top: 0.5em;
  color: #3cc;
}

.text-red {
  color: #e3001b;
}

.bg-red {
  background-color: #e3001b;
}

.border-red {
  border: 1px solid #e3001b;
}

.btn-red {
  background-color: #e3001b;
  color: #fff;
}

.btn-red:hover {
  background-color: #970012;
  color: #fff;
}

.btn-outline-red {
  border-color: #e3001b;
  background-color: transparent;
  color: #e3001b;
}

.btn-outline-red:hover {
  background-color: #970012;
  color: #fff;
}

.text-blue {
  color: #0d4695;
}

.bg-blue {
  background-color: #0d4695;
}

.border-blue {
  border: 1px solid #0d4695;
}

.btn-blue {
  background-color: #0d4695;
  color: #fff;
}

.btn-blue:hover {
  background-color: #07254f;
  color: #fff;
}

.btn-outline-blue {
  border-color: #0d4695;
  background-color: transparent;
  color: #0d4695;
}

.btn-outline-blue:hover {
  background-color: #07254f;
  color: #fff;
}

.text-green {
  color: #28a745;
}

.bg-green {
  background-color: #28a745;
}

.border-green {
  border: 1px solid #28a745;
}

.btn-green {
  background-color: #28a745;
  color: #fff;
}

.btn-green:hover {
  background-color: #19692c;
  color: #fff;
}

.btn-outline-green {
  border-color: #28a745;
  background-color: transparent;
  color: #28a745;
}

.btn-outline-green:hover {
  background-color: #19692c;
  color: #fff;
}

.text-aqua {
  color: #3cc;
}

.bg-aqua {
  background-color: #3cc;
}

.border-aqua {
  border: 1px solid #3cc;
}

.btn-aqua {
  background-color: #3cc;
  color: #fff;
}

.btn-aqua:hover {
  background-color: #248f8f;
  color: #fff;
}

.btn-outline-aqua {
  border-color: #3cc;
  background-color: transparent;
  color: #3cc;
}

.btn-outline-aqua:hover {
  background-color: #248f8f;
  color: #fff;
}

.op-0 {
  opacity: 0;
}

.text-gray-0 {
  color: #fff;
}

.bg-gray-0 {
  background-color: #fff;
}

.op-5 {
  opacity: 0.05;
}

.text-gray-5 {
  color: #f2f2f2;
}

.bg-gray-5 {
  background-color: #f2f2f2;
}

.op-10 {
  opacity: 0.1;
}

.text-gray-10 {
  color: #e6e6e6;
}

.bg-gray-10 {
  background-color: #e6e6e6;
}

.op-15 {
  opacity: 0.15;
}

.text-gray-15 {
  color: #d9d9d9;
}

.bg-gray-15 {
  background-color: #d9d9d9;
}

.op-20 {
  opacity: 0.2;
}

.text-gray-20 {
  color: #ccc;
}

.bg-gray-20 {
  background-color: #ccc;
}

.op-25 {
  opacity: 0.25;
}

.text-gray-25 {
  color: #bfbfbf;
}

.bg-gray-25 {
  background-color: #bfbfbf;
}

.op-30 {
  opacity: 0.3;
}

.text-gray-30 {
  color: #b3b3b3;
}

.bg-gray-30 {
  background-color: #b3b3b3;
}

.op-35 {
  opacity: 0.35;
}

.text-gray-35 {
  color: #a6a6a6;
}

.bg-gray-35 {
  background-color: #a6a6a6;
}

.op-40 {
  opacity: 0.4;
}

.text-gray-40 {
  color: #999;
}

.bg-gray-40 {
  background-color: #999;
}

.op-45 {
  opacity: 0.45;
}

.text-gray-45 {
  color: #8c8c8c;
}

.bg-gray-45 {
  background-color: #8c8c8c;
}

.op-50 {
  opacity: 0.5;
}

.text-gray-50 {
  color: #808080;
}

.bg-gray-50 {
  background-color: #808080;
}

.op-55 {
  opacity: 0.55;
}

.text-gray-55 {
  color: #737373;
}

.bg-gray-55 {
  background-color: #737373;
}

.op-60 {
  opacity: 0.6;
}

.text-gray-60 {
  color: #666;
}

.bg-gray-60 {
  background-color: #666;
}

.op-65 {
  opacity: 0.65;
}

.text-gray-65 {
  color: #595959;
}

.bg-gray-65 {
  background-color: #595959;
}

.op-70 {
  opacity: 0.7;
}

.text-gray-70 {
  color: #4d4d4d;
}

.bg-gray-70 {
  background-color: #4d4d4d;
}

.op-75 {
  opacity: 0.75;
}

.text-gray-75 {
  color: #404040;
}

.bg-gray-75 {
  background-color: #404040;
}

.op-80 {
  opacity: 0.8;
}

.text-gray-80 {
  color: #333;
}

.bg-gray-80 {
  background-color: #333;
}

.op-85 {
  opacity: 0.85;
}

.text-gray-85 {
  color: #262626;
}

.bg-gray-85 {
  background-color: #262626;
}

.op-90 {
  opacity: 0.9;
}

.text-gray-90 {
  color: #1a1a1a;
}

.bg-gray-90 {
  background-color: #1a1a1a;
}

.op-95 {
  opacity: 0.95;
}

.text-gray-95 {
  color: #0d0d0d;
}

.bg-gray-95 {
  background-color: #0d0d0d;
}

.op-100 {
  opacity: 1;
}

.text-gray-100 {
  color: #000;
}

.bg-gray-100 {
  background-color: #000;
}

#loading {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  visibility: hidden;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 400ms ease-out;
  width: 100%;
  z-index: 99999;
}

#loading .loading-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

#loading .loading-wrapper .loading-content {
  text-align: center;
  transform: translateY(-50px);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

#loading .loading-wrapper .loading-content .loading-text {
  margin-top: 16px;
  font-size: 9pt;
}

#loading.active {
  visibility: visible;
  opacity: 1;
}

#loading.active .loading-wrapper .loading-content {
  transform: translateY(0);
}

.swal2-popup {
  font-size: 85%;
}

.btn-group-xs > .btn, .btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}

.btn-group-xs > .btn span, .btn-xs span {
  font-size: 0.8rem;
}

.btn-black {
  background-color: #333;
  border: 1px solid #333;
  color: #3cc;
}

.btn-black:hover {
  background-color: #3cc;
  transition: background-color 200ms;
  border-color: #3cc;
  color: #fff;
}

.btn-custom {
  border-radius: 1.8rem;
  padding: 0.825rem 4.425rem;
  text-transform: uppercase;
  font-size: 90%;
}

.form-group .btn-custom {
  width: 100%;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #999;
  color: #3cc;
}

.btn-outline:active, .btn-outline:hover {
  background-color: #3cc;
  color: #fff;
}

body {
  font-family: "Poppins", sans-serif;
}

section .container {
  position: relative;
}

.wow {
  opacity: 0;
}

.covid-top {
  background-color: #fff;
  padding: 1.5rem;
  color: #999;
  text-align: right;
  font-size: 1.325rem;
}

@media screen and (max-width: 991px) {
  .covid-top {
    text-align: center;
  }
}
.main-men {
  position: relative;
}

.main-men .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-x;
}

.main-men .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
}

.main-men .header .country-info {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.main-men .header .country-info .location {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.425rem;
}

.main-men .header .country-info .country {
  margin: 0 2rem;
}

@media screen and (max-width: 991px) {
  .main-men .header {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .main-men .header .logo {
    margin-bottom: 1.75rem;
    width: 100%;
  }
}
.main-men .main {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.main-men .main .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

.main-men .main .caption, .main-men .main .form {
  position: relative;
  width: 100%;
}

.main-men .main .caption {
  max-width: 380px;
}

.main-men .main .caption .title {
  font-size: 2.875rem;
  line-height: 1.15;
  font-weight: 600;
  color: #fff;
}

.main-men .main .caption .hr-bo {
  font-size: 2.325rem;
  margin-top: 1rem;
  font-weight: 300;
}

.main-men .main .caption .hr-bo span:first-of-type {
  color: #3cc;
}

.main-men .main .caption .hr-bo span:last-of-type {
  color: #fff;
}

.main-men .main .form {
  max-width: 320px;
}

.main-men .main .form .title {
  color: #fff;
  font-size: 1.65rem;
}

.main-men .main .form form {
  margin-top: 1.5rem;
}

@media screen and (max-width: 991px) {
  .main-men .main {
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px;
  }

  .main-men .main .caption, .main-men .main .form, .main-men .main .image {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .main-men .main .caption {
    padding: 2rem;
    order: 1;
  }

  .main-men .main .image {
    order: 2;
    position: relative;
    height: 580px;
  }

  .main-men .main .form {
    padding: 2rem;
    order: 3;
    padding-bottom: 4em;
  }
}
.main-men .phrase {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  max-width: 680px;
  margin: 3rem auto;
}

.main-men .before-after {
  text-align: center;
  padding-bottom: 12rem;
  position: relative;
}

.main-men .before-after .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0.15;
}

.main-men .before-after img {
  width: 100%;
  max-width: 480px;
}

.main-women {
  position: relative;
}

.main-women .bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center top;
  background-size: contain;
  background-repeat: repeat-x;
}

.main-women .main {
  padding: 20rem 0;
  position: relative;
}

.main-women .main .info {
  color: #fff;
  max-width: 420px;
  position: relative;
  width: 100%;
}

.main-women .main .info .title {
  font-size: 2.875rem;
  line-height: 1.15;
  font-weight: 600;
  color: #3cc;
}

.main-women .main .info .subtitle {
  font-size: 2.325rem;
  font-weight: 500;
}

.main-women .main .info .caption {
  font-size: 2.625rem;
  margin: 5rem 0;
}

.main-women .main .info .caption .nutrifol {
  font-size: 3.825rem;
  font-style: italic;
  line-height: 1.15;
  margin-right: 1rem;
}

.main-women .main .info .features {
  margin: 0;
  padding: 0 0 5rem 1.625rem;
}

.main-women .main .info .features li {
  margin: 0.625rem 0;
}

.main-women .main .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

.main-women .main .image {
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .main-women .main .image {
    background-size: cover;
  }

  .main-women .main {
    margin: 0 -15px;
    padding: 0;
  }

  .main-women .main .image {
    background-position: 90% center;
    position: relative;
    height: 520px;
  }

  .main-women .main .info {
    margin: -5rem auto 1rem auto;
    padding: 2rem;
  }
}
.main-women .doctors .info {
  max-width: 420px;
  min-width: 420px;
  width: 100%;
  position: relative;
}

.main-women .doctors .info .title {
  font-size: 2.875rem;
  line-height: 1.15;
  font-weight: 600;
  color: #3cc;
}

.main-women .doctors .info .subtitle {
  font-size: 2.325rem;
  color: #fff;
}

.main-women .doctors .info .caption {
  color: #fff;
  font-size: 2rem;
  margin: 5rem 0;
}

.main-women .doctors-list .doctor {
  margin: 0 0 1.525rem 0;
}

.main-women .doctors-list .doctor .name {
  font-weight: 600;
}

.main-women .doctors .image {
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 70%;
  background-repeat: no-repeat;
}

.doctors-margin {
  margin-top: 16em;
}

.doctor-list-mobile {
  color: white;
  text-align: center;
}
.doctor-list-mobile .name {
  font-weight: 600;
}

@media screen and (min-width: 1301px) {
  .doctors-list {
    transform: translateX(-100px);
    position: absolute;
    left: 480px;
    bottom: 20px;
    color: white;
  }
}
@media screen and (max-width: 1300px) {
  .doctors-list {
    transform: translateX(-100px);
    position: absolute;
    left: 340px;
    bottom: -80px;
    color: white;
  }
}
@media screen and (max-width: 991px) {
  .doctors-margin {
    margin-top: 5em;
  }

  .main-women .doctors-list {
    position: relative;
    color: white;
  }

  .main-women .doctors .info {
    min-width: 0;
    margin: 1rem auto;
    padding: 2rem;
  }

  .main-women .doctors .image {
    background-position: 30% 0;
    height: 520px;
    position: relative;
  }
}
footer.footer {
  background-color: #333;
  color: #fff;
  padding: 3.5rem 0;
}

footer.footer .column-wrapper {
  display: flex;
  justify-content: space-between;
}

footer.footer .column-wrapper .left {
  max-width: 480px;
}

footer.footer .column-wrapper .left .logo {
  margin-bottom: 0.625rem;
}

footer.footer .column-wrapper .right .title {
  font-size: 1.775rem;
  font-size: 300;
}

footer.footer .column-wrapper .right .stores {
  margin: 1rem 0;
  padding: 0;
}

footer.footer .column-wrapper .right .stores li {
  display: flex;
  align-items: flex-start;
  margin: 1rem 0;
}

footer.footer .column-wrapper .right .stores li a:active, footer.footer .column-wrapper .right .stores li a:hover {
  text-decoration: none;
  color: #808080;
}

footer.footer .column-wrapper .right .stores li:before {
  content: "\f192";
  color: #3cc;
  font-family: "FontAwesome";
  margin-right: 1rem;
  transform: translateY(0.65rem);
}

footer.footer .column-wrapper .right .stores li .phone {
  display: block;
  color: #3cc;
  font-size: 1.3rem;
  font-weight: 600;
}

footer.footer .column-wrapper .right .stores li .store {
  font-size: 1.25rem;
  font-weight: 300;
}

footer.footer .column-wrapper .right .stores li .email {
  transform: translateY(0.65rem);
  display: block;
  color: #3cc;
}

@media screen and (max-width: 991px) {
  footer.footer .column-wrapper {
    flex-wrap: wrap;
  }

  footer.footer .column-wrapper .left, footer.footer .column-wrapper .right {
    width: 100%;
  }

  footer.footer .column-wrapper .left {
    margin: 2rem 0;
  }

  footer.footer .column-wrapper .right .stores li .phone {
    font-size: 1.75rem;
  }

  footer.footer .column-wrapper .right .stores li .store {
    font-size: 1.425rem;
  }
}
.blank-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blank-page .login {
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  padding: 3rem;
}

::-moz-selection {
  color: white;
  background: #3cc;
}

::selection {
  color: white;
  background: #3cc;
}

.form-control {
  border-radius: 0;
}

.main-men .header, .rest-men {
  position: relative;
  z-index: 1;
}

.main-men .main {
  min-height: calc(100vh - 87px);
}

.rest-men {
  background-color: black;
  padding: 4em 0;
}

video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#testimonios {
  overflow: hidden;
}

section.gral-section {
  padding-bottom: 0;
  display: none;
}

.justify-content-between {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 769px) {
  .justify-content-between {
    flex-direction: column;
  }
}

.align-center {
  display: flex;
  align-items: center;
}

#map {
  height: 80vh;
}

.card-overview .down {
  display: none;
}

@media (max-width: 769px) {
  .testimonios.card-overview .navigation {
    top: calc(100% - 90px);
  }
}
#turnos {
  background: black;
}
#turnos .diagnosis {
  background-color: transparent;
}
