.tratamientos.owl-carousel .tratamiento {
  position: relative;
  overflow: hidden;
}

.tratamientos.owl-carousel .tratamiento .image {
  position: relative;
  color: #ffffff;
  display: block;
  padding: 0 1px;
}

.tratamientos.owl-carousel .tratamiento .image .tratamiento-info {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Champagne-Limousines-Bold';
  font-size: 22px;
  padding: 15px 0;
}

.tratamientos.owl-carousel .tratamiento .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all all 0.2s linear ease-out;
  transition: all all 0.2s linear ease-out;
  -webkit-backface-visibility: hidden;
}

.tratamientos.owl-carousel .tratamiento .image:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
}

.tratamientos.owl-carousel .tratamiento:hover .image:after {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3s linear ease-out;
  transition: all all 0.3s linear ease-out;
  -webkit-backface-visibility: hidden;
}

.tratamientos.owl-carousel .tratamiento:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.tratamientos.owl-carousel.owl-theme .owl-controls {
  padding-bottom: 10px;
}

.tratamientos.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 10px;
  padding: 0;
  font-size: 35px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.tratamientos.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

#breadcrumb {
  font-size: 20px;
  font-family: 'Roboto-Light';
}

#breadcrumb a {
  color: #90182c;
  font-weight: 600;
}

#tratamiento p {
  font-family: 'Roboto-Light';
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

#tratamiento h2 {
  font-size: 2.7rem;
  font-family: 'Champagne-Limousines';
  margin-bottom: 30px;
}

#tratamiento .tratamientos-container {
  padding: 0;
}

#tratamiento .tratamientos-container img {
  max-width: 100%;
}

#tratamiento .tratamientos-container .tratamiento {
  font-size: 20px;
  color: #fff;
}

#tratamiento .tratamientos-container .tratamiento.to-the-left {
  padding-right: 15%;
}

#tratamiento .tratamientos-container .tratamiento.to-the-right {
  padding-left: 15%;
}

#tratamiento .tratamientos-container .tratamiento h3 {
  font-family: 'Champagne-Limousines-Bold';
  font-size: 34px;
}

#tratamiento .tratamientos-container .tratamiento .description {
  font-family: 'Roboto-Thin';
  text-align: justify;
  color: #fff !important;
  font-size: 18px;
}

#tratamiento .tratamientos-container .tratamiento .title {
  font-family: 'Roboto-Regular';
  font-weight: bold;
  color: #fff !important;
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
}

#tratamiento .tratamientos-container .tratamiento a {
  font-family: 'Roboto-Thin';
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

#tratamiento .tratamientos-container .tratamiento a span {
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

#tratamiento .tratamientos-container .tratamiento a:hover span {
  padding-left: 5px;
}

@media screen and (max-width: 1340px) {
  #tratamiento .tratamiento-container .tratamiento.to-the-left {
    padding-right: 10%;
  }
  #tratamiento .tratamiento-container .tratamiento.to-the-right {
    padding-left: 10%;
  }
}

@media screen and (max-width: 1180px) {
  #tratamiento .tratamiento-container .tratamiento.to-the-left {
    padding-right: 5%;
  }
  #tratamiento .tratamiento-container .tratamiento.to-the-right {
    padding-left: 5%;
  }
}

@media screen and (max-width: 1040px) {
  #tratamiento .tratamiento-container .tratamiento.to-the-left {
    padding-right: 3rem;
  }
  #tratamiento .tratamiento-container .tratamiento.to-the-right {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 991px) {
  #tratamiento .tratamiento-container .tratamiento .description {
    text-align: left;
  }
}

.relacionados.owl-carousel .relacionado {
  position: relative;
  overflow: hidden;
}

.relacionados.owl-carousel .relacionado .image {
  position: relative;
  color: #ffffff;
  display: block;
  padding: 0 1px;
}

.relacionados.owl-carousel .relacionado .image .relacionado-info {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Champagne-Limousines-Bold';
  font-size: 22px;
  padding: 15px 0;
}

.relacionados.owl-carousel .relacionado .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transition: all all 0.2s linear ease-out;
  transition: all all 0.2s linear ease-out;
  -webkit-backface-visibility: hidden;
}

.relacionados.owl-carousel .relacionado .image:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0px solid transparent;
}

.relacionados.owl-carousel .relacionado:hover .image:after {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all all 0.3s linear ease-out;
  transition: all all 0.3s linear ease-out;
  -webkit-backface-visibility: hidden;
}

.relacionados.owl-carousel .relacionado:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.relacionados.owl-carousel.owl-theme .owl-controls {
  padding-bottom: 10px;
}

.relacionados.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  color: #90182c;
  display: inline-block;
  zoom: 1;
  margin: 10px;
  padding: 0;
  font-size: 35px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.relacionados.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.posts.owl-carousel .post {
  margin: 0 10px;
}

.posts.owl-carousel .post img {
  max-width: 100%;
  border-bottom: 2px solid #90182c;
  margin-bottom: 10px;
}

.posts.owl-carousel .post h3 {
  color: #0b2e13;
  font-size: 23px;
  line-height: 24px;
  margin: 0;
  font-family: 'Champagne-Limousines';
}

.posts.owl-carousel .post p {
  color: #777777;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  font-family: 'Roboto-Light';
  margin: 0;
}

.posts.owl-carousel .post a {
  color: #90182c;
  font-family: 'Champagne-Limousines-Bold';
}

.posts.owl-carousel .post a span {
  position: absolute;
  margin-top: 8px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 12px;
  margin-left: 1px;
}

.posts.owl-carousel .post a:hover span {
  font-size: 14px;
  margin-top: 7px;
  margin-left: 6px;
}

.posts.owl-carousel.owl-theme .owl-controls {
  padding-bottom: 10px;
}

.posts.owl-carousel.owl-theme .owl-controls .owl-buttons div {
  color: #90182c;
  display: inline-block;
  zoom: 1;
  margin: 10px;
  padding: 0;
  font-size: 35px;
  background: transparent;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.posts.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

#elva {
  min-height: 359px;
  background-image: url("../images/carita.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

#elva p {
  font-family: 'Roboto-Light';
  font-size: 26px;
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
}

#elva h2 {
  font-size: 2.7rem;
  font-family: 'Champagne-Limousines';
  margin-bottom: 30px;
}

#about-us-text, #about-us-text-footer {
  font-size: 20px;
  font-family: 'Roboto-Light';
}

#about-us-text h5, #about-us-text-footer h5 {
  font-size: 22px;
  margin: 0;
}

#about-us-text h6, #about-us-text-footer h6 {
  font-size: 17px;
}

#about-us-text p, #about-us-text-footer p {
  line-height: 28px;
}

#about-us-text img, #about-us-text-footer img {
  max-width: 100%;
}

@media screen and (max-width: 1340px) {
  #elva {
    min-height: 300px;
  }
  #elva p {
    font-size: 26px;
    line-height: 30px;
  }
  #elva h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 1180px) {
  #elva {
    min-height: 300px;
  }
  #elva p {
    font-size: 22px;
    line-height: 26px;
  }
  #elva h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 1040px) {
  #elva {
    min-height: 300px;
  }
  #elva p {
    font-size: 20px;
    line-height: 24px;
    margin-right: 30%;
    width: auto;
  }
  #elva h2 {
    font-size: 2.7rem;
    margin-right: 30%;
  }
}

@media screen and (max-width: 800px) {
  #elva {
    background-image: none;
  }
  #elva p {
    margin: 0 auto;
    width: 100%;
  }
  #elva h2 {
    margin: 0 auto 30px;
    width: 100%;
  }
}

#marcas p {
  font-family: 'Roboto-Light';
  font-size: 26px;
  line-height: 30px;
  color: #6c6a6b;
}

#marcas h2 {
  font-size: 2.7rem;
  font-family: 'Champagne-Limousines';
  margin-bottom: 30px;
}

#marcas .owl-carousel {
  margin-top: 30px;
}

#marcas .owl-carousel .item {
  margin: 0 10px;
}

#marcas .owl-carousel .item img {
  max-width: 100%;
}

footer {
  color: #d5d3d4;
  background: #656262;
  border-bottom: 15px solid #363535;
  font-family: 'Roboto-Light';
}

footer .col-first {
  padding-top: 30px;
}

footer .col-first p {
  font-family: 'Roboto-Light';
  font-size: 21px;
  margin-bottom: 0;
}

footer .col-first p.phone {
  font-size: 28px;
}

footer .col-first p a {
  color: #d5d3d4;
}

footer .col-third p {
  margin-bottom: 0px;
  text-align: right;
}

footer .col-third p img {
  max-width: 100%;
}

footer .col-second {
  font-size: 20px;
  margin-top: -25px;
  line-height: 20px;
}

footer .col-second a {
  font-family: 'Roboto-Light';
  margin: 0 10px;
  color: #d5d3d4;
}

@media screen and (max-width: 1180px) {
  footer .col-second {
    margin-top: 15px;
  }
}

@media screen and (max-width: 575px) {
  footer .col-first {
    text-align: center;
    padding: 0 0 15px;
  }
  footer .col-third p {
    text-align: center;
    padding: 0 0 15px;
  }
}

header.empty img {
  max-width: 100%;
}

#eventos p {
  font-family: 'Roboto-Light';
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

#eventos h2 {
  font-size: 2.7rem;
  font-family: 'Champagne-Limousines';
  margin-bottom: 30px;
}

#eventos .eventos-container {
  padding: 30px 0;
}

#eventos .eventos-container img {
  max-width: 100%;
  visibility: hidden;
}

#eventos .eventos-container .with-background {
  background-size: cover;
  background-position: center;
}

#eventos .eventos-container .evento {
  font-size: 20px;
  color: #fff;
}

#eventos .eventos-container .evento.to-the-left {
  padding-right: 15%;
}

#eventos .eventos-container .evento.to-the-right {
  padding-left: 15%;
}

#eventos .eventos-container .evento h3 {
  font-family: 'Champagne-Limousines-Bold';
  font-size: 34px;
}

#eventos .eventos-container .evento .description {
  font-family: 'Roboto-Thin';
  text-align: justify;
  color: #fff;
  font-size: 18px;
}

#eventos .eventos-container .evento .title {
  font-family: 'Roboto-Regular';
  font-weight: bold;
  color: #fff;
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
}

#eventos .eventos-container .evento a {
  font-family: 'Roboto-Thin';
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

#eventos .eventos-container .evento a span {
  font-size: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

#eventos .eventos-container .evento a:hover span {
  padding-left: 5px;
}

@media screen and (max-width: 1340px) {
  #eventos .eventos-container .evento.to-the-left {
    padding-right: 10%;
  }
  #eventos .eventos-container .evento.to-the-right {
    padding-left: 10%;
  }
}

@media screen and (max-width: 1180px) {
  #eventos .eventos-container .evento.to-the-left {
    padding-right: 5%;
  }
  #eventos .eventos-container .evento.to-the-right {
    padding-left: 5%;
  }
}

@media screen and (max-width: 1040px) {
  #eventos .eventos-container .evento.to-the-left {
    padding-right: 3rem;
  }
  #eventos .eventos-container .evento.to-the-right {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 991px) {
  #eventos .eventos-container .evento .description {
    text-align: left;
  }
}

.flexslider {
  margin: 0;
  background: #90182c;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1;
  /* Direction Nav */
}

.flexslider .flex-control-nav {
  display: none;
}

.flexslider .flex-direction-nav {
  *height: 0;
}

.flexslider .flex-direction-nav a {
  display: inline-block;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  width: 30px;
  height: 49px;
  opacity: 1;
}

.flexslider .flex-direction-nav a:before {
  content: '';
}

.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  background-image: url(../images/left-arrow.png);
}

.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  background-image: url(../images/right-arrow.png);
}

.content-colorbox {
  max-width: 960px;
}

.red-block {
  background: #90182c;
  color: #fff;
}

.red-block h2 {
  font-size: 2.7rem;
  font-family: 'Champagne-Limousines';
}

.white-block {
  background: #fff;
  color: #90182c;
}

.white-block h2 {
  font-size: 2.7rem;
  font-family: 'Champagne-Limousines';
}

.go-top {
  bottom: 20px;
  position: fixed;
  font-size: 20px;
  right: 25px;
  z-index: 2800;
  background: rgba(240, 240, 240, 0.6);
  color: #90182c;
  border-radius: 0;
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  text-decoration: none;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.go-top.show {
  opacity: 0.7;
}

.go-top.show:hover {
  color: #90182c;
  text-decoration: none;
  opacity: 0.9;
}

.js-cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-family: 'Roboto-Light';
  font-size: 18px;
}

.js-cookie-consent span {
  vertical-align: -webkit-baseline-middle;
}

.js-cookie-consent button {
  color: #90182c;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Roboto';
}

#map {
  display: block;
  height: 500px;
  margin: 0 auto;
}

#map .gm-style-iw {
  color: #90182c;
  text-align: center;
  font-size: 14px;
}

#map .gm-style-iw img {
  max-width: 200px;
  height: auto;
}

#map .gm-style-iw a {
  color: #90182c;
  font-weight: 600;
}

#contacto-form form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#contacto-form form a {
  color: #90182c;
  font-weight: 600;
}

#contacto-form form .alert ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#contacto-data span {
  font-size: 30px;
  margin-bottom: 10px;
  display: block;
}

#contacto-data p {
  font-size: 18px;
  font-family: "Roboto";
  margin: 0;
}
