@charset "utf-8";
/* CSS Custom */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(header.css);
@import url(middle.css);
@import url(content-home.css);
@import url(form.css);
@import url(footer.css);
@import url(components.css);
/*:root {
  --color-black: black;
  --color-white: white;
  --color-gray: #666666;
  --color-primary: #f40a0a;
  --color-secondary: #003f95;
  --color-other: #13007d;
  --color-default: black;
  --font-primary: 'Epilogue', sans-serif;
  --font-secondary: 'Open Sans', sans-serif;
  --font-default: 'Open Sans', sans-serif;
}*/
/* Smooth scroll behavior */ :root {
  scroll-behavior: smooth;
}
/* ---------------------------------------------------------- */
/* ETIQUETAS MODIFICADAS ------------------------------------ */
/* ---------------------------------------------------------- */
/*html, body{
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: auto;
}*/
body {
  margin: 0;
  padding: 0;
  /*font-family: 'Epilogue', sans-serif;
    font-family: 'Open Sans', sans-serif;*/
}
/*html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, b, input, select, textarea, p {
  font-family: var(--font-default);
  font-weight: 400;
  color: var(--color-default);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: inherit;
  line-height: normal;
  color: var(--color-primary);
  padding: 0;
  margin: 0;
}
p, ol, ul {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 140%;
  color: inherit;
  text-align: left;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none !important;
  transition: all 1.50s !important;
}
a:hover {
  color: var(--color-primary);
  text-decoration: none !important;
}
span {
  font-family: inherit;
  color: inherit;
}
strong {
  font-weight: 700;
}*/
/* ---------------------------------------------------------- */
/* ESTILOS PERSONALES PERMANENTES --------------------------- */
/* ---------------------------------------------------------- */
.pagina-error img {
  width: 100% !important;
  height: auto;
  max-width: 800px;
}
/* ---------------------------------------------------------- */
.red, .green, .blue, .cian, .magenta, .yellow, .black {
  min-height: 113px;
  max-height: 300px;
}
.red {
  background-color: rgba(255, 0, 0, 0.3);
}
.green {
  background-color: rgba(0, 255, 0, 0.3);
}
.blue {
  background-color: rgba(0, 0, 255, 0.3);
}
.cian {
  background-color: rgba(0, 174, 239, 0.3);
}
.magenta {
  background-color: rgba(236, 0, 140, 0.3);
}
.yellow {
  background-color: rgba(255, 242, 0, 0.3);
}
.black {
  background-color: rgba(0, 0, 0, 0.3);
}
/* ---------------------------------------------------------- */
a.opacity img {
  transition: all 1s ease;
}
a.opacity:hover img {
  -webkit-filter: brightness(0.9) saturate(120%) contrast(150%) hue-rotate(15deg);
  filter: brightness(0.9) saturate(120%) contrast(150%) hue-rotate(15deg);
}
.opacity-100 {
  filter: alpha(opacity=1.0) !important;
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0 !important;
  text-decoration: none !important;
  transition: all 1s ease !important;
}
.opacity-100:hover {
  filter: alpha(opacity=0.5) !important;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5 !important;
}
.opacity-75 {
  filter: alpha(opacity=1.0) !important;
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0 !important;
  text-decoration: none !important;
  transition: all 1s ease !important;
}
.opacity-75:hover {
  filter: alpha(opacity=0.75) !important;
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75 !important;
}
.opacity--50 {
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none !important;
  transition: all 1s ease !important;
}
.opacity--50:hover {
  filter: alpha(opacity=1.0);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0;
}
.filter-grayscale {
  transition: all 1s ease !important;
}
.filter-grayscale:hover {
  filter: grayscale(100%);
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hover {
  transition: all 1.0s ease;
}
/*------------------------------------------*/
.shadow-outer {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
}
.shadow-inner {
  -webkit-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 20px 10px rgba(0, 0, 0, 0.5);
}
/* ---------------------------------------------------------- */
.nowrap {
  white-space: nowrap;
}
.text-color-whatsapp {
  color: #25d366 !important;
}
.text-color-facebook {
  color: #4267B2 !important;
}
.text-color-telegram {
  color: #0088CC !important;
}
.text-color-youtube {
  color: #FF0000 !important;
}
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1400px) {}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {}