@charset "UTF-8";
/*--------------------Generales de la Marca--------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
body > a {
  position: absolute;
  top: 34px;
  left: 15px;
  width: 174px;
  height: 40px;
  z-index: 21;
  /* background: url("../images/template/logo.svg") no-repeat;
  background-size: contain; */
}
@media only screen and (min-width: 768px) {
  body > a {
    left: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  body > a {
    width: 174px;
    height: 34px;
    top: 34px;
  }
}
@media only screen and (min-width: 1360px) {
  body > a {
    width: 174px;
    height: 86px;
    top: 34px;
  }
}

/*--------------------Resetear estilos por defecto del navegador--------------------*/
*, *:after, *:before {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  marker-offset: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------Resetear editor de texto--------------------*/
div.txt-editor * {
  float: none;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: inherit;
  text-align: left;
  background: none;
}
div.txt-editor strong {
  font-weight: 600;
}
div.txt-editor em {
  font-style: italic;
}
div.txt-editor ul {
  list-style: disc;
  margin-left: 20px;
}
div.txt-editor ol {
  list-style: decimal;
  margin-left: 20px;
}
div.txt-editor h1, div.txt-editor h2, div.txt-editor h3, div.txt-editor h4, div.txt-editor h5, div.txt-editor h6 {
  line-height: initial;
  color: #535256;
  font-size: 15.6pt;
  font-size: 1.3rem;
}

/*--------------------Anti Bootstrap--------------------*/
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}
a:hover, a:focus {
  outline: none;
  color: inherit;
  text-decoration: none;
}

/*--------------------Renovar--------------------*/
.re-novar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999;
  text-align: center;
  color: #333333;
  background: #f4f4f4;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
.re-novar div {
  padding: 20% 10% 0 10%;
}
.re-novar strong {
  color: #262626;
  font-size: 20.4pt;
  font-size: 1.7rem;
}
.re-novar a {
  color: #1b96e4;
}

/*--------------------Generales--------------------*/
html {
  font-size: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  color: #333333;
  font-size: 12pt;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: "Playfair Display", serif;
}

h1, h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30pt;
  font-size: 2.5rem;
}
h1 span, h2 span {
  display: inline-block;
  /* padding-bottom: 20px; */
}

h2 {
  font-size: 24pt;
  font-size: 2rem;
}

h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: inherit;
  font-size: 21pt;
  font-size: 1.75rem;
}

h4 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 40px;
  margin-bottom: 20px;
  border-top: 1px dashed #e0e0e0;
  font-weight: 700;
  font-size: 18pt;
  font-size: 1.5rem;
  font-size: 18pt;
  font-size: 1.5rem;
}

h5 {
  margin-bottom: 10px;
  color: #0C2025;
  font-weight: 700;
  font-size: 15pt;
  font-size: 1.25rem;
}

h6 {
  font-weight: 700;
  margin-bottom: 13.3333333333px;
  padding-bottom: 20px;
  font-size: 12pt;
  font-size: 1rem;
  /* &:before{
  	position: absolute;
  	bottom: 0;
  	left: 50%;
  	transform: translateX(-50%);
  	content: '';
  	width: 50px;
  	height: 3px;
  	background-color: white;
  } */
}

hr {
  width: 100px;
  border: 1px solid #F96D15;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

p {
  margin-bottom: 10px;
}
p:only-child, p:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
  background: none;
}

mark {
  background: none;
  font-weight: 700;
  font-size: 16.8pt;
  font-size: 1.4rem;
}

i, em {
  font-weight: 400;
  font-style: normal;
}

span.mensaje {
  color: #262626;
  font-size: 18pt;
  font-size: 1.5rem;
}

*.float-left {
  float: left;
}

*.float-right {
  float: right;
}

*.clear-both {
  clear: both;
}

*.clear-fix {
  content: "";
  display: block;
  clear: both;
}

*.num-font {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  white-space: nowrap;
}

*.llamar {
  cursor: default;
}

@media only screen and (min-width: 1024px) {
  .visible-movil {
    display: none !important;
  }
}

@media only screen and (max-width: 1023px) {
  .visible-desktop {
    display: none !important;
  }
}

/*--------------------General Responsive--------------------*/
header, nav, main, footer, .re-cien {
  width: 100%;
  min-width: 280px;
}

.re-cien, .re-central {
  position: relative;
  margin: 0 auto;
}

.re-central {
  width: 88%;
}
@media only screen and (min-width: 280px) {
  .re-central {
    width: 88%;
  }
}
@media only screen and (min-width: 480px) {
  .re-central {
    width: 92%;
  }
}
@media only screen and (min-width: 768px) {
  .re-central {
    width: 94%;
  }
}
@media only screen and (min-width: 1024px) {
  .re-central {
    width: 88%;
  }
}
@media only screen and (min-width: 1280px) {
  .re-central {
    width: 86%;
  }
}
@media only screen and (min-width: 1440px) {
  .re-central {
    width: 75%;
  }
}

/*--------------------Generales del Template Header--------------------*/
header {
  min-height: 95px;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  header {
    /* position: absolute; */
    min-height: 90px;
  }
}
header.internas {
  background-image: url("../images/template/header-internas-back.jpg");
  background-position: center 0;
  backgroud-size: cover;
  background-repeat: repeat;
}
@media only screen and (min-width: 1024px) {
  header.internas {
    background-attachment: fixed;
  }
}
header .top-bar {
  /* padding: .5em 0; */
  background-color: #0F282F;
  overflow: hidden;
  color: white;
  text-align: right;
}
@media only screen and (min-width: 1360px) {
  header .top-bar {
    /* padding: .75em 0; */
  }
}
header .top-bar address {
  text-align: right;
  /* border-bottom: 1px solid $c-borde; */
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
header .top-bar address a {
  display: inline-block;
  padding: 6.6666666667px 20px;
  color: #ffffff;
}
header .top-bar address a.correo {
  display: none;
}
header .top-bar address a.llamada {
  background: #0C2025;
}
header .top-bar address a.llamada:hover {
  background: #060f12;
  color: #F96D15 !important;
}
@media only screen and (min-width: 768px) {
  header .top-bar address a.correo {
    background: #0C2025;
    display: block;
  }
  header .top-bar address a.correo:hover {
    background: #060f12;
    color: #F96D15 !important;
  }
}
header div.re-central .ver-servicios {
  position: absolute;
  top: 50px;
  right: 0;
  width: 50%;
  padding: 0.5em 0;
  border: 1px solid #333333;
  text-align: center;
  font-weight: 600;
}

/*--------------------Generales del Template Nav--------------------*/
nav {
  min-height: 35px;
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 20;
  text-transform: uppercase;
  padding: 0 15px;
}
nav .sticky-brand {
  display: none;
}
nav.navSticky {
  position: fixed;
  top: 0;
  padding: 0.3em 15px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
}
nav.navSticky .sticky-brand {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
nav.navSticky .sticky-brand img {
  width: 120px;
  height: 38px;
  float: left;
}
@media only screen and (min-width: 1023px) {
  nav.navSticky .sticky-brand {
    top: 6px;
  }
}
@media only screen and (max-width: 1023px) {
  nav.navSticky div.re-cien div.re-content ul.re-ul-principal {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  nav {
    top: 40px;
    min-height: 50px;
    font-weight: 500;
  }
  nav div.re-cien div.re-content ul.re-ul-principal {
    text-align: right;
    margin-top: 0;
    font-weight: 600;
    font-size: 10.8pt;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1360px) {
  nav div.re-cien div.re-content ul.re-ul-principal li div p {
    padding: 0 15px;
  }
}

/*--------------------Generales del Template Main--------------------*/
main {
  min-height: 425px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
main > .re-central,
main > .re-cien > .re-central {
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  main > .re-central,
main > .re-cien > .re-central {
    padding: 40px 0;
  }
}
main > .re-central:after,
main > .re-cien > .re-central:after {
  display: block;
  clear: both;
  content: "";
}
main.index > .re-central,
main.index > .re-cien > .re-central {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  main.index > .re-central,
main.index > .re-cien > .re-central {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1024px) {
  main:not(.index) {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1360px) {
  main:not(.index) {
    margin-top: 40px;
  }
}

/*------------------------Generales del Template Footer------------------------*/
footer {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
  color: white;
  background: #0F282F;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
footer a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
}
footer a:hover {
  color: #F96D15;
}
footer section {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  footer section {
    padding: 80px 0;
  }
}
footer section div.re-central {
  overflow: hidden;
}
footer section div.re-central > div {
  text-align: left;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > div {
    margin: 0 -2%;
  }
}
footer section div.re-central > div > div {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 480px) {
  footer section div.re-central > div > div {
    width: 46%;
    float: left;
    margin: 0 2%;
    margin-bottom: 20px;
  }
  footer section div.re-central > div > div:first-child + div + div {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) {
  footer section div.re-central > div > div {
    width: 25%;
    margin-bottom: 0;
  }
  footer section div.re-central > div > div:first-child + div + div {
    clear: none;
  }
  footer section div.re-central > div > div:nth-child(2) {
    width: 35%;
  }
}
footer section div.re-central > div > div h6 {
  text-transform: none;
  border-bottom: none;
  margin-bottom: 0;
}
footer section div.re-central > div > div hr {
  width: 50px;
  margin: 0 0 20px;
}
footer section div.re-central > div > div figure img {
  width: 90%;
}
footer section div.re-central > div > div div.social {
  overflow: hidden;
  margin-top: 20px;
}
footer section div.re-central > div > div div.social a {
  position: relative;
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  text-align: center;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  footer section div.re-central > div > div div.social a {
    width: 33px;
    height: 33px;
    font-size: 13.2pt;
    font-size: 1.1rem;
  }
}
footer section div.re-central > div > div div.social a:hover {
  background: #ffffff;
}
footer section div.re-central > div > div div.social a:hover i {
  color: #F96D15;
}
footer section div.re-central > div > div div.social a i {
  margin: 0;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer div.copyright {
  position: relative;
  overflow: hidden;
  color: white;
  background-color: #0C2025;
  font-size: 11.4pt;
  font-size: 0.95rem;
}
footer div.copyright a:after {
  z-index: 1;
  background: #E5E5E5;
}
footer div.copyright div.re-central {
  padding: 0.5em 0 0.5em 0;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 800px) {
  footer div.copyright div.re-central p,
footer div.copyright div.re-central figure {
    width: 50%;
    display: block;
  }
}
footer div.copyright div.re-central p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 800px) {
  footer div.copyright div.re-central p {
    float: left;
    text-align: left;
    margin: 0;
    padding-right: 0.5em;
  }
}
footer div.copyright div.re-central p a {
  display: inline-block;
}
@media only screen and (min-width: 800px) {
  footer div.copyright div.re-central div {
    float: right;
    padding: 0.25em 0 0 0.5em;
    text-align: right;
  }
}

/*--------------------WhatsApp Button--------------------*/
.whatsapp-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 65px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-color: #25d366;
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all ease 0.2s;
}
.whatsapp-button:hover {
  border-bottom: none;
  background-color: #08a460;
}
@media only screen and (max-width: 1023px) {
  .whatsapp-button.movil {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .whatsapp-button.desktop {
    display: block;
  }
}
.whatsapp-button i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*------------------------Ir Arriba------------------------*/
.ir-arriba {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #F96D15;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  transition: all ease 0.25s;
}
.ir-arriba:hover {
  background-color: #bd4c05;
}
.ir-arriba i {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18pt;
  font-size: 1.5rem;
}

/*--------------------Contenedor de botones--------------------*/
span.boton-contenedor {
  display: block;
  margin-top: 20px;
  text-align: center;
}

/*--------------------Botón Lineal--------------------*/
.boton-lineal {
  width: auto;
  display: inline-block;
  padding: 0.75em 2em;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.boton-lineal:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.boton-lineal.primario {
  color: white;
  background-color: #F96D15;
  border: 1px solid #F96D15;
}
.boton-lineal.primario:hover {
  color: #F96D15;
  background-color: rgb(255, 255, 255);
}
.boton-lineal.secundario {
  color: white;
  background-color: #0C2025;
  border: 1px solid #0C2025;
}
.boton-lineal.secundario:hover {
  color: #0C2025;
  background-color: rgb(255, 255, 255);
}
.boton-lineal.auxiliar {
  color: white;
  background-color: #0F282F;
  border: 1px solid #0F282F;
}
.boton-lineal.auxiliar:hover {
  color: #0F282F;
  background-color: rgb(255, 255, 255);
}
.boton-lineal.blanco {
  color: white;
  background-color: white;
  border: 1px solid white;
}
.boton-lineal.blanco:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0);
}
.boton-lineal.whatsapp {
  color: white;
  background-color: #25d366;
}
.boton-lineal.whatsapp:hover {
  background-color: #08a460;
}

/*--------------------Formularios--------------------*/
form input[type=reset] {
  width: auto;
  min-width: 10em;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 6px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0s;
  font-size: 12pt;
  font-size: 1rem;
}
form input[type=reset]:hover, form input[type=reset]:hover {
  border-bottom-width: 1px;
  margin-top: 2px;
}
form input[type=reset] {
  border-bottom: 3px solid #E5E5E5;
  background: white;
}
form input[type=reset]:hover {
  margin-top: 2px;
  border-bottom: 1px solid #E5E5E5;
}
form input.input-primario {
  color: white;
  border-bottom-color: #bd4c05;
  background: #F96D15;
}
form input.input-secundario {
  color: white;
  border-bottom-color: #060f12;
  background: #0C2025;
}
form input[type=submit] {
  background-color: white;
  color: inherit;
  transition: color 0.25s ease, background 0.25s ease;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario {
  margin: 0 auto;
  color: #333333;
}
form.formulario fieldset {
  padding: 1% 4% 2% 4%;
  border: 1px dotted #E5E5E5;
  border-radius: 10px;
}
form.formulario fieldset + fieldset {
  margin-top: 20px;
}
form.formulario legend {
  width: auto;
  padding: 0 3%;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #262626;
  text-transform: uppercase;
  font-size: 15.6pt;
  font-size: 1.3rem;
}
form.formulario div {
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  form.formulario div.float-left, form.formulario div.float-right {
    width: 48%;
  }
}
form.formulario div.alerta {
  overflow: hidden;
  margin-bottom: 10px;
  color: #262626;
  text-align: center;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario div.alerta span {
  color: #262626;
  font-weight: 500;
}
form.formulario div.alerta.error {
  color: #dd1c47;
}
form.formulario div.send {
  clear: both;
  margin-bottom: 0;
  margin-top: 10px;
}
form.formulario label {
  display: block;
  float: left;
  border: none;
  font-weight: 500;
  color: #0C2025;
  line-height: 35px;
  font-size: 10.8pt;
  font-size: 0.9rem;
}
form.formulario label span {
  height: 25px;
  margin-left: 2px;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  color: #F96D15;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario textarea,
form.formulario select {
  width: 100%;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  background-color: #f4f4f4;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease;
  font-size: 12pt;
  font-size: 1rem;
}
form.formulario input[type=text],
form.formulario input[type=email],
form.formulario input[type=tel],
form.formulario input[type=password],
form.formulario select,
form.formulario textarea {
  height: 40px;
  margin-bottom: 20px;
  display: block;
  clear: both;
}
form.formulario textarea {
  height: 80px;
}
form.formulario input[type=text]:focus,
form.formulario input[type=email]:focus,
form.formulario input[type=tel]:focus,
form.formulario input[type=password]:focus,
form.formulario textarea:focus,
form.formulario select:focus {
  color: #000000;
  border-bottom: 2px solid #F96D15;
}
form.formulario input[type=text]::placeholder,
form.formulario input[type=email]::placeholder,
form.formulario input[type=tel]::placeholder,
form.formulario input[type=password]::placeholder,
form.formulario textarea::placeholder,
form.formulario select::placeholder {
  color: #999999;
}
form.formulario input[type=checkbox] {
  float: left;
  margin: 6px 10px 0 0;
}

/*--------------------Bread Crumbs--------------------*/
.bread-crumbs {
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
  .bread-crumbs {
    display: block;
  }
}
.bread-crumbs a,
.bread-crumbs mark {
  display: block;
  float: left;
  position: relative;
  padding: 5px;
}
.bread-crumbs a:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bread-crumbs a:hover {
  color: #F96D15;
}
.bread-crumbs mark {
  color: #666666;
  font-weight: 500;
}

/*--------------------Paginación--------------------*/
.paginacion {
  width: 100%;
  height: 35px;
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.paginacion a,
.paginacion b {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 0 2px;
  font-weight: normal;
  text-align: center;
  line-height: 35px;
}
.paginacion b {
  color: white;
  background-color: #F96D15;
}
.paginacion a {
  color: #333333;
  background-color: #f4f4f4;
  transition: box-shadow 0.2s ease;
}
.paginacion a:hover {
  box-shadow: inset 0 0 0 3px #E5E5E5;
}

/*--------------------Anterior / Siguiente--------------------*/
.ant-sig {
  position: relative;
  z-index: 15;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig {
    margin: 70px auto;
  }
}
.ant-sig div {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .ant-sig div {
    width: 50%;
    float: left;
  }
}
.ant-sig div figure {
  position: absolute;
  z-index: 100;
  max-width: 70px;
  display: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ant-sig div figure {
    width: 70px;
  }
}
.ant-sig div figure img {
  max-width: 70px;
  max-height: 70px;
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.ant-sig div.ant {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant {
    width: 13em;
    float: left;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.ant figure {
    bottom: 0;
    right: -75px;
  }
}
.ant-sig div.sig {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig {
    width: 13em;
    float: right;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div.sig figure {
    bottom: 0;
    left: -75px;
  }
}
@media only screen and (min-width: 768px) {
  .ant-sig div:hover figure, .ant-sig div:active figure, .ant-sig div:focus figure {
    display: block;
  }
}
.ant-sig div a {
  display: block;
  width: 13em;
  max-width: 100%;
  height: 40px;
  position: relative;
  border: 1px solid #F96D15;
  border-radius: 10px;
  margin: 0 auto;
  color: white;
  background-color: #F96D15;
  text-align: center;
  line-height: 40px;
  transition: all ease 0.5s;
}
.ant-sig div a:hover {
  color: #F96D15;
  background-color: white;
  border: 1px solid #F96D15;
}
.ant-sig div a.ant:before, .ant-sig div a.sig:after {
  width: 25px;
  border-radius: 0 0 10px 0;
  position: absolute;
  top: -1px;
  bottom: -1px;
  color: white;
  line-height: 37px;
  background-color: #F96D15;
  transition: background 0.5s;
}
.ant-sig div a.ant:before {
  left: -1px;
  content: "<";
}
.ant-sig div a.sig:after {
  right: -1px;
  content: ">";
}
.ant-sig div a.ant:hover:before, .ant-sig div a.sig:hover:after {
  background: #bd4c05;
}

/*----------- generales -----------*/
.titulo {
  font-family: "Playfair Display", serif;
}

.mx-auto {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

/*------------------------Generales Servicios------------------------*/
.servicios ul {
  overflow: hidden;
  display: block;
  position: relative;
  clear: both;
  text-align: center;
  counter-reset: li-contador !important;
}
@media only screen and (min-width: 768px) {
  .servicios ul {
    margin: 0 -2%;
  }
}
.servicios ul li {
  width: 100%;
  margin: 0 0 1.5em 0;
  position: relative;
  float: left;
}
@media only screen and (min-width: 768px) {
  .servicios ul li {
    width: 29.33%;
    margin: 0 2% 3%;
  }
}
.servicios ul li:nth-child(3n+1) {
  background: #F4858D;
}
.servicios ul li:nth-child(3n+2) {
  background: #0F282F;
}
.servicios ul li:nth-child(3n+0) {
  background: #B8CF55;
}
.servicios ul li figure {
  overflow: hidden;
  position: relative;
  padding: 0;
  box-shadow: none;
  transition: all ease 0.5s;
}
.servicios ul li figure div {
  height: 300px;
  overflow: hidden;
}
.servicios ul li figure div img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
  transition: all ease 0.5s;
}
.servicios ul li figure figcaption {
  display: block;
  width: 100%;
  min-height: 20px;
  padding: 1em;
}
.servicios ul li figure figcaption mark {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  color: white;
  transition: all ease 0.5s;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
.servicios ul li figure figcaption a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.servicios ul li figure:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, 0.1), 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
}
.servicios ul li figure:hover img {
  transform: scale(1.1);
}

/*------------------------Generales Artículos de opinión------------------------*/
.articulos-de-opinion ul {
  overflow: hidden;
  display: block;
  position: relative;
  clear: both;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .articulos-de-opinion ul {
    margin: 0 -2%;
  }
}
.articulos-de-opinion ul li {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 30px 20px;
  border: 1px solid #E5E5E5;
  background: #f4f4f4;
  position: relative;
  float: left;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .articulos-de-opinion ul li {
    width: 29%;
    margin: 0 10px 20px;
    /* &:after{
    	position: absolute;
    	top: 0;
    	right: -($space);
    	content: '';
    	width: 1px;
    	height: 100%;
    	background-color: $c-borde;
    } */
  }
}
.articulos-de-opinion ul li .card .card--header {
  display: block;
  width: 100%;
}
.articulos-de-opinion ul li .card .card--header picture {
  width: 85px;
  height: 80px;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.articulos-de-opinion ul li .card .card--header picture img {
  width: 100%;
  height: 80px;
  display: block;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1175px) {
  .articulos-de-opinion ul li .card .card--header picture {
    width: 100%;
  }
}
.articulos-de-opinion ul li .card .card--header .title {
  width: 68%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1175px) {
  .articulos-de-opinion ul li .card .card--header .title {
    width: 100%;
    padding: 10px 0;
  }
}
.articulos-de-opinion ul li .card .card--header .title mark {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  height: 40.6pt;
  font-size: 14pt;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14.4pt;
  font-size: 1.2rem;
  color: #444444;
  transition: all 0.5s ease;
}
.articulos-de-opinion ul li .card .card--header .title span {
  display: block;
  width: 100%;
  color: #999999;
  font-weight: 500;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
.articulos-de-opinion ul li .card .card--body {
  display: block;
  width: 100%;
  text-align: center;
}
.articulos-de-opinion ul li .card .card--body .descripcion-corta {
  display: block;
  width: 100%;
  text-align: left;
  height: 69.6pt;
  margin: 20px auto;
  font-size: 12pt;
  line-height: 1.45;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.articulos-de-opinion ul li .card .card--body .boton-lineal {
  padding: 6px 16px;
  margin: 0 auto;
}
.articulos-de-opinion ul li .card .card--body a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.articulos-de-opinion ul li:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}
.articulos-de-opinion ul li:hover .card .title mark {
  color: #F96D15;
}
.articulos-de-opinion ul li:hover .card img {
  transform: scale(1.1);
}

/*------------------------Generales Galeria------------------------*/
.galeria-inner {
  padding: 40px 0;
}

body {
  /* background-color: #ffffff;
  background-image: url(../images/fondo-pediatra.png); */
}

/*--Ajustes generales de carrusel--*/
main .bx-wrapper {
  margin-bottom: 1.5rem;
  border: 0;
}
main .bx-wrapper li {
  max-width: 100% !important;
  background: none !important;
}
main .bx-wrapper li img {
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
}
main .bx-wrapper li .imagen-movil {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  main .bx-wrapper li .imagen-movil {
    display: block !important;
  }
}
main .bx-wrapper li .imagen-escritorio {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  main .bx-wrapper li .imagen-escritorio {
    display: block !important;
  }
}
main .bx-wrapper li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 27%, rgba(0, 0, 0, 0.08) 78%, rgba(0, 0, 0, 0.08) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(27%, rgba(0, 0, 0, 0.7)), color-stop(78%, rgba(0, 0, 0, 0.08)), color-stop(100%, rgba(0, 0, 0, 0.08)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 27%, rgba(0, 0, 0, 0.08) 78%, rgba(0, 0, 0, 0.08) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 27%, rgba(0, 0, 0, 0.08) 78%, rgba(0, 0, 0, 0.08) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 27%, rgba(0, 0, 0, 0.08) 78%, rgba(0, 0, 0, 0.08) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 27%, rgba(0, 0, 0, 0.08) 78%, rgba(0, 0, 0, 0.08) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=1 );
}
main .bx-wrapper li .bx-caption,
main .bx-wrapper li .bx-re-links {
  z-index: 1;
}
main .bx-wrapper li .bx-caption {
  position: absolute;
  bottom: 45%;
  text-align: center;
  left: 0;
  background: none;
  width: 100%;
  z-index: 10;
}
main .bx-wrapper li .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 3rem;
  padding: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
main .bx-wrapper li .bx-re-links {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
main :root ul.bxslider li img {
  width: 100%;
  height: inherit;
  overflow: hidden;
  object-fit: contain;
}

/*--------------------Index--------------------*/
main.index .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  color: red;
  transition: all ease 0.5s;
}
main.index .icon:hover {
  color: blue;
}
main.index .servicios-index {
  text-align: center;
  height: 100%;
}
main.index .servicios-index hr {
  margin: 0 auto;
}
main.index .servicios-index .servicios-wrapper {
  background: #f4f4f4;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  main.index .servicios-index .servicios-wrapper {
    margin-top: 150px;
  }
}
main.index .servicios-index .servicios-wrapper .servicios-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 12rem;
}
main.index .servicios-index .servicios-wrapper .servicios-box .card {
  display: inline-block;
  float: left;
  padding: 1.5rem;
  margin: 0 10px;
  text-align: center;
  width: 100%;
  flex: 1 1 100%;
}
@media only screen and (min-width: 768px) and (max-width: 927px) {
  main.index .servicios-index .servicios-wrapper .servicios-box .card {
    width: 45%;
    flex: 0 1 45%;
    margin: -121px 10px 0;
  }
  main.index .servicios-index .servicios-wrapper .servicios-box .card:last-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 928px) {
  main.index .servicios-index .servicios-wrapper .servicios-box .card {
    width: 31%;
    flex: 0 1 31%;
    margin: -121px 10px 0;
    justify-content: space-between;
  }
}
main.index .servicios-index .servicios-wrapper .servicios-box .card picture {
  /* overflow: hidden; */
  width: 100%;
  display: block;
  margin: 0 auto 20px;
}
main.index .servicios-index .servicios-wrapper .servicios-box .card picture img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  object-fit: cover;
}
main.index .servicios-index .servicios-wrapper .servicios-box .card p {
  margin: 10px 0;
}
main.index .cta-menu {
  margin-bottom: 8rem;
  margin-top: -105px;
  padding: 20px 10px;
  overflow: hidden;
}
main.index .cta-menu .contenido {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main.index .cta-menu .contenido .textos {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 1rem;
  color: white;
}
@media only screen and (min-width: 768px) {
  main.index .cta-menu .contenido .textos {
    width: 70%;
    flex: 1 1 70%;
  }
}
main.index .cta-menu .contenido .btn-box {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: right;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  main.index .cta-menu .contenido .btn-box {
    width: 30%;
    flex: 1 1 30%;
  }
}
main.index .cta-menu .contenido .btn-box .boton-lineal {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
main.index .nosotros-index {
  color: white;
  background: #0C2025;
  text-align: center;
  display: block;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
main.index .nosotros-index .space {
  display: block;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  main.index .nosotros-index .space {
    width: 10%;
    display: inline-block;
    float: left;
  }
}
main.index .nosotros-index .textos {
  position: relative;
  display: block;
  margin: 1.5rem 0;
  padding: 2rem;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  main.index .nosotros-index .textos {
    width: 40%;
    display: inline-block;
    float: left;
    padding: 3rem;
  }
}
main.index .nosotros-index .textos h2 {
  color: white;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 40px;
}
@media only screen and (min-width: 480px) {
  main.index .nosotros-index .textos h2 {
    text-align: left;
    font-size: 54px;
  }
}
main.index .nosotros-index .textos hr {
  width: 80px;
  border: 1px solid #F96D15;
  text-align: left;
  margin: 1rem 0;
  /* @media only screen and (min-width: 770px) { 	
  		text-align: left;
  	} */
}
main.index .nosotros-index .textos p {
  /* text-align: center;
  	@media only screen and (min-width: 770px) { 	
  		text-align: left;
  	} */
}
main.index .nosotros-index .textos a {
  margin-top: 2rem;
}
main.index .nosotros-index .textos span {
  display: block;
  margin-bottom: 20px;
  color: #F96D15;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14.4pt;
  font-size: 1.2rem;
}
main.index .nosotros-index .textos ul {
  margin: 20px 0;
}
main.index .nosotros-index .textos ul li {
  margin-bottom: 10px;
  margin-right: 20px;
  /* font-weight: 600; */
  font-size: 14.4pt;
  font-size: 1.2rem;
}
main.index .nosotros-index .textos ul li a i {
  color: #0F282F;
}
main.index .nosotros-index .textos ul li a:hover {
  color: #0F282F;
}
main.index .nosotros-index .nosotros--imagen,
main.index .nosotros-index .eventos--imagen {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
  height: 600px;
}
main.index .nosotros-index .nosotros--imagen img,
main.index .nosotros-index .eventos--imagen img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: right;
}
@media only screen and (min-width: 992px) {
  main.index .nosotros-index .nosotros--imagen,
main.index .nosotros-index .eventos--imagen {
    width: 50%;
    display: inline-block;
  }
}
main.index .nosotros-index .eventos--imagen img {
  object-position: left;
}
@media only screen and (max-width: 992px) {
  main.index .nosotros-index.eventos {
    flex-direction: column-reverse;
  }
}
main.index .articulos-index {
  text-align: center;
}
main.index .articulos-index hr {
  margin: 0 auto;
}
main.index .reserva-index {
  text-align: center;
}
main.index .reserva-index hr {
  margin: 0 auto;
}
main.index .reserva-index .movil {
  display: block;
}
@media only screen and (min-width: 992px) {
  main.index .reserva-index .movil {
    display: none;
  }
}
main.index .reserva-index .desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  main.index .reserva-index .desktop {
    display: block;
  }
}
main.index .reserva-index .boton-lineal {
  margin: 4rem 0;
}

.testimonios-index {
  background: #f4f4f4;
}
.testimonios-index .testimonios {
  display: block;
}
.testimonios-index .testimonios h2 {
  color: #0C2025;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}
.testimonios-index .testimonios hr {
  margin: 0 auto;
}
.testimonios-index .testimonios p {
  color: #F96D15;
  text-align: center;
}
.testimonios-index .testimonios .slider1 .testimonio-card {
  display: block;
  width: 90%;
  max-width: 800px;
  margin: 1rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .testimonios-index .testimonios .slider1 .testimonio-card {
    margin: 2rem auto;
  }
}
.testimonios-index .testimonios .slider1 .testimonio-card p,
.testimonios-index .testimonios .slider1 .testimonio-card small,
.testimonios-index .testimonios .slider1 .testimonio-card blockquote {
  text-align: center;
}
.testimonios-index .testimonios .slider1 .testimonio-card .nombre {
  color: #0C2025;
  position: relative;
  font-weight: bold;
  z-index: 0;
}
.testimonios-index .testimonios .slider1 .testimonio-card .nombre::before {
  content: "❝";
  width: 30px;
  position: absolute;
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  left: 25%;
  top: -20px;
  z-index: -1;
  color: #E5E5E5;
}
@media only screen and (min-width: 768px) {
  .testimonios-index .testimonios .slider1 .testimonio-card .nombre::before {
    width: 35%;
  }
}
@media only screen and (min-width: 1260px) {
  .testimonios-index .testimonios .slider1 .testimonio-card .nombre::before {
    width: 42%;
  }
}
.testimonios-index .testimonios .slider1 .testimonio-card small {
  color: #F96D15;
}
.testimonios-index .testimonios .slider1 .testimonio-card blockquote {
  margin-top: 2rem;
}
.testimonios-index .testimonios .slider1 .testimonio-card blockquote p {
  font-weight: normal;
  color: #333333;
}

/*--------------------Galería--------------------*/
.galeria .re-central {
  text-align: center;
}
.galeria .re-central h1 {
  margin-bottom: 20px;
}
.galeria .re-central hr {
  margin: 0 auto;
}

/*--------------------Menú--------------------*/
.menu .re-central {
  text-align: center;
}
.menu .re-central h1 {
  margin-bottom: 20px;
}
.menu .re-central hr {
  margin: 0 auto;
}
.menu .re-central .menu-wrapper {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu .re-central .menu-wrapper .card-menu {
  display: inline-block;
  width: 100%;
  flex: 1 1 100%;
  height: 200px;
  float: left;
  padding: 1rem;
  margin: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .menu .re-central .menu-wrapper .card-menu {
    width: 30%;
    flex: 1 1 28%;
    height: 550px;
  }
}
.menu .re-central .menu-wrapper .card-menu h2 {
  color: white;
}
.menu .re-central .menu-wrapper .card-menu a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.no-webp .comida {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/comida.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.webp .comida {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/comida.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.no-webp .desayunos {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/desayunos.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.webp .desayunos {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/desayunos.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.no-webp .temporada {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/temporada.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.webp .temporada {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/temporada.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.no-webp .cta-menu {
  background-image: url("../images/cta-menu2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.webp .cta-menu {
  background-image: url("../images/cta-menu2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

/*--------------------Servicios Detalle--------------------*/
/*--------------------Articulos de opinión detalle--------------------*/
main.articulos-detalle .re-central section.articulos-body {
  background: white;
}
main.articulos-detalle .re-central section.articulos-body div.imagen-grande {
  margin: 40px 0;
}
main.articulos-detalle .re-central section.articulos-body div.imagen-grande figure.contenedor-img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: white;
}
main.articulos-detalle .re-central section.articulos-body div.imagen-grande figure.contenedor-img img.img-centrada {
  width: inherit;
  display: block;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #0F282F;
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central section.articulos-body {
    float: left;
    width: 72.5%;
    padding-right: 2rem;
    /* border-right: 1px solid $c-borde; */
  }
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  main.articulos-detalle .re-central section.articulos-body div.articulo-info {
    flex-direction: row;
    justify-content: space-between;
  }
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info h1 {
  flex: 1 1 100%;
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info div {
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div {
    float: left;
    padding-bottom: 0;
  }
  main.articulos-detalle .re-central section.articulos-body div.articulo-info div:not(:last-child) {
    border-right: 1px solid #E5E5E5;
    padding-right: 20px;
    margin-right: 20px;
  }
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info div mark {
  font-size: 13.2pt;
  font-size: 1.1rem;
}
main.articulos-detalle .re-central section.articulos-body div.articulo-info div a:hover {
  color: #0C2025;
}
main.articulos-detalle .re-central section.articulos-body section.contenedor-txt-editor div.txt-editor {
  margin-bottom: 20px;
}
main.articulos-detalle .re-central aside.articulo-sidebar {
  display: inline-block;
  float: left;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 1rem;
  background: white;
  /*------------------------Generales Artículos de opinión------------------------*/
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central aside.articulo-sidebar {
    width: 27.5%;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar h2 {
  display: block;
  padding: 10px;
  font-size: 24pt;
  font-size: 2rem;
  margin-top: 20px;
  border-bottom: 2px solid #4dacd0;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul {
  display: block;
  position: relative;
  clear: both;
  text-align: left;
  /* 
  @media only screen and (min-width: 768px){
  	margin:5px;
  } */
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li {
  width: 100%;
  padding: 10px;
  background: white;
  position: relative;
  float: left;
  transition: all 0.5s ease;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (min-width: 768px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li {
    width: 100%;
  }
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header picture {
  width: 60px;
  height: 60px;
  width: 1 1 60px;
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-bottom: 0;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header picture img {
  width: 100%;
  height: 60px;
  display: block;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 1024px) and (max-width: 1188px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header picture {
    width: 100%;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title {
  width: 77.2%;
  width: 1 1 72%;
  display: inline-block;
  float: left;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) and (max-width: 1188px) {
  main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title {
    width: 100%;
    padding: 10px 0;
  }
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title mark {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  height: 31.2pt;
  font-size: 12pt;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #444444;
  transition: all 0.5s ease;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header .title span {
  display: block;
  width: 100%;
  color: #999999;
  font-weight: 500;
  font-size: 9.6pt;
  font-size: 0.8rem;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--header a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--body {
  display: block;
  width: 100%;
  text-align: center;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--body .descripcion-corta {
  display: block;
  width: 100%;
  text-align: left;
  height: 69.6pt;
  margin: 20px auto;
  font-size: 12pt;
  line-height: 1.45;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li .card .card--body .boton-lineal {
  padding: 6px 16px;
  margin: 0 auto;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:hover .card .title mark {
  color: #F96D15;
}
main.articulos-detalle .re-central aside.articulo-sidebar .articulos-de-opinion-side ul li:hover .card img {
  transform: scale(1.1);
}
main.articulos-detalle .re-central a.boton-lineal {
  font-size: 10.2pt;
  font-size: 0.85rem;
  margin-top: 0;
  padding: 4px 16px;
}
@media only screen and (min-width: 1024px) {
  main.articulos-detalle .re-central a.boton-lineal {
    float: right;
  }
}

/*--------------------Eventos--------------------*/
main.eventos .re-central h1 {
  text-align: center;
}
main.eventos .re-central hr {
  margin: 1rem auto;
}
main.eventos .re-central p {
  margin-top: 2rem;
  text-align: center;
}
main.eventos .re-central .eventos-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem auto;
}
main.eventos .re-central .eventos-box .card {
  display: inline-block;
  float: left;
  padding: 1.5rem;
  margin: 0 10px;
  text-align: left;
  background: #f4f4f4;
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.eventos .re-central .eventos-box .card picture {
  /* overflow: hidden; */
  width: 100%;
  flex: 1 1 100%;
  display: block;
}
main.eventos .re-central .eventos-box .card picture img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  main.eventos .re-central .eventos-box .card picture {
    width: 45%;
    flex: 1 1 45%;
  }
}
main.eventos .re-central .eventos-box .card .textos {
  width: 100%;
  padding: 1rem 2rem;
}
main.eventos .re-central .eventos-box .card .textos mark {
  font-size: 1.5rem;
}
main.eventos .re-central .eventos-box .card .textos p {
  margin: 10px 0;
  text-align: left;
}
main.eventos .re-central .eventos-box .card .textos ul {
  list-style: square;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  main.eventos .re-central .eventos-box .card .textos {
    width: 55%;
    flex: 1 1 55%;
  }
}
main.eventos .re-central .re-cien {
  text-align: center;
}

/*--------------------Reservaciones--------------------*/
main.reservaciones h1 {
  text-align: center;
}
main.reservaciones hr {
  margin: 1rem auto;
}
main.reservaciones .re-central article {
  margin: 40px 0;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background: #f4f4f4;
}
main.reservaciones .re-central article .reserva {
  width: 100%;
  flex: 1 1 100%;
  margin: 0 auto;
  padding: 1em;
  /* background: white; */
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  main.reservaciones .re-central article .reserva {
    width: 45%;
    flex: 1 1 45%;
    float: left;
  }
}
main.reservaciones .re-central article picture {
  width: 100%;
  flex: 1 1 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  main.reservaciones .re-central article picture {
    width: 45%;
    flex: 1 1 45%;
    margin-top: 0;
    float: right;
  }
}
main.reservaciones .re-central article picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  object-fit: cover;
  margin: 0 auto;
}

/*--------------------Nosotros--------------------*/
main.nosotros h1 {
  text-align: center;
}
main.nosotros hr {
  margin: 1rem auto;
}
main.nosotros .re-central article {
  margin: 40px 0;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f4f4f4;
}
main.nosotros .re-central article div {
  margin: 0 auto;
  padding: 1em;
  /* background: white; */
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (min-width: 992px) {
  main.nosotros .re-central article div {
    width: 50%;
    float: left;
  }
}
main.nosotros .re-central article div ul {
  margin: 20px 0;
}
main.nosotros .re-central article div ul li {
  font-weight: 500;
}
main.nosotros .re-central article div p {
  margin-bottom: 20px;
}
main.nosotros .re-central article div a {
  margin: 2rem 0;
}
main.nosotros .re-central article picture {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  main.nosotros .re-central article picture {
    width: 45%;
    margin-top: 0;
    float: right;
  }
}
main.nosotros .re-central article picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  object-fit: cover;
  margin: 0 auto;
}

/*------------------------Contacto------------------------*/
main.contacto .re-central h1 {
  text-align: center;
  margin-bottom: 80px;
}
main.contacto .re-central > section article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.contacto .re-central > section article section.dir-form {
  background: white;
  padding: 1rem;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  main.contacto .re-central > section article section.dir-form {
    width: 60%;
    float: left;
    margin-bottom: 2rem;
  }
}
main.contacto .re-central > section article .img-contacto {
  display: inline-block;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  main.contacto .re-central > section article .img-contacto {
    width: 40%;
  }
}
main.contacto .re-central > section article .img-contacto img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
main.contacto .re-central hr {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
}
main.contacto .re-central .mapa-wrapper {
  margin-top: 2rem;
  width: 100%;
  display: block;
}
main.contacto .re-central .mapa-wrapper .mapa {
  display: inline-block;
  float: left;
  margin: 0 auto 40px;
  text-align: left;
  width: 100%;
  /* @media only screen and (min-width: 1024px){
  	width: 45%;
  	margin: 2rem $space;
  } */
}
main.contacto .re-central .mapa-wrapper .mapa address {
  text-align: left;
  width: 100%;
}
main.contacto .re-central .mapa-wrapper .mapa address div {
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  width: 100%;
  background: white;
  padding: 10px;
}
main.contacto .re-central .mapa-wrapper .mapa address div p,
main.contacto .re-central .mapa-wrapper .mapa address div a {
  display: block;
  margin-bottom: 10px;
}
main.contacto .re-central .mapa-wrapper .mapa address div i {
  color: #F96D15;
}
main.contacto .re-central .mapa-wrapper .mapa .mapa-canvas {
  width: 100%;
  /* max-width: 350px; */
  height: 350px;
  border: 3px solid #E5E5E5;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.25);
}
main.contacto .re-central .mapa-wrapper .mapa .mapa-canvas div.gm-style > div:first-child {
  pointer-events: none;
}
@media only screen and (min-width: 480px) {
  main.contacto .re-central .mapa-wrapper .mapa .mapa-canvas div.gm-style > div:first-child {
    pointer-events: auto;
  }
}
main.contacto .re-central .mapa-wrapper .mapa a.boton-lineal {
  width: 85%;
  font-size: 12pt;
  font-size: 1rem;
}
@media only screen and (min-width: 480px) {
  main.contacto .re-central .mapa-wrapper .mapa a.boton-lineal {
    width: auto;
  }
}

/*------------------------Contacto Gracias y Error 404------------------------*/
main.contacto-gracias div.re-central,
main.error404 div.re-central {
  padding: 6em 0;
}
main.contacto-gracias div.re-central div,
main.error404 div.re-central div {
  color: #333333;
  text-align: center;
}
main.contacto-gracias div.re-central div i,
main.error404 div.re-central div i {
  display: block;
  margin: 20px 0;
  color: inherit;
  font-size: 60pt;
  font-size: 5rem;
}
main.contacto-gracias div.re-central div h1,
main.error404 div.re-central div h1 {
  color: inherit;
}
main.contacto-gracias div.re-central div p,
main.error404 div.re-central div p {
  font-size: 15.6pt;
  font-size: 1.3rem;
  font-weight: 500;
}/*# sourceMappingURL=styles.min.css.map */