@import url('https://fonts.googleapis.com/css2?family=Montserrat: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,500;1,700;1,800;1,900&display=swap');

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
  border: 2px solid #00CC00 !important;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
  border: 2px solid #CC0000 !important;
}

.centered {
  margin: 0 auto;
  display: block;
}

.btnclick {
  cursor: pointer;
}

.padd-0 {
  padding: 0 !important;
}

.wrapper-count { display: table; }
*, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/*-------------- Header ------------------ */
.snip1135 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 9px;
  margin-bottom: 0;
}
.snip1135 * {
  box-sizing: border-box;
}
.snip1135 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
.snip1135 a {
  padding: 0.7em 0;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
.snip1135 a:before,
.snip1135 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1135 a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #ffffff;
}
.snip1135 a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.snip1135 a:hover:before,
.snip1135 .current a:before {
  opacity: 1;
  width: 100%;
}
.snip1135 a:hover:after,
.snip1135 .current a:after {
  max-width: 100%;
}

.grid-header {
  background: #254295;
  position: fixed;
  padding: 18px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.logo {
  width: 55%;
}

.menu-header {
  margin-top: 15px;
}

.menu-header a{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu-header a:hover, .menu-header a:active, .menu-header a:focus{
  font-weight: 900;
}

.menu-header .normal {
  margin-top: 7px;
}

.title-cede {
  color: #254295;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 35px;
}

.title-cede-white {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 35px;
}

.hr-cede {
  border: 1px solid #254295;
  max-width: 5%;
  margin: 0 auto;
}

.hr-cede-white {
  border: 1px solid #fff;
  max-width: 5%;
  margin: 0 auto;
}

.img-cede {
  max-width: 50%;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 70px;
}

.span-cede {
  color: #FE5900;
  font-weight: 600;
}

.cede-trabajo{
  width: 100%;
  margin-top: 70px;
  margin-bottom: 80px;
}

.h5-title {
  margin-top: 70px;
  margin-bottom: 80px;
}

.grid-donacion {
  padding-bottom: 100px;
}

.grid-contacto {
  background: #254295;
  padding-top: 40px;
  padding-bottom: 60px;
}

.title-info-contacto {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-top: 56px;
}

.grid-inner-contacto {
  margin-top: 40px;
}

.grid-inner-contacto textarea, .grid-inner-contacto [type='text'] {
  border-radius: 5px;
  font-weight: 600;
}

.grid-inner-contacto textarea {
  height: 100px;
}

.btn-send {
  margin: 0 auto;
  display: block;
  background: #FFC82D;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 34px;
  border-radius: 11px;
}

.grid-footer {
  background: #000;
  padding-top: 30px;
}

.rss-links {
  color: #fff;
  font-size: 43px;
  margin-right: 37px;
}

.aviso-link {
  text-transform: uppercase;
  color: #fff;
      float: right;
    margin-top: 22px;

}

@media screen and (max-width: 414px) {
  .grid-inicio {
    padding-top: 63px;
  }
  .grid-donacion {
    padding-bottom: 0px;
  }
}


@media screen and (max-width: 39.9375em){
  .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: auto;
      min-height: auto;
      margin-left: 0;
      border: 0;
      border-radius: 0;
  }
}

