body {
  overflow-x: hidden;
  font-family: "Lato", Sans serif;
}
.notes-body p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 30px;
}
.notes-body p.resume {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  margin-bottom: 50px;
  color: #000;
}
.notes-body ul {
  margin-bottom: 40px;
}
.notes-body ul li {
  font-size: 16px;
  line-height: 1.5;
}
.notes-body h2 {
  font-weight: 600;
  color: #256d9f;
  font-size: 22px;
}
.notes-body .gallery img {
  width: 100%;
}
.notes-body .gallery {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 40px;
}
.notes-body .gallery .owl-buttons {
  top: 46%;
}
.notes-body .gallery .owl-buttons .owl-next {
  right: -2px;
}
.notes-body .gallery .owl-buttons .owl-prev {
  left: -2px;
}
.notes-body .gallery .owl-buttons .owl-prev,
.notes-body .gallery .owl-buttons .owl-next {
  width: 57px;
  height: 57px;
  background-size: cover;
  opacity: 0.8;
  text-indent: -5000px;
}
.notes-body .gallery .owl-buttons .owl-prev:hover,
.notes-body .gallery .owl-buttons .owl-next:hover {
  opacity: 1;
}
.notes-body .gallery .owl-buttons .owl-prev {
  background-image: url("../images/btn-left.png");
}
.notes-body .gallery .owl-buttons .owl-next {
  background-image: url("../images/btn-right.png");
}

*:focus {
  outline: none;
}
a,
button {
  color: #0788b3;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.btn-primary {
  border-radius: 0;
  padding: 10px 20px;
}
.mTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 78px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.navbar {
  margin-bottom: 0;
  border: none;
}
.navbar .nav > li > a {
  padding: 29px 15px;
}
.navbar-inner {
  background: transparent;
  margin-bottom: 0;
}
.navbar .brand {
  display: block;
  margin: 3px 0;
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus {
  background: none;
  color: #6fb353;
}
.navbar .btn-navbar {
  background: #fff;
  padding: 5px;
  margin: 35px 15px 14px 0;
}
.navbar .btn-navbar p {
  font-weight: normal;
  padding: 0 0 0 5px;
  display: inline-block;
  margin: 0;
  line-height: 11px;
  vertical-align: text-top;
  font-size: 16px;
}
.navbar-nav .current a,
.navbar-nav .current a:hover,
.navbar-nav li a:hover {
  background: #69b9d2;
  color: #fff;
}
/*__________Banner____________*/
.banner {
  margin-top: 78px;
  color: #fff;
}
.banner h1 {
  margin: 40px 0 20px;
  font-size: 40px;
  font-weight: 400;
}
.banner h1 b {
  font-weight: 900;
}
.banner p {
  font-size: 18px;
  font-weight: 400;
}
.banner .text-sm {
  margin-top: 30px;
  font-size: 14px;
}
.banner-module.separator {
  padding-bottom: 0;
}
.banner-module a {
  display: block;
}
.banner-module a img {
  width: 100%;
}

/*SEPARATOR*/
.separator {
  padding: 60px 0;
  position: relative;
}
.banner-nav {
  background-color: #0f395a;
  color: #fff;
}
.banner-nav a {
  color: #fff;
  padding: 15px 10px;
  display: block;
}
.banner-nav a:hover {
  text-decoration: none;
  background-color: #69b9d2;
}
.banner-nav a img {
  float: left;
  margin-right: 5px;
}
.banner-nav a h1 {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 16px;
}
.banner-nav a p {
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
}
.banner-nav button {
  margin: auto;
  width: auto;
  padding: 2px 8px;
  background-color: #69b9d2;
  color: #fff;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.banner-nav a:hover button {
  background-color: #0f395a;
  color: #fff;
}
.grey {
  background: #f3f3f3;
}
.highlight {
  background: #004762;
}
.blue {
  background: #0f395a;
}
.titleHead {
  display: block;
  position: relative;
  text-align: center;
}
.titleHead > h3 {
  font-family: Lato;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #256c9f;
}
.titleHead > p {
  font-family: "Lato", Sans Serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 10px auto;
  color: #666666;
  text-shadow: 0 1px 0 rgba (255, 255, 255, 1);
}
.divider-image {
  margin: auto;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 20px;
}
.tile-image {
  max-height: 80px;
  width: auto;
  margin: auto 0 20px;
  vertical-align: bottom;
}
.splash h2 {
  font-family: lato;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  margin: 0 auto;
}
.cont-icon-splash {
  text-align: center;
  margin-top: -85px;
}
.cont-icon-splash img {
  margin: auto;
  position: relative;
  top: -15px;
}
.well-grey {
  background-color: #f3f3f3;
  padding: 15px;
}
.well-grey h2 {
  font-weight: 600;
  color: #256d9f;
  font-size: 20px;
  margin: 0;
}
.well-grey ul {
  margin: 10px 0;
  padding: 0;
}

.well-grey ul li {
  list-style: none;
  margin: 2px 0;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
}
.well-grey ul li a {
  color: #333;
}
.well-grey ul li a span {
  display: inline-block;
  padding: 2px 4px;
  background-color: #b0b0b0;
  color: #fff;
  font-size: 12px;
}
.well-grey ul li a:hover span {
  text-decoration: none;
}
.well-grey ul li a p {
  margin: 0;
}
.notes-list img {
  width: 100%;
  margin-bottom: 40px;
}
.notes-list h1 {
  font-size: #256c9f;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px;
}
.notes-list h1 span {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 5px;
  background-color: #b0b0b0;
  color: #fff;
  font-size: 13px;
}
.notes-list h1 a {
  display: block;
}
.notes-list p {
  font-size: 16px;
  color: #555;
}
.notes-list .btn {
  background-color: #69b9d2;
  color: #fff;
  margin-top: 5px;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
}
.notes-list .btn:hover {
  background-color: #0f395a;
}
.notes-footer {
  margin: 40px 0 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.beneficios .title-benef {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.beneficios .title-benef h3 {
  font-weight: 800;
  color: #256c9f;
  font-size: 24px;
}
.beneficios .title-benef img {
    margin-right: 20px;
    height: 60px;
}
.beneficios .title-benef h3,
.beneficios .title-benef img {
  display: inline-block;
}
.beneficios .parrafo {
  margin-bottom: 30px;
}
.beneficios .parrafo p,
.beneficios .parrafo ul li {
  font-size: 18px;
  line-height: 1.5;
}

.autoridades {
  padding-bottom: 100px;
}
.autoridades h1 {
  color: #256c9f;
  font-weight: 700;
  font-size: 18px;
  margin: 25px 0 5px;
}

.sedes .container-fluid,
.sedes .container-fluid .row,
.sedes .container-fluid .row .col-xs-12 {
  padding: 0;
  margin: 0;
}
.sedes .foto {
  position: relative;
  width: 100%;
}
.sedes .sede {
  position: absolute;
  bottom: 15px;
  background-color: #256c9f;
  width: 360px;
  color: #fff;
  padding: 10px;
}
.sedes .sede h2 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  float: left;
}
.sedes .sede p {
  text-align: right;
  margin: 0;
}
.sedes .sede.srosa {
  right: 15px;
}
.sedes .sede.pico {
  left: 15px;
}
.sedes .titleHead {
  margin-top: 30px;
}
.delegacion {
  text-align: center;
}
.delegacion h2 {
  color: #256c9f;
  font-weight: 800;
  font-size: 18px;
  margin: 25px 0 10px;
}
.delegacion p {
  font-size: 16px;
}

.sedes {
  padding: 0 0 80px;
}
.form_hint {
  font-size: 11px;
}
.contact_form input,
.contact_form textarea {
  font-family: "Lato", Sans Serif !important;
  color: #5f5f5f;
  font-size: 18px !important;
  height: auto;
  border: 2px solid #ddd;
  padding: 15px;
  resize: none;
}

.contact_form input {
  width: 100%;
  height: 50px !important;
  line-height: 50px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_form textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_form input:focus,
.contact_form textarea:focus {
  border: 2px solid #555;
}

/*HTML5 validation styles*/
.contact_form input:required,
.contact_form textarea:required {
  background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid,
.contact_form textarea:required:valid {
  background: #fff url(../images/valid.png) no-repeat 98% center;
  border-color: #28921f;
}
.contact_form input:focus:invalid,
.contact_form textarea:focus:invalid {
  background: #fff url(../images/invalid.png) no-repeat 98% center;
  border-color: #b03535;
}

/*Form alerts*/
.form_hint {
  background: #d45252;
  border-radius: 3px 3px 3px 3px;
  color: white;
  margin-left: 8px;
  padding: 1px 6px;
  z-index: 999; /* alerts stay above all other elements */
  position: absolute; /* allows proper formatting if alert is two lines */
  display: none;
}
.form_hint::before {
  content: "\25C0";
  color: #d45252;
  position: absolute;
  top: 1px;
  left: -6px;
}
.contact_form input:focus + .form_hint {
  display: inline;
}
.contact_form input:required:valid + .form_hint {
  background: #28921f;
}
.contact_form input:required:valid + .form_hint::before {
  color: #28921f;
}

#mensajes {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}
#mensajes .thanks {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 600;
  background-color: #89c04a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#mensajes .thanks_error {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 600;
  background-color: #c35f63;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.working {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  color: #999;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 600;
  background-color: #ddd;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2);
}

label.error {
  font-size: 15px;
  color: #e9322d;
}
.contact_form input.error,
.contact_form textarea.error {
  color: #e9322d;
  border-color: #e9322d;
}
.contact_form input.valid,
.contact_form textarea.valid {
  border-color: #85b200;
}
.footer {
  display: block;
  padding: 30px 0 10px;
  position: relative;
  text-align: center;
}
.footer p {
  color: #fff;
  font-size: 11px;
  margin: 10px 0 20px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 2px 15px;
}
.main {
  margin-top: 120px;
  margin-bottom: 60px;
}
.main h1 {
  font-weight: 600;
  color: #256d9f;
  font-size: 30px;
  margin: 10px 0;
}
.main.prensa h1 {
  font-size: 24px;
  margin-top: 0;
}
.main p.breve {
  font-size: 14px;
  margin-bottom: 40px;
}
.main .well-grey h2 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.main .well-grey ul {
  margin: 10px 0 15px;
  padding: 0;
  border: 0;
}

.main .well-grey ul li {
  list-style: none;
  margin: 0;
  display: block;
  padding: 2px 0;
  border: 0;
  width: 100%;
}
.main .well-grey ul li a {
  color: #333;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.main .well-grey ul li.active a,
.main .well-grey ul li a:hover {
  color: #fff;
  background-color: #256d9f;
  border: 0;
}
.main .well-grey .separat {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.menu-mobile {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-mobile h2 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  color: #256d9f;
  font-size: 20px;
  margin: 15px 0 5px;
}
.header-tab {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 30px;
  position: relative;
}
.header-tab a {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  right: 17px;
}
.header-tab h3 {
  font-size: 16px;
  font-weight: bold;
  display: inline;
  color: #256d9f;
}

.notes-body img {
  width: auto;
  margin: 0 15px 15px 0;
}
.notes-body span.date {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 5px;
  background-color: #b0b0b0;
  color: #fff;
  font-size: 13px;
}
.notes-body h1 {
  display: block;
  margin: 0;
  margin-bottom: 30px;
}
.notes-body p {
  font-size: 16px;
  color: #555;
}
.notes-body ol {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}
.notes-body ol li {
  margin-bottom: 10px;
}
.notes-footer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.notes-head {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 30px;
}

.aportes h1 {
  font-size: 22px;
}

.aportes h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

.aportes h3 {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #256d9f;
  text-transform: uppercase;
}
.aportes h3 small {
  font-size: 14px;
  display: block;
  color: #333;
  text-transform: none;
  margin-top: 5px;
}
.aportes .table {
  margin-bottom: 5px;
}
.table-form .checkbox {
  margin-bottom: 0;
  margin-top: 5px;
}
.table-form .checkbox-inline {
  margin-left: 10px;
}
.form-horizontal .checkbox {
  padding-top: 0;
}
.g-recaptcha {
  text-align: center;
  margin: auto;
}
.g-recaptcha > div {
  margin: auto;
}
.qty-empl {
  margin-top: 5px;
  display: block;
  font-weight: bold;
}
.mail {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}
.show-mobile {
  display: none;
}
/*Directivas del Responsive*/
@media (max-width: 767px) {
  header .navbar-container {
    height: 110px;
  }
  header .navbar-collapse {
    width: 190px;
  }
  header .navbar-toggle {
    margin: 11px 10px;
  }
  .navbar-toggle .icon-bar {
    background-color: #0f395a;
    height: 3px;
  }
  header .navbar-toggle.collapsed {
    color: #0f395a;
  }
  header .navbar .brand {
    margin: 3px 10px;
  }
  header .nav li {
    margin: 0;
  }
  header .nav a {
    color: #fff;
  }
  header .navbar-collapse {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 15px;
    z-index: 9;
    width: 200px;
    top: 59px;
    border: 0;
    background: #0f395a;
    text-align: right;
    overflow: hidden;
  }
  header .navbar-collapse .navbar-nav {
    padding: 0;
    margin: 0;
  }
  header .navbar-collapse .navbar-nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .navbar-collapse .navbar-nav > li > a {
    padding: 10px 15px;
  }
  header .navbar-collapse .navbar-nav > li > a:hover,
  header .navbar-collapse .navbar-nav > li.active > a,
  header .navbar-collapse .navbar-nav > li.active > a:hover {
    background-color: #69b9d2;
  }
  .banner-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .notes-list .note-thumb {
    margin-bottom: 30px;
  }
  .splash h2 {
    font-size: 24px;
  }
  .splash h2 br {
    display: none;
  }
  .autoridades {
    text-align: center;
  }
  .hidden-mobile {
    display: none;
  }
  .menu-mobile {
    display: block;
  }
  .show-mobile {
    display: block;
  }
  .notes-body .gallery .owl-buttons .owl-prev,
  .notes-body .gallery .owl-buttons .owl-next {
    width: 38px;
    height: 38px;
  }
  .owl-carousel .owl-controls .owl-page {
    margin: 0 !important;
  }
  .notes-body .gallery {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .notes-body .gallery .owl-buttons {
    top: 36%;
  }
}
@media (min-width: 220px) and (max-width: 480px) {
  .banner-nav a img {
    display: none;
  }
  .banner-nav a h1 {
    font-size: 17px;
  }
  .banner-nav a p {
    font-size: 14px;
  }
  .splash h2 {
    font-size: 20px;
  }
  .title-benef {
    text-align: center;
  }
  .footer ul {
    display: none;
  }
}
@media (min-width: 220px) and (max-width: 560px) {
  .sedes .sede {
    position: relative;
    right: auto !important;
    left: auto !important;
    bottom: 0;
    width: 100%;
  }
  .sedes .sede h2 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar .brand {
    margin: 0 auto;
  }
  header .brand img {
    max-width: 220px;
  }
  header .navbar-collapse .navbar-nav > li > a {
    padding: 29px 8px;
    font-size: 13px;
  }
  .banner-nav a {
    text-align: center;
  }
  .banner-nav a img {
    display: block;
    margin: auto;
    float: none;
  }
  .banner-nav a h1 {
    font-size: 17px;
  }
  .banner-nav a p {
    font-size: 14px;
  }
  .banner-nav a p span {
    display: none;
  }
  .splash h2 br {
    display: none;
  }
  .sedes .sede {
    position: relative;
    right: auto !important;
    left: auto !important;
    bottom: 0;
    width: 100%;
  }
  .sedes .sede.srosa {
    border-right: 1px solid #fff;
  }
  .table-form .checkbox .radio-inline,
  .table-form .checkbox .checkbox-inline {
    display: block;
    margin-left: 0;
  }
  .table-form .head-afiliacion {
    width: 160px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner-nav a h1 {
    font-size: 17px;
  }
  .banner-nav a p {
    font-size: 14px;
  }
  .banner-nav a p span {
    display: none;
  }
}
@media (max-width: 1004px) and (min-width: 768px) {
  .container {
    width: 100%;
  }
}

.banner-hospedaje {
  background-color: #256d9f;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.bc-title {
  background-color: #0f395a;
  padding: 10px;
  border-right: 60px solid #1a537c;
  width: 42%;
}
.bc-title span {
  display: block;
  text-align: center;
  font-size: 58px;
  line-height: 1;
  font-weight: 300;
}
.bc-title span b {
  font-weight: 400;
  display: Block;
}
.bc-text {
  padding: 30px;
  text-align: center;
  width: 58%;
}
.bc-text p {
  display: Block;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
}
.note-banner {
  text-align: right;
  font-size: 16px;
  font-weight: 300;
}
.hospedajes-list {
  margin: 60px 0;
}
.hospedajes-list a {
  display: block;
  margin-bottom: 30px;
}
.hospedajes-list a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.hospedajes-list a .location {
  background-color: #a4b9a7;
  color: #fff;
  padding: 5px;
  text-align: left;
}
.hospedajes-list a .name {
  background-color: #0084a2;
  color: #fff;
  text-align: center;
  padding: 10px;
  height: 70px;
}
.hospedajes-list a .name h1 {
  font-size: 20px;
  font-weight: Bold;
  line-height: 1.2;
  margin: 0;
}
.hospedajes-list a img {
  width: 100%;
}
.hospedaje > .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .hospedaje > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.hospedaje ul li,
.hospedaje p {
  font-size: 16px;
  line-height: 1.6;
}
.hosp-img {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 30px;
}
.hospedaje h2 {
  color: #0f395a;
  font-size: 14px;
  margin: 0;
  font-weight: 700;
}
.hospedaje h1 {
  color: #0f395a;
  font-size: 34px;
  margin: 0 0 10px;
  font-weight: 400;
}
.tarifas {
  margin-bottom: 40px;
}
.tarifas h3 {
  font-size: 14px;
  font-weight: 600;
}
.hospedaje p {
  color: #666;
}
@media (max-width: 1199px) {
  .bc-title {
    padding: 20px 10px;
  }
  .bc-title span {
    font-size: 50px;
  }
  .bc-text p {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .bc-title {
    padding: 30px 10px;
  }
  .bc-title span {
    font-size: 30px;
  }
  .bc-text p {
    font-size: 22px;
  }
  .hospedaje h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .banner-hospedaje {
    flex-flow: column;
  }
  .bc-title {
    width: 100%;
    border-right: 0;
    padding: 30px 10px;
  }
  .bc-title span {
    font-size: 30px;
  }
  .bc-text {
    width: 100%;
  }
  .bc-text p {
    font-size: 22px;
  }
  .hospedaje h1 {
    font-size: 32px;
  }
  .note-banner {
    text-align: center;
    font-size: 14px;
  }
}
.bg-grey {
  background-color: #f6f6f6;
}
.boleta-link {
  display: block;
  margin: 30px 0;
  text-align: center;
}
.boleta-link img {
  display: inline-block;
  margin: auto;
  margin-bottom: 10px;
  height: 80px;
  opacity: 0.6;
}
.boleta-link:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.boleta-link:hover h1 {
  color: #000;
}
.boleta-link:hover img {
  opacity: 1;
}
.masonry {
  display: flex;
  width: 100% !important;
  margin-top: 90px;
}
.masonry--v {
  flex-flow: column wrap;
  max-height: 1800px;
}
.masonry--v {
  margin-left: -8px; /* Adjustment for the gutter */
  counter-reset: brick;
}
.masonry-brick {
  overflow: hidden;
  margin: 0 0 8px 8px;
  color: white;
  position: relative;
}
.masonry-brick--v {
  width: 25%;
}
.masonry-img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
}

@media (max-width: 1199px) {
  .masonry--v {
    max-height: 1530px;
  }
}
@media (max-width: 991px) {
  .masonry-brick--v {
    width: 24%;
  }
  .masonry--v {
    max-height: 1430px;
  }
}
@media (max-width: 767px) {
  .masonry--v {
    max-height: 4230px;
  }
  .masonry-brick--v {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .masonry--v {
    max-height: inherit;
  }
  .masonry-brick--v {
    width: 100%;
  }
}
.options {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
}
.options a {
  text-align: center;
  display: block;
  text-decoration: none;
}
.options a img {
  height: 60px;
  margin-bottom: 5px;
}
.options a h1 {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.options a p {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1199px) {
  header .navbar .container {
    max-width: 100%;
    width: 100%;
  }
  .navbar .brand {
    display: block;
    margin: 3px 0;
    max-width: 230px;
  }
  .navbar .brand img {
    width: 100%;
  }
  .mTop {
    height: 60px;
  }
  .navbar .nav > li > a {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mTop {
    height: auto;
  }
  header .navbar .container {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  .navbar-collapse.collapse {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .navbar-nav {
    float: none !important;
    margin-right: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .navbar .brand {
    max-width: 230px;
  }
  .navbar-nav > li {
    float: none;
  }
  header .navbar-collapse .navbar-nav > li > a {
    padding: 10px;
    font-size: 14px;
  }
}
