.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
  background-color: red;
}

.rd-mobilepanel .rd-mobilepanel_title {
  top: 0;
  bottom: 0;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil {
  height: 100%;
}

.rd-mobilepanel .rd-mobilepanel_title #logoMovil img {
  -o-object-fit: contain;
  object-fit: contain;
}

.rd-mobilemenu_ul {
  background: red;
}

#menu {
  display: none;
  position: relative;
}

#menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 53px;
  width: 100%;
  height: 6px;
  background: red;
}

#menu .container.menu-container {
  display: flex;
}

#menu .container.menu-container #logo {
  display: flex;
  align-items: center;
}

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

#menu .container.menu-container .nav {
  display: flex;
  align-items: center;
}

#menu .container.menu-container .nav li:first-of-type {
  margin-left: 0;
}

#menu .container.menu-container .nav li.active a {
  background: red;
  color: #fff;
}

#menu .container.menu-container .nav li a {
  transition: .3s;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  font-family: "Oswald",sans-serif;
}

#menu .container.menu-container .nav li a:focus {
  background-color: unset;
}

#menu .container.menu-container .nav li a:hover {
  background-color: red;
  transition: .3s;
  color: #fff;
}

.footer-information {
  background: #ff0a05;
  padding: 1rem 0;
}

.footer-information .container .menu,
.footer-information .container .contact,
.footer-information .container .direction {
  display: flex;
  margin-top: 1rem;
}

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

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

  .footer-information .container .menu ul,
  .footer-information .container .contact ul,
  .footer-information .container .direction ul {
    display: flex;
    align-items: flex-start;
  }

  #footer {
    margin-bottom: 50px;
    padding: 10px 0;
  }

  #footer #powered {
    margin-top: 5px;
  }
}

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

.footer-information .container .menu.contact ul li a,
.footer-information .container .contact.contact ul li a,
.footer-information .container .direction.contact ul li a {
  display: flex;
  align-items: center;
}

.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: 5px;
}

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

.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: none;
}

.footer-information .container .menu.direction ul li img,
.footer-information .container .contact.direction ul li img,
.footer-information .container .direction.direction ul li img {
  -o-object-fit: contain;
  object-fit: contain;
  align-self: start;
  margin-top: 6px;
  margin-right: 5px;
}

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

.footer-information .container .menu ul,
.footer-information .container .contact ul,
.footer-information .container .direction ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.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 {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
}

#footer {
  display: flex;
  background-color: #000;
}

.for-small {
  display: block;
}

.for-big {
  display: none;
}

.splide {
  position: relative;
}

.splide .splide-arrows {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  display: flex;
  justify-content: center;
}

.splide .splide-arrows button {
  background-color: rgba(0,0,0,0);
  border: none;
  padding: 10px;
}

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

.splide .slider-message {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-shadow: 0px 2px 3px rgba(0,0,0,.5);
}

@media (max-width: 499px) {
  .splide .slider-message {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    left: 0;
    right: 0;
  }
}

.splide .slider-message h1,
.splide .slider-message h2 {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
}

.splide .slider-message h1 {
  font-size: 16px;
  font-weight: 300;
  font-family: "Oswald",sans-serif;
  line-height: 30px;
  letter-spacing: 1.5px;
}

.splide .slider-message h2 {
  font-size: 13px;
  font-family: "Josefin Sans",sans-serif;
  font-weight: 300;
  line-height: 30px;
  position: relative;
  padding: 0 5px;
}

.splide .slider-message h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 94%;
  background-color: rgba(255,33,33,.7);
  height: 100%;
  transform: translateY(-2px);
  z-index: 1;
  box-shadow: -3px 4px 10px rgba(0,0,0,.5);
  margin: 0 auto;
}

.splide .slider-message h2 span {
  z-index: 2;
  position: relative;
}

.splide__list {
  height: 200px;
}

.splide__list .splide__slide {
  height: 100%;
}

.splide__list .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.social-space {
  background-color: #fff;
}

.social-space:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 100%);
  right: 0;
  top: 0;
  height: 100%;
}

.social-space .social-mobile-networks {
  margin-top: 56px;
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  background: #fff;
}

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

.social-space .social-mobile-networks .social-network {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.social-space .social-mobile-networks .social-network a {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  color: #373737;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  padding: 4px 0px;
}

.social-space .social-mobile-networks .social-network a img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

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

.social-space .social-big-networks:before,
.social-space .social-big-networks:after {
  display: none !important;
}

.social-space .social-big-networks .social-network a {
  display: flex;
  align-items: center;
}

.social-space .social-big-networks .social-network a span {
  margin-left: 8px;
  color: #333;
}

.social-space .social-big-networks .social-network:nth-of-type(2) {
  margin-left: 95px;
}

.social-space .social-big-networks .social-network:nth-of-type(3) {
  margin-left: 163px;
}

#datFooter {
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom: 0;
}

#datFooter .redes-list {
  display: flex;
  justify-content: space-around;
}

#datFooter .redes-list .redes-list-item {
  width: 100%;
}

#datFooter .redes-list .redes-list-item:nth-of-type(1) {
  background-color: #fff;
}

#datFooter .redes-list .redes-list-item:nth-of-type(2) {
  background-color: #fff;
}

#datFooter .redes-list .redes-list-item:nth-of-type(3) {
  background-color: #fff;
}

#datFooter .redes-list .redes-list-item a {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .5s;
}

#datFooter .redes-list .redes-list-item a:hover {
  background: #ccc;
  transition: background-color .5s;
}

#datFooter .redes-list .redes-list-item a img {
  height: 26px;
}

.banner {
  background: #fc0;
}

.banner .banner-title {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  color: #373737;
}

.banner-style {
  background: red;
}

.banner-style--2 {
  background: red;
}

.banner-style--3 {
  background: #fc0;
}

.banner-style--2 h1,
.banner-style--3 h1 {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin-top: 10px;
  font-family: "Open Sans",sans-serif;
}

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

.banner-style--3 .banner-title {
  margin-top: 0;
}

.banner-style--3 h1 {
  font-weight: 400;
  color: #373737;
}

.banner-style--3 h1 .bold {
  font-weight: 900;
}

.banner-style--4 {
  background: #f1f1f1;
}

.banner-style--4 h1 {
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  color: #373737;
  text-align: center;
  font-size: 18px;
  padding: 15px;
}

.objetivo .container p {
  text-align: center;
}

.line {
  width: 100%;
  margin: 0;
  height: 16px;
  border-top: none;
}

.bienvenido {
  background-image: url("../images/home/bienvenida.jpg");
  background-size: cover;
  background-position: centere;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.bienvenido:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/textures/bienvenida-texture.png");
  height: 100%;
  width: 980px;
}

.bienvenido .container {
  display: grid;
  height: 100%;
}

.bienvenido .container .message {
  grid-column: 2/3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
}

.bienvenido .container .message .title {
  text-align: center;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  color: #242424;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 22px;
  position: relative;
}

.bienvenido .container .message .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 3px;
  background-color: #000075;
}

.bienvenido .container .message .title .resaltar {
  color: #b71f25;
  text-transform: uppercase;
}

.bienvenido .container .message p {
  text-align: center;
  font-size: 13px;
  font-family: "Open Sans",sans-serif;
  line-height: 20px;
  margin-top: 25px;
  color: #494949;
}

.bienvenido .container .message p .bold {
  font-weight: 700;
}

.unidad-trabajamos {
  position: relative;
}

.unidad-trabajamos .unidad-clinica-caption {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: rgba(255,255,255,.8);
  width: 44.5%;
  justify-content: flex-end;
  box-shadow: -3px 4px 10px rgba(0,0,0,.5);
}

.unidad-trabajamos .unidad-clinica-caption h3 {
  margin-right: 20px;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  padding: 8px 0;
}

.unidad-trabajamos .unidad-clinica-caption h3 .resaltar {
  color: #d71921;
  font-weight: 800;
}

.unidad-trabajamos .container .grid .item {
  position: relative;
}

.unidad-trabajamos .container .grid .item:nth-of-type(2) {
  background-image: url("../images/textures/unidad-texture.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.unidad-trabajamos .container .grid .item img {
  width: 100%;
  display: block;
}

.unidad-trabajamos .container .grid .item h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,.8);
  text-align: center;
  padding: 5px 0;
  color: #242424;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.unidad-trabajamos .container .grid .item h3 .resaltar {
  color: #d71921;
  font-weight: 700;
}

.unidad-trabajamos .container .grid .item p {
  color: #fff;
  text-align: center;
  font-family: "Open Sans",sans-serif;
  padding: 25px 20px;
  line-height: 18px;
}

.etica-honest-serv-punt {
  padding: 20px 0;
  background-image: url("../images/textures/home-footer-texture.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.etica-honest-serv-punt .container .list {
  list-style: none;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(2, 1fr);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  grid-gap: 20px;
}

.etica-honest-serv-punt .container .list .list-item {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

.etica-honest-serv-punt .container .list .list-item img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.etica-honest-serv-punt .container .list .list-item span {
  text-align: center;
  font-family: "Oswald",sans-serif;
  color: #2d2d2d;
  margin-top: 10px;
}

.contact-title-banner h1 {
  text-align: center;
  font-family: "Lato",sans-serif;
  font-weight: 900;
  color: #353535;
  font-size: 22px;
  padding: 30px 0;
  position: relative;
}

.contact-title-banner h1:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 40px;
  height: 8px;
  background-color: red;
  margin: 0 auto;
  bottom: 13px;
}

.section-contacto .container .form-title {
  font-family: "Lato",sans-serif;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding: 0 0 15px 0;
  line-height: 20px;
}

.section-contacto .container .form-title .bold {
  font-weight: 700;
}

.section-contacto #frmContacto {
  padding: 0 15px;
}

.section-contacto #frmContacto .form-control {
  border: 1px solid #999;
}

.section-contacto #frmContacto input[type=submit],
.section-contacto #frmContacto input[type=reset] {
  background: #383838;
}

.section-contacto #frmContacto input[type=submit] {
  margin-left: 8px;
}

.section-contacto .text-center {
  padding: 1rem 0;
}

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

.section-contacto .text-center .question .data-text .checkboxes label {
  padding-left: 15px;
  font-weight: 400;
}

.contact-banner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f50000;
  margin-top: 15px;
  padding: 1rem 0;
}

.contact-banner-title h1 {
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  font-family: "Josefin Sans",sans-serif;
}

.contact-banner-title h1 img {
  margin-right: 5px;
}

.map {
  height: 350px;
}

.center-captcha {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.horario-aviso .container ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}

.horario-aviso .container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ef0000;
  color: #fff;
  font-weight: 300;
  font-family: "Open Sans",sans-serif;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
}

.horario-aviso .container ul li:nth-of-type(2),
.horario-aviso .container ul li:nth-of-type(3) {
  padding-bottom: 5px;
}

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

.horario-aviso .container ul li .font-medium {
  font-size: 14px;
  transform: translateY(5px);
}

.horario-aviso .container ul li .bold {
  font-weight: 700;
}

.aviso {
  background-color: #383838;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.aviso a {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aviso a img {
  margin-left: 24px;
  transform: translateX(-6px);
}

.style-element-1 {
  background-image: url("../images/services/ginecologia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.style-element-1.bg-2 {
  background-image: url("../images/services/nutricion.jpg");
}

.style-element-1 .container {
  background: rgba(255,255,255,.8);
  max-width: 1082px;
  height: 200px;
  box-shadow: 0px 4px 12px rgba(0,0,0,.5);
}

@media (max-width: 1600px) {
  .style-element-1 .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

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

.style-element-1 .container .content h2 {
  font-family: "Oswald",sans-serif;
  color: #d71921;
  font-size: 16px;
  text-align: center;
  display: block;
  background-image: url("../images/textures/ginecologia-texture2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: -3px 4px 10px rgba(0,0,0,.5);
  margin: 0 auto;
  padding: 10px;
}

.style-element-1 .container .content h2.shadow-3 {
  box-shadow: 0px 4px 12px rgba(0,0,0,.5);
}

.style-element-1 .container .content ul {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  transform: translateY(20px);
}

.style-element-1 .container .content ul li.f-width {
  grid-column: 1/-1;
}

.style-element-1 .container .content ul li img {
  transform: translateX(-5px);
}

.style-element-1 .container .content ul li span {
  font-family: "Open Sans",sans-serif;
  color: #2d2d2d;
}

.style-element-2 {
  position: relative;
}

.style-element-2 .title-caption {
  background-image: url("../images/textures/pediatria-texture2.png");
}

.style-element-2 .title-caption .title {
  color: #d71921;
  font-weight: 700;
  font-family: "Oswald",sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

@media (max-width: 768px) {
  .style-element-2 .container.reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .style-element-2 .container .text-content ul {
    display: grid;
    justify-content: center;
  }
}

.style-element-2 .container .image img {
  width: 100%;
  display: block;
}

.style-element-2 .container .text-content .title {
  color: #d71921;
  font-weight: 700;
  font-family: "Oswald",sans-serif;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

.style-element-2 .container .text-content ul {
  list-style: none;
  background-color: #c00000;
  padding: 10px;
  padding-left: 25px;
}

.style-element-2 .container .text-content ul li {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  line-height: 24px;
  position: relative;
  text-align: left;
}

.style-element-2 .container .text-content ul li span {
  margin-left: 7px;
}
/*# sourceMappingURL=main.css.map*/