@import "fonts.css";
a.cta, body input[type="submit"] {
  display: inline-block;
  min-width: 238px;
  font-family: "Open Sans";
  font-size: calc(16px + 8 * ( (100vw - 320px) / 880));
  padding: 0 18px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  min-height: 56px;
  border: 2px solid transparent;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out !important;
  -moz-transition: all 0.25s ease-in-out !important;
  -ms-transition: all 0.25s ease-in-out !important;
  -o-transition: all 0.25s ease-in-out !important;
  transition: all 0.25s ease-in-out !important;
}
@media screen and (max-width: 320px) {
  a.cta, body input[type="submit"] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  a.cta, body input[type="submit"] {
    font-size: 24px;
  }
}
a.pad.cta, body input.pad[type="submit"] {
  padding: 0 35px;
}
a.pad2.cta, body input.pad2[type="submit"] {
  padding: 0 70px;
}
a.green.cta, body input.green[type="submit"] {
  background-color: #0EB5C9;
  color: #FFFFFF;
}
a.white.cta, body input.white[type="submit"] {
  background-color: #FFFFFF;
  color: #0EB5C9;
  border-color: #0EB5C9;
}
a.cta:hover, body input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:hover {
  color: inherit;
}
.link-green {
  color: #1B869E;
  text-decoration: underline;
}
.link-green:hover {
  color: #1B869E;
  text-decoration: none;
}
html, body, input, select {
  font-family: "Open Sans";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #1A3B6C;
}
p {
  font-family: "Open Sans";
  font-size: calc(14px + 2 * ( (100vw - 320px) / 880));
  line-height: 22px;
}
@media screen and (max-width: 320px) {
  p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
  }
}
a {
  font-family: "Open Sans";
  color: #1A3B6C;
}
a[href^="tel"] {
  pointer-events: none;
}
@media (max-width: 991px) {
  a[href^="tel"] {
    pointer-events: auto;
  }
}
h1, .h1 {
  font-size: calc(20px + 20 * ( (100vw - 320px) / 880));
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 20px;
  color: #6F286A;
}
@media screen and (max-width: 320px) {
  h1, .h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 40px;
  }
}
h2, .h2 {
  font-size: calc(20px + 12 * ( (100vw - 320px) / 880));
  font-weight: bold;
  line-height: 37px;
  margin-bottom: 20px;
}
@media screen and (max-width: 320px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h2, .h2 {
    font-size: 32px;
  }
}
h3, .h3 {
  font-size: calc(20px + 10 * ( (100vw - 320px) / 880));
  font-weight: bold;
  line-height: 41px;
  margin-bottom: 20px;
  color: #6F286A;
}
@media screen and (max-width: 320px) {
  h3, .h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h3, .h3 {
    font-size: 30px;
  }
}
h4, .h4 {
  font-size: calc(20px + 5 * ( (100vw - 320px) / 880));
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 320px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h4, .h4 {
    font-size: 25px;
  }
}
h5, .h5 {
  font-size: calc(16px + 4 * ( (100vw - 320px) / 880));
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 320px) {
  h5, .h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  h5, .h5 {
    font-size: 20px;
  }
}
h6, .h6 {
  font-size: calc(14px + 2 * ( (100vw - 320px) / 880));
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 320px) {
  h6, .h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  h6, .h6 {
    font-size: 16px;
  }
}
.extrabold {
  font-weight: 800 !important;
}
.bold {
  font-weight: bold !important;
}
.semibold {
  font-weight: 600 !important;
}
.regular {
  font-weight: 300 !important;
}
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 9;
  padding: 12px 10px;
}
@media (min-width: 768px) {
  .fixed-cta {
    display: none;
  }
}
.fixed-cta .cta {
  width: 75%;
}
.hr-vertical {
  display: block;
  width: 0;
  height: 100%;
  border: 1px solid #0EB5C9;
  margin: 0 auto;
}
.container.max {
  max-width: 1440px !important;
  width: 100%;
}
.container.max > .row {
  margin: 0;
}
.container.max > .row > div[class^="col-"] {
  padding: 0;
}
p.category {
  font-size: 12px;
  text-transform: uppercase;
  color: #1B869E;
  font-weight: normal;
  margin-bottom: 0;
}
.wpcf7 .alert-warning {
  background-color: transparent;
  border-color: transparent;
}
.grecaptcha-badge {
  display: none;
}
header#masthead {
  width: 100%;
  top: 0;
  position: fixed;
  padding: 0;
  z-index: 15;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
header#masthead .nav-tomastoledo {
  background-color: #0EB5C9;
  border-bottom: 1px solid #1B869E;
  min-height: 30px;
  padding: 0;
}
header#masthead .nav-tomastoledo > .container.max {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header#masthead .nav-tomastoledo .navbar-brand {
  margin: 0;
  padding: 0 0 0 15px;
}
header#masthead .nav-tomastoledo .navbar-brand a {
  display: inline-block;
}
header#masthead .nav-tomastoledo > .container:nth-of-type(1) {
  position: relative;
  display: flex;
  align-items: center;
}
header#masthead .nav-tomastoledo .logo {
  width: 204px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
header#masthead .nav-tomastoledo .navbar-nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
header#masthead .nav-tomastoledo .navbar-nav li {
  border-bottom: 4px solid transparent;
  margin: 0 9px;
}
@media (min-width: 1400px) {
  header#masthead .nav-tomastoledo .navbar-nav li {
    margin: 0 15px;
  }
}
header#masthead .nav-tomastoledo .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  padding: 10px 0 21px 0;
  color: #FFFFFF;
}
@media (min-width: 1200px) and (max-width: 1270px) {
  header#masthead .nav-tomastoledo .navbar-nav li {
    margin: 0 6px !important;
  }
  header#masthead .nav-tomastoledo .navbar-nav li a {
    font-size: 13px;
  }
}
header#masthead .nav-tomastoledo .navbar-nav li.active, header#masthead .nav-tomastoledo .navbar-nav li:hover {
  border-bottom: 4px solid #1B869E;
}
header#masthead .nav-tomastoledo .navbar-nav li:last-child {
  margin: 0 0 0 20px;
  border-bottom: 4px solid #0EB5C9;
}
header#masthead .nav-tomastoledo .navbar-nav li:last-child a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 23px;
  padding: 24px 20px 21px 20px;
  background-color: #1B869E;
  color: #FFFFFF;
}
header#masthead .nav-tomastoledo .navbar-nav li:last-child.active, header#masthead .nav-tomastoledo .navbar-nav li:last-child:hover {
  border-bottom: 4px solid #FFFFFF;
}
header#masthead .nav-tomastoledo .navbar-nav li.menu-item-type-gs_sim {
  margin: 0 20px;
}
header#masthead .nav-tomastoledo .navbar-nav li.menu-item-type-gs_sim #calcom-embed-link {
  background-color: inherit;
  padding: inherit;
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 10px 0 21px;
  color: #1B869E;
  display: block;
}
header#masthead .nav-tomastoledo .navbar-toggler {
  right: 15px;
}
header#masthead .nav-tomastoledo .navbar-toggler.hamburger {
  transform: scale(0.8);
  height: 60px;
  border-radius: 50px;
  outline: none;
}
header#masthead .nav-tomastoledo .navbar-toggler.hamburger.is-active .hamburger-box .hamburger-inner, header#masthead .nav-tomastoledo .navbar-toggler.hamburger.is-active .hamburger-box .hamburger-inner:before, header#masthead .nav-tomastoledo .navbar-toggler.hamburger.is-active .hamburger-box .hamburger-inner:after {
  background-color: #FFFFFF;
}
header#masthead .nav-tomastoledo .navbar-toggler.hamburger .hamburger-box {
  width: 30px;
  height: 30px;
}
header#masthead .nav-tomastoledo .navbar-toggler.hamburger .hamburger-box .hamburger-inner, header#masthead .nav-tomastoledo .navbar-toggler.hamburger .hamburger-box .hamburger-inner:before, header#masthead .nav-tomastoledo .navbar-toggler.hamburger .hamburger-box .hamburger-inner:after {
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 0;
}
footer#footer .footer-center {
  background-color: #F4F3F3;
  min-height: 293px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
footer#footer .footer-center .row {
  align-items: stretch;
}
footer#footer .footer-center .derma {
  max-width: 145px;
}
footer#footer .footer-center p {
  font-size: 13px;
}
footer#footer .footer-center .logo {
  width: 204px;
}
footer#footer .footer-center .social:hover {
  text-decoration: none;
  color: inherit;
}
footer#footer .footer-center .social i {
  background-color: #1B869E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 28px;
  font-size: 20px;
  color: #F4F3F3;
}
footer#footer .footer-center ul li > a {
  font-weight: 600 !important;
  font-size: 14px;
  padding: 5px 0;
  line-height: normal;
}
footer#footer .footer-center ul li > a:hover {
  text-decoration: underline;
}
footer#footer .footer-center address p, footer#footer .footer-center address a {
  line-height: normal;
  margin: 0;
}
footer#footer .copy {
  background-color: #1B869E;
  min-height: 35px;
  display: flex;
  align-items: center;
  line-height: 18px;
}
footer#footer .copy p {
  font-size: 13px;
  color: #FFFFFF;
  margin-bottom: 0;
  display: inline;
}
footer#footer address {
  margin-top: 20px;
}
footer#footer .miembro-de img {
  width: 100%;
  padding: 0 5%;
}
footer#footer h5 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: #1B869E;
}
footer#footer .brand-befresh {
  max-width: 60px;
}
#secondary {
  background-color: transparent;
  border: none;
  padding-top: 0;
  position: sticky;
  top: 100px;
}
#secondary h4.widget-title {
  font-size: calc(14px + 2 * ( (100vw - 320px) / 880));
  text-transform: uppercase;
}
@media screen and (max-width: 320px) {
  #secondary h4.widget-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  #secondary h4.widget-title {
    font-size: 16px;
  }
}
#secondary .widget {
  margin-bottom: 60px;
}
#secondary .search-form {
  flex-wrap: nowrap;
}
#secondary .search-form input, #secondary .search-form button {
  outline: none;
  box-shadow: none;
  height: 40px;
}
#secondary .search-form button {
  background-color: #1B869E;
  color: #FFFFFF;
  border: 2px solid #1B869E;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-color: #1B869E;
  padding: 0 16px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#secondary .search-form button:hover {
  cursor: pointer;
  opacity: 0.7;
}
#secondary .search-form input {
  text-indent: 15px;
  padding: 0;
  border: 2px solid #1B869E;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  border-right: none;
  right: -1px;
  position: relative;
}
#secondary ul {
  padding: 0;
}
#secondary ul li {
  list-style: none;
  margin-bottom: 5px;
}
#secondary ul li a {
  font-weight: 600 !important;
  font-size: 14px;
}
.noticias {
  padding: 88px 0px 0px 0px;
  margin: 65px 0px 0px 0px;
  border-top: 1px solid #0EB5C9;
}
.noticias .meta {
  padding: 30px;
  background-color: #F4F3F3;
}
.noticias .cta {
  margin: 40px 0px;
  border-color: #1A3B6C;
}
.page-template-content-experiencia #content .container.max {
  max-width: 1920px !important;
}
.page-template-content-experiencia #content #experiencia li {
  margin-bottom: 20px;
}
body.home #content {
  padding: 70px 0 20px 0;
}
.page-template-content-full-width #content .container {
  min-height: 58vh;
}
#main-cta h1 {
  color: #6F286A;
}
#main-cta p {
  color: #1A3B6C;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
#main-cta .wp-block-cover .wp-block-cover__background.has-background-dim {
  background: linear-gradient(90deg, white 55%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0) 100%) !important;
  opacity: 1;
}
.line-white {
  border: 2px solid #fff !important;
}
#main-cta .btn, #main-cta-mobile .btn {
  border-radius: 0;
  font-size: 18px;
  padding: 0.3rem 2rem;
}
#main-cta .btn:hover, #main-cta-mobile .btn:hover {
  text-decoration: none;
}
#main-cta .btn a:hover, #main-cta-mobile .btn a:hover {
  text-decoration: none;
}
#main-cta .btn.btn-primary, #main-cta-mobile .btn.btn-primary {
  border: 2px solid #1B869E;
  background: #1B869E;
}
#main-cta .btn.btn-primary a, #main-cta-mobile .btn.btn-primary a {
  color: white !important;
}
#main-cta .btn.btn-primary:hover, #main-cta-mobile .btn.btn-primary:hover {
  background: #6F286A;
  border-color: #6F286A;
}
#main-cta .btn.btn-secondary, #main-cta-mobile .btn.btn-secondary {
  background: transparent;
  border: 2px solid #1B869E;
}
#main-cta .btn.btn-secondary a, #main-cta-mobile .btn.btn-secondary a {
  color: #1B869E;
}
#main-cta .btn.btn-secondary:hover, #main-cta-mobile .btn.btn-secondary:hover {
  background: #1B869E;
}
#main-cta .btn.btn-secondary:hover a, #main-cta-mobile .btn.btn-secondary:hover a {
  color: white;
}
#main-cta-mobile {
  display: none;
}
@media (max-width: 991px) {
  #main-cta {
    display: none;
  }
  #main-cta-mobile {
    display: block;
  }
  #main-cta-mobile .btn {
    font-size: 16px;
  }
}
body:not(.home):not(.page-template-content-experiencia) #content {
  padding: 112px 0 30px 0;
}
body #home .slider {
  margin: 73px auto 53px auto;
}
body #home .slider .ms-parent-id-1 .ms-layer {
  min-width: 545px;
}
body #home .slider .ms-parent-id-1 .ms-layer .cta {
  margin: 20px 0px 10px 0px;
}
body #home .slider .ms-parent-id-1 .ms-layer .cta:nth-of-type(1) {
  margin-right: 15px;
}
body #home .slider .ms-parent-id-1 .ms-layer p {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
body #home .info h2 {
  font-style: italic;
  margin: 32px 0px;
}
body #home .info .wp-block-cover video.wp-block-cover__video-background {
  object-fit: contain;
}
body #home .info .wp-block-cover .wp-block-cover__image-background {
  object-fit: contain;
}
body #home .ventajas {
  margin: 65px 0px 53px 0px;
  min-height: 280px;
  display: flex;
  align-items: center;
  border-top: 1px solid #0EB5C9;
  border-bottom: 1px solid #0EB5C9;
}
body #home .ventajas .ventaja img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body #home .ventajas .ventaja p {
  font-size: 18px;
  font-weight: 600 !important;
  color: #1B869E;
  padding-left: 40px;
}
body #hidrosupurativa .info h2 {
  font-style: italic;
  margin: 32px 0px;
}
body #hidrosupurativa .cta {
  margin: 40px 0px;
}
body #cirugia .info h2 {
  font-style: italic;
  margin: 32px 0px;
}
body #cirugia .cta {
  margin: 40px 0px;
}
body #cirugia .pasos {
  margin-top: 77px;
  border-top: 1px solid #0EB5C9;
  padding-top: 56px;
}
body #cirugia .pasos h3 {
  margin-bottom: 0px;
}
body #cirugia .pasos .paso {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
body #cirugia .pasos .paso img {
  max-width: 184px;
  margin-right: 15px;
}
body #cirugia .pasos .paso h2 {
  margin: 0;
}
body #experiencia .tomas-toledo {
  min-height: 500px;
  padding-top: 73px;
}
body #experiencia .tomas-toledo .cta {
  margin: 50px 0px;
}
body #experiencia .tomas-toledo .cta.white {
  border-color: #FFFFFF;
  color: #1B869E;
}
body #experiencia .tomas-toledo .doctor {
  position: sticky;
  top: 73px;
  /* max-height: 720px; */
  width: auto !important;
}
body #experiencia .tomas-toledo .img-col {
  background-color: #FFFFFF;
}
body #experiencia .tomas-toledo .tomas-fondo {
  position: absolute;
  width: 100%;
  height: 720px;
  top: 73px;
  background: linear-gradient(90deg, #0eb5c9 58%, white 58%);
}
body #experiencia .tomas-toledo .info {
  margin: 250px 10% 16% 0;
  display: inline-block;
  text-align: center;
}
body #experiencia .tomas-toledo .info .derma {
  max-width: 184px;
}
body #experiencia .tomas-toledo .info * {
  color: #FFFFFF;
}
body #experiencia .tomas-toledo .info .social:hover {
  text-decoration: none;
}
body #experiencia .tomas-toledo .info .social i {
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 28px;
  font-size: 22px;
  color: #0EB5C9;
}
body #experiencia .tomas-toledo .sobre-mi {
  margin: 16% 10% 16% 0;
  display: inline-block;
}
body #contacto {
  padding-top: 68px;
}
body #contacto .wpcf7-form textarea {
  resize: none;
}
body #contacto .wpcf7-form .wpcf7-checkbox {
  margin: 10px 0px 20px 0px;
}
body #contacto .wpcf7-form label .required {
  display: none;
}
body #contacto .wpcf7-form label input {
  margin-right: 5px;
}
body #contacto .wpcf7-form label, body #contacto .wpcf7-form label > a {
  font-size: 14px;
  text-align: left;
}
body #contacto .wpcf7-form label > a {
  text-decoration: underline;
  font-weight: 600 !important;
}
body #contacto .wpcf7-form .wpcf7-acceptance a {
  text-decoration: underline;
}
body #contacto .wpcf7-form .form-group > label {
  font-size: 16px;
  font-weight: 600 !important;
  margin: 0;
}
body #contacto .wpcf7-form input:not([type="submit"]):not([type="checkbox"]), body #contacto .wpcf7-form textarea, body #contacto .wpcf7-form select {
  resize: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #1B869E;
  border-radius: 6px;
  text-indent: 5px;
  color: #000000;
  line-height: 40px;
}
body #contacto .wpcf7-form input:not([type="submit"]):not([type="checkbox"])::-webkit-input-placeholder, body #contacto .wpcf7-form textarea::-webkit-input-placeholder, body #contacto .wpcf7-form select::-webkit-input-placeholder {
  color: #1B869E;
  opacity: 0.6;
  font-weight: 600 !important;
}
body #contacto .wpcf7-form input:not([type="submit"]):not([type="checkbox"]):-ms-input-placeholder, body #contacto .wpcf7-form textarea:-ms-input-placeholder, body #contacto .wpcf7-form select:-ms-input-placeholder {
  color: #1B869E;
  opacity: 0.6;
  font-weight: 600 !important;
}
body #contacto .wpcf7-form input:not([type="submit"]):not([type="checkbox"])::placeholder, body #contacto .wpcf7-form textarea::placeholder, body #contacto .wpcf7-form select::placeholder {
  color: #1B869E;
  opacity: 0.6;
  font-weight: 600 !important;
}
body #contacto .wpcf7-form textarea {
  height: 140px;
}
body #contacto .wpcf7-form input:not([type="checkbox"]):not([type="submit"]), body #contacto .wpcf7-form select {
  height: 40px;
}
body input[type="submit"] {
  background-color: #1B869E;
  color: #FFFFFF;
}
body.blog article {
  margin-bottom: 55px;
}
body.blog h4.entry-title {
  margin-bottom: 10px;
}
body.single .entry-header h1.entry-title {
  color: #6F286A;
}
body.single .entry-header img {
  margin-bottom: 25px;
}
.page-id-169 #content header h1 {
  display: none;
}
.page-id-169 #content h1.wp-block-heading {
  margin: 2rem 0 5rem 0;
}
.page-id-169 #content .wp-block-group {
  background-color: #F4F3F3;
  padding: 40px 30px;
  border-radius: 20px;
}
.page-id-169 #content .wp-block-group h2 {
  font-size: 18px;
  text-transform: uppercase;
  line-height: normal;
  padding: 0 4rem;
  margin-top: 2rem;
}
.page-id-169 #content .wp-block-group p {
  font-size: 13px;
}
.page-id-169 #content .wp-block-group a {
  font-weight: bold;
  background-color: #0EB5C9;
  border-color: #0EB5C9;
  font-size: 20px;
  padding: 0.5rem 2rem;
  border-radius: 0px;
}
.page-id-169 #content .wp-block-group a:hover {
  background-color: #6F286A;
  border-color: #6F286A;
}
/*
@media (min-width: 1200px) and (max-width: 1799px){
	body{
		#experiencia{
			.tomas-toledo{
				.sobre-mi{ margin: 200px 10% 16% 0; }
			}
		}
	}
}
*/
@media (min-width: 992px) and (max-width: 1199px) {
  /*
	body{
		#experiencia{
			.tomas-toledo{
				.sobre-mi{ margin: 43% 10% 16% 0; }
			}
		}
	}
*/
  header#masthead .nav-tomastoledo .navbar-nav li {
    margin: 0 10px;
  }
  header#masthead .nav-tomastoledo .navbar-nav li a {
    font-size: 12px;
  }
  header#masthead .nav-tomastoledo .navbar-nav li:last-child {
    margin: 0 0 0 5px;
  }
  header#masthead .nav-tomastoledo .navbar-nav li:last-child a {
    font-size: 13px;
    padding: 24px 10px 21px 10px;
  }
}
@media (max-width: 991px) {
  body header#masthead .nav-tomastoledo > .container:nth-of-type(1) {
    justify-content: space-between;
  }
  body #main-menu li a.nav-link {
    color: #0EB5C9 !important;
    font-size: 24px !important;
  }
  body header#masthead .navbar-collapse {
    position: absolute;
    top: 61px;
    right: -767px;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  body header#masthead .navbar-collapse.collapsing {
    height: inherit !important;
  }
  body header#masthead .navbar-collapse.show {
    display: flex;
    transform: translateX(767px);
    right: 767px !important;
    background-color: rgba(0, 0, 0, 0.5);
  }
  body header#masthead .navbar-collapse .navbar-nav {
    height: 100vh;
    padding-bottom: 100px;
    width: 80%;
    background-color: #FFFFFF;
    align-items: flex-start !important;
    justify-content: start !important;
    padding-top: 2em;
  }
  body header#masthead .navbar-collapse .navbar-nav li:hover, body header#masthead .navbar-collapse .navbar-nav li.active {
    border: none !important;
  }
  body header#masthead .navbar-collapse .navbar-nav li:last-child {
    margin-top: 50px !important;
    border: none !important;
  }
  body header#masthead .navbar-collapse .navbar-nav li:last-child a.nav-link {
    border-radius: 0px;
    padding: 15px !important;
    color: #FFFFFF !important;
  }
  .noticias {
    padding-top: 40px;
  }
  .noticias .row {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .noticias .row div[class^="col-"]:not(.text-center) {
    flex: 90% 0 0;
  }
  body #experiencia .tomas-toledo .tomas-fondo {
    display: none;
  }
  body #experiencia .tomas-toledo .cta {
    width: 100%;
  }
  body #experiencia .tomas-toledo .row {
    flex-direction: column-reverse;
  }
  body #experiencia .tomas-toledo .info {
    background: #0EB5C9;
    padding: 40px 15px;
    margin: 0;
  }
  body #experiencia .tomas-toledo .sobre-mi {
    padding: 20px 15px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }
  footer#footer {
    padding-bottom: 80px;
  }
  footer#footer .footer-center {
    padding: 20px;
  }
  footer#footer .footer-center ul {
    margin-bottom: 30px;
  }
  footer#footer .copy {
    min-height: 55px;
    line-height: normal;
  }
  footer#footer .copy p {
    display: block;
    font-size: 11px;
    line-height: normal;
  }
  #secondary {
    display: none;
  }
  body:not(.home):not(.page-template-content-experiencia) #content {
    padding: 82px 0px 30px 0px;
  }
  body #home .slider {
    margin: 43px auto 53px auto;
  }
  body #home .slider .ms-parent-id-2 {
    /*
					.ms-slide-bgcont{
						img{ position: relative !important; float: right; right: -243px !important; margin-left: 0 !important; }
					}
*/
  }
  body #home .slider .ms-parent-id-2 * {
    box-sizing: border-box;
  }
  body #home .slider .ms-parent-id-2 .master-slider, body #home .slider .ms-parent-id-2 .ms-view {
    height: 100% !important;
  }
  body #home .slider .ms-parent-id-2 .ms-slide {
    height: auto !important;
  }
  body #home .slider .ms-parent-id-2 .ms-slide, body #home .slider .ms-parent-id-2 .ms-slide .ms-slide-bgcont, body #home .slider .ms-parent-id-2 .ms-slide .ms-slide-layers, body #home .slider .ms-parent-id-2 .ms-slide .ms-layer {
    position: relative;
  }
  body #home .slider .ms-parent-id-2 .ms-layer {
    width: 85% !important;
    left: 0 !important;
    padding: 0 15px !important;
    margin: 0 !important;
  }
  body #home .slider .ms-parent-id-2 .ms-layer .cta {
    min-width: unset;
    width: 49%;
    margin: 0;
    display: inline-block;
  }
  body #home .slider .ms-parent-id-2 .ms-layer .cta:nth-of-type(1) {
    margin-right: 5px;
  }
  body #home .ventajas {
    padding: 30px 0px;
  }
  body #home .ventajas .ventaja {
    display: flex;
    align-items: center;
    margin: 10px 0px;
  }
  body #home .ventajas .ventaja img {
    position: relative;
    max-width: 80px;
    transform: none;
    top: -5px;
    left: 15px;
  }
  body #home .ventajas .ventaja p {
    padding-left: 0;
  }
  body #home .ventajas .ventaja .salto {
    display: none;
  }
  body #home .noticias .justify-content-center {
    -webkit-box-pack: inherit !important;
    -ms-flex-pack: inherit !important;
    justify-content: inherit !important;
  }
  body #cirugia .info, body #cirugia .cta {
    /* display: none; */
  }
  body #cirugia .pasos {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  body #cirugia .pasos .paso {
    flex-direction: row;
  }
  body #cirugia .pasos .paso img {
    max-width: 100px;
    margin-right: 15px;
  }
  body #hidrosupurativa .info .cta {
    display: none;
  }
  body #contacto {
    padding-top: 0px;
  }
  body head#masthead .navbar-nav {
    justify-content: start;
    padding-top: 50px;
  }
}
@media (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  body #home .slider .ms-parent-id-2 .ms-layer {
    max-width: 540px;
  }
}
.wp-block-ub-content-toggle-accordion-title {
  color: #1A3B6C !important;
  font-size: 17px;
  line-height: 25px;
  padding: 12px 10px 12px 25px;
  font-weight: bold;
}
.page-id-17 h2, .page-id-17 .h2 {
  font-size: 22px;
  margin-bottom: 0;
}
.page-template-content-full-width-completo .card {
  background: #0eb5c924;
  padding: 2rem;
  border-radius: 15px;
  border-color: #0eb5c9;
}
.page-template-content-full-width-completo .card li {
  margin-bottom: 1rem;
}
.page-template-content-full-width-completo .wpcf7 label {
  width: 100%;
  font-weight: bold;
}
.page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap input, .page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 2px solid #0eb5c9;
  padding: 0.7rem;
  border-radius: 5px;
  margin-top: 0.3rem;
}
.page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap input[type=text], .page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap input[type=email], .page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap input[type=file], .page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap textarea[type=text], .page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap textarea[type=email], .page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap textarea[type=file] {
  width: 100%;
}
.page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap input:focus-visible, .page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap textarea:focus-visible {
  outline-color: #6F286A;
  background: rgba(111, 40, 108, 0.08);
}
.page-template-content-full-width-completo .wpcf7 .wpcf7-form-control-wrap textarea {
  height: 90px;
  width: 100%;
}
