/*que es kidi*/


.content-for h2 {

    text-align: center;
    padding-top: 20px;
    color: #3066BE;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;


}

.esuna {
    width: 100%;
    margin: auto;
	display: flex;
    text-align: center;
    flex-wrap: wrap;
	justify-content: center;
    color: #76757b;
    font-size: 18px;
    padding-bottom: 10px;

}



.content-item3 {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 35px;
    padding-bottom: 20px;


}

.content-item3 p {
    text-align: left;
    color: #76757b;
    font-size: 18px;


}

.parra1 {
    padding-right: 40px;
}


@media screen and (max-width:1126px) {


    .content-item3 {
        width: 70%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: none;

    }

    .parra1 p {
        text-align: right;
        color: #76757b;
        font-size: 18px;


    }

    .parra1 {
        padding-right: none;
        text-align: left;
        margin-left: -15px;
    }

   .esuna {
    width: 95%;
    margin: auto;
	display: flex;
    text-align: center;
    flex-wrap: wrap;
	justify-content: center;
    color: #76757b;
    font-size: 18px;
    padding-bottom: 10px;

}




}

/*todo en un mismo lugar*/


.content-two {
    margin-top: 0px;
    background: #f2f2f2;
    width: 100%;


}

.content-details {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.tit h2 {
    padding-top: 10px;

    text-align: center;
    color: #3066BE;
    font-size: 28px;
    font-weight: 500;

}

.content-item2 a {
    color: #3066BE;
}

.content-item22 a {
    color: #3066BE;
}

.content-item2 h4 {
    color: #3066BE;
    font-size: 25px;
    font-weight: 500;
}

.content-item22 h4 {
    color: #3066BE;
    font-size: 25px;
    font-weight: 500;
}

.content-item2 {
    font-size: 18px;
    line-height: 35px;
    width: 320px;
    text-align: center;
    margin: 1%;
    color: #76757b;
    padding-right: 1%;
    border-right: 1px solid #76757b;
}

.content-item22 {
    font-size: 18px;
    line-height: 35px;
    width: 320px;
    text-align: center;
    margin: 1%;
    color: #76757b;
    padding-right: 1%;
    border-right: none;
}

.content-item2 p {
    padding: 0px 0px;
    text-align: center;
}

.content-item22 p {
    padding: 0px 0px;
    text-align: center;
}

.image {
    padding: 10px;
    width: 85px;

}

@media screen and (max-width:1126px) {
    .content-two {
        width: 100%;


    }

    .tit h2 {
        font-size: 25px;


    }

    .content-item2 h4 {
        line-height: 35px;
        font-size: 22px;


    }

    .content-item22 h4 {
        line-height: 35px;
        font-size: 22px;


    }

    .content-item2 {

        width: 90%;
        border-right: none;
    }

    .content-item22 {

        width: 90%;
        border-right: none;
    }

    .content-item2 p {
        padding: 0px;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
    }

    .content-item22 p {
        padding: 0px;
        text-align: center;
        line-height: 35px;
        font-size: 16px;
    }

    .image {
        padding: 0px;
        width: 70px;
    }
}

/*CONTENT TWO*/



.two {
    margin-top: 0px;
    width: 100%;
}

.details {

    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ti h2 {
    padding-top: 30px;
    text-align: center;
    color: #3066BE;
    font-size: 28px;
    font-weight: 500;


}

.item2 {
    font-size: 18px;
    width: 340px;
    text-align: center;
    margin: 1%;
    color: #76757b;
    padding-right: 1%;

}

.mage {
    padding: 10px;
    width: 20%;
    color: #e47171;
    font-size: 40px;
}

.age {
    padding: 10px;
    width: 80%;
    color: #e47171;
    font-size: 40px;
}

@media screen and (max-width:1100px) {
    .ti h2 {

        font-size: 25px;
    }

    .item2 {
        width: 240px;
    }

    .mage {
        padding: 0px;
        width: 25%;

    }

    .age {
        padding: 10px;
        width: 90%;
    }

}

.pnlNotificacion {
    border-radius: 2px;
    color: #ffff;
    width: 250px;
    padding: 8px 12px;
    font-size: 20px;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.pnlNotificacion.error {
    visibility: visible;
    color: #ffff;
    background-color: #e47171;
}

.pnlNotificacion.success {
    visibility: visible;
    background-color: rgba(64, 171, 219, .7);
}
