@charset "utf-8";
/* CSS Custom */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&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: #040301;
  --color-white: #fffef4;
  --color-gray: #ff8475;
  --color-primary: #873427;
  --color-secondary: #e68376;
  --color-other: #4b0900;
  --color-default: #040301;
  --font-primary: "Oxygen", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-default: "Oxygen", sans-serif;
}
base{
  color: #873427;
  color: #e68376;
  color: #bc5042;
  color: #741407;
  color: #4b0900;
}
/* 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: 'Dosis', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', 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-secondary);
  font-weight: inherit;
  line-height: normal;
  color: var(--color-primary);
  padding: 0;
  margin: 0;
}
p, ol, ul {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 160%;
  color: inherit;
  text-align: left;
  font-weight: 300;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none !important;
  transition: all 1s !important;
}
a:hover {
  color: var(--color-secondary);
  text-decoration: none !important;
}

span {
  font-family: inherit;
  color: inherit;
}
strong {
  font-weight: 700;
  color: var(--color-primary);
}
/* ---------------------------------------------------------- */
/* ESTILOS PERSONALES PERMANENTES --------------------------- */
/* ---------------------------------------------------------- */
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.bg-image .gray{
  position: relative;
  background: rgba(0, 0, 0, .3);
  height: 100%;
  width: 100%;
}
.pagina-error img {
  width: 100% !important;
  height: auto;
  max-width: 800px;
}

/* ---------------------------------------------------------- */
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-image{
  box-shadow: 2px 8px 35px #222;
}
.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) {}