@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
body {
  background-color: #FFF8F3;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #F47D24;
  font-weight: 600;
}

h1 {
  font-size: 2.5rem;
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
    font-weight: 600;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  .home-section-header {
    padding: 0 !important;
    margin-bottom: 0px;
  }
  .home-section-header h2 {
    font-size: 2rem !important;
  }
}
h2 {
  font-size: 2.5rem !important;
}

h3 {
  font-size: 2rem;
}

p {
  font-size: 18px;
}

a {
  text-decoration: none;
}

.text-justify {
  text-align: justify !important;
}

.btn {
  font-weight: 600 !important;
}

.bg-light {
  background-color: #FFF !important;
}

.bg-verde, .bg-verde:hover {
  background-color: #00aba5;
  color: #FFF;
}

.bg-morado, .bg-morado:hover {
  background-color: #ad92c5;
  color: #FFF;
}

.bg-rojo, .bg-rojo:hover {
  background-color: #ef594a;
  color: #FFF;
}

.bg-amarillo, .bg-amarillo:hover {
  background-color: #f5d83f;
  color: #FFF;
}

.rounded-unidos {
  border-radius: 20px;
}

.carousel-control-prev, .carousel-control-next {
  padding-top: 100px;
}

.btn-primary {
  background-color: #F47D24;
  border: none;
  font-weight: 800;
}
.btn-primary:hover {
  background-color: #e26f18 !important;
}

.btn-secondary {
  background-color: #00aba5;
  border-color: #00aba5;
}
.btn-secondary:hover {
  background-color: #37b352;
  border-color: #37b352;
}

.btn-2 {
  width: 100%;
}
.btn-2 .btn {
  width: 100% !important;
}

*:focus, *:focus {
  outline: none;
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-section {
  padding-left: 160px;
  padding-right: 160px;
  overflow-x: hidden;
}

@media (max-width: 1000px) {
  .wrapper-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.btn-outline-primary {
  border-color: #F47D24 !important;
  color: #F47D24 !important;
  font-size: 1.2rem;
}
.btn-outline-primary:hover {
  background: #F47D24;
  color: #FFF !important;
}

.space {
  width: 100%;
  height: 80px;
}

.loading {
  transition: all 0.5s;
  background-color: #FFF8F3;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}
.loading img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
}
.loading .animation {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  position: absolute;
  margin-left: -9px;
  margin-top: -35px;
  border: solid 1px #F47D24;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
  animation: rotate 1.5s linear infinite;
}
.loading .animation:after {
  content: "";
  width: 40px;
  height: 80px;
  background-color: #FFF8F3;
  position: absolute;
  margin-left: -1px;
  margin-top: -5px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.logo-header {
  width: auto;
  height: 80px;
  transition: all 0.3s;
  image-rendering: optimizeQuality;
}

.logo-header-page {
  height: 40px !important;
}

@media (max-width: 600px) {
  .logo-header {
    height: 40px !important;
  }
}
.logo-header-scroll {
  height: 40px !important;
}

.navbar {
  padding-left: 120px;
  padding-right: 120px;
  transition: all 0.3s;
}
.navbar a {
  font-weight: 600;
  color: #5A5A5A;
  font-size: 15px;
}
.navbar a:hover {
  color: #F47D24;
}
.navbar .active {
  color: #F47D24 !important;
}
.navbar .btn {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-left: 7px;
}
.navbar .nav-item {
  margin-left: 5px;
}

@media (max-width: 600px) {
  .navbar .btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.navbar-page {
  background-color: white !important;
}

#stats {
  background-position: center;
  background-size: 100% auto;
  background-color: #F47D24;
}
#stats .stats-1 {
  background-color: #00aba5;
  border-color: #00aba5 !important;
  color: #00aba5;
}
#stats .stats-2 {
  background-color: #F18D83;
  border-color: #F18D83 !important;
  color: #F18D83;
}
#stats .stats-3 {
  background-color: #F4BA24;
  border-color: #F4BA24 !important;
  color: #F4BA24;
}
#stats .primary {
  color: #F47D24 !important;
}
#stats .image {
  background-image: url("../img/numeros-1.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
#stats #our-stats {
  padding: 0px 0;
}
#stats #our-stats .h1 {
  color: #FFF;
}
#stats #our-stats a {
  color: #FFF;
  text-decoration: none;
}
#stats #our-stats .counter {
  padding: 20px 0;
  border-radius: 20px;
  color: #FFF;
  box-shadow: 0px 10px 10px rgba(188, 88, 0, 0.4) !important;
}
#stats #our-stats .counter h2 {
  color: #FFF;
}
#stats #our-stats .counter i,
#stats #our-stats .counter .count-title {
  margin-bottom: 15px;
}
#stats #our-stats .counter p {
  font-style: italic;
  margin-bottom: 0;
}
#stats .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-top: -40px;
  overflow: hidden;
  padding-top: 8px;
  background-color: white !important;
  border-radius: 100px;
  margin-bottom: 10px;
  border: solid 2px !important;
  font-size: 15px;
}

@media (max-width: 600px) {
  #stats {
    padding-bottom: 0 !important;
    padding-top: 40px !important;
  }
  #stats .numeros {
    background-repeat: no-repeat;
  }
}
.nav-active {
  background-color: #fff;
  box-shadow: 5px -1px 12px -5px grey;
}

@media (max-width: 1000px) {
  .navbar {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff !important;
  }
  .navbar .logo-header {
    height: 40px;
  }
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 600px) {
  .wave {
    display: none;
  }
}
footer {
  background-color: #F47D24;
  color: #fff !important;
  font-size: 14px;
}
footer a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
footer a:hover {
  color: #fff;
}
footer .logo-footer {
  width: auto;
  height: 60px;
}
footer .social a {
  font-size: 22px !important;
}

.hero {
  height: 600px !important;
  background-image: url("../img/wave-02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 150px;
}
.hero h1 {
  font-size: 43px;
  margin-bottom: 30px;
}
.hero img {
  border-radius: 30px;
  width: 85%;
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
}
.hero .btn {
  margin-top: 20px;
}
.hero .hero-img-bg {
  background-image: url("../img/back-header-post.png?0.0.1");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 800px) {
  .hero {
    height: 700px !important;
    padding-top: 150px !important;
    padding: 0px;
    text-align: center !important;
    background-image: url("../img/wave-01.png");
  }
  .hero h1{
    font-size: 28px;
  }
  .hero-img-bg {
    padding-top: 0px;
  }
}
.testimonials {
  width: 100%;
  background-image: url("../img/avatars-back.png");
  background-position: top center;
  background-size: 100% auto;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.testimonials img {
  width: 150px;
  height: auto;
  border-radius: 50%;
}
.testimonials .card {
  box-shadow: 0px 10px 10px rgba(83, 70, 59, 0.2) !important;
  background-color: #F47D24;
  color: white !important;
  border-radius: 20px;
}
.testimonials .carousel .testimonial-wrapper {
  padding: 0 10px;
  max-width: 800px;
  margin: 0 auto;
}
.testimonials .carousel .testimonial {
  position: relative;
  padding: 30px;
  background: #F47D24;
  border: 1px solid #FFF;
  color: #FFF !important;
  border-radius: 20px;
  margin-bottom: 15px;
}
.testimonials .carousel .testimonial::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #F47D24;
  border: 1px solid #FFF;
  border-width: 0 0 1px 1px;
  position: absolute;
  bottom: -8px;
  left: 46px;
  transform: rotateZ(-46deg);
}
.testimonials .carousel .overview {
  padding: 3px 0 0 15px;
}
.testimonials .carousel .overview .details {
  padding: 5px 0 8px;
}
.testimonials .carousel .overview b {
  text-transform: uppercase;
  color: #F47D24;
}

@media (max-width: 600px) {
  .testimonials img {
    width: 100px !important;
  }

  .testimonials {
    background-image: none;
    font-size: 14px !important;
  }
  .testimonials .card {
    border-radius: 0px;
    box-shadow: none !important;
    height: 550px;
  }
}
.blog {
  background-image: url("../img/wave-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto !important;
}
.blog .card-content {
  background: #ffffff;
  border: 4px;
  padding-bottom: 10px;
  border-radius: 20px;
  box-shadow: 0px 10px 10px rgba(83, 70, 59, 0.02);
  min-height: 550px;
  margin-bottom: 25px;
  position: relative;
}
.blog .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.blog .card-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.blog .card-img span {
  position: absolute;
  top: 15%;
  left: 12%;
  margin-left: 10px;
  background: #F47D24;
  padding: 6px;
  color: #fff !important;
  font-size: 16px;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
.blog .card-img span h4 {
  color: #fff !important;
  font-weight: 400;
}
@media (max-width: 600px) {
  .blog span {
    left: 55px !important;
  }
}
.blog .card-img span h4 {
  font-size: 16px;
  margin: 0;
  padding: 10px 5px;
  line-height: 0;
}
.blog .card-desc {
  padding: 1.25rem;
}
.blog .card-desc h3 {
  color: #000000;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.3em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
}
.blog .card-desc p {
  color: #747373;
  font-size: 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
}
.blog .btn-card {
  background-color: #F47D24;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 600px) {
  .blog .btn-card {
    width: 90% !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px !important;
  }
}
.blog .btn-card:hover {
  background: #ad92c5;
}
.blog a.btn-card {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 600px) {
  .blog {
    text-align: center !important;
    padding: 20px;
  }
}
#content-page {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat !important;
  background-size: 100%;
  padding-top: 400px;
  margin-top: 60px;
  min-width: 1000px;
}
#content-page .content {
  background-color: white;
  min-height: 500px;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  #content-page {
    padding-top: 300px;
  }
}
@media (max-width: 900px) {
  #content-page {
    background-image: none !important;
    padding-top: 0px;
    min-width: 100%;
  }

  #content-page .content {
    padding-top: 30px;
    border-radius: 0 !important;
  }
}
#contact-form-unidos .contact-form {
  margin-bottom: 5%;
}
#contact-form-unidos .contact-form .form-control {
  border-radius: 1rem;
}
#contact-form-unidos .contact-image {
  text-align: center;
}
#contact-form-unidos .contact-form form .row {
  margin-bottom: -7%;
}
#contact-form-unidos .contact-form h3 {
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
}
#contact-form-unidos .contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#contact-form-unidos .btnContactSubmit {
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  border: none;
  cursor: pointer;
}
#contact-form-unidos input {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 100px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.alliances img {
  max-width: 120px;
  height: auto;
}
.alliances .slick-slide {
  margin: 0px 20px;
}
.alliances .slick-slide img {
  width: 100%;
}
.alliances .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.alliances .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.alliances .slick-list:focus {
  outline: none;
}
.alliances .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.alliances .slick-slider .slick-track,
.alliances .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.alliances .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.alliances .slick-track:before,
.alliances .slick-track:after {
  display: table;
  content: "";
}
.alliances .slick-track:after {
  clear: both;
}
.alliances .slick-loading .slick-track {
  visibility: hidden;
}
.alliances .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.alliances [dir=rtl] .slick-slide {
  float: right;
}
.alliances .slick-slide img {
  display: block;
}
.alliances .slick-slide.slick-loading img {
  display: none;
}
.alliances .slick-slide.dragging img {
  pointer-events: none;
}
.alliances .slick-initialized .slick-slide {
  display: block;
}
.alliances .slick-loading .slick-slide {
  visibility: hidden;
}
.alliances .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.alliances .slick-arrow.slick-hidden {
  display: none;
}

.valores .col-6 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0px;
}
.valores h6 {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

.loading-gif {
  width: 50px;
  height: 50px;
}

/*# sourceMappingURL=style.css.map */
.portada-pagina{
  width: 100%;
  height: 600px;
  background-size: cover;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .portada-pagina{
    height: 350px;
  }
}
.portada-centro{
  background-position: center;
}
.portada-arriba{
  background-position: center top;
}
.portada-abajo{
  background-position: center bottom;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c2c2c2' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c2c2c2' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }
.one-half input, .one-half select, .full-input input{
  background-color: #FFF8F3 !important;
  border-radius: 0px !important;
  border-color: #FFF8F3 !important;
  border-bottom: solid 1px #e26f18 !important;
 }
 #nf-form-title-16{
  text-align: center !important;
  padding: 50px !important;
 }
 .boton-enviar-form{
  background-color: #ff8223 !important;
  color: #FFF !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 20px !important;
  border-radius: 100px !important;
 }