/* GENERAL */

.custom-page-header:after,.custom-page-header:before {
    background-color: #f5f5f5;
}

/* COLORES */

.text-red{
    color: red !important;
}

.text-color-hover-red:hover{
    color: red !important;
}

.bg-yellow{
    background-color: #ffcc00 !important;
}

.bg-red{
    background-color: red !important;
}

.col-img-our-services:before {
    background-color: transparent;
}

.bg-grey-tece{
    background-color: #f5f5f5;
}

/* TAMAÑOS */

.fa-linkedin-in,.fa-youtube{
    font-size: 2.5em;
}
/* HEADER */

.header-logo img{
    width: 233px;
    height: 62px;
}

.manual:after {
    z-index: 0;
    background-color: transparent !important;
}

.manual.custom-slider-container {
    height: 112vh;
}


/* CARDS */

#cards img{
    width: 70px;
}
.custom-slider-container:after,.custom-slider-container:before {
    background-color: #f4f4f4;
}

#cards h4{
    min-height: 2.5em;
}

#cards .card-text{
    min-height: 11em;
}


/* ABOUTUS */

#nosotros p,#nosotros li{
    color: black;
}
/* MISSION */

#mision h2{
    font-size: 7em;
}

/* TEAM */

.equipo {
    background-color: #f5f5f5;
}

.card-info{
    min-height: 27em;
}

.equipo .card-text{
    min-height: 18em;
}

/* OBJECTIVES */

.our-services:after {
    background-color: transparent;
}

/* READY */

.are-you-looking-for{
    background-image: url('../img/ready/bg-ready.svg');
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

/* NEWS */

.our-blog{
    background-color: #f5f5f5;
}
/* CONTACT */

#contacto {
    background-color: #fff;
}

#contactUSForm .form-control::placeholder,#contactUSForm .form-control::placeholder{
    color: black;
}

#contactUSForm .form-check-input{
    border: red solid 1px;
}

#contactUSForm label {
    color: black;
}

/* FOOTER */

footer {
    background: #212529;
}

#footer:before {
    background-color: transparent;
}

#clients h3{
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
}

/* LEGAL */

.legal-content,.legal-content p,.legal-content b{
    color: black;
}

/* COURSES */

.secure-course-content,.personalized-course-content,.courses-banner{
    background-color:#f5f5f5;
}

.secure-course-content h3,.eficient-course-content h3,.personalized-course-content h3{
    font-size: 21px;
}

.secure-course-content p,.eficient-course-content p,.personalized-course-content p{
    color: black;
    font-size: 14px;
}

.modal {
    --bs-modal-width: 700px;
}

.modal li,.modal p{
    color: black;
}

.partners{
    background-image: url('../img/courses/bg-partners.svg');
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    background-size: cover;
}

.border-right{
    border-right: #F5F5F5 solid 2px;
}






