*{
  /* font-family: 'Poppins'; */
  font-family: 'Nunito', sans-serif;
  outline: 0;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:focus{
  outline:none;
}
html,
body {
  height: 100%;
}
button,
button:focus{
  outline: 0;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */
body{
  margin-top: 90px;
}
.animated{
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
}
.activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
}
.p-relative{
  position: relative;
}
.p-absolute{
  position: absolute;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.container{
  max-width: 1450px;
  padding-left: 20px;
  padding-right: 20px;
}
.img-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.w-100{
  width: 100% !important;
}
.page-general a{
  color:#000;
  text-decoration: underline;
}
.page-general ul,
.page-general ol{
  padding-left: 20px;
}
.page-general li{
  font-size: 14px;
}
#mainNav{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 50;
  box-shadow: 1px 5px 5px #efefef;
}
#mainNav.sticky-custom{
  box-shadow: 0 -6px 11px #a7a7a7;
}
#mainNav .part-2{
  background: #fff;
  height: 90px;
  transition: all 0.5s;
}
#mainNav .part-2 .logo-principal {
  width: 100%;
  height: auto;
  position: absolute;
  top: 25px;
  max-width: 175px;
  height: auto;
  left: 20px;
  transition: all 0.3s;
}
#mainNav .bloque-menu{
  display: table;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 20px;
  transition: all 0.4s;
}
#mainNav .contenedor-menu .menu-item {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
}
#mainNav .contenedor-menu .menu-item a {
  color: #000;
  font-size: 14px;
  font-weight: 900;
  padding: 34px 0;
  display: table;
  text-transform: uppercase;
  border-color:transparent;
}
.list-principal > .menu-item-has-children > a {
  padding-bottom: 33px;
}
.list-principal > .menu-item-has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  width: 210px;
  border-radius: 0;
  margin-top: 32px;
  padding: 0;
  left: 50%;
  top: 55px;
  text-align: center;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  box-shadow: 0 5px 7px rgba(160, 160, 160, 0.38);
  display: none !important;
}
.list-principal > .menu-item-has-children > .sub-menu li {
  padding: 0 !important;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.list-principal > .menu-item-has-children > .sub-menu li a {
  padding: 12px 15px !important;
  color: #1e3245 !important;
  display: block !important;
  font-size: 14px !important;
  border-bottom: 1px solid #f5f5f5;
}
.list-principal > .menu-item-has-children > .sub-menu li a:hover{
  background: #5A43B5;
  transition: all 0.4s;
  color: #fff !important;
}
#mainNav.sticky-custom .list-principal > .menu-item-has-children > .sub-menu li a:hover{
  color:#fff !important;
}
.list-principal > .menu-item-has-children:hover > .sub-menu,
.list-principal > .menu-item-has-children > .sub-menu:hover{
  display: block !important;
}
.list-principal > .menu-item.menu-item-has-children > a:after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 14px;
  position: relative;
  top: 0;
  right: 0;
  color: #000;
  margin-left: 5px;
}
#mainNav.nav-transparent .part-2 {
  background: transparent;
}
#mainNav.sticky-custom .part-2{
  background: #5A43B5 !important;
}
#mainNav.nav-transparent .contenedor-menu .menu-item a,
#mainNav.nav-transparent .list-principal > .menu-item.menu-item-has-children > a:after{
  color: #fff;
}
#mainNav .part-2 .ico-white{
  display: none;
}
#mainNav.nav-transparent .part-2 .ico-black{
  display: none;
}
#mainNav.nav-transparent .part-2 .ico-white{
  display: inline-block;
}
#mainNav.sticky-custom .part-2 .ico-black{
  display: inline-block;
}
#mainNav.sticky-custom .part-2 .ico-white{
  display: none;
}
#sidebar-wrapper {
  width: 315px;
  height: 102vh;
  position: fixed;
  left: -120%;
  top: 0;
  padding-top: 35px;
  background: #5A43B5 !important;
  z-index: 999999;
  transition: all 0.5s;
  padding-bottom: 100px;
  overflow: scroll;
}
#sidebar-wrapper.toggled{
  left: 0;
}
#sidebar-wrapper .logo-responsive{
  width: 110px;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
}
#sidebar-wrapper .close-menu{
  width: 30px;
  right: 12px;
  top: 10px;
}
.overlay-menu{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .5;
  z-index: 9999;
}
.close-menu{
  position: absolute;
  z-index: 9999;
  top: 0%;
  right: 20px;
  cursor: pointer;
  filter: brightness(0%) invert(100%);
}
.sidebar-wrapper .logo {
  margin: 0 auto;
  display: table;
  margin-bottom: 30px;
  margin-top: 25px;
  max-width: 180px;
}
.sidebar-wrapper .bloque-1 {
  border-top: 1px solid rgba(210, 210, 210, 0.1);
  padding-bottom: 0;
  margin-top: 0;
  position: relative;
}
.sidebar-wrapper .bloque-1 ul li a {
  color: #fff;
  padding: 13px 0;
  display: table;
  text-align: center;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid rgba(210, 210, 210, 0.1);
  position: relative;
}
#sidebar-wrapper .box-logos {
  text-align: center;
  margin-top: 30px;
}
.sidebar-wrapper .bloque-2{
  max-width: 170px;
  margin: 0 auto;
}
.box-logos img{
  margin: 0 10px;
  max-width: 20px;
  height: auto;
}

#sidebar-wrapper .logos-x2{
  text-align: center;
  padding-top: 20px;
}
#sidebar-wrapper .logos-x2 i{
  width: 22px;
  height: 22px;
  color: #D33427;
  font-size: 22px;
}
#sidebar-wrapper .logos-x1{
  text-align: center;
  padding-bottom: 20px;
}
#sidebar-wrapper .logos-x1 .ico {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width:1100px){
  #mainNav .bloque-menu,
  #mainNav .nav-block-right,
  #mainNav .bloque-right{
    display: none;
  }
  #menu-click{
    display: block !important;
  }
}
@media only screen and (max-width:767px){
  #mainNav .part-2 {
    height: 90px;
  }
  #menu-click {
    top: 15px;
  }
  #mainNav .part-2 .logo-principal {
    top: 10px;
  }
}
.sidebar-wrapper .desplegable:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
.sidebar-wrapper > ul {
  margin-top: 40px;
}
.sidebar-wrapper > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children {
  position: relative;
}
.sidebar-wrapper > ul > .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
  margin-left: 40px;
  display: none;
}
.sidebar-wrapper > ul hr {
  border-color: #2e699e;
}
.sidebar-wrapper > ul li[data-status=open] {
  background: #000;
}
.sidebar-wrapper .desplegable {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 100%;
  z-index: 2;
  width: 42px;
}
.sidebar-wrapper .sub-menu .desplegable {
  top: -7px;
  left: 0;
  font-size: 20px;
  width: 99%;
  height: 45px;
  padding: 9px 15px;
}
.sidebar-wrapper .bloque-1 .sub-menu{
  list-style: none;
  display: none;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  padding-top: 0;
  padding-bottom: 0;
}
.sidebar-wrapper .bloque-1 ul.sub-menu li a{
  font-weight: 400 !important;
  padding-top: 13px;
  padding-bottom: 13px;
}
.sidebar-wrapper .bloque-1 ul.sub-menu li{
  border:0 !important;
  margin-bottom: 0;
}
.sidebar-wrapper .bloque-1{
  padding-bottom: 0;
  margin-top: 0;
  position: relative;
}
.sidebar-wrapper .bloque-1 .sub-menu li a{
  color: #5B585B !important;
}
.sidebar-wrapper .bloque-1 .menu-item.menu-item-has-children a::after{
  font-family: FontAwesome;
  content: '\f107';
  font-size: 16px;
  position: absolute;
  top: 12px;
  right: 14px;
  color: #fff;
}
#sidebar-wrapper ul .menu-item.current-menu-item .sub-menu a{
  border-color:transparent;
}
.sidebar-wrapper .bloque-1 .menu-item.menu-item-has-children .sub-menu a::after{
  display: none;
}
#sidebar-wrapper ul li li .desplegable:before {
  top: 9px;
}
#sidebar-wrapper ul li li .menu-item{
  background: #fff;
}
@media only screen and (max-width: 380px){
  #sidebar-wrapper {
    width: 100%;
  }
}
#mainNav #menu-click{
  position: absolute;
  right: 15px;
  top: 19px;
}
#mainNav #menu-click .ico{
  width: 38px;
  height: 38px;
  margin-top: 7px;
}
#mainNav .nav-block-right{
  float:right;
  padding-top: 10px;
}
#mainNav .nav-block-right ul li{
  display: inline-block;
}
#mainNav .nav-block-right ul li.item-1{
  margin-right: 23px;
  margin-left: 14px;
  position: relative;
  top: 5px;
}
#mainNav .nav-block-right ul li.item-1 .ico{
  width:18px;
  height: 18px;
}
#mainNav .nav-block-right ul li.item-2{
  margin-right: 36px;
  top: 8px;
  left: 0;
  position: relative;
}
#mainNav .nav-block-right ul li.item-2 .ico{
  width:22px;
  height: 22px;
  color: #D33427;
  font-size: 22px;
}
#mainNav .bloque-right{
  position: absolute;
  right:35px;
  top:50px;
  z-index: 1;
  transition: all 0.4s;
}
#mainNav .bloque-right ul li{
  display: inline-block;
  margin-left: 10px;
}
.section-home-1{
  height: 950px;
  width: 100%;
  position: relative;
  background: #5A43B5;
  padding-bottom: 100px;
}
.section-home-1 .decoracion{
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
#mainNav.sticky-custom .part-2 .logo-principal{
  top: 12px;
  max-width: 129px;
}
#mainNav.sticky-custom .bloque-menu{
  top:0;
}
#mainNav.sticky-custom .bloque-right {
  top: 32px;
}
.section-home-1 .img-0{
  /*max-width: 740px;*/
  max-width: 550px;
  position: absolute;
  right:35px;
  top:200px;
  height: auto;
}
.boton-fixed{
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
  height: 70px;
  min-width: 240px;
  text-align: center;
  color: #fff !important;
  background: #02ACF7;
  font-size: 24px;
  font-weight: 900;
  border: 0;
  text-transform: uppercase;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  transition: all 0.4s;
  cursor: pointer;
  padding-top: 17px;
}
.section-home-1 .block-text{
  max-width: 535px;
}
.section-home-1 .inner-0{
  position: absolute;
  left: 15px;
  bottom: 260px;
  width: 100%;
}
.section-home-1 .block-text .titulo{
  font-size: 40px;
  font-weight: 900;
  color:#fff;
  line-height: 1.4;
}
.section-home-1 .block-text p{
  color:#fff;
  font-size: 18px;
}
.section-home-1 .block-text .boton{
  min-width: 260px;
  background: #fff;
  height: 41px;
  padding: 11px 20px;
  margin-bottom: 15px;
  color:#5A43B5;
  font-size: 14px;
  display: inline-block;
  font-weight: 900;
  border-radius: 8px;
}
.section-home-1 .block-text .parrafo{
  padding-top: 17px;
  padding-bottom: 7px;
}
@media only screen and (min-width:1520px){
  .section-home-1 .img-0 {
    right: 7vw;
    top: 175px;
  }
}
.section-home-1 .arrow{
  left: 50%;
  bottom: 55px;
  text-align: center;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  position: absolute;
}
.center-content{
  display: flex;
  align-items: center;
}
.section-home-2{
  padding-top: 70px;
  padding-bottom: 110px;
}
.section-home-2 .block-img{
  text-align: center;
}
.section-home-2 .block-img .img{
  max-width: 680px;
}
.section-home-2 .descripcion{
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.titulo-40{
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
}
.section-home-3{
  background: #ED5051;
  padding-top: 103px;
  padding-bottom: 56px;
}
.section-home-3 .decoracion-top{
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.section-home-3 .decoracion-bottom{
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.section-home-3 .inner-0{
  padding-top: 70px;
  padding-bottom: 45px;
}
.section-home-3 .descripcion{
  max-width: 535px;
  margin-left: auto;
  margin-right: auto;
}
.section-home-3 .block-img{
  text-align: center;
}
.section-home-3 .block-img .img{
  max-width: 680px;
}
.section-home-3 .columna-1{
  position: relative;
  left:50%;
}
.section-home-3 .columna-2{
  position: relative;
  left:-50%;
}
footer .part-1{
  min-height: 100px;
  background: #5A43B5;
  min-height: 330px;
  position: relative;
}
footer .part-2{
  min-height: 80px;
  background: #000;
  z-index: 9;
  position: relative;
}
footer .bloque-descripcion {
  margin-top: 145px;
  margin-bottom: 30px;
  text-align: right;
}
footer .bloque-descripcion p,
footer .bloque-descripcion li,
footer .bloque-descripcion a{
  color:#fff;
}
footer .bloque-suscripcion{
  margin-top: -8px;
  margin-bottom: 20px;
}
footer .bloque-suscripcion input{
  height: 60px;
  max-width: 360px;
  width: 100%;
  font-size:14px;
  border-radius: 12px;
  border: 0;
  padding: 0 15px;
}
footer .container{
  max-width: 1300px;
}
footer .bloque-logo{
  max-width: 400px;
  text-align: center;
  margin-top: 120px;
}
footer .bloque-logo .logo-principal{
  max-width: 180px;
}
footer .bloque-logo ul{
  margin-top: 10px !important;
  justify-content: center;  
}
footer .bloque-logo ul li{
  margin: 0 7px;
  display: inline-block;
}
.section-home-4{
  padding-top: 90px;
  padding-bottom: 100px;
}
.section-home-4 .content-p{
  max-width: 535px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section-home-4 .bloque-formulario{
  max-width: 418px;
  width: 100%;
  margin: 0 auto;
  min-height: 500px;
  border:1px solid #02ACF7;
  border-radius: 12px;
  overflow: hidden;
}
.section-home-4 .bloque-formulario .part-head{
  height: 75px;
  background: #02ACF7;
  padding-top: 20px;
}
.section-home-4 .bloque-formulario .part-head h3{
  font-weight: 900;
}
.section-home-4 .bloque-formulario .part-body{
  padding: 18px 33px;
}
.section-home-4 .bloque-formulario p{
  color:#929292;
  font-size: 14px;
}
.ancla-donar{
  position: relative;
  top:-50px;
}
.centro-0 .box-left{
  left: 0;
  top: 0;
  position: absolute;
  width: 450px;
  min-height: 500px;
  z-index: -1;
  height: 100%;
}
.centro-0 .box-right{
  right: -25px;
  top: 70px;
  position: absolute;
  width: 450px;
  min-height: 500px;
  z-index: -1;
  height: 100%;
}
.centro-0 .patita{
  max-width: 32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top:0;
  left:0;
  position: absolute;
}
.centro-0 .pa-1{
  top: -45%;
  left: 5%;
}
.centro-0 .pa-2{
  top: -32%;
  left: 47%;
}
.centro-0 .pa-3{
  top: -9%;
  left: 35%;
}
.centro-0 .pa-4{
  top: 13%;
  left: 19%;
}
.centro-0 .pa-5{
  top: 9%;
  left: 72%;
}
.centro-0 .pa-6{
  top: 50%;
  left: 13%;
}
.centro-0 .pa-7{
  top: 49%;
  left: 81%;
}
.centro-0 .pa-8{
  top: 65%;
  left: 51%;
}
.centro-0 .pa-9{
  top: 94%;
  left: 5%;
}
.centro-0 .pa-10{
  top: 94%;
  left: 87%;
}
.centro-0 .pa-11{
  top: -42%;
  left: 67%;
}
.centro-0 .pa-12{
  top: -13%;
  left: 47%;
}
.centro-0 .pa-13{
  top: 6%;
  left: 26%;
}
.centro-0 .pa-14{
  top: 24%;
  left: 82%;
}
.centro-0 .pa-15{
  top: 51%;
  left: 16%;
}
.centro-0 .pa-16{
  top: 47%;
  left: 55%;
}
.centro-0 .pa-17{
  top: 88%;
  left: 14%;
}
.centro-0 .pa-18{
  top: 85%;
  left: 50%;
}
.centro-0 .pa-19{
  top: 108%;
  left: 77%;
}
@media only screen and (max-width:750px){
  #mainNav .part-2 .logo-principal{
    top: 12px;
    max-width: 129px;
  }
}
@media only screen and (max-width:1400px){
  .section-home-1 .img-0 {
    max-width: 700px;
  }
}
@media only screen and (max-width:1350px){
  .section-home-1 .img-0 {
    max-width: 51%;
    width: 100%;
  }
}
@media only screen and (max-width:1280px){
  .section-home-1 {
      height: 850px;
  }
  .section-home-1 .block-text .titulo {
    font-size: 34px;
  }
  .section-home-1 .img-0 {
    max-width: 45%;
    width: 100%;
    top: 160px;
  }
}
@media only screen and (max-width:1120px){
  .section-home-1 {
    height: 780px;
  }
  .section-home-1 .inner-0 {
    bottom: 190px;
  }
}
@media only screen and (max-width:991px){
  .section-home-1 .block-text {
    max-width: 48%;
  }
}
@media only screen and (max-width:820px){
  .section-home-1 {
    height: auto;
    min-height: 700px;
    padding-top: 100px;
  }
  .section-home-1 .img-0 {
    max-width: 400px;
    width: 100%;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .section-home-1 .block-text {
    max-width: 100%;
    text-align: center;
  }
  .section-home-1 .inner-0{
    bottom:0;
    position: relative;
    left:0;
  }
  .section-home-1 .block-text .titulo {
    font-size: 30px;
  }
}
@media only screen and (max-width:750px){
  .section-home-1 {
    padding-top: 95px;
  }
  .section-home-1 .arrow {
    bottom: 30px;
  }
}
@media only screen and (max-width:420px){
  .section-home-1 .block-text .titulo {
    font-size: 28px;
  }
}
@media only screen and (max-width:950px){
  .section-home-2 .col-md-6,
  .section-home-3 .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-home-3 .columna-1,
  .section-home-3 .columna-2{
    left:0;
  }
  .section-home-2 .block-img .img,
  .section-home-3 .block-img .img{
    max-width: 399px;
  }
  .section-home-2 .block-img,
  .section-home-3 .block-img{
    margin-bottom: 35px;
  }
  .section-home-2 .descripcion,
  .section-home-3 .descripcion{
    text-align: center;
  }
  .section-home-2{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-home-3 .inner-0 {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .section-home-3 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .section-home-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-home-4 .col-md-12{
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-home-4 .titulo-40{
    font-size: 32px;
  }
}
@media only screen and (max-width:600px){
  .boton-fixed {
    position: fixed;
    bottom: -2px;
    right: 0;
    height: 51px;
    min-width: 100%;
    font-size: 20px;
    border-radius: 0;
    padding-top: 12px;
  }
}
@media only screen and (max-width:767px){
  footer .bloque-logo {
    max-width: 100%;
    margin-top: 50px;
  }
  footer .bloque-descripcion {
    margin-top: 40px;
    margin-bottom: 35px;
    text-align: center;
  }
}
.section-apoyanos-1{
  min-height: 750px;
  width: 100%;
  position: relative;
  background: #ED5051;
  padding-bottom: 255px;
  padding-top: 210px;
}
.section-apoyanos-1 .decoracion{
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.section-apoyanos-1 .patita-left{
  position: absolute;
  top:0;
  left:0;
  max-width: 360px;
}
.section-apoyanos-1 .patita-right{
  position: absolute;
  top:0;
  right:0;
  max-width: 305px;
}
.section-apoyanos-1 .contenido{
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  color:#fff;
}
.section-apoyanos-1 .titulo{
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}
.section-apoyanos-2{
  padding-top: 0;
  padding-bottom: 0;
  z-index: 9;
  position: relative;
  position: relative;
  margin-top: -226px;
  padding-bottom: 80px;
}
.section-apoyanos-2 .bloque-formulario{
  background: #fff !important;
}
.section-apoyanos-3{
  background: transparent;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-apoyanos-3 .container{
  height: 100%;
  padding-top: 220px;
}
.section-apoyanos-3 .bloque{
  width: 100%;
  max-width: 420px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.section-apoyanos-3 .columna-left{
  width: 500px;
  position: absolute;
  left: -505px;
  height: 100%;
}
.section-apoyanos-3 .columna-right{
  width: 500px;
  position: absolute;
  right: -505px;
  height: 100%;
}
.section-apoyanos-3 .ico{
  position: absolute;
  max-width: 33px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 0;
  left: 0;
  opacity: 0.5;
}
.section-apoyanos-3 .ico-1{
  top: 14%;
  left: 26%;
}
.section-apoyanos-3 .ico-2{
  top: 15%;
  left: 66%;
}
.section-apoyanos-3 .ico-3{
  top: 39%;
  left: 15%;
}
.section-apoyanos-3 .ico-4{
  top: 38%;
  left: 54%;
}
.section-apoyanos-3 .ico-5{
  top: 75%;
  left: 8%;
}
.section-apoyanos-3 .ico-6{
  top: 69%;
  left: 42%;
}
.section-apoyanos-3 .ico-7{
  top: 66%;
  left: 83%;
}
.section-apoyanos-3 .ico-8{
  top: 91%;
  left: 64%;
}
.section-apoyanos-3 .ico-9{
  top: 85%;
  left: 127%;
}
.section-apoyanos-3 .ico-11{
  top: 13%;
  left: 36%;
}
.section-apoyanos-3 .ico-12{
  top: 16%;
  left: 76%;
}
.section-apoyanos-3 .ico-13{
  top: 42%;
  left: 23%;
}
.section-apoyanos-3 .ico-14{
  top: 39%;
  left: 56%;
}
.section-apoyanos-3 .ico-15{
  top: 86%;
  left: 10%;
}
.section-apoyanos-3 .ico-16{
  top: 72%;
  left: 28%;
}
.section-apoyanos-3 .ico-17{
  top: 68%;
  left: 54%;
}
.section-apoyanos-3 .ico-18{
  top: 87%;
  left: 86%;
}
.section-apoyanos-3 .ico-19{
  top: 71%;
  left: -27%;
}
.section-apoyanos-4{
  height: 454px;
  background: #02ACF7;
}
.section-apoyanos-4 .fondo{
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 455px;
  z-index: 2;
  pointer-events: none;
}
.section-apoyanos-4 .container{
  z-index: 2;
  position: relative;
}
.section-apoyanos-4 .fondo-right{
  position: absolute;
  right:-50vw;
  width: 50vw;
  min-height: 454px;
  top:0;
  z-index: 0;
  background: #5A43B5;
  pointer-events: none;
}
.section-apoyanos-4 .row{
  position: relative;
  z-index: 3;
}
.formulario-1 .grupo{
  margin-bottom: 10px;
}
.formulario-1 .grupo input{
  height: 60px !important;
  border-radius: 18px !important;
  border: 0 !important;
  padding: 20px !important;
  width: 100% !important;
}
.formulario-1 .grupo input::placeholder{
  color:#929292;
}
.formulario-1 .label{
  margin-bottom: 7px;
  color:#fff;
}
.formulario-1 .btn-enviar{
  background: #02ACF7 !important;
  text-align: center !important;
  min-width: 188px;
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  height: 44px !important;
  border-radius: 10px !important;
  border: 0 !important;
  margin-top: 10px !important;
}
.formulario-1{
  max-width: 530px;
  margin: 0 auto;
}
.section-apoyanos-4 .columna-0{
  display: flex;
  align-items: center;
}
.section-apoyanos-4 .titulo{
  font-size: 40px;
  font-weight: 900;
  color:#fff;
  margin-bottom: 15px;
}
.section-apoyanos-4 .subtitulo{
  font-size: 16px;
  color:#fff;
}
.section-apoyanos-4 .contenido{
  max-width: 530px;
  width: 100%;
  margin: 0 0 20px 15px;
}
footer .container{
  z-index: 2;
  position: relative;
}
footer .capa{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1500px;
  height: 100%;
  z-index: 0;
}
footer .capa .ico{
  position: absolute;
  width: 33px;
  height: 33px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  top: 0;
  left: 0;
}
footer .capa .ico-1{
  left: 5%;
  top: 15%;
}
footer .capa .ico-2{
  left: 6%;
  top: 78%;
}
footer .capa .ico-3{
  left: 13%;
  top: 50%;
}
footer .capa .ico-4{
  left: 24%;
  top: 12%;
}
footer .capa .ico-5{
  left: 20%;
  top: 86%;
}
footer .capa .ico-6{
  left: 33%;
  top: 42%;
}
footer .capa .ico-7{
  left: 31%;
  top: 99%;
}
footer .capa .ico-8{
  left: 40%;
  top: 19%;
}
footer .capa .ico-9{
  left: 47%;
  top: 50%;
}
footer .capa .ico-10{
  left: 56%;
  top: 16%;
}
footer .capa .ico-11{
  left: 59%;
  top: 52%;
}
footer .capa .ico-12{
  left: 65%;
  top: 88%;
}
footer .capa .ico-13{
  left: 69%;
  top: 23%;
}
footer .capa .ico-14{
  left: 78%;
  top: 44%;
}
footer .capa .ico-15{
  left: 86%;
  top: 26%;
}
footer .capa .ico-16{
  left: 96%;
  top: 34%;
}
footer .capa .ico-17{
  left: 92%;
  top: 83%;
}
footer .capa .ico-18{
  left: 79%;
  top: 100%;
}
footer .capa .ico-19{
  left: 44%;
  top: 85%;
}
@media only screen and (max-width:850px){
  .section-apoyanos-4{
    height: auto;
    padding: 40px 0 45px 0;
  }
  .section-apoyanos-4 .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-apoyanos-4 .fondo{
    display: none;
  }
  .formulario-1 .btn-enviar{
    background: #5A43B5 !important;
    width: 100%;
    height: 60px;
  }
}
.section-apoyanos-4 .contenido{
  text-align: center;
  margin-left:auto;
  margin-right: auto;
}
@media only screen and (max-width:550px){
  .section-apoyanos-4 .titulo {
    font-size: 26px;
  }
  .section-apoyanos-4 .col-md-6{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .formulario-1 .grupo input {
    border-radius: 10px;
  }
}
.section-apoyanos-1 .container{
  z-index: 5;
  position: relative;
}
@media only screen and (max-width:1200px){
  .section-apoyanos-1 .patita-right{
    max-width: 240px;
  }
  .section-apoyanos-1 .patita-left{
    max-width: 310px;
  }
}
@media only screen and (max-width:780px){
  .section-apoyanos-1 .patita-right {
    max-width: 200px;
  }
  .section-apoyanos-1 .patita-left {
    max-width: 240px;
  }
}
@media only screen and (max-width:500px){
  .section-apoyanos-1 .patita-left {
    left: -60px;
  }
  .section-apoyanos-1 .patita-right {
    right: -40px;
  }
  .section-apoyanos-3 .ico-8 {
    top: 91%;
    left: 152%;
  }
  .section-apoyanos-3 .ico-4 {
    top: 66%;
    left: 115%;
  }
  .section-apoyanos-3 .ico-7 {
    top: 76%;
    left: 140%;
  }
  .section-apoyanos-3 .ico-19 {
    top: 68%;
    left: -13%;
  }
  .section-apoyanos-3 .ico-9 {
    top: 98%;
    left: 103%;
  }
}
@media only screen and (max-width:350px){
  .section-apoyanos-1 .patita-left {
    max-width: 210px;
  }
  .section-apoyanos-1 .patita-right {
    max-width: 165px;
  }
  .section-apoyanos-1 {
    padding-top: 185px;
  }
  .section-apoyanos-1 .titulo {
    font-size: 32px;
  }
}
.section-conocenos-1{
  background: #02ACF7;
  min-height: 460px;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  padding-top: 195px;
  color:#fff;
}
.section-conocenos-1 .decoracion{
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.section-conocenos-1 .contenido{
  max-width: 670px;
  margin: 0 auto;
  width: 100%;
}
.section-conocenos-1 .titulo{
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.section-conocenos-2{
  padding: 70px 0 70px 0;
}
.section-conocenos-2 .container{
    max-width: 1300px;
}
.section-conocenos-3{
  background: #ED5051;
  padding: 50px 0 50px 0;
}
.section-conocenos-3 .contenido,
.section-conocenos-3 .contenido-img{
  max-width: 650px;
  margin: 0 auto;
}
.section-conocenos-3 .contenido{
  height: 100%;
  display: flex;
  align-items: center;
}
.section-conocenos-3 .titulo-0{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.section-conocenos-2 .item{
  border: 1px solid #02ACF7;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  height: 100%;
}
.section-conocenos-2 .item .subtitulo{
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
}
.section-conocenos-2 .item .part-head{
  height: 75px;
  background: #02ACF7;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.section-conocenos-2 .item .part-body{
  padding: 20px 20px 8px 20px;
}
.section-conocenos-2 .text{
  font-size: 18px;
  font-weight: bold;
}
.section-equipo-2{
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-equipo-2 .container{
  max-width: 1000px;
}
.section-equipo-2 .content-img{
  position: relative;
  height: 500px;
}
.bloque-titulo{
  position: relative;
  margin: 0 auto;
  display: table;
  margin-bottom: 70px;
  text-align: center;
}
.bloque-titulo .titulo{
  position: relative;
  z-index: 2;
  margin: 0 auto;
  display: table;
  font-weight: bold;
  font-size: 40px;
}
.bloque-titulo .ico{
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 0;
  max-width: 100px;
}
.section-equipo-3{
  padding-top: 35px;
  padding-bottom: 50px;
}
.item-equipo{
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.item-equipo .img-perfil{
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  left: -15px;
  top: 15px;
}
.item-equipo .content{
  padding-top: 20px;
  font-size: 17px;
  text-align: left;
  color:#7a7a7a;
}
.item-equipo .name{
  padding-bottom: 7px;
  color: #5A43B5;
}
.item-equipo .bloque-imagen{
  background: #5A43B5;
  position: relative;
  display: table;
  margin: 15px auto;
  margin-bottom: 16px;
}
.transparencia-1{
  padding-top: 70px;
  padding-bottom: 70px;
}
.guidestar{
  max-width: 135px;
  height: auto;
  width: 100%;
}
.text-transparencia p{
  font-size: 20px;
}
.transparencia-1 .accordion{
  max-width: 700px;
  margin: 0 auto;
}
.acordeon-especial .card-header{
  padding: 0;
  border:0;
}
.acordeon-especial .card-header .btn{
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  padding: 20px 20px;
  position: relative;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding-left: 60px;
  background: #5A43B5;
  color: #fff;
  white-space: normal !important;
}
.acordeon-especial .card-header .img{
  position: absolute;
  top: 11px;
  left: 11px;
  width: 37px;
}
.acordeon-especial .card-header a.collapsed .img-minus{
  display: none;
}
.acordeon-especial .card-header a:not(.collapsed) .img-plus{
  display: none;
}
.reportes p a{
  color:#000;
  font-size: 17px;
}
.reportes .pdf-ico{
  width: 25px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.header-simple{
  background: #5A43B5;
  height: 140px;
}
.acordeon-grande{
  max-width: 850px !important;
}
.acordeon-grande .card-body{
  font-size: 17px;
  color: #7a7a7a;
  line-height: 1.7;
}
.acordeon-grande .card-body p a{
  color:#ED5051;
  text-decoration: underline;
}
.banner-blog{
  height: 330px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.breadcrumb-content {
    position: relative;
}
.breadcrumb-content .title {
  display: inline-flex;
  font-size: 36px;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.1;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
  padding: 13px 40px 13px 20px;
  background: #ED5051;
  border-radius: 15px 15px 40px 15px;
  font-weight: 900;
}
.blog-0{
  padding: 100px 0;
  padding-bottom: 60px;
}
.item-blog .part-img{
  position: relative;
  height: 420px;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
.container-1300{
  max-width: 1300px;
}
.item-blog{
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 50px;
  padding-bottom: 18px;
}
.item-blog .subtitulo{
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}
.leer-mas{
  position: relative;
  color: #ED5051 !important;
  font-weight: 800;
  font-size: 18px;
}
.leer-mas::after{
  content: '';
  background-image: url(../../assets/img/paw.png);
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.item-blog .subtitulo a{
  color:#000;
  transition: all 0.3s ease-out 0s;
}
.item-blog .subtitulo a:hover{
  color:#ED5051;
}
.item-blog .date{
  margin-bottom: 4px;
}
.lista-categorias{
  list-style: none;
  padding: 0;
  margin: 0;
}
.lista-categorias li{
  padding-bottom: 13px;
  border-bottom: 1px dashed #c7c7c7;
  margin-bottom: 20px;
}
.lista-categorias li a{
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #5d5a77;
  font-weight: 400;
  position: relative;
}
.lista-categorias li a i{
  margin-left: auto;
  font-size: 15px;
  color: #898799;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.lista-categorias li a:hover,
.lista-categorias li a:hover i{
  color:#ED5051;
}
.sidebar-blog .widget-0{
  background: #f4f2eb;
  padding: 40px 30px;
  padding-bottom: 24px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sidebar-blog .widget-0 .text{
  font-size: 20px;
  color: #0a303a;
  font-weight: 800;
  margin-bottom: 25px;
  position: relative;
  line-height: 1;
  padding-right: 22px;
  text-transform: capitalize;
}
.item-widget{
  margin-bottom: 20px;
}
.item-widget .part-img{
  position: relative;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.item-widget .subtitulo{
  font-size: 18px;
  font-weight: 800;
  color:#000;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.item-widget:hover .subtitulo{
  color:#ED5051 !important;
}
.item-widget .date{
  color: #000 !important;
  margin-bottom: 1px;
  font-size: 14px;
}
.widget-0 .item-widget:nth-last-child(1){
  margin-bottom: 0;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}
#preloader img {
  width: 12%;
  min-width: 120px;
}
blockquote {
  margin: 31px 0 28px;
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  font-style: italic;
  line-height: 1.6;
  padding: 25px 20px 12px 60px;
  position: relative;
  background: #f4f1ea;
  border: 0.25px solid #f3c8c0;
  border-radius: 6px;
}
blockquote::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 26px;
  bottom: 40px;
  width: 4px;
  background: #673AB7;
  border-radius: 2px;
  height: 34%;
}
.body-news{
  font-size: 18px;
}
.body-news a{
  color:#ED5051;
  text-decoration: underline;
}
/* =WordPress Core ------ */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
@media only screen and (max-width:991px){
  .section-conocenos-2 .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width:580px){
  .section-conocenos-2 .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width:767px){
  .section-equipo-2 .container{
    max-width: 400px;
  }
  .section-equipo-2 .content-img{
    margin-bottom: 20px;
  }
  .item-equipo .img-perfil{
    top: 0;
    max-width: 100%;
    left: 0;
  }
}
.sidebar-blog{
  margin: 0 auto;
}
@media only screen and (max-width:950px){
  .blog-0 .col-md-7,
  .blog-0 .col-md-5{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-blog {
    max-width: 400px;
  }
  .blog-0 {
    padding-top: 50px;
  }
}
@media only screen and (max-width:480px){
  .item-blog .part-img {
    height: 300px;
  }
}
.page-single .titulo-0{
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 25px;
}
.page-single{
  padding: 50px 5px 40px 5px;
}
.page-single .container{
  max-width: 1200px;
}
.contenido-default a{
  color:#5A43B5;
  text-decoration: underline;
}
@media only screen and (max-width:500px){
  .page-single .titulo-0 {
    font-size: 32px;
  }
}
.btn-celeste{
  background: #02ACF7;
  text-align: center;
  min-width: 188px;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  height: 44px;
  border-radius: 10px;
  border: 0;
  margin-top: 10px;
  display: inline-block;
  padding-top: 10px;
}
.bloque-iframe-01{
  margin: 0px -34px -30px -34px;
}
.bloque-iframe-01 iframe{
  max-width: 420px !important;
  width: 100% !important;
}
.wpml-ls-statics-footer,
.otgs-development-site-front-end{
  display: none;
}




nav .list-redes-right{
  float: right;
}
.content-idioma{
  display: inline-block;
  float: right;
  position: relative;
  margin-right: 7px;
}
.content-idioma ul .wpml-ls-menu-item a {
  padding-right: 10px;
}
.content-idioma a{
  border: 1px solid #fff !important;
  padding: 0;
  display: inline-block;
	color: #fff;
	font-size: 14px;
  min-width: 87px;
  text-align: left;
  background: transparent;
}
.content-idioma ul{
  list-style: none;
  padding: 0;
}
.content-idioma .sub-menu{
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
}
.content-idioma:after {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 15px;
  position: absolute;
  top: 3px;
  right: 4px;
  color: #fff;
  pointer-events: none;
  padding: 0 5px;
  transition: all 0.4s;
}
.content-idioma.abierto .sub-menu{
  display: block !important;
  background: white;
  margin-top: 9px;
  width: 100%;
  text-align: center;
}
.content-idioma ul{
  margin: 0;
}
.content-idioma ul li{
  margin-left: 0 !important;
}
.content-idioma span{
  padding: 4px 12px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
}
.content-idioma-2{
  position: relative;
  padding-right: 10px;
  bottom: -2px;
  left: 4px;
}
.content-idioma.abierto:after{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-idioma .sub-menu span{
  padding-right: 4px;
}
.content-idioma.abierto .sub-menu a,
.content-idioma.abierto .sub-menu span{
	color:#000 !important;
}
.content-idioma.version-2 span{
  font-weight: 400 !important;
}
.content-idioma.version-2{
  margin: 0 auto;
  display: table;
  float: none;
  margin-top: 20px;
}
.item-blog .part-img .img-central{
  background-color: #f7f7f7;
}
.wp-pagenavi{
  text-align: center;
}
.wp-pagenavi .pages{
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span{
  width: 30px;
  display: inline-block;
  height: 30px;
  border-color: #5A43B5;
  color: #5A43B5;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  border-color: #5A43B5;
  background: #5A43B5;
  color: #fff;
}
.item-widget .part-img .img-central{
  background-color: rgba(255, 255, 255, 0.5);
}
#mc_embed_signup form{
  padding: 0 !important;
}
#mc_embed_signup div#mce-responses,
#mc_embed_signup div.response{
  float: none !important;
  top: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
  margin: 0 !important;
}
#mc_embed_signup div#mce-responses{
  position: relative !important;
  top:0 !important;
  left: 0 !important;
  font-weight: 700 !important;
}
#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100% !important;
  padding-bottom: 0 !important;
}
.seccion-instagram{
  margin-bottom: 20px;
}
.seccion-instagram .bloque{
  padding-bottom: 35px;
}
.section-home-2 .descripcion,
.section-home-3 .descripcion{
  font-size: 20px;
}





.section-home-4 .box-duo{
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.item-donacion{
  max-width: 400px;
  margin: 15px auto;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid #02ACF7;
}
.item-donacion .box-title{
  background-color: #02ACF7;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.item-donacion .box-title h2{
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-size: 28px;
}
.item-donacion .box-content{
  padding: 15px;
  min-height: 315px;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #fff;
}
.item-donacion .content-img{
  max-width: 225px;
  margin: 0 auto;
}
.item-donacion .content-img img{
  width: 100%;
  height: auto;
}
.item-donacion .content-img p{
  font-size: 14px;
  text-align: center;
  margin: 0;
  line-height: 1;
  padding-top: 12px;
}
.item-donacion .box-content .content-text{
  text-align: center;
}
.item-donacion .content-text h4{
  font-weight: 700;
  margin-bottom: 15px;
}
.item-donacion .content-text p{
  font-weight: 600;
}
.section-home-4 .inner-duo{
  max-width: 580px;
  margin: 0 auto;
}
.section-home-4 .inner-duo .item{
  background-color: #FFE890;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
  padding: 20px 50px;
  text-align: center;
  margin: 15px 0;
}
.section-home-4 .inner-duo .btn-celeste {
  margin-top: 0;
  font-weight: 700;
}
@media (max-width:1100px){
  .section-home-4.centro-0 .box-right {
    right: 0;
    top: 0;
  }
}
@media (max-width:767px){
  .item-donacion .box-content {
    min-height: 280px;
  }
  .section-home-4 .inner-duo .item {
    padding: 20px 30px;
  }
}
@media (max-width:550px){
  .section-home-4.centro-0 .box-right {
    right: -40px;
    top: -25px;
  }
  .section-home-4.centro-0 .box-left {
    left: -8px;
    top: 15px;
  }
  .section-home-4.centro-0 .col-md-6{
    padding: 0;
  }
}
@media (max-width:480px){
  .item-donacion .box-title {
    padding: 8px 15px;
  }
}
@media (max-width:360px){
  .item-donacion .box-title h2 {
    font-size: 26px;
  }
  .section-home-4 .inner-duo .item {
    padding: 20px 15px;
  }
}
footer .wp-block-social-links li a{
  background-color: #ffffff !important;
  color: #5b43b5 !important;
  border-radius: 50% !important;
  font-size: 20px !important;
}
