@media (min-width: 325px) {
  .social-space .social-mobile-networks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 400px) {
  .splide .slider-message h1 {
    font-size: 17px;
  }

  .splide .slider-message h2 {
    font-size: 14px;
    padding: 0 10px;
  }

  .splide .slider-message h2:before {
    width: 100%;
  }

  .style-element-1 .container .content h2 {
    width: 60vw;
  }
}

@media (min-width: 480px) {
  .style-element-1 .container .content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}

@media (min-width: 500px) {
  .footer-information .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-information .container .menu.contact,
  .footer-information .container .contact.contact,
  .footer-information .container .direction.contact {
    margin-top: 0;
  }

  .splide .slider-message {
    right: unset;
    height: 70px;
    align-items: start;
    justify-content: center;
    text-align: left;
  }

  .splide .slider-message h1 {
    font-size: 25px;
  }

  .splide .slider-message h2 {
    font-size: 18px;
  }

  .splide__list {
    height: 300px;
  }

  .social-space .social-mobile-networks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 550px;
    justify-items: center;
  }

  .social-space .social-mobile-networks .social-network a span {
    display: block;
  }
}

@media (min-width: 500px)and (max-width: 767px) {
  .footer-information .container .menu ul,
  .footer-information .container .contact ul,
  .footer-information .container .direction ul {
    align-items: flex-start;
  }
}

@media (min-width: 500px)and (max-width: 768px) {
  .footer-information .container .menu.contact,
  .footer-information .container .menu.menu,
  .footer-information .container .contact.contact,
  .footer-information .container .contact.menu,
  .footer-information .container .direction.contact,
  .footer-information .container .direction.menu {
    justify-content: flex-start;
  }

  .footer-information .container .menu.direction,
  .footer-information .container .contact.direction,
  .footer-information .container .direction.direction {
    grid-column: 1/3;
  }
}

@media (min-width: 768px) {
  #menu {
    display: block;
    background-color: #fff;
    background-image: url("../images/textures/nav-texture.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  #menu:before {
    bottom: 35px;
    height: 5px;
  }

  #menu .container.menu-container {
    height: 120px;
    justify-content: space-between;
  }

  #menu .container.menu-container .nav li {
    margin-left: 30px;
  }

  #menu .container.menu-container .nav li a {
    padding: 10px 14px;
  }

  .footer-information .container {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-information .container .menu,
  .footer-information .container .contact,
  .footer-information .container .direction {
    margin-top: 0;
  }

  .footer-information .container .menu.direction ul,
  .footer-information .container .contact.direction ul,
  .footer-information .container .direction.direction ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-information .container .menu.direction .footer-social-links ul,
  .footer-information .container .contact.direction .footer-social-links ul,
  .footer-information .container .direction.direction .footer-social-links ul {
    display: flex;
    flex-direction: row;
  }

  .footer-information .container .menu.direction .footer-social-links ul li img,
  .footer-information .container .contact.direction .footer-social-links ul li img,
  .footer-information .container .direction.direction .footer-social-links ul li img {
    width: 30px;
  }

  #footer {
    height: 50px;
  }

  .for-small {
    display: none;
  }

  .for-big {
    display: flex;
  }

  .splide {
    margin-top: 120px;
  }

  .splide .splide-arrows {
    bottom: 20px;
  }

  .splide .splide-arrows button img {
    width: 40px;
  }

  .splide .slider-message {
    height: 100px;
  }

  .splide .slider-message h1 {
    font-size: 40px;
    line-height: 35px;
  }

  .splide .slider-message h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .splide__list {
    height: 350px;
  }

  .social-space {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0);
    filter: drop-shadow(-5px 11px 12px rgba(0, 0, 0, 0.5));
    height: 40px;
  }

  .social-space:before {
    width: 85%;
  }

  .social-space .social-mobile-networks {
    display: none;
  }

  .social-space .social-mobile-networks .social-network:nth-of-type(3) {
    display: block;
  }

  .social-space .social-big-networks {
    height: 100%;
    display: grid;
    margin: 0 auto !important;
    justify-content: end;
    align-items: center;
    grid-template-columns: repeat(3, auto);
  }

  #datFooter {
    display: none;
  }

  .banner .banner-title {
    padding: 15px 0;
  }

  .banner-style--2 h1,
  .banner-style--3 h1 {
    padding: 15px 0;
  }

  .banner-style--3 {
    padding: 0 15px;
  }

  .banner-style--3 h1 {
    line-height: 26px;
    font-size: 18px;
  }

  .banner-style--4 h1 {
    font-size: 20px;
    padding: 25px 0;
  }

  .bienvenido .container {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .bienvenido .container .message {
    max-width: unset;
  }

  .bienvenido .container .message .title {
    font-size: 25px;
  }

  .bienvenido .container .message p {
    margin-top: 35px;
  }

  .unidad-trabajamos:before,
  .unidad-trabajamos:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 49.4%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .unidad-trabajamos:before {
    left: 0;
    background-image: url("../images/home/unidad-clinica.jpg");
  }

  .unidad-trabajamos:after {
    right: 0;
    background-image: url("../images/textures/unidad-texture.png");
    z-index: -1;
  }

  .unidad-trabajamos .unidad-clinica-caption {
    bottom: 16px;
  }

  .unidad-trabajamos .unidad-clinica-caption h3 {
    font-size: 18px;
    padding: 18px 0;
    margin-right: 35px;
    letter-spacing: 1.3px;
  }

  .unidad-trabajamos .container .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 300px;
    grid-column-gap: 23px;
  }

  .unidad-trabajamos .container .grid .item:nth-of-type(2) {
    display: flex;
    align-items: center;
  }

  .unidad-trabajamos .container .grid .item img {
    display: none;
  }

  .unidad-trabajamos .container .grid .item p {
    font-size: 15px;
    padding: 0;
    text-align: left;
    margin-left: 40px;
  }

  .etica-honest-serv-punt {
    padding: 45px 0;
  }

  .etica-honest-serv-punt .container .list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
  }

  .etica-honest-serv-punt .container .list .list-item img {
    width: 100%;
  }

  .etica-honest-serv-punt .container .list .list-item span {
    font-size: 16px;
    margin-top: 15px;
  }

  .contact-title-banner h1 {
    font-size: 24px;
    padding: 35px 0;
  }

  .section-contacto .container .form-title {
    padding: 0 0 20px 0;
  }

  .section-contacto .text-center {
    padding: 18px 0 25px 0 !important;
  }

  .section-contacto .text-center .question {
    display: flex;
    align-items: center;
  }

  .section-contacto .text-center .question .data-text {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .section-contacto .text-center .question .data-text .checkboxes {
    margin-left: 5px;
  }

  .section-contacto .text-center {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
  }

  .contact-banner-title {
    padding: 30px 0;
    margin-top: 25px;
  }

  .contact-banner-title h1 {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-banner-title h1 img {
    margin-top: -2px;
  }

  .map {
    height: 420px;
  }

  .center-captcha {
    margin-top: 20px;
  }

  .horario-aviso .container ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
  }

  .horario-aviso .container ul li {
    font-size: 14px;
  }

  .horario-aviso .container ul li .font-big {
    font-size: 18px;
  }

  .horario-aviso .container ul li .font-medium {
    font-size: 15px;
  }

  .aviso {
    margin-top: 30px;
  }

  .aviso a {
    font-size: 18px;
    padding: 16px 0;
  }

  .style-element-1 {
    padding: 90px 0;
  }

  .style-element-1 .container {
    height: 220px;
  }

  .style-element-1 .container .content {
    transform: translateY(-15px);
  }

  .style-element-1 .container .content h2 {
    font-size: 18px;
    padding: 15px;
    width: 600px;
  }

  .style-element-1 .container .content ul li span {
    font-size: 15px;
  }

  .style-element-2 {
    height: 290px;
  }

  .style-element-2:before,
  .style-element-2:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 49.4%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .style-element-2:before {
    left: 0;
    background-image: url("../images/services/pediatria.jpg");
  }

  .style-element-2.bg-2:after {
    background-color: rgba(0,0,0,0);
    background-image: url("../images/services/analisis-clinicos.jpg");
  }

  .style-element-2:after {
    right: 0;
    background-color: #c00000;
    z-index: -1;
  }

  .style-element-2.reverse-style:before {
    background-image: none;
    background-color: #c00000;
  }

  .style-element-2 .title-caption {
    top: 50px;
    width: 47%;
    position: absolute;
    right: 0;
    opacity: .8;
    box-shadow: -3px 4px 10px rgba(0,0,0,.5);
  }

  .style-element-2 .title-caption.top-style-2 {
    top: 35px;
  }

  .style-element-2 .title-caption .title {
    font-size: 18px;
    padding: 15px 28px;
    text-align: left;
    display: block;
  }

  .style-element-2 .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .style-element-2 .container .image img {
    display: none;
  }

  .style-element-2 .container .text-content .title {
    font-size: 18px;
    padding: 15px 52px;
    text-align: left;
    display: block;
    margin-top: 35px;
  }

  .style-element-2 .container .text-content ul {
    padding-right: unset;
    background-color: rgba(0,0,0,0);
    margin-left: 20px;
    margin-top: 115px;
  }

  .style-element-2 .container .text-content ul.mt-style1 {
    margin-top: 0;
  }

  .style-element-2 .container .text-content ul li {
    line-height: 26px;
    font-size: 15px;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .footer-information .container .menu.direction ul li .social-link,
  .footer-information .container .contact.direction ul li .social-link,
  .footer-information .container .direction.direction ul li .social-link {
    margin-left: 17px;
  }
}

@media (min-width: 768px)and (min-width: 768px) {
  .footer-information .container .menu.direction .footer-social-links ul li img,
  .footer-information .container .contact.direction .footer-social-links ul li img,
  .footer-information .container .direction.direction .footer-social-links ul li img {
    margin-top: 0;
  }

  .style-element-2 .title-caption.reverse-title {
    right: auto;
    left: 0;
    height: 49px;
    width: 47%;
  }
}

@media (min-width: 768px)and (min-width: 1200px) {
  .style-element-2 .title-caption.reverse-title {
    height: 59px;
  }
}

@media (min-width: 768px)and (min-width: 1600px) {
  .style-element-2 .title-caption.reverse-title {
    height: 65px;
  }
}

@media (min-width: 768px)and (max-width: 1023px) {
  .style-element-2 .container .text-content ul li {
    display: flex;
  }

  .style-element-2 .container .text-content ul li img {
    -o-object-fit: contain;
    object-fit: contain;
    align-self: flex-start;
    margin-top: 10px;
  }
}

@media (min-width: 880px) {
  .social-space:before {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .footer-information {
    padding: 35px 0;
  }

  .footer-information .container .menu,
  .footer-information .container .contact,
  .footer-information .container .direction {
    margin-top: 0;
  }

  .footer-information .container .menu.direction,
  .footer-information .container .contact.direction,
  .footer-information .container .direction.direction {
    justify-self: end;
  }

  .footer-information .container .menu.direction ul li,
  .footer-information .container .contact.direction ul li,
  .footer-information .container .direction.direction ul li {
    text-align: right;
    justify-content: flex-end;
  }

  .footer-information .container .menu.direction ul li br,
  .footer-information .container .contact.direction ul li br,
  .footer-information .container .direction.direction ul li br {
    display: block;
  }

  .footer-information .container .menu.direction ul li span,
  .footer-information .container .contact.direction ul li span,
  .footer-information .container .direction.direction ul li span {
    text-align: right;
  }

  .footer-information .container .menu ul li,
  .footer-information .container .contact ul li,
  .footer-information .container .direction ul li {
    margin-bottom: 8px;
  }

  .footer-information .container .menu ul li:last-of-type,
  .footer-information .container .contact ul li:last-of-type,
  .footer-information .container .direction ul li:last-of-type {
    margin-bottom: 0;
  }

  .footer-information .container .menu ul li a,
  .footer-information .container .menu ul li span,
  .footer-information .container .contact ul li a,
  .footer-information .container .contact ul li span,
  .footer-information .container .direction ul li a,
  .footer-information .container .direction ul li span {
    font-size: 18px;
    line-height: 25px;
  }

  #footer .container {
    display: flex;
    justify-content: space-between;
  }

  .social-space:before {
    width: 65%;
  }

  .banner .banner-title {
    font-size: 18px;
    padding: 20px 0;
  }

  .banner-style--2 h1,
  .banner-style--3 h1 {
    font-size: 18px;
    padding: 20px 0;
    margin-top: 15px;
  }

  .style-element-1 .container .content ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    transform: translateY(40px);
  }
}

@media (min-width: 992px)and (max-width: 1599px) {
  .style-element-1 .container .content ul li {
    margin-right: 25px;
  }

  .style-element-1 .container .content ul li:last-of-type {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  #menu .container.menu-container .nav li a {
    font-size: 16px;
  }

  .footer-information {
    padding: 45px 0;
  }

  .splide .splide-arrows button img {
    width: 100%;
  }

  .splide .slider-message {
    height: 150px;
  }

  .splide .slider-message h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .splide .slider-message h2 {
    font-size: 30px;
    line-height: 50px;
  }

  .splide__list {
    height: 450px;
  }

  .banner .banner-title {
    padding: 25px 0;
  }

  .banner-style--2 h1,
  .banner-style--3 h1 {
    padding: 22px 0;
    font-size: 20px;
    margin-top: 16px;
  }

  .banner-style--3 {
    padding: 0;
    margin-top: -21px;
  }

  .banner-style--3 h1 {
    line-height: 28px;
    font-size: 20px;
  }

  .banner-style--4 h1 {
    font-size: 26px;
    padding: 30px 0;
  }

  .line {
    height: 18px;
  }

  .bienvenido {
    height: 435px;
  }

  .bienvenido:before {
    width: 1274px;
  }

  .bienvenido .container .message .title {
    font-size: 30px;
  }

  .bienvenido .container .message p {
    letter-spacing: .8px;
    font-size: 13.95px;
    line-height: 22px;
    margin-top: 40px;
  }

  .unidad-trabajamos .unidad-clinica-caption {
    bottom: 18px;
  }

  .unidad-trabajamos .unidad-clinica-caption h3 {
    font-size: 20px;
    padding: 20px 0;
    margin-right: 40px;
  }

  .unidad-trabajamos .container .grid {
    height: 350px;
  }

  .unidad-trabajamos .container .grid .item p {
    font-size: 16px;
    line-height: 20px;
    margin-left: 45px;
  }

  .etica-honest-serv-punt {
    padding: 60px 0;
  }

  .etica-honest-serv-punt .container .list {
    grid-gap: 55px;
  }

  .etica-honest-serv-punt .container .list .list-item span {
    font-size: 18px;
    margin-top: 20px;
  }

  .contact-title-banner h1 {
    font-size: 28px;
    padding: 40px 0;
  }

  .contact-banner-title {
    padding: 35px 0;
    margin-top: 35px;
  }

  .horario-aviso .container ul li .font-big {
    font-size: 20px;
  }

  .horario-aviso .container ul li .font-medium {
    font-size: 16px;
  }

  .aviso {
    margin-top: 40px;
  }

  .aviso a {
    font-size: 20px;
    padding: 18px 0;
  }

  .style-element-1 {
    padding: 100px 0;
  }

  .style-element-1 .container {
    height: 230px;
  }

  .style-element-1 .container .content h2 {
    font-size: 20px;
    width: 800px;
  }

  .style-element-1 .container .content ul li span {
    font-size: 16px;
  }

  .style-element-2 {
    height: 330px;
  }

  .style-element-2 .title-caption {
    top: 65px;
  }

  .style-element-2 .title-caption.top-style-2 {
    top: 50px;
  }

  .style-element-2 .title-caption .title {
    font-size: 20px;
  }

  .style-element-2 .container .text-content .title {
    font-size: 20px;
    margin-top: 50px;
    padding: 15px 58px;
  }

  .style-element-2 .container .text-content ul {
    margin-left: 30px;
    margin-top: 140px;
  }

  .style-element-2 .container .text-content ul.mt-style1 {
    margin-top: 5px;
  }

  .style-element-2 .container .text-content ul li {
    line-height: 28px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #menu:before {
    bottom: 43px;
    height: 6px;
  }

  #menu .container.menu-container {
    height: 150px;
  }

  #menu .container.menu-container #logo a img {
    width: 200px;
  }

  #menu .container.menu-container .nav li {
    margin-left: 60px;
  }

  #menu .container.menu-container .nav li a {
    padding: 16px 14px;
  }

  .footer-information {
    padding: 60px 0;
  }

  .footer-information .container .menu.contact ul li a img,
  .footer-information .container .contact.contact ul li a img,
  .footer-information .container .direction.contact ul li a img {
    margin-right: 12px;
  }

  .footer-information .container .menu.direction ul li img,
  .footer-information .container .contact.direction ul li img,
  .footer-information .container .direction.direction ul li img {
    margin-right: 12px;
  }

  #footer {
    height: 60px;
  }

  .splide {
    margin-top: 150px;
  }

  .splide .splide-arrows {
    bottom: 30px;
  }

  .splide .slider-message {
    height: 160px;
  }

  .splide .slider-message h1 {
    font-size: 55px;
    line-height: 60px;
  }

  .splide .slider-message h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .splide .slider-message h2:before {
    transform: translateY(-4px);
  }

  .splide__list {
    height: 550px;
  }

  .social-space {
    height: 48px;
  }

  .banner .banner-title {
    font-size: 20px;
    padding: 30px 0;
  }

  .banner-style--2 h1,
  .banner-style--3 h1 {
    font-size: 25px;
    padding: 28px 0;
    margin-top: 18px;
  }

  .banner-style--3 {
    margin-top: -22.5px;
  }

  .banner-style--3 h1 {
    line-height: 32px;
    font-size: 22px;
  }

  .banner-style--4 h1 {
    font-size: 30px;
    padding: 40px 0;
  }

  .line {
    height: 20px;
  }

  .bienvenido .container .message .title {
    font-size: 34px;
  }

  .bienvenido .container .message p {
    margin-top: 45px;
  }

  .unidad-trabajamos .unidad-clinica-caption {
    bottom: 20px;
  }

  .unidad-trabajamos .unidad-clinica-caption h3 {
    font-size: 24px;
    padding: 22px 0;
    margin-left: 44px;
    transform: translateY(-4px);
  }

  .unidad-trabajamos .container .grid {
    height: 400px;
  }

  .unidad-trabajamos .container .grid .item p {
    font-size: 16px;
    line-height: 22px;
    margin-left: 48px;
  }

  .etica-honest-serv-punt {
    padding: 70px 0;
  }

  .etica-honest-serv-punt .container .list {
    grid-gap: 65px;
  }

  .etica-honest-serv-punt .container .list .list-item span {
    font-size: 20px;
    line-height: 22px;
    margin-top: 25px;
  }

  .contact-title-banner h1 {
    font-size: 32px;
    padding: 45px 0;
  }

  .section-contacto .container .form-title {
    font-size: 16px;
    padding: 0 0 34px 0;
    line-height: 25px;
  }

  .section-contacto .text-center {
    padding: 28px 0 35px 0 !important;
    max-width: 684px;
    margin: 0 auto;
  }

  .section-contacto .text-center .question .data-text .checkboxes {
    margin-left: 10px;
  }

  .contact-banner-title {
    padding: 45px 0;
    margin-top: 45px;
  }

  .contact-banner-title h1 {
    font-size: 16px;
  }

  .map {
    height: 600px;
  }

  .center-captcha {
    margin-top: 30px;
  }

  .horario-aviso .container ul li .font-big {
    font-size: 22px;
  }

  .horario-aviso .container ul li .font-medium {
    font-size: 17px;
  }

  .aviso {
    margin-top: 50px;
  }

  .aviso a {
    font-size: 22px;
    padding: 22px 0;
  }

  .style-element-1 {
    padding: 105px 0;
  }

  .style-element-1 .container {
    height: 240px;
  }

  .style-element-1 .container .content h2 {
    font-size: 22px;
    padding: 20px;
    width: 920px;
  }

  .style-element-2 {
    height: 450px;
  }

  .style-element-2 .title-caption {
    top: 90px;
  }

  .style-element-2 .title-caption.top-style-2 {
    top: 65px;
  }

  .style-element-2 .title-caption .title {
    font-size: 22px;
    padding: 20px 22px;
  }

  .style-element-2 .container .text-content .title {
    font-size: 22px;
    padding: 20px 68px;
    margin-top: 65px;
  }

  .style-element-2 .container .text-content ul {
    margin-left: 40px;
    margin-top: 185px;
  }

  .style-element-2 .container .text-content ul.mt-style1 {
    margin-top: 35px;
  }

  .style-element-2 .container .text-content ul li {
    line-height: 32px;
  }
}

@media (min-width: 1600px) {
  #menu:before {
    bottom: 53px;
  }

  #menu .container.menu-container {
    height: 180px;
  }

  #menu .container.menu-container #logo a img {
    width: 100%;
  }

  #menu .container.menu-container .nav {
    transform: translateX(10px);
  }

  #menu .container.menu-container .nav li {
    margin-left: 61px;
  }

  #menu .container.menu-container .nav li a {
    padding: 22px 14px;
  }

  .footer-information {
    padding: 75px 0;
  }

  #footer {
    height: 70px;
  }

  .splide {
    margin-top: 180px;
  }

  .splide .splide-arrows {
    bottom: 33px;
  }

  .splide .slider-message {
    height: 235px;
    transform: translateY(-80px);
  }

  .splide .slider-message h1 {
    font-size: 60px;
    line-height: 73px;
  }

  .splide .slider-message h2 {
    font-size: 43px;
    line-height: 73px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .splide .slider-message h2:before {
    height: 82px;
    transform: translateY(-6px);
  }

  .splide__list {
    height: 760px;
  }

  .social-space {
    height: 57px;
  }

  .social-space:before {
    width: 62.2%;
  }

  .banner .banner-title {
    font-size: 26px;
    padding: 45.5px 0;
  }

  .banner-style--2 h1,
  .banner-style--3 h1 {
    font-size: 30px;
    padding: 32px 0;
    margin-top: 20px;
  }

  .banner-style--3 {
    margin-top: -27px;
  }

  .banner-style--3 h1 {
    line-height: 36px;
    padding: 39px;
    font-size: 24px;
  }

  .banner-style--4 h1 {
    font-size: 36px;
    padding: 50.5px 0;
  }

  .line {
    height: 23px;
  }

  .bienvenido .container .message .title {
    font-size: 36px;
  }

  .bienvenido .container .message p {
    line-height: 23.88px;
    margin-top: 47px;
  }

  .unidad-trabajamos .unidad-clinica-caption {
    bottom: 22px;
  }

  .unidad-trabajamos .container .grid {
    height: 405px;
  }

  .unidad-trabajamos .container .grid .item p {
    font-size: 16px;
    line-height: 24px;
    margin-left: 52px;
  }

  .etica-honest-serv-punt {
    padding: 80px 0 100px 0;
  }

  .etica-honest-serv-punt .container .list {
    grid-gap: 75px;
  }

  .etica-honest-serv-punt .container .list .list-item span {
    font-size: 21px;
    line-height: 24px;
    margin-top: 28px;
  }

  .contact-title-banner h1 {
    font-size: 36px;
    padding: 50px 0;
  }

  .contact-title-banner h1:after {
    width: 54px;
    height: 8px;
    bottom: 16px;
  }

  .section-contacto .container .form-title {
    padding: 0 0 30px 0;
  }

  .section-contacto .text-center {
    padding: 38px 0 40px 0 !important;
    margin-left: 135px;
  }

  .section-contacto .text-center .buttons {
    margin-left: 80px;
  }

  .contact-banner-title {
    padding: 50px 0;
    margin-top: 58px;
  }

  .horario-aviso .container ul li .font-big {
    font-size: 24px;
  }

  .horario-aviso .container ul li .font-medium {
    font-size: 18px;
  }

  .aviso {
    margin-top: 60px;
  }

  .aviso a {
    font-size: 24px;
  }

  .style-element-1 {
    padding: 107px 0;
  }

  .style-element-1.padding-2 {
    padding: 128px 0 86px;
  }

  .style-element-1 .container {
    height: 297px;
  }

  .style-element-1 .container .content {
    transform: translateY(74px);
  }

  .style-element-1 .container .content h2 {
    font-size: 24px;
  }

  .style-element-1 .container .content ul {
    transform: translateY(65px);
  }

  .style-element-2 {
    height: 512px;
  }

  .style-element-2 .title-caption {
    top: 126px;
  }

  .style-element-2 .title-caption.top-style-2 {
    top: 73px;
  }

  .style-element-2 .title-caption .title {
    font-size: 24px;
    padding: 23px 28px;
  }

  .style-element-2 .container .text-content .title {
    font-size: 24px;
    padding: 23px 74px;
    margin-top: 73px;
  }

  .style-element-2 .container .text-content ul {
    margin-top: 242px;
    margin-left: 68px;
  }

  .style-element-2 .container .text-content ul.mt-style1 {
    margin-top: 48px;
    padding-left: 0;
  }

  .style-element-2 .container .text-content ul li {
    line-height: 35px;
  }
}