@charset "utf-8";
/* CSS Custom */
@import url(header.css);
@import url(middle.css);
@import url(content-home.css);
@import url(footer.css);
@import url(components.css);


/* ---------------------------------------------------------- */
/* ETIQUETAS MODIFICADAS ------------------------------------ */
/* ---------------------------------------------------------- */
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: #fffff;
  margin: 0;
  padding: 0;
  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 {
  font-family: 'Bauhaus Md BT', 'Jost', Tahoma, Arial, Helvetica, "Trebuchet MS", sans-serif;
  font-weight: 300;
  line-height: 110%;
  color: #003d84;
  padding: 0;
  margin: 0;
}
p, ol, ul {
  font-size: 16px;
  line-height: 140%;
  color: black;
  text-align: justify;
}
a {
  text-decoration: none !important;
  color: #000000;
  transition: all 1.0s ease !important;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none !important;
}
strong {
  font-weight: 700;
}


/* ---------------------------------------------------------- */
/* ESTILOS PERMANENTES BOTSTRAP MODIFICADOS ----------------- */
/* ---------------------------------------------------------- */
.container {
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}
/* ---------------------------------------------------------- */
.breadcrumb {
  width: 100%;
  padding: 15px 20px !important;
  font-size: 16px;
  border-bottom: rgba(0, 0, 0, 0.30) solid 1px;
}
.breadcrumb a {
  color: #04aeda;
}
.breadcrumb a:hover {
  color: #99b1cd;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #04aeda;
  content: "|";
}
.breadcrumb-item.active {
  font-weight: 700;
  color: #003d84;
}
/* ---------------------------------------------------------- */
.card {
  padding: 0px !important;
  background-color: transparent;
  border: none;
  border-radius: 0px !important;
}
.card-img, .card-img-top, .card-img-left {
  border-radius: 0px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.card-body p {
  font-size: 18px;
  line-height: 130%;
  text-align: left;
}
.card-footer {
  margin-top: 20px;
  padding: 0px;
  background: none;
  border: none;
}
/*.card-footer {
  background-color: transparent;
  border-top: none;
  border-bottom: #356e79 solid 4px;
  padding-bottom: 30px;
}
.card-footer:last-child {
  border-radius: 0px;
}*/
/* ---------------------------------------------------------- */
.form-control, .custom-select, .form-select {
  /*width: 75%;
  height: 50px;*/
  margin: 0px auto !important;
  padding: 10px;
  font-size: 16px;
  line-height: normal;
  color: #003d84;
  border: #003d84 solid 1px;
  background-color: rgba(4, 174, 218, 0.30);
}
.custom-select {
  color: white;
}
.custom-select option {
  background-color: rgba(31, 68, 97, 1.00);
}
.form-control::placeholder {
  color: #003d84;
}
.custom-select.is-invalid, .was-validated .custom-select:invalid {
  background-color: rgba(31, 68, 97, 0.50);
}
.custom-select.is-valid, .was-validated .custom-select:valid {
  background-color: rgba(31, 68, 97, 0.50);
}
/* ---------------------------------------------------------- */
.fancybox-caption__body {
  font-size: 18px;
  line-height: 120%;
}
.fancybox-caption__body strong {
  color: #FF0;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .fancybox-caption__body {
    font-size: 24px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/* 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) {}
/* Extra large devices (large desktops, 1680px and up) */
@media (min-width: 1680px) {}


/* ---------------------------------------------------------- */
/* 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);
}
/* ---------------------------------------------------------- */
.div-clear {
  display: block;
  clear: both;
}
/* ---------------------------------------------------------- */
.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;
}
.filter-grayscale {
  transition: all 1s ease !important;
}
.filter-grayscale:hover {
  filter: grayscale(100%);
}
/*------------------------------------------*/
.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: #cf651b !important;
}
.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;
}


/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* Small devices (landscape phones, 544px 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: 1440px) {}
/* Extra large devices (large desktops, 1680px and up) */
@media (min-width: 1680px) {}
