h1, h2, h3, h4, h5 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: normal;
  font-family: "Raleway Black";
  color: #000000;
  text-transform: uppercase;
}

p {
  margin: 0 0 10px 0;
}

a {
  transition: all 0.3s ease 0s;
  outline: none !important;
}

a:hover {
  color: #000000 !important;
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}

.hover {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none;
}

a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.container-in {
  max-width: 1100px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
  text-decoration: none !important;
  outline: 0 !important;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

.row {
  display: inline-block;
  width: 100%;
}

.col-6 {
  float: left;
  width: 50%;
}

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.slick-arrow {
  cursor: pointer;
}

body {
  color: #FFFFFF;
  font-size: 15px;
  font-family: "Raleway Medium";
  color: #999999;
  margin: 0;
  line-height: 18px;
  min-height: 100%;
  position: relative;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #0067d1;
}
body::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 10px;
}
body::after {
  content: "";
  background: url(../images/footer2.png) no-repeat center center;
  position: absolute;
  width: 200px;
  height: 189px;
  left: 0;
  background-size: 100%;
  bottom: 0;
}
body header {
  padding: 20px 0;
  height: 100px;
  font-size: 15px;
}
body header .col.one {
  padding: 18px 0 0 0;
}
body header .col.two a {
  float: left;
  margin: 0 5% 0 0;
}
body header .col.two a.mail, body header .col.two a.phone {
  position: relative;
  padding: 18px 0 0 70px;
  color: #989898;
  font-family: "Raleway Light";
}
body header .col.two a.mail::before, body header .col.two a.phone::before {
  content: "";
  background: url(../images/icomail.png) #ededed no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: solid 1px #ededed;
  transition: all 0.3s ease 0s;
}
body header .col.two a.mail:hover::before, body header .col.two a.phone:hover::before {
  content: "";
  background: url(../images/icomail.png) no-repeat center center;
  border: solid 1px #ededed;
  transition: all 0.3s ease 0s;
}
body header .col.two a.phone::before {
  content: "";
  background: url(../images/ico-whatsapp.png) #ededed no-repeat center center;
}
body header .col.two a.phone:hover::before {
  content: "";
  background: url(../images/ico-whatsapp.png) no-repeat center center;
  border: solid 1px #ededed;
  transition: all 0.3s ease 0s;
}
body header .col.two a.donate {
  background: #0067d1;
  color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 10px 0 0 0;
}
body header .col.two a.donate:hover {
  background: #000000;
  color: #FFFFFF !important;
}
body .showcase {
  overflow: hidden;
  display: block;
}
body .showcase .slick-arrow {
  position: absolute;
  top: 45%;
  background-color: transparent;
  border: 0;
  width: 48px;
  height: 48px;
  z-index: 2;
  text-indent: -200px;
  overflow: hidden;
}
body .showcase .slick-arrow.slick-prev {
  background: url(../images/ico-l.png) no-repeat center center;
  left: 40px;
  transition: all 0.3s ease 0s;
  background-size: 100%;
}
body .showcase .slick-arrow.slick-prev:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
body .showcase .slick-arrow.slick-next {
  background: url(../images/ico-r.png) no-repeat center center;
  right: 40px;
  transition: all 0.3s ease 0s;
  background-size: 100%;
}
body .showcase .slick-arrow.slick-next:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
body .showcase.showcase-movil {
  display: none;
}
body .home-one {
  padding: 0;
}
body .home-one .col {
  text-align: center;
}
body .home-one .col.two {
  padding: 5% 0;
  line-height: 30px;
}
body .home-one .col.two h3 {
  font-size: 30px;
  position: relative;
  text-align: center;
  padding: 0 0 10px 0;
}
body .home-one .col.two h3::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #0067d1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
body .home-two {
  padding: 50px 0;
  background: #ffc8b1;
}
body .home-two .slick-list {
  padding: 0 9%;
}
body .home-two .slick-list .item {
  background: url(../images/testimonial.png) no-repeat left center;
  background-size: 60px;
  padding: 0 100px;
}
body .home-two .slick-list .item h3 {
  font-family: "Raleway Medium";
  text-transform: none;
  font-size: 30px;
}
body .home-two .slick-list .item p {
  margin: 0;
}
body .home-two .slick-arrow {
  position: absolute;
  top: 35%;
  background-color: transparent;
  border: 0;
  width: 48px;
  height: 48px;
  z-index: 2;
  text-indent: -200px;
  overflow: hidden;
}
body .home-two .slick-arrow.slick-prev {
  background: url(../images/ico-l-testimonial.png) no-repeat center center;
  left: 0;
  transition: all 0.3s ease 0s;
  background-size: 100%;
}
body .home-two .slick-arrow.slick-prev:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
body .home-two .slick-arrow.slick-next {
  background: url(../images/ico-r-testimonial.png) no-repeat center center;
  right: 0;
  transition: all 0.3s ease 0s;
  background-size: 100%;
}
body .home-two .slick-arrow.slick-next:hover {
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}
body .home-three {
  padding: 40px 0;
}
body .home-three h3 {
  font-size: 30px;
  position: relative;
  text-align: center;
  margin: 0 0 40px 0;
}
body .home-three .slider-testimonial-video {
  padding: 0 5%;
}
body .home-three .item {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 0 0.7%;
  cursor: pointer;
}
body .home-three .item img {
  width: 100%;
}
body .home-three .item .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 2% 5%;
  border-top: solid 1px #FFFFFF;
  color: #FFFFFF;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.6);
}
body .home-three .item .description h4 {
  text-transform: none;
  color: #FFFFFF;
  font-family: "Raleway Medium";
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.6);
}
body .home-three .item .description .person {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  right: 5%;
  overflow: hidden;
  top: -35px;
}
body .home-three .item::before {
  content: "";
  background: url(../images/icoplay.png) no-repeat center center;
  position: absolute;
  z-index: 2;
  width: 88px;
  height: 96px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  background-size: 100%;
}
body .home-three .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  z-index: 1;
}
body .home-three .slick-arrow {
  position: absolute;
  top: 35%;
  background-color: transparent;
  border: 0;
  width: 48px;
  height: 48px;
  z-index: 2;
  text-indent: -200px;
  overflow: hidden;
}
body .home-three .slick-arrow.slick-prev {
  background: url(../images/ico-l-blue.png) no-repeat center center;
  left: 0;
  transition: all 0.3s ease 0s;
  background-size: 100%;
}
body .home-three .slick-arrow.slick-prev:hover {
  background: url(../images/ico-l-testimonial.png) no-repeat center center;
  transition: all 0.3s ease 0s;
}
body .home-three .slick-arrow.slick-next {
  background: url(../images/ico-r-blue.png) no-repeat center center;
  right: 0;
  transition: all 0.3s ease 0s;
  background-size: 100%;
}
body .home-three .slick-arrow.slick-next:hover {
  background: url(../images/ico-r-testimonial.png) no-repeat center center;
  transition: all 0.3s ease 0s;
}
body .home-four {
  display: block;
}
body .home-four img {
  width: 100%;
}
body .home-four.home-four-movil {
  display: none;
}
body .home-five {
  padding: 40px 0;
}
body .home-five .col.one h3 {
  font-size: 30px;
  padding: 0 0 121px 0;
  text-transform: none;
  position: relative;
  margin: 0;
}
body .home-five .col.one h3::before {
  content: "";
  background: url(../images/contact-title.png) no-repeat center center;
  position: absolute;
  z-index: 2;
  width: 412px;
  height: 147px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  background-size: 100%;
}
body .home-five .col.one form input {
  width: 100%;
  border: 0;
  border-bottom: solid 1px #cccccc;
  padding: 10px 5px;
  font-size: 15px;
  margin: 0 0 5px 0;
}
body .home-five .col.one form button {
  background: #0067d1;
  color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 50px 0 0 0;
  display: table;
  border: 0;
}
body .home-five .col.one form button:hover {
  background: #000000;
  color: #FFFFFF !important;
}
body .home-five .col.one .bottom {
  margin: 30px 0 0 0;
  border-top: solid 1px #cccccc;
  padding: 30px 0 0 0;
}
body .home-five .col.one .bottom .one {
  padding: 35px 0 0 0;
}
body .home-five .col.one .bottom .two img {
  width: 200px;
  float: right;
}
body .home-five .col.one .bottom p {
  color: #000000;
  font-size: 22px;
  margin: 0 0 20px 0;
}
body .home-five .col.one .bottom .donate {
  background: #0067d1;
  color: #FFFFFF;
  padding: 10px 25px;
  border-radius: 50px;
  margin: 50px 0 0 0;
  display: table;
}
body .home-five .col.one .bottom .donate:hover {
  background: #000000;
  color: #FFFFFF !important;
}
body .home-five .col.two {
  padding: 10% 0 0 7%;
}
body .home-five .col.two h3 {
  text-transform: none;
  font-size: 30px;
  margin: 0 0 50px 0;
}
body .home-five .col.two .info .item {
  overflow: hidden;
  margin: 0 0 40px 0;
}
body .home-five .col.two .info .item .ico {
  float: left;
  text-align: center;
  border: solid 1px #a4a4a6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  margin: 0 4% 0 0;
}
body .home-five .col.two .info .item .text {
  float: left;
  margin: 12px 0 0 0;
}
body .home-five .col.two .info .item .text h4 {
  margin: 0;
  margin: 0 0 10px 0;
}
body .home-five .col.two .info .item .text h4 span {
  font-family: "Raleway Light";
  text-transform: none;
}
body .home-five .col.two .info .item .text a {
  color: #999999;
  font-family: "Raleway Light";
}
body .home-five .col.two .info .item .text a:hover {
  color: #0067d1;
}
body .home-five .col.two .info .item.qrwrap img {
  width: 200px;
}
body footer {
  background: #272727;
  text-align: center;
  padding: 50px 0 20px 0;
  color: #FFFFFF;
}
body footer .one {
  margin: 0 0 35px 0;
}
body footer .one h4 {
  color: #FFFFFF;
  font-family: "Raleway Light";
}
body footer p {
  border-top: solid 1px #323640;
  margin: 0;
  padding: 20px 0 0 0;
}
body footer a {
  color: #FFFFFF;
}
body footer a:hover {
  color: #0067d1 !important;
}

.modal-vid {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.modal-vid .movie-box {
  top: 0px;
  left: 0px;
  display: table;
  width: 100%;
  height: 100vh;
  background-color: #232323;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
}
.modal-vid .movie-box .wide-screen {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.modal-vid .movie-box .wide-screen .vid-holder {
  display: inline-block;
  top: 0px;
  left: 0px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 #000000;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
}
.modal-vid .movie-box .wide-screen .vid-holder video, .modal-vid .movie-box .wide-screen .vid-holder iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../images/video_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.modal-vid .movie-box .close {
  position: absolute;
  font-weight: 300;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-size: 10px;
  right: 0px;
  top: -30px;
  color: #999;
  cursor: pointer;
}
.modal-vid .show {
  display: block;
}
.modal-vid .hide {
  display: none;
}

.standard-img, .widescreen-img, .sixteen-nine, .pal {
  max-height: calc(100vh - 122px);
  max-width: calc(100vw - 122px);
  position: relative;
  margin: 0 auto;
  /*transition: all 0.5s;*/
  display: none;
}

@media (max-width: 1260px) {
  body header .col.one {
    width: 40%;
  }
  body header .col.two {
    width: 60%;
  }
  body .home-one {
    padding: 0 20px 35px 20px;
  }
}
@media (max-width: 1070px) {
  body header .col.one {
    width: 40%;
  }
  body header .col.two a.phone, body header .col.two a.mail {
    padding: 18px 0 0 10px;
  }
  body header .col.two a::before {
    display: none !important;
  }
  body .home-five {
    padding: 40px 20px;
  }
  body .home-five .col.one h3::before {
    content: "";
    width: 50%;
    left: 0;
    right: inherit;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 12px;
  }
  body .home-one .col {
    width: 100%;
    float: none;
  }
  body .home-one .col.one img {
    width: 300px;
  }
  body .home-one .col.two {
    padding: 0;
  }
  body .home-one .col.two h3 {
    font-size: 20px;
  }
  body .home-two .slick-list .item {
    background: transparent;
    padding: 0;
  }
  body .home-two .slick-list .item h3 {
    font-size: 20px;
  }
  body .home-three h3 {
    font-size: 20px;
  }
  body .home-three .item .description .person {
    display: none;
  }
  body .home-three .item::before {
    width: 58px;
    height: 66px;
  }
  body .home-five .col {
    width: 100% !important;
    float: none;
    text-align: center;
  }
  body .home-five .col.one h3 {
    font-size: 20px;
    text-align: center;
  }
  body .home-five .col.one h3::before {
    right: 0;
    width: 30%;
  }
  body .home-five .col.one p {
    font-size: 14px;
  }
  body .home-five .col.one .bottom .col-6 {
    width: 100%;
    float: none;
  }
  body .home-five .col.one .bottom .col-6.one .donate {
    display: table;
    margin: 30px auto 20px;
  }
  body .home-five .col.one .bottom .col-6.two img {
    margin: 0 auto;
    float: none;
  }
  body .home-five .col.two {
    padding: 0;
  }
  body .home-five .col.two h3 {
    font-size: 20px;
    margin: 30px 0 20px 0;
  }
  body .home-five .col.two .info .item {
    margin: 0 0 10px 0;
  }
  body .home-five .col.two .info .item .ico {
    float: none;
    margin: 0 auto;
    padding: 9px 0;
  }
  body .home-five .col.two .info .item .text {
    display: block;
    float: none;
  }
  .slick-arrow {
    width: 28px !important;
    height: 28px !important;
  }
}
@media (max-width: 840px) {
  body header .col.one {
    width: 40%;
  }
  body header .col.two a.phone, body header .col.two a.mail {
    display: none;
  }
  body header .col.two a.donate {
    float: right;
  }
  body header .col.two a::before {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body .showcase {
    display: none;
  }
  body .showcase.showcase-movil {
    display: block;
  }
  body .home-four {
    display: none;
  }
  body .home-four.home-four-movil {
    display: block;
  }
}
@media (max-width: 600px) {
  body header .col.two a.donate {
    padding: 10px 18px;
    font-size: 12px;
  }
  body .home-five .col.one h3::before {
    right: 0;
    width: 60%;
  }
}/*# sourceMappingURL=style.css.map */