#www input,
#www textarea,
#www select {
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

#www,
#www-container {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* font-family: Open Sans, Arial, sans-serif;*/
  font-size: 14px;
  color: #666 !important;
  background-color: #fff;
  line-height: 1.7em !important;
  font-weight: 500 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

#www-container {
  padding-bottom: 5rem;
}

#www-container.terms a {
  color: #38b5b5;
  text-decoration: none;
  cursor: pointer;
}

#www-container.terms {
  font-size: 15px;
}

#www-header a,
#www-footer a {
  cursor: pointer;
}
.video-capis {
  width: 75% !important;
}
@media (min-width: 1200px) {
  #www .container {
    width: 85% !important;
  }
}

@media (max-width: 1550px) {
  #www .et_pb_column {
    height: 40vh !important;
  }

  #about {
    padding-left: 160px !important;
  }

  #www #about .bg-white {
    width: 80% !important;
    padding: 2rem !important;
    left: 0% !important;
    position: initial;
  }

  #www .navbar-content2 {
    width: 80% !important;
    margin: auto;
  }
  .video-capis {
    width: 75% !important;
  }
}

@media (max-width: 1290px) {
  #www #about .bg-white {
    width: 90% !important;
    padding: 2rem !important;
    left: 0%;
    position: relative;
  }

  #www #about {
    padding-left: 130px !important;
  }

  #www .et_pb_column {
    height: 35vh !important;
  }

  #www .navbar-content2 {
    width: 100% !important;
    margin: auto;
  }
  .video-capis {
    width: 75% !important;
  }
}

@media (min-width: 760px) and (max-width: 1080px) {
  #www .navbar-content2 {
    width: 100% !important;
    margin: auto;
  }
  .video-capis {
    width: 80% !important;
  }
  #www #about .bg-white {
    width: 70% !important;
    padding: 4rem !important;
    left: 10% !important;
    position: relative;
  }

  .col-sm-6 {
    width: 80% !important;
  }

  #www #about {
    padding-left: 0px !important;
  }

  #www .et_pb_column {
    height: 45vh !important;
  }
}

@media (max-width: 760px) {
  #www .container {
    width: 100% !important;
  }

  #www #about {
    padding-left: 0 !important;
  }

  #www #about .bg-white {
    width: 80% !important;
    padding: 3rem !important;
    left: 10% !important;
  }

  #www .et_pb_column {
    height: 45vh !important;
  }

  #www .content-footer {
    text-align: center;
  }

  #www .cont-contact {
    margin-top: 3rem;
  }

  #www .cont-info {
    margin-top: -3rem;
  }

  #www .img-logo {
    width: 100% !important;
  }
}
@media (max-width: 570px) {
  .video-capis {
    width: 100% !important;
  }
}
/*---------------------------------------
      MENU
  -----------------------------------------*/
#www .navbar-content2 {
  width: 60%;
  margin: auto;
}

#www .navbar-default {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
  position: fixed;
  top: 0;
}

#www .navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
}

#www .navbar-default .navbar-brand .fa {
  color: #38b5b5 !important;
}

#www .navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

#www .navbar-default .navbar-nav li.appointment-btn a {
  background: #38b5b5 !important;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

#www .img-logo {
  width: 80%;
}

#www .navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #4267b2;
  color: #ffffff !important;
}

#www .navbar-default .navbar-nav li a {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1em;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;

  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

#www .navbar-default .navbar-nav > li a:hover {
  color: #393939 !important;
}

#www .navbar-default .navbar-nav > li > a:hover,
#www .navbar-default .navbar-nav > li > a:focus {
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

#www .navbar-default .navbar-nav > .active > a,
#www .navbar-default .navbar-nav > .active > a:hover,
#www .navbar-default .navbar-nav > .active > a:focus {
  color: #393939;
  background-color: transparent;
}

#www .navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

#www .navbar-default .navbar-toggle .icon-bar {
  background: #393939;
  border-color: transparent;
}

#www .navbar-default .navbar-toggle:hover,
#www .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

/*---------------------------------------
      ABOUT
  -----------------------------------------*/

#about {
  background: url('../img/img1.jpg') no-repeat top center;

  background-size: cover;
  padding-top: 128px;
  padding-left: 400px;
}

#about .bg-white {
  background-color: white;
  width: 80%;
  padding: 2rem 5rem 5rem;
  display: flex;
  flex-wrap: wrap;
}

#about .bg-white .col-6 {
  flex: 0 0 48.333333%;
  max-width: 48.333333%;
}

#about .content-text p {
  color: #707070 !important;
  padding-bottom: 1em;
  font-size: 2rem;
  line-height: 3.5rem;
}

#videos .content-video {
  text-align: center;
  margin: 3rem 0 0;
}

#www .et_pb_module_header {
  font-weight: 700 !important;
  font-size: 32px !important;
  color: #38b5b5 !important;
  text-align: left !important;
}

#www .profile img,
#www .profile figcaption {
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
}

#www .profile img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 1em;
}

#www .profile figcaption h3 {
  margin-top: 0;
}

#about h6 {
  color: #858585;
  margin: 0;
}

/*---------------------------------------
      APPOINTMENT
  -----------------------------------------*/

#www .appointment {
  padding-top: 50px;
}

#www .text-right {
  padding-right: 5rem;
}

#www .appointment label {
  color: #393939;
  font-weight: 500;
}

#www .font_3 span {
  font-weight: bold;
  color: #38b5b5 !important;
}

#www .font_8 {
  font-size: 1.75rem;
}

#www .img2-container {
  background-blend-mode: soft-light;
  background-image: url('../img/img2.jpg');
  background-color: #707070;
  background-position: 0;
}

#www .img2-container .img2 {
  position: absolute;
  top: 35%;
  left: 35%;
  width: 30%;
}

#www .img3-container {
  background-blend-mode: soft-light;
  background-image: url('../img/img3.jpg');
  background-color: #707070;
  background-position: 50%;
}

#www .img3-container .img3 {
  position: absolute;
  top: 40%;
  left: 30%;
  width: 35%;
}

#www .img4-container {
  background-blend-mode: soft-light;
  background-image: url('../img/img4.jpg');
  background-color: #707070;
  background-position: 0;
}

#www .img4-container .img4 {
  position: absolute;
  top: 30%;
  left: 35%;
  width: 35%;
}

#www .img5-container {
  background-blend-mode: soft-light;
  background-image: url('../img/img5.jpg');
  background-color: #707070;
  background-position: 45%;
}

#www .img5-container .img5 {
  position: absolute;
  top: 25%;
  left: 30%;
  width: 35%;
}

#www .appointment .form-control {
  background: #f9f9f9;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  transition: all ease-in-out 0.4s;
}

#www .et_pb_column,
#www .et_pb_row,
#www .et_pb_row_inner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vh;
  width: 95%;
}

#www .appointment input,
#www .appointment select {
  height: 45px;
}

#www .appointment button#cf-submit {
  background: #38b5b5 !important;
  color: #ffffff;
  font-weight: bold;
  height: 55px;
}

#www .appointment button#cf-submit:hover {
  background: #393939;
  color: #ffffff;
}

/*---------------------------------------
      call to action
  -----------------------------------------*/
#www .call-to-action {
  background-attachment: fixed;
  background-color: #645862;
  background-image: url('./../img/img6.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  cursor: default;
  text-align: center;
  width: 100%;
  height: 100%;
  float: left;
}

#www .call-overlay {
  padding: 12rem 0;
  /* background-color: RGBA(15, 5, 20, 0.84); */
}

#www .call-to-action .subscribe-text h3 {
  padding-bottom: 22px;
  line-height: 2em;
  font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
  text-transform: uppercase !important;
  font-size: 30px;
}

#www .subscribe-button {
  color: #ffffff !important;
  border-width: 0 !important;
  border-radius: 21px;
  font-size: 19px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #55b8e7;
  padding: 0.3em 1em;
}

/*
* FOOTER
*/
footer {
  padding-top: 2em;
  width: 100%;
  background-color: #38b5b5 !important;
  padding-bottom: 2em !important;
  margin-right: auto !important;
  margin-left: auto !important;
  line-height: 26px;
}

#www .footer-thumb h4 {
  font-weight: 700;
  color: #ffffff !important;
  font-size: 20px;
}

footer .stories-info h5 {
  font-size: 17px !important;
}

footer .contact-info p {
  font-size: 17px;
  color: white;
}

#www .footer-thumb a {
  color: #ffffff !important;
  text-decoration: none;
}

#www .content-footer {
  width: 50%;
  margin: 1rem auto;
}

/* CONTACTO*/
#www .bar-title {
  margin-left: 0 !important;
  margin-right: auto !important;
  margin-bottom: -1px !important;
  width: 200px;
  box-sizing: content-box;
  height: 23px;
  border-top-color: #38b5b5;
  border-top-width: 7px;
  border-top-style: solid;
}

#www .contacto input.wpcf7-text {
  padding: 15px 20px;
  border: 0;
  width: 100%;
  background: #f2f2f2;
  border-radius: 10px;
}

#www .contacto textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 15px 20px;
  border: 0;
  width: 100%;
  background: #f2f2f2;
  border-radius: 10px;
}

#www .contacto input.wpcf7-form-control.has-spinner.wpcf7-submit {
  color: #ffffff !important;
  border-radius: 46px;
  font-size: 16px;
  background-color: #55b8e7;
  border: 0;
  padding: 5px 40px !important;
  cursor: pointer;
}

@media print {
  .rpv-print__body-printing #root {
    display: none;
  }
  body {
    overflow: visible !important;
  }
  /* .pdf-viewer-container {
    page-break-before: always;
    page-break-after: always;
  } */
}
