:root {
  --background-color: #eaeaea;
  --font-color: #595356;
  --font-sizeh: 2.25em;
  --font-sizep1: 1.1em;
  --font-sizep2: 1em;
  --purple-color: #8e3362;
  --header-color: rgba(89, 83, 86, 1);
  --active-button-color: rgba(211, 147, 147, 1);
}
@font-face {
  font-family: "Cammron";
  src: url("https://cdn.miafemtech.com/fonts/Cammron/Cammron-Regular.woff2");
}
@font-face {
  font-family: "Avenir-Light";
  src: url("./fonts/Avenir-Light.ttf");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("./fonts/Avenir-Medium.ttf");
}
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: var(--background-color);
  color: var(--font-color);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Cammron", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: var(--font-sizeh);
}
p {
  font-family: "Avenir-Light", sans-serif;
  font-size: var(--font-sizep1);
}
sup.p-sup {
  font-size: 0.6em;
}
sup.h-sup {
  font-size: 0.4em;
}
.header-outer{
    position:relative;
    padding-top:44%;
}
header {
  background-image: url("images/Dr_Vigo_banner.jpg");
  background-size:cover;
  object-fit:cover;
  background-repeat: no-repeat;
  position:absolute;
  left:0;
  top:0;
  width: 100%;
  height:100%;
  
}
header .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  max-width: 50%;
  margin-right: auto;
  padding: 1rem;
}
header .mia-logo {
  max-width: 70%;
  padding: 4rem 0;
}
header .header-text {
  margin-top: 1rem;
  color: white;
}
header .header-text h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 3rem;
}
header .header-text p {
  font-size: 1.5em;
  font-weight: 500;
  font-style: italic;
  max-width: 60%;
  margin: 0 auto;
}
section#features {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
section#features .features-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  padding: 3rem 0;
}
section#features .features-header h2 {
  font-weight: 400;
  margin-bottom: 2rem;
}
.features-icons {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin-bottom: 3rem;
  gap: 2rem;
}
/*.feature-icon {
  width: 15rem;
}*/
.feature-icon p {
  font-size: var(--font-sizep2);
  margin: 0 auto;
}
.icon {
  width: 8rem;
  height: 8rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta-book {
  border: 1px solid var(--purple-color);
  font-size: var(--font-sizep);
  font-weight: 700;
  background-color: transparent;
  color: var(--purple-color);
  padding: 1.3rem 2rem;
  cursor: pointer;
  margin: 1rem;
}
.cta-book:hover {
  background: var(--purple-color);
  color: white;
}
.cta-book:active {
  background: var(--active-button-color);
  color: var(--purple-color);
}
section#features a {
  text-decoration: none;
  /*color: inherit;*/
}
section#features .small {
  display: flex;
  font-size: 0.5em;
  text-align: left;
  margin-left: 4rem;
  margin-right: auto;
  color: gray;
  margin-top: 3rem;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem;
}
.header-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--header-color);
  min-height: 10rem;
  height: auto;
  width: 100%;
  color: white;
  padding: 2rem 2rem;
}
.header-block h2 {
  font-size: var(--font-sizeh);
  font-weight: 400;
  margin-bottom: 1rem;
  color:#ffffff;
}
section#mia-results .swiper {
  width: 100%;
  overflow: hidden;
}
section#mia-results .swiper-slide {
  display: flex;
  width: 100%;
}
section#mia-results .carrousel-item {
  flex: 0 0 50%;
  position: relative;
}
section#mia-results .carrousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#mia-results .carrousel-item p {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: white;
}
section#unique-steps {
  padding-top: 3rem;
  background-color: gray;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-bottom: 3rem;
  height:auto;
}
section#unique-steps h2 {
  margin-bottom: 3rem;
  font-size: var(--font-sizeh);
  font-weight: 400;
  text-align: center;
  padding: 0 2rem;
  color:#ffffff;
}
section#unique-steps .four-steps {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 4rem;
}

section#unique-steps .four-steps hr{
    height:auto;
}

section#unique-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 13%;
}
section#unique-steps p {
  font-size: var(--font-sizep2);
}
section#unique-steps .step-number {
  font-size: 6em;
  padding-bottom: 2rem;
  font-family: "Cammron", sans-serif;
}
section#is-for-you {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}
section#is-for-you .header-block {
  margin-bottom: 3rem;
}
section#mia-stories .testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 40rem;
  position: relative;
  overflow: hidden;
}
section#mia-stories .testimonial-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
  text-align: left;
  gap: 3rem;
  background-color: var(--background-color);
}
section#mia-stories .testimonial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
section#mia-stories .testimonial img.zoom-in-img {
  transform: scale(2);
  object-position: center 20%;
  transform: scale(2) translateX(-20%);
}
section#mia-stories .who-testimonial-text {
  max-width: 45%;
}
section#mia-stories .who-testimonial-text p:first-child {
  font-size: calc(var(--font-sizep1) + 0.4em);
  color: var(--purple-color);
}

#book-visit .header-block h2{
  margin-bottom: 0;
}

.book-block{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50rem;
  position: relative;
  overflow: hidden;
}
.book-block .book-form, .book-block .address-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3rem;
  text-align: left;
  gap: 3rem;
  background-color: var(--background-color);
}

.book-form .form-group{margin-bottom: 1.5rem;}
.book-form .form-group .form-control{
  height: 50px;
  border: 1px solid var(--purple-color);
  line-height: 48px;
  color: var(--purple-color);
  font-size: 14px;
  padding-left: 10px;
  width: 100%;
}
.book-form .form-group textarea.form-control{
  min-height: 120px;
  resize: none;
  background:transparent;
}

.book-form .form-group .form-control:focus {
  outline-width: 0;
}

.book-form .btn-submit{
  background: transparent;

  border: 1px solid var(--purple-color);
color: var(--purple-color);
font-weight: 700;
padding: inherit;
cursor: pointer;
font-size: var(--font-sizep1);
width: 100%;
height:auto;
box-shadow: none;
outline: none;
transition: all .2s linear;
}
.book-form .btn-submit:hover {
  background: var(--purple-color);
  color: white;
}

.book-block .address-info {
  background-color: gray;
}
.book-block .address-info .address-block p, .book-block .address-info .address-block a{
  margin-bottom: 2rem;
  color: white;
  font-size: 1.5rem;
}

.book-block .address-info .address-block p:last-child{
  margin-bottom: 0;
}

.book-block .address-info .address-block a{
  text-decoration: none;
}
.book-block .address-info .address-block a:hover{
  color: var(--purple-color);
}

input.wpcf7-form-control{border:1px solid var(--purple-color); 
color: var(--purple-color); font-size: 14px;}
input.wpcf7-form-control:focus{  outline-width: 0;}

section#experience-cost {
  background-color: white;
}
section#experience-cost .header-block {
  margin-bottom: 3rem;
  min-height: 6rem;
}
section#experience-cost .header-block h2 {
  margin-bottom: 0;
}
section#experience-cost .cost-container {
  display: flex;
  margin: 0 auto;
  width: 75%;
}
section#experience-cost .cost-container1 {
  border: 1px solid var(--purple-color);
}
section#experience-cost .cost-container2 {
  border: 1px solid var(--purple-color);
  border-top: none;
  margin-bottom: 3rem;
}
section#experience-cost .cost {
  width: 75%;
  padding: 1.5rem 1rem;
}
section#experience-cost p {
  font-size: var(--font-sizep2);
}
section#experience-cost .total-cost {
  width: 25%;
  display: flex;
  background-color: var(--purple-color);
  color: white;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-align: center;
}
section#experience-cost .total-cost-gray {
  background-color: gainsboro;
  color: var(--font-color);
  padding: 0.5rem;
  text-align: center;
}
section#form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}
section#form h2 {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 4rem;
  font-weight: 400;
  padding: 0 2rem;
  max-width: 30ch;
}
section#form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75%;
}
section#form form input {
  border-bottom: 1px solid var(--purple-color);
  border-top: none;
  border-right: none;
  border-left: none;
  width: 100%;
  padding: 0.5rem;
  outline: none;
  margin-top: 0.3rem;
  font-family: "Avenir-Light", sans-serif;
}
section#form form label {
  font-family: "Avenir-Medium";
  margin-top: 0.8rem;
}
section#form form select {
  padding: 0.5rem;
  border: 1px solid var(--purple-color);
  margin-top: 0.3rem;
  outline: none;
  cursor: pointer;
  max-width: 100%;
  font-family: "Avenir-Light", "sans-serif";
}
section#form form #phone {
  padding-left: 4rem;
}
section#form form select[multiple] {
  padding: 0.5rem;
  border: 1px solid var(--purple-color);
  overflow-y: hidden;
  height: 3rem;
}
section#form form textarea {
  outline: none;
  padding: 0.5rem;
  font-family: "Avenir-Light", sans-serif;
  min-width: 25%;
  min-height: 4rem;
  max-height: 25rem;
  max-width: 100%;
  border: 1px solid var(--purple-color);
  margin-bottom: 1rem;
}
section#form form a {
  color: var(--font-color);
}
section#form form .privacy-label {
  display: flex;
  align-items: center;
}
section#form form input[type="checkbox"] {
  width: auto;
  margin-left: 1rem;
  cursor: pointer;
}
section#form form .send-form {
  border: none;
  cursor: pointer;
  background-color: var(--purple-color);
  color: white;
  padding: 0.75rem 2rem;
  font-size: var(--font-sizep1);
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.iti__selected-flag {
  font-family: "Avenir-Light", "sans-serif";
}
.iti__country-list {
  font-family: "Avenir-Light", "sans-serif";
}
select option {
  font-family: "Avenir-Light", "sans-serif";
}
.select2
  .select2-container
  .select2-container--default
  .select2-container--below
  .select2-container--focus {
  font-family: "Avenir-Light", "sans-serif";
  color: var(--font-color);
  font-size: var(--font-sizep);
  border-radius: 0;
}
.select2-container .select2-selection--single {
  font-family: "Avenir-Light", "sans-serif";
  border: 1px solid var(--purple-color) !important;
  outline: 0;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  margin-top: 0.3rem;
  font-size: var(--font-sizep);
}
.select2-container .select2-results__option--highlighted {
  font-family: "Avenir-Light", "sans-serif";
  background-color: var(--purple-color);
  color: #ffffff;
  color: var(--font-color);
  font-size: var(--font-sizep);
  border-radius: 0;
}
span.select2,
span.select2-container,
span.select2-container--default {
  max-width: 100%;
  min-width: 100%;
}


@media screen and (max-width: 479px) {
  header {
    height1: 60vh;
  }
  header .mia-logo {
    padding-bottom: 0;
  }
  header .header-content {
    max-width: 100%;
  }
  header .header-text h1 {
    font-size: 1.2em;
    margin-bottom: 1rem;
  }
  header .header-text p {
    font-size: 0.8em;
  }
  .features-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section#features .small {
    margin: 0;
    align-self: center;
  }
  section#unique-steps .four-steps {
    flex-direction: column;
    align-items: center;
  }
  section#unique-steps hr {
    width: 10rem;
  }
  section#unique-steps .four-steps {
    gap: 1rem;
  }
  section#unique-steps h2 {
    margin-bottom: 1rem;
  }
  section#unique-steps .step {
    width: 30%;
  }
  section#mia-stories .testimonial {
    display: flex;
    flex-direction: column;
  }
  section#mia-stories .testimonial img {
    order: 1;
    margin: 0 auto;
    height: 70vh;
  }
  section#mia-stories .testimonial .testimonial-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    order: 2;
    overflow: hidden;
    text-align: center;
    align-items: center;
  }

  .book-block{display: flex; flex-direction: column; padding: 0;}
  .book-block .book-form,.book-block .address-info{padding: 2rem;}

}

@media (max-width: 767px) {
  /*header{height: 37vh;} */
  .header-block h2,section#unique-steps .step-number,section#unique-steps h2{line-height:normal;}
  .feature-icon {
    width: 15rem;
}
  header .mia-logo{margin-top: auto; padding: 0;}
  header .header-content{width: 100%;}
  .book-block .address-info .address-block p, .book-block .address-info .address-block a { font-size: 1.2rem;}
  section#features .features-header{max-width: 80%;}
}


@media screen and (min-width: 480px) and (max-width: 768px) {
  header {
    /*height: 60vh; */
  }
  header .header-content {
    max-width: 100%;
  }
  header .mia-logo {
    padding-bottom: 2rem;
    max-width: 50%;
  }
  header .header-text h1 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
  }
  header .header-text p {
    font-size: 1em;
  }
  section#features .features-header {
    max-width: 60%;
  }
  .features-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section#features .small {
    margin: 0;
    align-self: center;
  }
  .feature-icon p {
    max-width: 60%;
  }
  section#unique-steps .four-steps {
    flex-direction: column;
    align-items: center;
  }
  section#unique-steps hr {
    width: 10rem;
  }
  section#unique-steps .four-steps {
    gap: 1rem;
  }
  section#unique-steps h2 {
    margin-bottom: 1rem;
  }
  section#unique-steps .step {
    width: 30%;
  }
  section#mia-stories .testimonial {
    display: flex;
    flex-direction: column;
  }
  section#mia-stories .testimonial img {
    order: 1;
    margin: 0 auto;
    height: 70vh;
  }
  section#mia-stories .testimonial .testimonial-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    order: 2;
    overflow: hidden;
    text-align: center;
    align-items: center;
  }

  .book-block{display: flex; flex-direction: column; padding: 0;}
  .book-block .book-form,.book-block .address-info{padding: 2rem;}
  .book-block .address-info .address-block p, .book-block .address-info .address-block a{font-size: 1.5rem;}

}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  header .header-content {
    max-width: 100%;
  }
  header .mia-logo {
    max-width: 50%;
  }
  header .header-text h1 {
    font-size: 2em;
  }
  header .header-text p {
    font-size: 1.2em;
  }
  .features-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  section#features .small {
    margin: 0;
    align-self: center;
  }
  .feature-icon p {
    max-width: 60%;
  }
  section#unique-steps .four-steps {
    flex-direction: column;
    align-items: center;
  }
  section#unique-steps hr {
    width: 20%;
  }
  section#unique-steps .four-steps {
    gap: 1rem;
  }
  section#unique-steps .step {
    width: 30%;
  }
  section#unique-steps h2 {
    margin-bottom: 1rem;
  }
  section#mia-stories .testimonial {
    display: flex;
    flex-direction: column;
  }
  section#mia-stories .testimonial img {
    order: 1;
    margin: 0 auto;
    height: 70vh;
  }
  section#mia-stories .testimonial .testimonial-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    order: 2;
    overflow: hidden;
    text-align: center;
    align-items: center;
  }
}


@media screen and (min-width: 1360px) and (max-width: 1600px) {
  header .mia-logo {
    max-width: 50%;
    margin-top: -260px;
  }
  header .header-text h1 {
    font-size: 2em;
  }
  header .header-text p {
    font-size: 1.2em;
  }
}


@media (max-height: 600px) {
  header .mia-logo {
    max-width: 40%;
    padding: 0;
  }
  header .header-text {
    color: white;
  }
  header .header-text h1 {
    margin-bottom: 0.4rem;
  }
}
@media (max-height: 400px) {
  header .mia-logo {
    max-width: 30%;
  }
  header .header-text {
    margin-top: 0.2rem;
    font-size: 0.8em;
    color: white;
  }
  header .header-text h1 {
    font-size: 1.8em;
  }
}
