@font-face {
  font-family: 'noto-Regular';    
  src: url('../../fonts/NotoSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto-semi-bold';    
  src: url('../../fonts/NotoSans-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto-bold';    
  src: url('../../fonts/NotoSans-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'noto-black';    
  src: url('../../fonts/NotoSans-Black.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-extra";
  src: url("../../fonts/NotoSans-ExtraCondensed.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-condensed";
  src: url("../../fonts/NotoSans-Condensed.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-condLight";
  src: url("../../fonts/NotoSans-CondensedLight.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-exconbold";
  src: url("../../fonts/NotoSans-ExtraCondensedBold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root{
  --orange: #ec6726;
  --gray: #edecec;
  --text-regular: 'noto-Regular', sans-serif;
  --text-bold: 'noto-bold', sans-serif;
  --text-black: 'noto-black', sans-serif;
  --text-semi-bold:'noto-semi-bold', sans-serif;
  --text-extra: 'noto-extra', sans-serif;
  --text-condensed: 'noto-condensed', sans-serif;
  --text-ecbold: 'noto-exconbold', sans-serif;
  --text-condLight: 'noto-condLight', sans-serif;
}
*{
  padding: 0;
  margin: 0;
  font-family: var(--text-condensed);
  color: black;
  box-sizing: border-box;
}
b{
  font-family:var(--text-bold);
}
html {
  scroll-behavior: smooth;
}
body{
  background: white;
  font-size: 16px;
}
section{
  overflow: hidden;
}
.text-orange{
  color: var(--orange);
}
.text-white{
  color: white;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-bold{
  font-family: var(--text-bold) !important;
}
.text-regular{
  font-family: var(--text-regular) !important;
}
.text-semibold{
  font-family: var(--text-semi-bold) !important;
}
.text-extra-condensed{
  font-family: var(--text-extra) !important;
}
.text-extra-condensed-bold{
  font-family:var(--text-ecbold) !important;
}
.text-extra-condensed-ligth{
  font-family:var(--text-condLight) !important;
}
.text-upercase{
  text-transform: uppercase;
}
.text-18{
  font-size: 18px;
}
.text-20{
  font-size: 20px;
}
.text-22{
  font-size: 22px;
}
.text-32{
  font-size: 32px;
}
.text-48{
  font-size: 48px;
}
.d-flex{
  display: flex;
}
.box-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.item-tablet,
.item-mobile{
  display: none !important;
}
.item-desktop{
  display: block !important;
}
.w-100{
  width: 100% !important;
}
.w-50{
  width: 50% !important;
}
.w-25{
  width: 25% !important;
}
/* $NAV */
.nav-top{
  width: 100%;
  transition: 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: white;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
}
.box-nav-top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-top .solicitud-link{
  margin-left: auto;
  font-size: 18px;
  background: var(--orange);
  border-radius: 30px;
  color: white;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 300;
  font-family: var(--text-extra);
  transition: 1s;
}
.nav-top .logo-upl-nav{
  width: 110px;
  transition: 1s;
}
.nav-top .logo-npp-nav{
  width: 215px;
  transition: 1s;
}
.nav-top .nav-redes{
  margin-left:30px;
}
.nav-top .nav-redes a{
  text-decoration: none;
  margin-right: 5px;
  transition: 1s;
}
.nav-top .nav-redes img{
  width: 25px;
  transition: 1s;
}
.nav-top.active{
  padding: 0 10px;
}
.nav-top.active .logo-upl-nav{
  width: 80px;
}
.nav-top.active .logo-npp-nav{
  width: 150px;
}
.nav-top.active .solicitud-link{
  padding: 10px 20px;
}
.nav-top.active .nav-redes a{
  margin-right: 4px;
}
.nav-top.active .nav-redes img{
  width: 22px;
}
.nav-top.active .box-nav-top{
  padding: 15px 0;
}
.nav-top .menu-mobile{
  height: 0;
  transition:.5s;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
}
.nav-top .btn-menu-mobile{
  display: none;
}
/* $HEADER */
.header-seccion{
  margin-top: 90px;
  position: relative;
  background: var(--gray);
}
.header-seccion .swiper-header img{
  width: 100%;
}
.header-seccion .swiper-header .swiper-button-next{
  right: 10%;
}
.header-seccion .swiper-header .swiper-button-prev{
  left: 10%;
}
.header-seccion .swiper-header .swiper-button-next:after, 
.header-seccion .swiper-header .swiper-button-prev:after{
  color: white;
}
.header-seccion .box-proposito{
  background-color: #125b2e;
  margin-top: -5px;
}
.header-seccion .box-proposito .box-1200{
  flex-wrap:wrap ;
}
.header-seccion .box-proposito p{
  color: white;
}
.header-seccion .box-proposito h4{
  color: #3d8e4e;
  margin-bottom: 20px;
}
.header-seccion .box-proposito .box-proposito-item{
  width: 33.33%;
  text-align: center;
  background: #0d6936;
  padding: 60px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.header-seccion .box-proposito .box-proposito-item.box-proposito-item-center{
  background: #153b1d;
}
.header-seccion .box-proposito .box-proposito-item.box-proposito-item-center .item-desktop{
  display: flex !important;
}
.header-seccion .box-proposito .box-proposito-item.box-proposito-item-center img{
  width: auto;
  max-width: 100%;
}
.header-seccion .box-descargar{
  text-align: center;
  padding: 40px;
  background: white;
}
.header-seccion .box-descargar .btn-descarga{
  background: var(--orange);
  color: white;
  text-decoration: none;
  font-size: 22px;
  padding: 30px;
  text-transform: uppercase;
  border-radius: 30px;
  width: 100%;
  max-width: 340px;
  display: block;
  margin: 0 auto;
}
/* $potencial-seccion */
.potencial-seccion{
  padding: 50px 15px;
}
.potencial-seccion .intro-box h3{
  margin-bottom: 30px;
}
.potencial-seccion .intro-box img{
  margin-bottom: 30px;
}
.potencial-seccion .potencial-box{
  flex-wrap: wrap;
}
.potencial-seccion .potencial-box .first-ietm{
  flex-wrap: wrap;
  width: 55%;
  padding-right: 5%;
  margin-top: 50px;
  justify-content: space-around;
}
.potencial-seccion .potencial-box .last-ietm{
  flex-wrap: wrap;
  width: 45%;
  padding-right: 5%;
  margin-top: 50px;
}
.potencial-seccion .potencial-item{
  width: 50%;
  margin-bottom: 30px;
  border-radius: 15px;
}
.potencial-item.potencial-item-img img{
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  border-radius: 15px;
}
.potencial-item.potencial-item-txt{
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  width: 264px;
  text-align: center;
  padding: 30px;
}
.potencial-item.potencial-item-txt img{
  margin-bottom: 20px;
}
.potencial-seccion .potencial-box .last-ietm img{
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  border-radius: 15px;
  width: 100%;
}
.potencial-seccion .potencial-box .last-ietm p{
  margin-bottom: 10px;
}
/* $paralisis-seccion */
.paralisis-seccion{
  padding: 70px 15px;
}
.box-paralisis{
  flex-wrap: wrap;
}
.paralisis-seccion .item-paralisis{
  text-align: right;
  margin: 50px auto;
  display: flex;
  justify-content: flex-end;
}
.item-paralisis p{
  line-height: 30px;
  margin-top: 30px;
  margin-right: 70px;
}
.item-paralisis h3{
  margin-right: 70px;
}
.box-paralisis .btn-video{
  cursor: pointer;
}
.box-paralisis .btn-video img{
 width: 100%;
} 
.box-paralisis .btn-video video{
  display:none;
  border-radius: 15px;
} 
/* $amigable-seccion */
.amigable-seccion{
  background: #1f421e url(../img/media/amigable-banner.png) no-repeat center/cover;
}
.box-amigable{
  justify-content: flex-end;
  padding: 80px 0;
}
.item-amigable{
  text-align: right;
  margin-right: 14%;
  display: flex;
  flex-wrap: wrap;
  width: 380px;
  justify-content: flex-end;
}
.item-amigable h3 span{
  color: #ff6c00;
  font-size: 40px;
}
.item-amigable h3{
  color: #ff6c00;
  max-width: 500px;
  line-height: 49px;
  font-size: 40px;
}
.item-amigable p{
  color: white;
  max-width: 350px;
  margin: 25px 0 20px;
}
.item-amigable a{
  display: block;
  background: #ff6c00;
  padding: 7px 25px 7px; 
  border-radius: 5px;
  text-decoration: none;
  color: white;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
}
/* $accion-seccion */
.accion-seccion{
  padding: 50px 0 0;
}
.accion-seccion .box-accion h3{
  margin: 0 auto 30px;
}
.accion-seccion .box-accion p{
  width: 80%;
  margin: 0 auto 70px;
}
.box-info-accion{
  background: url('../img/media/backAccion.png') no-repeat center /cover ;
}
.box-info-accion img{
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}
.box-info-accion a{
  background: #c9de26;
  padding: 7px 10px 7px; 
  border-radius: 10px;
  text-decoration: none;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.13);
  margin: 50px auto 30px;
  display: inline-block;
  font-size: 23px;
}
/* $testimonial-seccion */
.testimonial-seccion {
  padding: 70px 15px;
  -webkit-box-shadow:inset 0px 20px 40px 50px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 0px 20px 40px 50px rgba(0,0,0,0.1);
  box-shadow:inset 0px 20px 40px 50px rgba(0,0,0,0.1);
}
.testimonial-seccion h3{
  color: #72a738;
  margin-bottom: 20px;
}
.testimonial-seccion .intro-text{
  color: #787878;
  margin-bottom: 35px;
}
.testimonial-seccion .text-img{
  margin-bottom: 15px;
}
.testimonial-seccion .test-text{
  margin: 0 auto 25px;
  max-width: 600px;
}
.testimonial-seccion .test-cargo{
  margin-bottom: 30px;
}
.testimonial-seccion a{
  display: inline-block;
  background: #72a738;
  margin-bottom: 30px;
  padding: 7px 15px 7px; 
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.testimonial-seccion .swiper-testimoniales{
  padding-bottom: 30px;
}
.testimonial-seccion .swiper-testimoniales .swiper-pagination-bullet{
  background: transparent;
  border: #ff6c00 2px solid;
  width: 12px;
  height: 12px;
}
.testimonial-seccion .swiper-testimoniales .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #ff6c00;
}
/* $formulario-seccion */
.formulario-seccion{
  background: url("../img/media/formulario01.png") no-repeat center /cover;
  min-height: 700px;
  justify-content: center;
  padding: 80px 20px;
}
.formulario-seccion .box-contacto{
  width: 100%;
  max-width: 480px;
  transform: translateX(50%);
}
.formulario-seccion h3,
.formulario-seccion h3 span{
  color: #fff;
}
.formulario-seccion p{
  color: #fff;
  margin: 5px 0 20px;
}
.formulario-seccion p span{
  color: white;
}
.formulario-seccion .box-form{
  margin-top: 60px;
}
.formulario-seccion .box-form .box-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formulario-seccion .box-form .box-inputs .input-text{
  width: 48%;
  border-radius: 0;
  height: 60px;
}
.formulario-seccion .box-form .box-inputs .text-area{
  width: 100%;
  height: 150px;
  border: none;
}
.formulario-seccion .box-form .enviar-fomr{
  border: none;
  background: #ffc600;
  color: #6c2505;
  width: 100%;
  border-radius: 30px;
  height: 50px;
  margin-top: 30px;
  color: 000;
  font-size: 18px;
  font-family: var(--text-bold);
  text-transform: uppercase;
}
.box-form-gray{
  background: var(--gray);
  border-radius: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
}
.box-form .input-text{
  padding: 11px 25px 7px;
  border: none;
  border-radius: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.box-form .text-area{
  padding: 10px 25px;
}
.box-form .text-area::placeholder,
.box-form .input-text::placeholder{
  font-size: 20px;
}
.box-form .content-checkbox label{
  font-family: var(--text-extra);
  margin-left: 5px;
}
.box-form .solicitar-ficha{
  background: var(--orange);
  width: 150px;
  height: 50px;
  border: none;
  border-radius: 15px;
  text-align: center;
  color: white;
  font-family: var(--text-ecbold);
  font-size: 20px;
  margin: 35px auto 0;
  display: block;
  cursor: pointer;
}
/* $FOOTER */
footer .footer-top{
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0;
}
footer .footer-top > div{
  width: 50%;
  display: flex;
}
footer .footer-top .footer-top-left{
  justify-content: flex-start;
}
footer .footer-top .footer-top-rigth{
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .nav-redes.redes-tablet{
  display: none;
}
footer .footer-top .nav-redes{
  display: flex;
  flex-direction: column;
}
footer .footer-top .nav-redes img{
  width: 25px;
}
footer .footer-top .footer-top-rigth .footer-contacto{
  width: 220px;
}
footer .footer-bottom{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
footer .footer-bottom > *{
  margin: 0 15px;
}
footer .footer-bottom a,
footer .footer-bottom p{
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 768px) {
  .item-mobile,
  .item-desktop{
    display: none !important;
  }
  .item-tablet{
    display: block !important;
  }
  .w-md-100{
    width: 100% !important;
  }
  .w-md-50{
    width: 50% !important;
  }
  .w-md-25{
    width: 25% !important;
  }
  /* $NAV */
  .nav-top {
    padding: 10px 20px;
  }
  .nav-top .logo-upl-nav{
    width: 120px;
  }
  .nav-top .btn-menu-mobile{
    width: 40px;
    text-align: center;
    display: block;
  }
  .nav-top .btn-menu-mobile img{
    width: 35px;
  }
  .nav-top .menu-mobile.active{
    height: 65px;
    margin-top: 10px;
  }
  .nav-top .nav-redes{
    margin-left: 0;
  }
  /* $HEADER */
  .header-seccion .box-proposito .box-proposito-item {
    width: 50%;
  }
  .potencial-seccion{
    padding-bottom: 0;
  }
  .potencial-seccion .intro-box h3{
    font-size: 32px;
  }
  .potencial-seccion .intro-box h3 span{
    font-size: 32px;
  }
  .paralisis-seccion .item-paralisis{
    margin-bottom: 20px;
  }
  .potencial-seccion .potencial-box .first-ietm{
    padding-right: 0;
    justify-content: center;
  }
  .potencial-seccion .potencial-box .last-ietm{
    padding-right: 0;
  }
  .item-paralisis h3{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .item-paralisis p{
    text-align: center;
    width: 80%;
    margin: 30px auto;
  }
  .box-paralisis .btn-video img{
    margin: 0 auto;
    width: 80%;
    max-width: 400px;
    display: block;
  }
  .amigable-seccion{
    background-position: 35% center;
  }
  .item-amigable{
    margin-right: 15px;
  }
  .box-amigable{
    padding: 40px 0;
  }
  /* formulario-seccion */
  .formulario-seccion .box-contacto{
    transform: none;
  }
  .formulario-seccion{
    background-position: center right;
    flex-wrap: wrap;
  }
  /* $FOOTER */
  footer .footer-top{
    flex-wrap: wrap;
    margin: 40px 20px 10px;
  }
  footer .footer-top .footer-top-left {
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
  }
  footer .footer-top .footer-top-left img{
    max-width: 220px;
    margin-bottom: 20px;
    max-height: 50px;
  }
  footer .footer-bottom{
    margin-bottom: 40px;
  }
  footer .footer-top .footer-top-rigth{
    padding-left: 20px;
    flex-direction: column;
  }
  footer .footer-top .nav-redes.redes-tablet{
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-top .nav-redes.redes-desktop{
    display: none;
  }
  footer .footer-top .nav-redes {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  } 
  footer .footer-top .nav-redes img{
    margin: 0 10px;
  }
  footer .footer-top .footer-top-rigth .footer-contacto{
    width: 90%;
  }
  footer .footer-top .footer-top-rigth > *,
  footer .footer-top .footer-top-left > *{
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .item-tablet,
  .item-desktop{
    display: none !important;
  }
  .item-mobile{
    display: block !important;
  }
  /* $NAV */
  .nav-top .logo-upl-nav{
    width: 80px;
  }
  .nav-top.active .logo-upl-nav{
    width: 70px;
  }
  .nav-top .logo-npp-nav{
    width: 140px;
  }
  .nav-top.active .logo-npp-nav{
    width: 130px;
  }
  .nav-top .solicitud-link{
    padding: 14px 16px;
    font-size: 16px;
  }
  /* $HEADER */
  .header-seccion .box-proposito .box-proposito-item {
    width: 100%;
  }
  .header-seccion {
    margin-top: 80px;
  }
  .potencial-seccion .intro-box img{
    width: 80%;
  }
  .potencial-seccion .potencial-item{
    width: 264px;
  }
  .potencial-seccion .potencial-box .first-ietm{
    text-align: center;
  }
  .item-paralisis h3{
    font-size: 30px;
  }
  .paralisis-seccion{
    padding: 50px 15px;
  }
  .paralisis-seccion .item-paralisis{
    margin-top: 0;
  }
  .item-paralisis p{
    text-align: justify;
    width: 100%;
    line-height: normal;
  }
  .amigable-seccion {
    background-image: none;
  }
  .item-amigable h3,
  .item-amigable h3 span{
    font-size: 35px;
    line-height: 43px;
  }
  .item-amigable p{
    font-size: 18px;
    margin: 15px 0 20px;
  }
  .accion-seccion .box-accion h3{
    font-size: 35px;
    
  }
  .accion-seccion .box-accion p{
    width: calc(100% - 30px);
    text-align: justify;
  }
  .testimonial-seccion h3{
    font-size: 32px;
  }
  /* $FOOTER */
  footer .footer-top > div{
    width: 100%;
  }
  footer .footer-top .nav-redes,
  footer .footer-top .footer-top-left{
    align-items: center;
    justify-content: center;
  }
  footer .footer-bottom{
    flex-wrap: wrap;
  }
  footer .footer-bottom p {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}