/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "Cocomat";
  src: url("../fonts/Cocomat.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CocomatLight";
  src: url("../fonts/Cocomat-Light.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CocomatBold";
  src: url("../fonts/Cocomat-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tratamientos";
  src: url("../fonts/tratamientos.ttf");
  font-weight: normal;
  font-style: normal;
}
.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

body {
  min-height: 100%;
  font-family: "Cocomat";
  font-size: 20px !important;
  overflow-x: hidden;
  text-rendering: auto !important;
  background-color: #000 !important;
}

.contenidoTopContacto a, .contenidoTopAgendaDeCitas a, .cardTratamiento, .contenidoTopTratamientos a, .menuTratamientos ul li a, .contenidoTopSN a, .contenidoAccesos ul li a, .contenidoInformacionMariel a, .contenidoBranding a, .btnCitasFlotante, .formulario button {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.nav-link {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.7));
}

/*Scroll bar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 7px #000 !important;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff !important;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cca155 !important;
}

/*Forms*/
.formulario {
  width: 90%;
  margin-left: 5%;
  padding: 25px;
}
.formulario label {
  color: #cca155 !important;
  font-family: "Cocomat";
  font-size: 15px !important;
}
.formulario input {
  border-radius: 0px;
}
.formulario button {
  border-radius: 0px;
  color: #fff !important;
  background-color: #000 !important;
  width: 50%;
  margin-left: 50%;
  margin-top: 25px;
  transition: 0.35s ease-in-out;
}
.formulario button:hover {
  color: #000 !important;
  background-color: #cca155 !important;
}
.formulario .g1 {
  padding-right: 5px;
}
.formulario .g2 {
  padding-left: 5px;
}
.formulario textarea {
  border-radius: 0px;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .ec-header-h1 {
    color: #fff !important;
    font-family: "RalewayBold";
    text-align: center;
    font-size: 40px !important;
  }
}
.navbar {
  transition: 0.35s ease-in-out;
  padding: 0px;
}

.onTop {
  opacity: 1;
  background-color: transparent !important;
}

.scrolling {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  margin-top: -200px !important;
}

.hideNav {
  margin-top: 0px !important;
}

.navbar-brand {
  width: 130px;
  margin-left: 0px;
  padding: 5px;
  background-color: #fff !important;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.navbar-nav {
  width: 80% !important;
  margin-left: 20% !important;
  font-size: 15px !important;
}

.nav-link {
  font-family: "Cocomat";
  text-decoration: none;
  color: #fff !important;
  border-radius: 200px;
  transition: 0.35s ease-in-out;
  padding-left: 9px;
  padding-right: 9px;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-link:hover {
  color: #000 !important;
  background-color: #cca155 !important;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0));
}

.activo {
  color: #000 !important;
  background-color: #cca155 !important;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0));
}

.rrssTop {
  list-style: none;
}
.rrssTop li {
  margin-left: 15px;
  margin-right: 15px;
}
.rrssTop a {
  color: #fff !important;
  vertical-align: middle;
}
.rrssTop a:hover {
  color: #cca155 !important;
}
.rrssTop i {
  vertical-align: middle !important;
  margin-top: 12px;
}

.footer {
  z-index: 1;
}

.contenedorFooter {
  background-color: #000 !important;
  padding: 25px;
  z-index: 1;
}

.logoFooter {
  z-index: 1;
  padding: 25px;
}
.logoFooter img {
  width: 70px;
}

.headerFooter {
  color: #cca155 !important;
  font-size: 20px !important;
  font-family: "CocomatBold";
}

.siteMap {
  z-index: 1;
  list-style: none !important;
  font-family: "CocomatLight";
  font-size: 15px !important;
  text-decoration: none !important;
}
.siteMap li {
  margin-bottom: 5px;
  color: #fff !important;
}
.siteMap li a {
  text-decoration: none;
  color: #fff !important;
  transition: 0.35s ease-in-out;
}
.siteMap li a:hover {
  color: #cca155 !important;
}

.newsletter {
  z-index: 1;
}
.newsletter label {
  font-family: "CocomatBold";
  color: #cca155 !important;
  font-size: 20px !important;
  margin-bottom: 5px;
}
.newsletter input {
  width: 80%;
  background-color: #fff !important;
  color: #000 !important;
}
.newsletter input:focus {
  border-color: #fff !important;
}
.newsletter button {
  width: 20%;
  border: none;
  background-color: #cca155 !important;
  font-family: "Cocomat";
  color: #000 !important;
  transition: 0.35s ease-in-out;
  border-radius: 0px;
}
.newsletter button:hover {
  background-color: #fff !important;
  color: #cca155 !important;
}

.rrssFooter {
  z-index: 1;
  list-style: none;
  display: inline-flex;
  margin-top: 25px;
  float: right;
}
.rrssFooter li {
  margin-left: 25px;
}
.rrssFooter i {
  color: #fff !important;
  transition: 0.35s ease-in-out;
}
.rrssFooter i:hover {
  color: #cca155 !important;
}

.txtFooter {
  z-index: 1;
  text-align: center;
  color: #fff !important;
  font-family: "CocomatLight";
  font-size: 12px !important;
}
.txtFooter a {
  font-family: "CocomatBold";
  text-decoration: none;
  color: #fff !important;
}
.txtFooter a:hover {
  color: #cca155 !important;
}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  background-color: #fff !important;
  border: 10px !important;
  border-radius: 10px !important;
}

.btnCitasFlotante {
  position: fixed;
  border-radius: 500px !important;
  width: 75px;
  height: 75px;
  background-color: #000 !important;
  right: 25px;
  bottom: 25px;
  transition: 0.35s ease-in-out;
  z-index: 100;
}
.btnCitasFlotante i {
  color: #cca155 !important;
  position: absolute;
  margin-top: 40px;
}
.btnCitasFlotante:hover {
  cursor: pointer;
  background-color: #cca155 !important;
}
.btnCitasFlotante:hover i {
  color: #fff !important;
}

/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*MEDIA QUERIES*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 500px) {
  .navbar {
    backdrop-filter: blur(8px);
  }

  .navbar-brand {
    margin-left: 0px;
  }

  .navbar-nav {
    width: 100% !important;
    margin-left: 0% !important;
    font-size: 15px !important;
    padding: 25px;
  }

  .nav-link {
    text-align: center;
    text-decoration: none;
    color: #fff !important;
  }
  .nav-link:hover {
    color: #cca155 !important;
  }

  .activo {
    font-family: "CocomatBold";
    font-size: 15px !important;
  }

  .rrssTop {
    list-style: none;
    padding: 5px;
  }
  .rrssTop li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .rrssTop a {
    color: #fff !important;
    vertical-align: middle;
  }
  .rrssTop a:hover {
    color: #cca155 !important;
  }
  .rrssTop i {
    vertical-align: middle !important;
    margin-top: 0px;
  }

  .footer {
    z-index: 1;
  }

  .contenedorFooter {
    background-color: #000 !important;
    padding: 25px;
    z-index: 1;
  }

  .logoFooter {
    z-index: 1;
    padding: 25px;
  }
  .logoFooter img {
    width: 50%;
    margin-left: 25%;
  }

  .headerFooter {
    color: #cca155 !important;
    font-size: 20px !important;
    font-family: "CocomatBold";
  }

  .siteMap {
    z-index: 1;
    list-style: none !important;
    font-family: "CocomatLight";
    font-size: 15px !important;
    text-decoration: none !important;
    text-align: left;
    padding-left: 0px !important;
  }
  .siteMap li {
    margin-bottom: 5px;
    color: #fff !important;
  }
  .siteMap li a {
    text-decoration: none;
    color: #fff !important;
    transition: 0.35s ease-in-out;
  }
  .siteMap li a:hover {
    color: #cca155 !important;
  }

  .newsletter {
    z-index: 1;
  }
  .newsletter label {
    font-family: "Cocomat";
    color: #fff !important;
    font-size: 15px !important;
    margin-bottom: 5px;
  }
  .newsletter input {
    width: 80%;
    border-width: 4px;
    border-color: #fff !important;
    border-style: solid;
    background-color: transparent;
    color: #fff !important;
  }
  .newsletter input:focus {
    border-color: #fff !important;
  }
  .newsletter button {
    width: 20%;
    background-color: transparent;
    font-family: "CocomatLight";
    color: #fff !important;
    transition: 0.35s ease-in-out;
    border-radius: 0px;
    border-width: 4px;
    border-style: solid;
    border-color: #fff !important;
  }
  .newsletter button:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    border-width: 3px !important;
    color: #000 !important;
  }

  .rrssFooter {
    z-index: 1;
    list-style: none;
    display: inline-flex;
    margin-top: 25px;
    float: right;
  }
  .rrssFooter li {
    margin-left: 25px;
  }
  .rrssFooter i {
    color: #fff !important;
    transition: 0.35s ease-in-out;
  }
  .rrssFooter i:hover {
    color: #cca155 !important;
  }

  .txtFooter {
    z-index: 1;
    text-align: center;
    color: #fff !important;
    font-family: "CocomatLight";
    font-size: 12px !important;
  }
  .txtFooter a {
    font-family: "CocomatBold";
    text-decoration: none;
    color: #fff !important;
  }
  .txtFooter a:hover {
    color: #cca155 !important;
  }

  .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    background-color: #fff !important;
    border: 10px !important;
    border-radius: 10px !important;
  }
}
.contenedorBTH {
  overflow: hidden;
  z-index: 0;
}

.videoBanner {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.marginAccesosInicio {
  margin-top: 400px;
  position: fixed;
}

.contenidoAccesos {
  padding: 25px;
  width: 80%;
  margin-left: 10%;
}
.contenidoAccesos h2 {
  font-family: "CocomatLight";
  color: #fff !important;
  font-size: 34px;
  background-color: #cca155 !important;
  width: 320px;
  padding: 5px;
  text-align: center;
}
.contenidoAccesos ul {
  display: inline-flex;
  padding: 25px;
  font-family: "tratamientos";
  list-style: none;
  background-color: #fff !important;
  width: 100%;
  text-align: center;
  max-height: 150px;
}
.contenidoAccesos ul .noBorder {
  border-right: unset !important;
}
.contenidoAccesos ul li {
  width: 20%;
  color: #cca155 !important;
  border-right: 3px solid #dadada !important;
}
.contenidoAccesos ul li h3 {
  font-size: 80px;
}
.contenidoAccesos ul li a {
  font-family: "Cocomat";
  color: #fff !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #000 !important;
  padding: 9px;
  width: 80%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.contenidoAccesos ul li a:hover {
  background-color: #cca155 !important;
  color: #000 !important;
}

.contenedorInformacionMariel {
  z-index: 1;
  background-color: #fff !important;
  padding: 0px;
  border-top: 10px solid #000 !important;
  min-height: 300px;
  max-height: 450px;
  overflow: hidden;
}
.contenedorInformacionMariel:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contenedorImgMariel {
  overflow: hidden;
  max-height: 450px;
}
.contenedorImgMariel img {
  transition: 0.35s ease-in-out;
  width: 100% !important;
  z-index: 0;
}

.contenidoInformacionMariel {
  padding: 25px;
  margin-top: 25px;
}
.contenidoInformacionMariel h1 {
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  width: 80%;
  margin-left: 10%;
}
.contenidoInformacionMariel p {
  font-family: "Cocomat";
  font-size: 20px !important;
  width: 80%;
  margin-left: 10%;
  text-align: justify;
}
.contenidoInformacionMariel a {
  font-family: "Cocomat";
  color: #fff !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #000 !important;
  padding: 9px;
  width: 50%;
  margin-left: 25%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.contenidoInformacionMariel a:hover {
  background-color: #cca155 !important;
  color: #000 !important;
}

.contenedorBranding {
  min-height: 200px;
  background-color: #000 !important;
  padding: 25px;
}

.contenidoBranding {
  margin-top: 25px;
  margin-bottom: 25px;
}
.contenidoBranding h2 {
  color: #cca155 !important;
  font-size: 50px !important;
  font-family: "CocomatLight";
  text-align: center;
}
.contenidoBranding p {
  color: #fff !important;
  font-size: 20px !important;
  font-family: "Cocomat";
  width: 60%;
  margin-left: 20%;
  text-align: justify;
}
.contenidoBranding a {
  font-family: "Cocomat";
  color: #000 !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #cca155 !important;
  padding: 9px;
  width: 50%;
  margin-left: 25%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.contenidoBranding a:hover {
  background-color: #fff !important;
  color: #000 !important;
}

/*==============================================================*/
/*==============================================================*/
/*MEDIA QUERIES*/
/*=============================================================*/
@media screen and (max-width: 500px) {
  .contenedorBTH {
    overflow: hidden;
    z-index: 0;
  }

  .videoBanner {
    position: fixed;
    right: -250px;
    bottom: 0;
    min-width: 300%;
    min-height: auto !important;
    margin-left: 200px !important;
  }

  .marginAccesosInicio {
    margin-top: 100px;
    position: fixed;
  }

  .contenidoAccesos {
    padding: 25px;
    width: 90%;
    margin-left: 5%;
  }
  .contenidoAccesos h2 {
    font-family: "CocomatLight";
    color: #fff !important;
    font-size: 34px;
    background-color: rgba(204, 161, 85, 0.4) !important;
    backdrop-filter: blur(8px);
    width: 100%;
    padding: 5px;
    text-align: center;
  }
  .contenidoAccesos ul {
    display: block;
    padding: 25px;
    font-family: "tratamientos";
    list-style: none;
    background-color: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
    width: 100%;
    text-align: center;
    max-height: unset;
  }
  .contenidoAccesos ul .noBorder {
    border-right: unset !important;
  }
  .contenidoAccesos ul li {
    width: 100%;
    color: #cca155 !important;
    border-right: unset !important;
    margin-top: 18px;
  }
  .contenidoAccesos ul li h3 {
    font-size: 70px;
    display: none;
  }
  .contenidoAccesos ul li a {
    font-family: "Cocomat";
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #000 !important;
    padding: 9px;
    width: 80%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
  }
  .contenidoAccesos ul li a:hover {
    background-color: #cca155 !important;
    color: #000 !important;
  }

  .contenedorInformacionMariel {
    min-height: 300px;
    z-index: 1;
    background-color: #fff !important;
    padding: 25px;
    border-top: 10px solid #000 !important;
    max-height: unset;
    overflow: hidden;
  }

  .contenedorImgMariel {
    overflow: hidden;
    max-height: unset;
  }
  .contenedorImgMariel img {
    transition: 0.35s ease-in-out;
    width: 100% !important;
    z-index: 0;
  }

  .contenidoInformacionMariel {
    padding: 0px !important;
    margin-top: 25px;
  }
  .contenidoInformacionMariel h1 {
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    width: 80%;
    margin-left: 10%;
    text-align: center;
  }
  .contenidoInformacionMariel p {
    font-family: "Cocomat";
    font-size: 20px !important;
    width: 80%;
    margin-left: 10%;
    text-align: left;
  }
  .contenidoInformacionMariel a {
    font-family: "Cocomat";
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #000 !important;
    padding: 9px;
    width: 50%;
    margin-left: 25%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    cursor: pointer;
  }
  .contenidoInformacionMariel a:hover {
    background-color: #cca155 !important;
    color: #000 !important;
  }

  .contenedorBranding {
    min-height: 200px;
    background-color: #000 !important;
    padding: 25px;
  }

  .contenidoBranding {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .contenidoBranding h2 {
    color: #cca155 !important;
    font-size: 50px !important;
    font-family: "CocomatLight";
    text-align: center;
  }
  .contenidoBranding p {
    color: #fff !important;
    font-size: 20px !important;
    font-family: "Cocomat";
    width: 60%;
    margin-left: 20%;
    text-align: left;
  }
  .contenidoBranding a {
    font-family: "Cocomat";
    color: #000 !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #cca155 !important;
    padding: 9px;
    width: 50%;
    margin-left: 25%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    cursor: pointer;
  }
  .contenidoBranding a:hover {
    background-color: #fff !important;
    color: #000 !important;
  }
}
.contenedorTopSN {
  background-image: url("../img/nosotros/escritorio4.png");
  background-size: 100%;
  min-height: 500px;
  z-index: 1;
  background-attachment: fixed;
  background-position-y: -170px;
  padding: 25px;
  overflow: hidden;
}

.contenidoTopSN {
  margin-top: 25px;
}
.contenidoTopSN h1 {
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  width: 80%;
  margin-left: 10%;
}
.contenidoTopSN p {
  font-family: "Cocomat";
  font-size: 20px !important;
  width: 80%;
  margin-left: 10%;
  text-align: justify;
}
.contenidoTopSN a {
  font-family: "Cocomat";
  color: #fff !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #000 !important;
  padding: 9px;
  width: 50%;
  margin-left: 25%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.contenidoTopSN a:hover {
  background-color: #cca155 !important;
  color: #000 !important;
}

.contenedorFormacionMariel {
  min-height: 300px;
  z-index: 1;
  background-color: #fff !important;
  padding: 25px;
  border-top: 10px solid #000 !important;
  overflow: hidden;
}
.contenedorFormacionMariel img {
  margin-top: 25px;
  width: 80%;
  margin-left: 10%;
  z-index: 0;
}

.contenidoFormacionMariel {
  margin-top: 25px;
}
.contenidoFormacionMariel h1 {
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  width: 80%;
  margin-left: 10%;
  margin-top: 150px;
}
.contenidoFormacionMariel h2 {
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  width: 80%;
  margin-left: 10%;
}
.contenidoFormacionMariel p {
  font-family: "Cocomat";
  font-size: 20px !important;
  width: 80%;
  margin-left: 10%;
  text-align: justify;
}
.contenidoFormacionMariel ul {
  width: 80%;
  margin-left: 10%;
}
.contenidoFormacionMariel li {
  color: #cca155 !important;
}

.contenedorVMV {
  background-color: #000 !important;
  padding: 25px;
  min-height: 200px;
}

.menuVMV ul {
  width: 70%;
  margin-left: 15%;
  display: inline-flex;
  list-style: none;
  border-bottom: 3px solid #cca155 !important;
  padding: 9px;
}
.menuVMV li {
  color: #fff !important;
  width: 33%;
  text-align: center;
  font-size: 15px !important;
  font-family: "CocomatLight";
  transition: 0.35s ease-in-out;
}
.menuVMV li:hover {
  color: #cca155 !important;
  cursor: pointer;
}
.menuVMV .activoVMV {
  color: #cca155 !important;
}

.contenidoVMV {
  padding: 25px;
}
.contenidoVMV p {
  color: #fff !important;
  font-size: 20px !important;
  width: 70%;
  margin-left: 15%;
  text-align: justify;
}

/*==============================================================*/
/*==============================================================*/
/*MEDIA QUERIES*/
/*=============================================================*/
@media screen and (max-width: 500px) {
  .contenedorTopSN {
    background-image: url("../img/nosotros/escritorio4.png");
    background-size: 150%;
    min-height: 300px;
    z-index: 1;
    background-attachment: fixed;
    background-position-y: 0px;
    padding: 25px;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  .contenidoTopSN {
    margin-top: 25px;
  }
  .contenidoTopSN h1 {
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
  .contenidoTopSN p {
    font-family: "Cocomat";
    font-size: 20px !important;
    width: 90%;
    margin-left: 5%;
    text-align: left;
  }
  .contenidoTopSN a {
    font-family: "Cocomat";
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #000 !important;
    padding: 9px;
    width: 50%;
    margin-left: 25%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    cursor: pointer;
  }
  .contenidoTopSN a:hover {
    background-color: #cca155 !important;
    color: #000 !important;
  }

  .contenedorFormacionMariel {
    min-height: 100px;
    z-index: 1;
    background-color: #fff !important;
    padding: 25px;
    border-top: 10px solid #000 !important;
    overflow: hidden;
  }
  .contenedorFormacionMariel img {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 90%;
    margin-left: 5%;
    z-index: 0;
  }

  .contenidoFormacionMariel {
    margin-top: 0px;
  }
  .contenidoFormacionMariel h1 {
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    text-align: center;
  }
  .contenidoFormacionMariel h2 {
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    width: 90%;
    margin-left: 5%;
    text-align: center;
  }
  .contenidoFormacionMariel p {
    font-family: "Cocomat";
    font-size: 20px !important;
    width: 90%;
    margin-left: 5%;
    text-align: left;
  }
  .contenidoFormacionMariel ul {
    width: 90%;
    margin-left: 5%;
  }
  .contenidoFormacionMariel li {
    color: #cca155 !important;
  }

  .contenedorVMV {
    background-color: #000 !important;
    padding: 25px;
    min-height: 200px;
  }

  .menuVMV ul {
    width: 70%;
    margin-left: 15%;
    display: inline-flex;
    list-style: none;
    border-bottom: 3px solid #cca155 !important;
    padding: 9px;
  }
  .menuVMV li {
    color: #fff !important;
    width: 33%;
    text-align: center;
    font-size: 15px !important;
    font-family: "CocomatLight";
    transition: 0.35s ease-in-out;
  }
  .menuVMV li:hover {
    color: #cca155 !important;
    cursor: pointer;
  }
  .menuVMV .activoVMV {
    color: #cca155 !important;
  }

  .contenidoVMV {
    padding: 25px;
  }
  .contenidoVMV p {
    color: #fff !important;
    font-size: 20px !important;
    width: 90%;
    margin-left: 5%;
    text-align: left;
  }
}
.contenedorTopTratamientos {
  background-image: url("../img/tratamientos/bannerTratamientos.png");
  background-size: 100%;
  min-height: 500px;
  z-index: 1;
  background-attachment: fixed;
  background-position-y: -250px;
  padding: 25px;
  overflow: hidden;
}

.contenidoTopTratamientos {
  padding: 25px;
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  width: 70%;
  margin-left: 15%;
}
.contenidoTopTratamientos h1 {
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  text-align: center;
}
.contenidoTopTratamientos p {
  font-family: "Cocomat";
  font-size: 20px !important;
  text-align: justify;
  color: #fff !important;
}
.contenidoTopTratamientos a {
  font-family: "Cocomat";
  color: #fff !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #000 !important;
  padding: 9px;
  width: 50%;
  margin-left: 25%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.contenidoTopTratamientos a:hover {
  background-color: #cca155 !important;
  color: #000 !important;
}

.contenedorTratamientos {
  min-height: 200px;
  background-color: #fff !important;
}

.menuTratamientos {
  padding: 25px;
  width: 80%;
  margin-left: 10%;
}
.menuTratamientos h2 {
  font-family: "CocomatLight";
  color: #fff !important;
  font-size: 34px;
  background-color: #cca155 !important;
  width: 320px;
  padding: 5px;
  text-align: center;
}
.menuTratamientos ul {
  display: inline-flex;
  padding: 25px;
  font-family: "tratamientos";
  list-style: none;
  background-color: #fff !important;
  width: 100%;
  text-align: center;
  max-height: 150px;
}
.menuTratamientos ul .noBorder {
  border-right: unset !important;
}
.menuTratamientos ul li {
  width: 20%;
  color: #cca155 !important;
  border-right: 3px solid #dadada !important;
}
.menuTratamientos ul li .tratamientoActivo {
  background-color: #cca155 !important;
  color: #000 !important;
}
.menuTratamientos ul li h3 {
  font-size: 80px;
}
.menuTratamientos ul li a {
  font-family: "Cocomat";
  color: #fff !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #000 !important;
  padding: 9px;
  width: 80%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
}
.menuTratamientos ul li a:hover {
  background-color: #cca155 !important;
  color: #000 !important;
  cursor: pointer;
}

/*DISPLAY DE TRATAMIENTOS*/
.contenedorCardTratamiento {
  padding: 25px;
}

.cardTratamiento {
  background-color: #000 !important;
  min-height: 200px;
  max-height: 400px;
  border: none;
  padding: 0px;
  width: 80%;
  margin-left: 10%;
  overflow: hidden;
}
.cardTratamiento .contenedorImgCardTratamiento {
  overflow: hidden;
  padding: 0px;
}
.cardTratamiento .contenedorImgCardTratamiento .imgCardTratamiento {
  transition: 0.35s ease-in-out;
  width: 100%;
}
.cardTratamiento .contenidoCardTratamiento {
  padding: 25px;
  width: 90%;
  margin-top: 25px;
  margin-left: 5%;
  max-height: 350px !important;
  overflow: auto;
}
.cardTratamiento .contenidoCardTratamiento h2 {
  color: #cca155 !important;
  font-family: "CocomatLight";
  font-size: 50px !important;
}
.cardTratamiento .contenidoCardTratamiento p {
  color: #fff !important;
  font-family: "Cocomat";
  font-size: 20px !important;
}
.cardTratamiento .contenidoCardTratamiento a {
  display: inline-block;
  padding: 9px;
  width: 45%;
  padding-right: 5%;
  background-color: #cca155 !important;
  color: #000 !important;
  text-decoration: none;
  font-family: "Cocomat";
  font-size: 15px !important;
  text-align: center;
  transition: 0.35s ease-in-out;
}
.cardTratamiento .contenidoCardTratamiento a:hover {
  background-color: #fff !important;
  color: #cca155 !important;
}
.cardTratamiento:hover .imgCardTratamiento {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*==============================================================*/
/*==============================================================*/
/*MEDIA QUERIES*/
/*=============================================================*/
@media screen and (max-width: 500px) {
  .contenedorTopTratamientos {
    background-image: url("../img/tratamientos/bannerTratamientos.png");
    background-size: 250%;
    min-height: 300px;
    z-index: 1;
    background-attachment: fixed;
    background-position-y: 0px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px;
    overflow: hidden;
  }

  .contenidoTopTratamientos {
    padding: 25px;
    margin-top: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    width: 90%;
    margin-left: 5%;
  }
  .contenidoTopTratamientos h1 {
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    text-align: left;
  }
  .contenidoTopTratamientos p {
    font-family: "Cocomat";
    font-size: 20px !important;
    text-align: left;
    color: #fff !important;
  }
  .contenidoTopTratamientos a {
    font-family: "Cocomat";
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #000 !important;
    padding: 9px;
    width: 50%;
    margin-left: 25%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    cursor: pointer;
  }
  .contenidoTopTratamientos a:hover {
    background-color: #cca155 !important;
    color: #000 !important;
  }

  .contenedorTratamientos {
    min-height: 200px;
    background-color: #fff !important;
  }

  .menuTratamientos {
    padding: 25px;
    width: 90%;
    margin-left: 5%;
  }
  .menuTratamientos h2 {
    font-family: "CocomatLight";
    color: #fff !important;
    font-size: 34px;
    background-color: #cca155 !important;
    width: 320px;
    padding: 5px;
    text-align: center;
  }
  .menuTratamientos ul {
    display: block;
    padding: 25px;
    font-family: "tratamientos";
    list-style: none;
    background-color: #fff !important;
    width: 100%;
    text-align: center;
    max-height: 150px;
    margin-bottom: 100px;
  }
  .menuTratamientos ul .noBorder {
    border-right: unset !important;
  }
  .menuTratamientos ul li {
    margin-top: 9px;
    width: 100%;
    color: #cca155 !important;
    border-right: unset !important;
  }
  .menuTratamientos ul li .tratamientoActivo {
    background-color: #cca155 !important;
    color: #000 !important;
  }
  .menuTratamientos ul li h3 {
    font-size: 80px;
    display: none;
  }
  .menuTratamientos ul li a {
    font-family: "Cocomat";
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #000 !important;
    padding: 9px;
    width: 80%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
  }
  .menuTratamientos ul li a:hover {
    background-color: #cca155 !important;
    color: #000 !important;
    cursor: pointer;
  }

  /*DISPLAY DE TRATAMIENTOS*/
  .contenedorCardTratamiento {
    padding: 25px;
  }

  .cardTratamiento {
    background-color: #000 !important;
    min-height: 200px;
    max-height: unset !important;
    border: none;
    padding: 0px;
    width: 100%;
    margin-left: 0%;
    overflow: hidden;
    margin-top: 25px;
  }
  .cardTratamiento .contenedorImgCardTratamiento {
    overflow: hidden;
    padding: 0px;
  }
  .cardTratamiento .contenedorImgCardTratamiento .imgCardTratamiento {
    transition: 0.35s ease-in-out;
    width: 100%;
  }
  .cardTratamiento .contenidoCardTratamiento {
    padding: 25px;
    width: 90%;
    margin-top: 25px;
    margin-left: 5%;
    max-height: 350px !important;
    overflow: auto;
  }
  .cardTratamiento .contenidoCardTratamiento h2 {
    color: #cca155 !important;
    font-family: "CocomatLight";
    font-size: 50px !important;
  }
  .cardTratamiento .contenidoCardTratamiento p {
    color: #fff !important;
    font-family: "Cocomat";
    font-size: 20px !important;
  }
  .cardTratamiento .contenidoCardTratamiento a {
    display: inline-block;
    padding: 9px;
    width: 90% !important;
    margin-left: 5% !important;
    padding-right: 0 !important;
    margin-top: 18px;
    background-color: #cca155 !important;
    color: #000 !important;
    text-decoration: none;
    font-family: "Cocomat";
    font-size: 15px !important;
    text-align: center;
    transition: 0.35s ease-in-out;
  }
  .cardTratamiento .contenidoCardTratamiento a:hover {
    background-color: #fff !important;
    color: #cca155 !important;
  }
  .cardTratamiento:hover .imgCardTratamiento {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.contenedorTopAgendaDeCitas {
  background-image: url("../img/citas/consultorio.png");
  background-size: 100%;
  min-height: 500px;
  z-index: 1;
  background-attachment: fixed;
  background-position-y: -250px;
  padding: 25px;
  overflow: hidden;
}

.contenidoTopAgendaDeCitas {
  padding: 25px;
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  width: 70%;
  margin-left: 15%;
}
.contenidoTopAgendaDeCitas h1 {
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  text-align: center;
}
.contenidoTopAgendaDeCitas p {
  font-family: "Cocomat";
  font-size: 20px !important;
  text-align: justify;
  color: #fff !important;
}
.contenidoTopAgendaDeCitas a {
  font-family: "Cocomat";
  color: #fff !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #000 !important;
  padding: 9px;
  width: 50%;
  margin-left: 25%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.contenidoTopAgendaDeCitas a:hover {
  background-color: #cca155 !important;
  color: #000 !important;
}

/*DISPLAY DE AgendaDeCitas*/
.contenedorCardTratamiento {
  padding: 25px;
}

.cardTratamiento {
  background-color: #000 !important;
  min-height: 200px;
  max-height: 400px;
  border: none;
  padding: 0px;
  width: 80%;
  margin-left: 10%;
  overflow: hidden;
}
.cardTratamiento .contenedorImgCardTratamiento {
  overflow: hidden;
  padding: 0px;
}
.cardTratamiento .contenedorImgCardTratamiento .imgCardTratamiento {
  transition: 0.35s ease-in-out;
  width: 100%;
}
.cardTratamiento .contenidoCardTratamiento {
  padding: 25px;
  width: 90%;
  margin-top: 25px;
  margin-left: 5%;
  max-height: 350px !important;
  overflow: auto;
}
.cardTratamiento .contenidoCardTratamiento h2 {
  color: #cca155 !important;
  font-family: "CocomatLight";
  font-size: 50px !important;
}
.cardTratamiento .contenidoCardTratamiento p {
  color: #fff !important;
  font-family: "Cocomat";
  font-size: 20px !important;
}
.cardTratamiento .contenidoCardTratamiento a {
  display: inline-block;
  padding: 9px;
  width: 45%;
  padding-right: 5%;
  background-color: #cca155 !important;
  color: #000 !important;
  text-decoration: none;
  font-family: "Cocomat";
  font-size: 15px !important;
  text-align: center;
  transition: 0.35s ease-in-out;
}
.cardTratamiento .contenidoCardTratamiento a:hover {
  background-color: #fff !important;
  color: #cca155 !important;
}
.cardTratamiento:hover .imgCardTratamiento {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*==============================================================*/
/*==============================================================*/
/*MEDIA QUERIES*/
/*=============================================================*/
@media screen and (max-width: 500px) {
  .contenedorTopAgendaDeCitas {
    background-image: url("../img/citas/consultorio.png");
    background-size: 300%;
    min-height: 300px;
    z-index: 1;
    background-attachment: fixed;
    background-position-y: 0px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px;
    overflow: hidden;
  }

  .contenidoTopAgendaDeCitas {
    padding: 25px;
    margin-top: 120px;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    width: 90%;
    margin-left: 5%;
  }
  .contenidoTopAgendaDeCitas h1 {
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    text-align: left;
  }
  .contenidoTopAgendaDeCitas p {
    font-family: "Cocomat";
    font-size: 20px !important;
    text-align: left;
    color: #fff !important;
  }
  .contenidoTopAgendaDeCitas a {
    font-family: "Cocomat";
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #000 !important;
    padding: 9px;
    width: 50%;
    margin-left: 25%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    cursor: pointer;
  }
  .contenidoTopAgendaDeCitas a:hover {
    background-color: #cca155 !important;
    color: #000 !important;
  }
}
.contenedorContacto {
  padding: 0px;
  min-height: 200px;
  background-color: #fff !important;
}

.tituloContactoFooter {
  text-align: center;
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  margin-top: 25px;
}

.contenedorImgFooterContacto {
  overflow: hidden;
  padding: 25px;
}
.contenedorImgFooterContacto img {
  width: 100%;
}

.contenedorTopContacto {
  background-image: url("../img/contacto/bannerContacto.jpg");
  background-size: 100%;
  min-height: 500px;
  z-index: 1;
  background-attachment: fixed;
  padding: 25px;
  overflow: hidden;
}

.contenidoTopContacto {
  padding: 25px;
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  width: 70%;
  margin-left: 15%;
}
.contenidoTopContacto h1 {
  font-family: "CocomatLight";
  font-size: 50px !important;
  color: #cca155 !important;
  text-align: center;
}
.contenidoTopContacto p {
  font-family: "Cocomat";
  font-size: 20px !important;
  text-align: justify;
  color: #fff !important;
}
.contenidoTopContacto a {
  font-family: "Cocomat";
  color: #fff !important;
  text-align: center;
  font-size: 15px !important;
  display: inline-block;
  background-color: #000 !important;
  padding: 9px;
  width: 50%;
  margin-left: 25%;
  text-decoration: none;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.contenidoTopContacto a:hover {
  background-color: #cca155 !important;
  color: #000 !important;
}

#map {
  height: 500px;
  margin-top: 0px;
}

.contenidoContacto {
  padding: 25px;
  background-color: #000 !important;
  width: 100%;
}
.contenidoContacto h3 {
  text-transform: capitalize;
  font-size: 15px !important;
  font-family: "Cocomat";
  color: #cca155 !important;
}
.contenidoContacto ul {
  list-style: none;
  display: inline-flex !important;
  text-align: center;
}
.contenidoContacto ul li {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  color: #fff !important;
  font-size: 15px !important;
}
.contenidoContacto ul i {
  color: #cca155 !important;
}

/*==============================================================*/
/*==============================================================*/
/*MEDIA QUERIES*/
/*=============================================================*/
@media screen and (max-width: 500px) {
  .contenedorContacto {
    padding: 0px;
    min-height: 200px;
    background-color: #fff !important;
  }

  .tituloContactoFooter {
    text-align: center;
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    margin-top: 25px;
  }

  .contenedorImgFooterContacto {
    overflow: hidden;
    padding: 25px;
  }
  .contenedorImgFooterContacto img {
    width: 100%;
  }

  .contenedorTopContacto {
    background-image: url("../img/contacto/bannerContacto.jpg");
    background-size: 300%;
    min-height: 300px;
    background-position: center;
    z-index: 1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 25px;
    overflow: hidden;
  }

  .contenidoTopContacto {
    padding: 25px;
    margin-top: 120px;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    width: 90%;
    margin-left: 5%;
  }
  .contenidoTopContacto h1 {
    font-family: "CocomatLight";
    font-size: 50px !important;
    color: #cca155 !important;
    text-align: center;
  }
  .contenidoTopContacto p {
    font-family: "Cocomat";
    font-size: 20px !important;
    text-align: left;
    color: #fff !important;
  }
  .contenidoTopContacto a {
    font-family: "Cocomat";
    color: #fff !important;
    text-align: center;
    font-size: 15px !important;
    display: inline-block;
    background-color: #000 !important;
    padding: 9px;
    width: 50%;
    margin-left: 25%;
    text-decoration: none;
    transition: 0.35s ease-in-out;
    cursor: pointer;
  }
  .contenidoTopContacto a:hover {
    background-color: #cca155 !important;
    color: #000 !important;
  }

  #map {
    height: 500px;
    margin-top: 0px;
  }

  .contenidoContacto {
    background-color: #000 !important;
    width: 100%;
  }
  .contenidoContacto h3 {
    font-size: 15px !important;
    color: #cca155 !important;
  }
  .contenidoContacto ul {
    list-style: none;
    display: block !important;
    text-align: center;
  }
  .contenidoContacto ul li {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    color: #fff !important;
    font-size: 15px !important;
  }
  .contenidoContacto ul i {
    color: #cca155 !important;
  }
}

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