@charset "utf-8";
/* CSS Custom */
@import url(header.css);
@import url(middle.css);
@import url(content.css);
@import url(footer.css);
@import url(components.css);
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
:root {
  /*--primary: #3b659d;*/
  --primary: #18425a;
  --secondary: #193e5b;
  /*--light: #fff26c;*/
  --light: #66E1E8;  
  --orange: #ff7c24;
  --dark: #252525;
}

body {
  background-image: url("../../media/images/content/bg-image.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
}
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, span {
  font-family: 'Lato', Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
  font-weight: 400;
  /*color: #000000;*/
}
h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: 'Lato', Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
  line-height: 110%;
  font-weight: 900;
  color: white;
  text-shadow: 1px 1px 10px #000000, -1px -1px 10px #000000;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: black;
  padding: 0 20px;
}
p {
  font-size: 16px;
  line-height: 120%;
  text-align: justify;
}
a, a i {
  text-decoration: none !important;
  color: #000000;
  transition: all 1.0s ease !important;
}
a:hover, a i:hover {
  color: #FFFFFF;
  text-decoration: none !important;
}
strong {
  font-weight: 700;
}
/* ---------------------------------------------------------- */
/* ESTILOS PERMANENTES -------------------------------------- */
/* ---------------------------------------------------------- */
.container {
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
/* ---------------------------------------------------------- */
.div-clear {
  display: block;
  clear: both;
}
.nowrap-text-td {
  white-space: nowrap !important;
}
/* ---------------------------------------------------------- */
/*.opacity-100 {
  filter: alpha(opacity=1.0);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -ms-opacity: 1.0;
  -o-opacity: 1.0;
  opacity: 1.0;
  text-decoration: none !important;
  transition: all 1s ease !important;
}
.opacity-100:hover {
  filter: alpha(opacity=0.5);
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
.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;
}*/
/*------------------------------------------*/
.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-white {
  color: #ffffff !important;
}
.text-color-black {
  color: #000000 !important;
}
.text-color-orange {
  color: #fff;
  /*color: #cf651b !important;*/
  /*color: var(--light);*/
}
.text-color-violet {
  color: #77227e !important;
}
.text-color-gray {
  color: #648188 !important;
}
.text-color-whatsapp {
  color: #00E676 !important;
}
.text-color-facebook {
  color: #4267B2 !important;
}
.text-color-youtube {
  color: #FF0000 !important;
}
/* ---------------------------------------------------------- */
.border-radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  behavior: url(border.htc);
}
.border-bottom-gray {
  border-bottom: #b5b5b5 solid 1px;
}
.border-bottom-cian {
  border-bottom: #0074b1 solid 2px;
}
.border-bottom-white {
  border-bottom: #FFF solid 0px;
}
/* ---------------------------------------------------------- */
.breadcrumb {
  width: max-content;
  margin-bottom: 30px;
  padding: 15px 20px !important;
  font-size: 16px;
  color: white !important;
  border-bottom: rgba(255, 255, 255, 0.30) solid 1px;
  background-color: transparent;
  
}
.breadcrumb a {
  font-size: 16px;
  color: white;
  text-shadow: none;
}
.breadcrumb a:hover {
  color: var(--orange);
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000000;
  content: "|";
}
.breadcrumb-item.active {
  font-size: 16px;
  font-weight: 900 !important;
  color: var(--orange);
  text-shadow: none !important;
}
/* ---------------------------------------------------------- */
.fancybox-caption__body {
  font-size: 24px;
  line-height: 120%;
}
.fancybox-caption__body strong {
  color: #FF0;
}
/* ---------------------------------------------------------- */
.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);
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
  .nowrap-text {
    white-space: nowrap !important;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
  .fancybox-caption__body {
    font-size: 36px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1248px !important;
    margin: 0 auto;
  }
}
/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
  /*.container {
    max-width: 1440px !important;
  }*/
}
/* Extra large devices (large desktops, 1680px and up) */
@media (min-width: 1680px) {
  /*.container {
    max-width: 1680px !important;
  }*/
}
/* ---------------------------------------------------------- */