/* ---- STYLE WEB ---- */

#slider .titleContainer {
    /* background: rgb(0 0 0 / 40%); */
    position: absolute;
    /* left: 10%; */
    /* padding-left: 10%; */
    left: 0;
    right: 15%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    /* padding-bottom: 4%; */
}

#slider .titleContainer .title {
    font-size: 40px;
    color: #313140;
    /* text-align: center; */
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

#slider .titleContainer .title2 {
    font-size: 16px;
    margin-bottom: 0;
    /* font-style: italic; */
    font-weight: lighter;
    color: #313140;
    /* text-align: center; */
    font-family: 'Poppins', sans-serif;
}
#slider .titleContainer .line {
background-color: #fff;
height: 2px;
width: 200px;
margin-bottom: 30px;
}

#slider .btn {
    background-color: var(--color1);
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
}

#slider .btn:hover {
    color: #fff;
}

#slider img {
    object-fit: cover;
    object-position: top;

    /* height: 560px; */
    height: 85vh;
    width: 100%;
}

#slider .form-control{
    border-radius: 10px;
}

#slider .form-select:focus{
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}
#slider .form-select{
    color:#959595;
}
#slider i{
    color: var(--color2);
}

.niveles{
    background-color: #f5f6f9;
    padding-top: 60px;
    padding-bottom: 60px;
}

.niveles .card{
    border-radius: 20px;
    border: 0;
    overflow: hidden;
}

.niveles .card .card-title{
    color: #313140;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.niveles .card .card-title2{
    color: #9C9C9C;
    font-size: 14px;
    font-weight: 400;
}
.niveles .card .desc p{
    color: #515164;
    font-size: 16px;
}
.niveles .card .card-text{
    color: #9C9C9C;
    font-size: 14px;
    font-weight: 400;
}
.niveles .card .card-text span{
    color: #313140;
    font-size: 18px;
    font-weight: 600;
}

.nosotros{
    margin-top: 60px;
    margin-bottom: 60px;
}

.nosotros .portada-izquierda{
    border-radius: 69% 31% 22% 78% / 50% 64% 36% 50%;
}

.nosotros i{
    color: #2183DE;
}

.aliados{
    border-top: 2px solid #e1e5ea;
    padding-top: 60px;
    padding-bottom: 60px;
}
.aliados .item{
    border: 2px solid #e1e5ea;
    border-radius: 20px;
    width: 180px;
    height: 80px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.aliados .item img{
    /* width: 100%; */
    height: 100%;
    transition: .5s, color .10s;
}
.aliados .item:hover img{
    transform: scale3d(1.20, 1.20, 0.3);
}


              

              
@media (max-width: 500px) {

   
}

div[id] {
    scroll-margin-top: 150px;
}
