

.fi-row{
    border-bottom: 1px solid #dedede;
    padding-bottom: 2%;
}

.plan__items {
    padding: 30px;
    border-radius: 10px;
    background-color: #def8f6;
}

.text-azul{
    color: #0e204d;
}

.tx-justify{
    text-align: justify;
}

.icon-comm-item {
    background: url(../images/general/hearing-aid.png);
    width: 100%;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.ti-comm-1{
    color: #ff8200;
    font-size: 4em!important;
}

.ti-comm-2{
    color: #002978;
    font-size: 4em!important;
}

.ti-comm-3{
    color: #54b51a;
    font-size: 4em!important;
}

.tx-comm-1{
    font-size: 1.2em!important;
    color: #ff8200;
}

.tx-comm-2{
    font-size: 1.2em!important;
    color: #002978;
}

.tx-comm-3{
    font-size: 1.2em!important;
    color: #54b51a;
}

.img-full{
    display: block;
    width: 100%;
}

.ti-mito{
    font-size: 1.2em;
    background: #4ba117;
    padding: 1%;
    color: #fff;
}

.ls-mitos li{
    color: #002978!important;
}

.reveal-item {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
}
  
.reveal-item.active{
    transform: translateY(0);
    opacity: 1;
}

.item-img-sl{
    display: block;
    position: relative;
    width: 100%;
    border-radius: 100%;
}

.ti-sol{
    background: #1d2a4d;
    color: #fff;
    padding: 1% 1%;
    text-transform: uppercase;
    font-size: 2em;
}

.ti-sol-1{
    text-transform: uppercase;
    font-size: 1.8em;
    margin-top: 2%;
    color: #54b51a;
}

.mb-i5{
    margin-bottom: 3%;
}

.st-sol-1{
   font-size: 1.4em;
}

.post__desc{
    text-align: justify!important;
}

.wp-block-image img{
    display: block;
    width: 100%!important;
}

.ti-maest1{
    background: #ff8200;
    color: #fff;
    padding: 2% 0;
    font-size: 2em;
    border-radius: 0 0px 45px 45px;
    margin-bottom: 5%;
}

.ti-verd{
    margin: 3% 0;
    text-align: center;
    color: #5ab031;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2;
}

.tx-general{
    font-size: 16px;
}

.ti-cad{
    font-size: 1.8em;
    color: #0040a6;
    line-height: 1.2;
    margin-bottom: 4%;
}

.ti-donor-2{
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    background: #00bbe2;
    width: 70%;
    margin: 0 auto;
    padding: 1.5% 0;
    line-height: 1;
    border-radius: 25px; 
}

.ti-donor-2 span{
    font-size: 90%;
    font-weight: 100;
}

.mb-rea{
    margin-bottom: 4%;
}

.box-az{
    display: block;
    position: relative;
    width: 100%;
    background: #0040a6;
    height: 8vh;
    top: -25%;
    z-index: -1;
}

.ti-cad2{
    background: #00bbe2;
    color: #fff;
    font-size: 1.5em;
    padding: 1.5% 2%;
    border-radius: 10px;
}

.mb-0{
    margin-bottom: 0;
}

.btn-ayuda{
    display: block;
    width: 50%;
    text-align: center;
    background: #00bbe2;
    color: #fff;
    padding: 1.2% 0;
    font-size: 1.8em;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 3%;
    font-weight: 600;
}

.btn-paypal{
    display: block;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 15%;
}
 
.btn-paypal img{
    display: block;
    width: 100%;
}


.btn-gogetfunding{
    display: block;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 15%;
    margin-top: 5%;
}
 
.btn-gogetfunding img{
    display: block;
    width: 100%;
}

.ti-aud{
    text-align: center;
    font-size: 1.8em;
    color: #232f5d;
    text-transform: uppercase;
}

.service-manto{
    display: block;
    margin: 0 auto;
    width: 25%;
    margin-bottom: 5%;
}
.tx-service{
    text-align: center;
    color: #1d2a4d;
    font-size: 1.8em;
    margin-bottom: 8%;
}


/*********************************************************************************************************************************/
/********************************************************* RESPONSIVE ************************************************************/ 
/*********************************************************************************************************************************/
@media all and (max-width: 736px)
{
    
.pl-5, .px-5 {
    padding-left: 1rem !important;
}
.ti-donor-2 {
    font-size: 1.5em;
    width: 90%;
}


}
/********************************/









































