.logo-fundacion { padding-top: 20px; padding-bottom: 20px; background: #141414; }
.logo-fundacion img{max-width: 300px;}

.carita{
  background: #fff;
  border: 10px solid #fff;
  display: inline-block;
  border-radius: 100px;
}

.titleDark{
    font-size: 40px; text-transform: uppercase; margin-bottom: 10px; text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.titleWhite{
    font-size: 40px; text-transform: uppercase; margin-bottom: 20px; text-shadow: 2px 5px 3px rgb(255 255 255 / 30%);
}

.texto {
    font-size: 22px; color: #000000; padding-top: 1%;  padding-bottom: 2%; text-transform: math-auto; line-height: 24px; 
}
.texto span{ font-size: 36px; line-height: 40px; font-weight: 800; }

.background-yellow{ background: #f8c311; border-top-left-radius:25px;border-top-right-radius: 25px; padding-top: 3%; padding-bottom: 3%; }

.divider-img.txt-divider { background: #141414; display: block; padding-top:10px }

.background-yellow2{ background: #f8c311; }
.background-gray{ background: #dedede; background-image: none !important; border-top-left-radius:25px;border-top-right-radius: 25px; padding-top: 3%; padding-bottom: 3%; }
.background-gray2{ 
    background: rgb(171,166,163);background: linear-gradient(180deg, rgba(171,166,163,1) 0%, rgba(195,191,180,1) 50%, rgba(235,233,208,1) 100%); border-top-left-radius:25px;border-top-right-radius: 25px; padding-top: 3%; padding-bottom: 3%; 
}
.backDark{ background: #000000; border-top-left-radius:25px;border-top-right-radius: 25px; padding-top: 3%; padding-bottom: 3%; }
.background-black{background: #000000;}
/*Imagenes de titulos*/
.logo{ max-width: 200px; }
.programas-image{ max-width: 400px; }

/*PROGRAMAS*/
.backDegradado{
    background: rgb(27,101,166); background: linear-gradient(0deg, rgba(27,101,166,1) 0%, rgba(14,126,148,1) 50%, rgba(3,158,127,1) 100%);border-radius: 20px;
}
.backProgram{background: #f8c311; border-radius: 20px;}
.programas{
    display:flex; justify-content: center; flex-wrap: wrap; position: relative; margin:10px 0; padding:0; 
}
.programas:hover{}
.programa-icon{
    display: block; width: 70px; height: 75px; margin: auto; padding-top: 10px;
}
.programa-icon img{
    width:100%; height:auto; max-width: 70px; padding-top: 10px;
}
.programas label {
    display: inline-block; margin-bottom: 0; width: 100%; color: #ffffff; text-align: center; font-size: 40px; height: 50px;
}
.programa-link .data{
    font-size: 18px;color: #ffffff; text-align: center; text-transform: math-auto; display: inline-block; position: relative; line-height: 15px; margin-bottom: 10px; width: 100%; height: 80px;
}

.owl-dots .owl-dot.active{ background: #f8c311 !important; }
.text-donacion{    
    font-size: 34px; 
}

.embed-container {
    position: relative; padding-bottom: 27%; height: 0; overflow: hidden; width: 100%;max-width: 600px;
}
.texto-gracias{
    font-size: 22px; color: #000000; padding-top: 1%; line-height: 28px; text-transform: uppercase; line-height: 24px; text-align: center;
}
.programa-link span{
    background: #000000; color: #ffffff; font-size: 11px; padding: 3px 15px 3px; border-radius: 10px; text-decoration: none; border: 0; text-align: center; position: absolute; bottom: -3px;
}
.icon{display: inline-block; width: 100%; position: relative; max-width: 100px;}
.font-400{font-weight: 100;}
.h-400{height: 400px;}
.generosidad{ padding-top: 5%; padding-bottom: 35%; font-size: 22px; font-weight: 100; text-transform: math-auto; line-height: 24px; }

.link-video{display: inline-block;}
.link-video .play{display: none;}
.link-video:hover .play{display: flex; justify-content: center; position: absolute; top: 37%; width: 100%; text-align: center;}
.link-video:hover .play img{max-width: 150px;}

.text-unete{display: inline-block; margin-bottom: 0; width: 100%; font-size: 36px; height: auto; padding-top: 20px; padding-bottom: 20px; line-height: 33px;}
.link-video img{border-radius: 20px !important;}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.parallax-container {
    background: rgba(0, 0, 0, 0.5);
}

/* OWL controls */

.owl-prev, .owl-next {
    color: #ffffff;
    position: absolute;
    top:50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size:40px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-prev {left: 0px; top: 70%; }
.owl-next {right: 0px; top: 70%;}
.owl-controls {text-align: center;z-index:3;}
.owl-controls .owl-page {display: inline-block;}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-dots{
    width: 100%;
    height: 40px;
    display: block;
    text-align:center;
    padding-top:10px;
    position:relative;
    bottom:0px;
    background:rgba(241,241,241,0);
    /* border-top:1px solid #f1f1f1; */
}
.owl-dots .owl-dot{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#c5c5c5;
    margin:0 3px;
    border:2px solid rgba(255,255,255,0);
    opacity:0.7;
}

.owl-dots .owl-dot.active{background:#084a75;}

.owl-dots .owl-dot:hover{background:rgba(0,0,0,0.8);}
.owl-dots .owl-dot.active{opacity:1;background:#606060;cursor:default;}

.d-desktop{display: inline-block;}
.redes-mobile{display: none;}

@media screen and (max-width: 1600px){
    .text-unete{font-size: 30px;}
    .texto span { font-size: 30px; line-height: 30px; }
    .generosidad {font-size: 20px;}
    .h-400 { height: 350px; }
    .text-donacion { font-size: 30px; }
}
@media screen and (max-width: 1360px){
    .embed-container{padding-bottom: 40%;}
}
@media screen and (max-width: 1360px){
    .text-unete {  font-size: 26px;  }
    .text-donacion { font-size: 26px; }
}
@media screen and (max-width: 1200px){
    .programas {justify-content: space-evenly;}
    .programa-link .data{font-size: 14px; line-height: 12px;height: 65px;}
    .programa-link span{bottom: -12px;}
    .programas label{ font-size: 26px; height: 35px;}
    .programa-icon{width: 60px;}
    .texto { font-size: 18px;}
    .programas-image { max-width: 320px; }
    .icon {max-width: 70px;}
    .logo-fundacion img { max-width: 250px; }
}
@media screen and (max-width: 1120px){
    .text-unete{ font-size: 22px; line-height: 24px;}
    .text-donacion { font-size: 22px; }
}
@media screen and (max-width: 991px){
    .padd-info{ padding: 10px; }
    .programa-link .data { font-size: 12px; line-height: 11px; height: 60px; }
    .text-donacion { font-size: 18px; }
    .texto span {font-size: 24px;} 
    .h-400 { height: 300px; }
    .logo-fundacion img { max-width: 200px; }
    .programas-image { max-width: 250px; }
    .texto { font-size: 16px; line-height: 16px; padding-bottom: 0%; }
    .generosidad{padding-bottom: 37%;}
    .embed-container { padding-bottom: 60%; }
    .programa-link span { bottom: -2px; }
    .texto-gracias { font-size: 18px; }
    .text-unete { font-size: 20px; line-height: 24px; padding: 20px; }
}
@media screen and (max-width: 900px){
    .h-400 { height: 240px; }
}

@media screen and (max-width: 767px){
    .padd-info { padding: 20px; }
    .programa-link .data { font-size: 14px; line-height: 14px; height: 95px; }
    .programa-link span{ padding: 5px 15px 5px; bottom: -7px; }
    .texto{padding-bottom: 0%;line-height: 18px;}
    .generosidad { padding-bottom: 37% !important; padding-left: 5%; padding-right: 5%; font-size: 18px; line-height: 27px; }
    .texto span { font-size: 20px; line-height: 22px; }
    .generosidad br{display: none;}
    .generosidad span{width: 100%; display: inline-block;}
    .generosidad span br{display: inline-block;}
    .text-unete { font-size: 24px; line-height: 25px; padding: 20px; }
    .programa-link{margin-bottom:4%;}
    .link-video:hover .play img { max-width: 80px; }
}
@media screen and (max-width: 575px){
    .d-desktop{display: none;}
    .d-mobile {display: inline-block;}
    
    .link-video img{width: 100%;}
    .redes-mobile{display: inline-block;}
    .text-donacion{padding-left: 20px; padding-right: 20px;}
    .back-corazones{background-size: cover !important; background-repeat: no-repeat !important; background-position: center !important;padding: 0;    background-image: url('../../../../images/fundacion/home/Back-programas.jpg') !important;}
    .background-white-responsive{background: #fff;}
    .back-gray-resp{background: #fff;}
    .texto{ font-size: 20px; line-height: 22px; padding-bottom: 10%; padding-left: 7%; padding-right: 7%; padding-top: 7%;}
    .texto br{display: none;}
    .padd-info {  width: 51% !important; padding: 5px; margin-bottom: 15%; }
    .link-video{width: 45%; margin-bottom: 30px;}
    .item{display: flex; justify-content: space-between;flex-wrap:wrap; }
    .programa-link .data { font-size: 20px; line-height: 18px; height: 100px; }
    .programas label { font-size: 36px; height: 40px; }
    .colabora{font-size: 18px; line-height: 22px; padding-bottom: 0%; padding-left: 4%; padding-right: 4%;  padding-top: 3%;}
    .generosidad br{display: inline-block;}
    .h-400 { height: 300px; }
    .generosidad { font-size: 18px; }
    .parallax-container { background: rgba(0, 0, 0, 0.6); }
    .text-unete {font-size: 20px;}
    .embed-container { padding-bottom: 60%; }
    .texto-gracias { font-size: 20px; line-height: 20px; padding: 10px 30px; }
    body{background: #ffffff;}
    .div-amarillo img{ max-width:100%;height: 200px; }
    .div-amarillo .carita{ max-width: 170px; height: 170px;}
    .content-carita{padding:5% 0%;position: absolute; left: 0; width: 100%; display: inline-block;}
    .logo-fundacion{padding-bottom: 0px;}
    .divider-img.txt-divider{padding-top: 0px}
    .divider-img.txt-divider .background-yellow{border-top-left-radius: 0px; border-top-right-radius: 0px;}
}
@media screen and (max-width: 520px){
    .highlight-txt{padding-left: 5%; padding-right: 5%;}
    .highlight-txt .texto br{display: none;}
    .resp-padd{padding-left: 5%; padding-right: 5%;}
}

@media screen and (max-width: 480px){
    .programa-link span{ bottom: -12px;font-size: 10px; }
    .text-unete { font-size: 20px; line-height: 25px; padding: 15px; } 
    .programas-image { max-width: 300px; margin-top: 10px;}
    .texto-gracias br{display: none;}
}
@media screen and (max-width: 360px){
    .generosidad { padding-left: 5%; padding-right: 5%; font-size: 16px; }
    .colabora { font-size: 14px; line-height: 22px; padding-bottom: 0%; padding-left: 0%; padding-right: 0%; padding-top: 3%; }
    .colabora br{display: inline-block;}
    .programa-link .data { font-size: 17px; line-height: 16px; height: 90px; }
    .padd-info { width: 60% !important; margin-bottom: 5%; }
    .text-unete { font-size: 16px; }
    .texto-gracias {font-size: 18px;}
    .text-donacion { font-size: 14px; }
    .texto { font-size: 18px;  padding-bottom: 10%; padding-left: 3%; padding-right: 3%;}
}