/* ----------------------------------------------------------------
    Autorx, autor, autora, autoro o autore:
    _______    .---.        ____    .-------.       ____
   /   __  \   | ,_|      .'  __ `. |  _ _   \    .'  __ `.
  | ,_/  \__),-./  )     /   '  \  \| ( ' )  |   /   '  \  \
,-./  )      \  '_ '`)   |___|  /  ||(_ o _) /   |___|  /  |
\  '_ '`)     > (_)  )      _.-`   || (_,_).' __    _.-`   |
 > (_)  )  __(  .  .-'   .'   _    ||  |\ \  |  |.'   _    |
(  .  .-'_/  )`-'`-'|___ |  _( )_  ||  | \ `'   /|  _( )_  |
 `-'`-'     /  |        \ (_ o _) /|  |  \    / \ (_ o _) /
   `._____.'   `--------` '.(_,_).' ''-'   `'-'   '.(_,_).'

-----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
header .navbar-brand img {
  width: 180px; }

@media (min-width: 992px) {
  .itemMovil {
    display: none; } }
footer .enlacesFooter p {
  color: #f7f2ec;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 20px; }
footer .enlacesFooter ul {
  padding-left: 0;
  list-style: none; }
  footer .enlacesFooter ul li {
    margin-bottom: 15px; }
    footer .enlacesFooter ul li a {
      color: #c2baa7; }
footer .footer-contact-item .titulo {
  color: #f7f2ec;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600; }
footer .footer-social-links .titulo {
  color: #f7f2ec;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700; }

@media (max-width: 991px) {
  footer .enlacesFooter {
    margin-top: 40px; } }
.rojo {
  color: #ed1c24; }

.fondo-rojo {
  background-color: #ed1c24; }

.crema {
  color: #c2baa7; }

.fondo-crema {
  background-color: #c2baa7; }

.naranja {
  color: #bf3f22; }

.fondo-naranja {
  background-color: #bf3f22; }

.marron {
  color: #37342f; }

.fondo-marron {
  background-color: #37342f; }

.color-fondo {
  color: #f7f2ec; }

.fondo-color-fondo {
  background-color: #f7f2ec; }

.checkContacto {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block; }
  .checkContacto input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left; }
  .checkContacto label {
    float: left;
    width: calc(100% - 20px); }

#videoInicio .texto h1 {
  color: #fff; }
#videoInicio .texto h2 {
  color: #fff;
  font-family: var(--accent-font);
  font-weight: 400;
  font-style: italic;
  padding: 0;
  font-size: 2.5rem; }
#videoInicio .texto h2:before {
  content: none; }
#videoInicio .texto p {
  color: #fff; }
#videoInicio .botones a {
  padding: 17px 58px 17px 30px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out; }
#videoInicio .botones a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-secondary.svg) no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate(-30px, -50%);
  transition: all 0.4s ease-in-out;
  z-index: 1; }
#videoInicio .botones a:hover::before {
  transform: translate(-30px, -50%) rotate(45deg); }
#videoInicio .botones a:nth-child(odd) {
  background-color: #37342f;
  color: #fff;
  border: 1px solid #37342f; }
#videoInicio .botones a:nth-child(odd):hover {
  background-color: #bf3f22;
  border: 1px solid #bf3f22; }
#videoInicio .botones a:nth-child(even) {
  color: #fff;
  border: 1px solid #fff; }
#videoInicio .botones a:nth-child(even):hover {
  background-color: #bf3f22;
  border-color: #bf3f22; }

#empresaInicio .texto a {
  padding: 17px 30px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #37342f;
  color: #fff;
  border: 1px solid #37342f; }
#empresaInicio .texto a:hover {
  background-color: #bf3f22;
  border-color: #bf3f22; }

#tratamientosInicio .texto a {
  padding: 17px 30px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  color: #37342f;
  border: 1px solid #fff; }
#tratamientosInicio .texto a:hover {
  background-color: #bf3f22;
  border-color: #bf3f22;
  color: #fff; }
#tratamientosInicio .section-title h2, #tratamientosInicio .section-title h3, #tratamientosInicio .section-title h4, #tratamientosInicio .section-title h5, #tratamientosInicio .section-title h6, #tratamientosInicio .section-title p {
  color: #fff; }
#tratamientosInicio .service-item p {
  color: #37342f; }
#tratamientosInicio .service-item:hover p, #tratamientosInicio .service-item.active p {
  color: #fff; }

#equipoInicio .texto a {
  padding: 17px 30px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  border: none;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  background-color: #37342f;
  color: #fff;
  border: 1px solid #37342f; }
#equipoInicio .texto a:hover {
  background-color: #bf3f22;
  border-color: #bf3f22; }
#equipoInicio .imagen img {
  border-radius: 20px; }

#contactoInicio .appointment-form input.form-control, #contactoInicio .appointment-form select {
  background-color: #fff; }
#contactoInicio .appointment-form .checkContacto label {
  color: #37342f; }
  #contactoInicio .appointment-form .checkContacto label a {
    color: #bf3f22; }

#datosClinicas .iframeContacto {
  margin: 40px 0; }
  #datosClinicas .iframeContacto iframe {
    border-radius: 20px;
    width: 100%; }
#datosClinicas .contact-info-item .icon-box img {
  filter: brightness(0) invert(1); }
#datosClinicas .contact-info-list .contact-info-item {
  width: 100%;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid var(--dark-divider-color); }
#datosClinicas .contact-info-list .contact-info-item:first-child {
  padding-top: 0; }
#datosClinicas .contact-info-list .contact-info-item:last-child {
  padding-bottom: 0;
  border-bottom: none; }

#formContacto {
  margin-top: 60px; }
  #formContacto .contact-form .checkContacto label {
    color: #37342f; }
    #formContacto .contact-form .checkContacto label a {
      color: #bf3f22; }

.pagina {
  padding: 60px 0; }
  .pagina dl, .pagina ol, .pagina ul {
    line-height: 1.5; }

.datosPost a {
  color: #c2baa7; }

.approach-content {
  color: #fff; }
  .approach-content .section-title h2, .approach-content .section-title h3, .approach-content .section-title h4, .approach-content .section-title h5, .approach-content .section-title h6, .approach-content .section-title p, .approach-content .section-title ul, .approach-content .section-title ol {
    margin-bottom: 15px; }
  .approach-content .section-title ul, .approach-content .section-title ol {
    line-height: 1.5; }
  .approach-content figure {
    margin-bottom: 30px; }

.our-feature .feature-item .feature-item-body {
  color: #fff; }

.bloqueTextoPrevio > *:last-child {
  margin-bottom: 50px; }

.bloqueTextoPost > *:first-child {
  margin-top: 50px; }

.tituloGrupo {
  margin-bottom: 50px;
  text-align: center; }

.margin-top-80px {
  margin-top: 80px; }

.miembroEquipo {
  margin-bottom: 40px;
  border: 1px solid #c2baa7;
  border-radius: 20px;
  padding: 20px 40px; }
  .miembroEquipo .colegiado {
    font-weight: 600;
    color: #37342f; }
  .miembroEquipo .nombre {
    font-size: 1.5rem; }
  .miembroEquipo .puesto {
    font-weight: 700;
    color: #bf3f22; }
  .miembroEquipo .imagen .img {
    border-radius: 20px; }

.miembroEquipo2 {
  margin-bottom: 40px;
  border: 1px solid #c2baa7;
  border-radius: 20px;
  padding: 15px;
  height: calc(100% - 40px); }
  .miembroEquipo2 .imagen {
    margin-bottom: 20px; }
    .miembroEquipo2 .imagen .img {
      border-radius: 20px; }
  .miembroEquipo2 .texto {
    text-align: center; }
  .miembroEquipo2 .nombre {
    font-size: 1.3rem; }
  .miembroEquipo2 .puesto {
    font-weight: 700;
    color: #bf3f22; }

.textoLegalForm {
  margin-top: 30px;
  color: #333; }

@media (max-width: 991px) {
  #videoInicio .texto h2 {
    font-size: 1.5rem; }

  .miembroEquipo {
    padding: 20px; } }
@media (max-width: 767px) {
  .miembroEquipo .imagen {
    margin-bottom: 30px; }
  .miembroEquipo .texto .nombre {
    text-align: center;
    font-size: 1.3rem; }
  .miembroEquipo .texto .puesto, .miembroEquipo .texto .colegiado {
    text-align: center; }

  .miembroEquipo2 .texto .nombre {
    font-size: 1.2rem; } }

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