@font-face {
  font-family: "Breathing";
  src: url("fonts/Breathing.eot") format("eot"), url("fonts/Breathing.woff") format("woff"), url("fonts/Breathing.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-Black";
  src: url("fonts/Exo-Black.eot") format("eot"), url("fonts/Exo-Black.woff") format("woff"), url("fonts/Exo-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-BlackItalic";
  src: url("fonts/Exo-BlackItalic.eot") format("eot"), url("fonts/Exo-BlackItalic.woff") format("woff"), url("fonts/Exo-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-Bold";
  src: url("fonts/Exo-Bold.eot") format("eot"), url("fonts/Exo-Bold.woff") format("woff"), url("fonts/Exo-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-BoldItalic";
  src: url("fonts/Exo-BoldItalic.eot") format("eot"), url("fonts/Exo-BoldItalic.woff") format("woff"), url("fonts/Exo-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-ExtraBold";
  src: url("fonts/Exo-ExtraBold.eot") format("eot"), url("fonts/Exo-ExtraBold.woff") format("woff"), url("fonts/Exo-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-ExtraBoldItalic";
  src: url("fonts/Exo-ExtraBoldItalic.eot") format("eot"), url("fonts/Exo-ExtraBoldItalic.woff") format("woff"), url("fonts/Exo-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-ExtraLight";
  src: url("fonts/Exo-ExtraLight.eot") format("eot"), url("fonts/Exo-ExtraLight.woff") format("woff"), url("fonts/Exo-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-ExtraLightItalic";
  src: url("fonts/Exo-ExtraLightItalic.eot") format("eot"), url("fonts/Exo-ExtraLightItalic.woff") format("woff"), url("fonts/Exo-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-Italic";
  src: url("fonts/Exo-Italic.eot") format("eot"), url("fonts/Exo-Italic.woff") format("woff"), url("fonts/Exo-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-Light";
  src: url("fonts/Exo-Light.eot") format("eot"), url("fonts/Exo-Light.woff") format("woff"), url("fonts/Exo-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-LightItalic";
  src: url("fonts/Exo-LightItalic.eot") format("eot"), url("fonts/Exo-LightItalic.woff") format("woff"), url("fonts/Exo-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-Medium";
  src: url("fonts/Exo-Medium.eot") format("eot"), url("fonts/Exo-Medium.woff") format("woff"), url("fonts/Exo-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-MediumItalic";
  src: url("fonts/Exo-MediumItalic.eot") format("eot"), url("fonts/Exo-MediumItalic.woff") format("woff"), url("fonts/Exo-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-Regular";
  src: url("fonts/Exo-Regular.eot") format("eot"), url("fonts/Exo-Regular.woff") format("woff"), url("fonts/Exo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-SemiBold";
  src: url("fonts/Exo-SemiBold.eot") format("eot"), url("fonts/Exo-SemiBold.woff") format("woff"), url("fonts/Exo-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-SemiBoldItalic";
  src: url("fonts/Exo-SemiBoldItalic.eot") format("eot"), url("fonts/Exo-SemiBoldItalic.woff") format("woff"), url("fonts/Exo-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-Thin";
  src: url("fonts/Exo-Thin.eot") format("eot"), url("fonts/Exo-Thin.woff") format("woff"), url("fonts/Exo-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Exo-ThinItalic";
  src: url("fonts/Exo-ThinItalic.eot") format("eot"), url("fonts/Exo-ThinItalic.woff") format("woff"), url("fonts/Exo-ThinItalic.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
}

img {
  display: block;
  object-fit: contain;
}

html {
  scroll-behavior: smooth;
}

h3 {
  font-family: "Breathing";
  color: #3C3C3B;
  font-size: 22px;
  text-align: center;
}

p, li {
  font-family: "Exo-Light";
  font-size: 18px;
  line-height: 30px;
  color: #3C3C3B;
}
p b, li b {
  font-family: "Exo-Medium";
}

h4 {
  color: #3C3C3B;
  font-family: "Exo-ExtraBold";
  font-size: 22px;
}

h2 {
  color: #6BA1CA;
  font-family: "Exo-ExtraBold";
  font-size: 50px;
  text-align: center;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
}

nav {
  width: 100%;
  height: 20vh;
  display: flex;
  position: fixed;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  background: rgb(255, 255, 255);
  top: 0;
  transition: all 0.7s;
}
nav .content {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
nav .content .img-mobile-menu {
  display: none;
}
nav .content img {
  width: 200px;
}
nav .content .links-container {
  display: flex;
  flex-direction: row;
}
nav .content .links-container a {
  margin-left: 60px;
  color: #5E5A57;
  font-family: "Exo-SemiBold";
  font-size: 18px;
  transition: all 0.2s;
}
nav .content .links-container a.active {
  color: #3C3C3B;
  font-family: "Exo-Black";
}
nav .content .links-container a:hover {
  opacity: 0.5;
}

header {
  width: 100%;
  height: 75vh;
  background: url("../assets/header-bg.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  position: relative;
}
header .forma-bg {
  position: absolute;
  width: 100%;
  bottom: -150vh;
}
header .content {
  width: fit-content;
}
header .content h1 img {
  width: 800px;
  margin-bottom: 30px;
}
header .content h3 {
  text-align: center;
}
header .content h3 br {
  display: none;
}

section {
  width: 100%;
  padding: 60px 0;
}
section .content {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}

#nosotras {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
#nosotras .img-bottom {
  position: absolute;
  bottom: -35vh;
  right: -22vw;
  width: 55vw;
}
#nosotras .content h4 {
  text-align: center;
}
#nosotras .content .bio {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 60px;
  align-items: flex-start;
}
#nosotras .content .bio img {
  width: 35%;
  z-index: 2;
}
#nosotras .content .bio .info-container {
  width: 62%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#nosotras .content .bio .info-container.mayra {
  text-align: right;
  align-items: flex-end;
}
#nosotras .content .bio .info-container.mayra ul li {
  justify-content: flex-end;
}
#nosotras .content .bio .info-container.mayra ul li img {
  width: 22px;
  margin: 0;
  margin-top: 7px;
  margin-left: 5px;
}
#nosotras .content .bio .info-container ul {
  list-style: none;
}
#nosotras .content .bio .info-container ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 5px 0;
}
#nosotras .content .bio .info-container ul li.col {
  flex-direction: column;
}
#nosotras .content .bio .info-container ul li.col p, #nosotras .content .bio .info-container ul li.col b {
  line-height: 20px;
}
#nosotras .content .bio .info-container ul li img {
  width: 22px;
  margin: 7px 15px 0 5px;
}

#servicios {
  background-image: url("../assets/servicios-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
#servicios .content {
  width: 80%;
}
#servicios .content h2 {
  color: #fff;
  margin-bottom: 50px;
}
#servicios .content .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
#servicios .content .row .col {
  width: 46%;
  display: flex;
  flex-direction: column;
}
#servicios .content .row .col h3 {
  font-size: 34px;
  margin-bottom: 15px;
}
#servicios .content .row .col h3.mobile-white {
  color: #3C3C3B;
}
#servicios .content .row .col .bajada {
  font-family: "Exo-MediumItalic";
  line-height: 26px;
  margin-bottom: 20px;
}
#servicios .content .row .col .reg {
  font-family: "Exo-Regular";
}
#servicios .content .row .col img {
  width: 65%;
  margin: 0 auto;
  margin-top: 35px;
}
#servicios .content .row .col .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 15px 0;
}
#servicios .content .row .col .item img {
  width: 30px;
  margin-right: 12px;
}

.fondo-gradient {
  background-image: url("../assets/gradient-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

#trastornos .trastornos-carousel {
  display: none;
}
#trastornos .content {
  width: 90%;
}
#trastornos .content h2 {
  margin-bottom: 60px;
  margin-top: 40px;
}
#trastornos .content .trastorno {
  border-radius: 50px;
  background-color: rgba(253, 248, 230, 0.4039215686);
  padding: 40px 0 60px 0;
  margin-bottom: 30px;
}
#trastornos .content .trastorno.blue {
  background-color: rgba(107, 161, 202, 0.3882352941);
  /*h3,p{
      color: $white;
  }*/
}
#trastornos .content .trastorno.green {
  background-color: rgba(95, 162, 154, 0.462745098);
  /*h3,p{
      color: #FDF8E6;
  }*/
}
#trastornos .content .trastorno.light {
  background-color: rgba(177, 216, 187, 0.3882352941);
}
#trastornos .content .trastorno .content {
  width: 93%;
  margin: 0 auto;
}
#trastornos .content .trastorno .content ul {
  list-style: none;
}
#trastornos .content .trastorno .content ul li {
  font-family: "Exo-Regular";
}
#trastornos .content .trastorno .content h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
#trastornos .content .trastorno .content p {
  font-family: "Exo-Regular";
  line-height: 28px;
}

#contacto .content {
  align-items: center;
}
#contacto .content h2 {
  font-size: 34px;
  margin-bottom: 10px;
}
#contacto .content span {
  text-align: center;
  font-family: "Exo-Regular";
  color: #3C3C3B;
  font-size: 22px;
}
#contacto .content .form-container {
  margin-top: 30px;
  width: 65%;
}
#contacto .content .form-container form {
  display: flex;
  flex-direction: column;
}
#contacto .content .form-container form .input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
}
#contacto .content .form-container form .input-container.mensaje textarea {
  resize: none;
  height: 70px;
  width: 98%;
  padding: 12px 0;
  font-size: 16px;
  padding-left: 2%;
  font-family: "Exo-Regular";
  border: none;
}
#contacto .content .form-container form .input-container label {
  color: #3C3C3B;
  font-family: "Exo-Regular";
  font-size: 12px;
  margin-left: 3px;
  margin-bottom: 1px;
}
#contacto .content .form-container form .input-container input {
  border: none;
  width: 98%;
  padding: 12px 0;
  font-size: 16px;
  padding-left: 2%;
  font-family: "Exo-Regular";
}
#contacto .content .form-container form .input-container #submit {
  font-family: "Exo-Bold";
  font-size: 12px;
  background-color: #5E5A57;
  padding: 6px 40px;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  color: #fff;
  margin: 0 auto;
}
#contacto .content .form-container form .input-container #submit:hover {
  opacity: 0.8;
}

footer {
  background: #5FA29A;
  width: 100%;
  padding: 50px 0;
}
footer .content {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .content a {
  display: flex;
  flex-direction: row;
  font-family: "Exo-Regular";
  font-size: 20px;
  color: #fff;
  transition: all 0.2s;
}
footer .content a:hover {
  opacity: 0.6;
}
footer .content a img {
  width: 30px;
  margin-right: 10px;
}

@media (max-width: 1000px) {
  h3 {
    font-size: 20px;
  }
  p, li {
    font-size: 16px;
  }
  h4 {
    font-size: 22px;
  }
  h2 {
    font-size: 40px;
  }
  .mobile-menu {
    display: flex;
    width: 100vw;
    background-color: #fff;
    position: fixed;
    z-index: 4;
    padding: 18vh 0 10vh 0;
    transition: all 0.5s;
    transform: translateX(100%);
  }
  .mobile-menu .links-container {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .mobile-menu .links-container a {
    font-family: "Exo-Medium";
    color: #3C3C3B;
    font-size: 20px;
    margin: 15px 0;
    text-align: center;
  }
  nav {
    width: 100vw;
    height: 13vh;
    top: 0;
  }
  nav .content .img-mobile-menu {
    display: block;
    width: 50px;
  }
  nav .content img {
    width: 150px;
  }
  nav .content .links-container {
    display: none;
  }
  header {
    background-position: center;
    height: 50vh;
  }
  header .content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .content h1 {
    margin-right: 0;
  }
  header .content h1 img {
    width: 300px;
  }
  header .content h3 br {
    display: inline;
  }
  #nosotras .content {
    width: 80%;
  }
  #nosotras .content .bio {
    flex-direction: column;
    margin-top: 15px;
  }
  #nosotras .content .bio img {
    width: 100%;
    margin-bottom: 30px;
  }
  #nosotras .content .bio .info-container {
    width: 100%;
  }
  #nosotras .content .bio .info-container.mayra {
    order: 2;
    text-align: left;
    align-items: flex-end;
  }
  #nosotras .content .bio .info-container.mayra ul li img {
    margin-left: 0;
    display: none;
  }
  #nosotras .content .bio .info-container h4 {
    font-size: 26px;
    margin-top: 10px;
  }
  #nosotras .content .bio .info-container ul li {
    flex-direction: column;
  }
  #nosotras .content .bio .info-container ul li img {
    margin-left: 0;
    margin-bottom: 5px;
    display: none;
  }
  #servicios {
    background-size: cover;
    padding-bottom: 0;
  }
  #servicios .content .row {
    flex-direction: column;
  }
  #servicios .content .row .col {
    width: 100%;
    margin-bottom: 30px;
  }
  #servicios .content .row .col h3 {
    font-size: 20px;
    color: #fff;
  }
  #servicios .content .row .col h3.mobile-white {
    color: #3C3C3B;
  }
  #servicios .content .row .col .bajada {
    color: #fff;
  }
  #contacto .content .form-container {
    width: 100%;
  }
  #trastornos .content .trastorno {
    display: none;
  }
  #trastornos .trastornos-carousel {
    display: block;
  }
  #trastornos .trastornos-carousel .carousel-cell {
    width: 85%;
    margin: 0 auto;
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno {
    border-radius: 50px;
    background-color: rgba(253, 248, 230, 0.4039215686);
    padding: 40px 0 60px 0;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    height: 300px;
    overflow-y: scroll;
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno.blue {
    background-color: rgba(107, 161, 202, 0.3882352941);
    /*h3,p{
        color: $white;
    }*/
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno.green {
    background-color: rgba(95, 162, 154, 0.462745098);
    /*h3,p{
        color: #FDF8E6;
    }*/
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno.light {
    background-color: rgba(177, 216, 187, 0.3882352941);
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno .content {
    width: 85%;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno .content ul {
    list-style: none;
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno .content ul li {
    font-family: "Exo-Regular";
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno .content h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #trastornos .trastornos-carousel .carousel-cell .trastorno .content p {
    font-family: "Exo-Regular";
    line-height: 28px;
  }
  #trastornos .trastornos-carousel .previous {
    left: 0;
  }
  #trastornos .trastornos-carousel .next {
    right: 0;
  }
  footer {
    margin-top: -10px;
  }
  footer .content {
    flex-direction: column;
  }
  footer .content a {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

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