.aboutusNav{
    opacity: 1;
    font-weight: bold;
    color: white
}

.iconsmargin1 {
    margin-bottom: 5px;
}

.iconsmargin2 {
    margin-bottom: 15px;
}

.aboutusNav .nav-link:hover {
    font-weight: bold;
}

.textplusimg2{
    margin-bottom: 150px;
}

.wagonImage{
    width: 1000px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.retangulo {
    background-color: #C39C42;
    padding: 30px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-top: 200px;
    margin-bottom: 200px;
}


@media (max-width: 768px) {
    .retangulo {
        margin-top: 200px;
        width: 100%;
        padding: 20px;
    }

    .textSpace{
        margin-bottom: 20px;
    }
}

.managers-div{
    margin-top: 70px;
    margin-bottom: 200px;
}

.quote-section {
    position: absolute;
    top: 50%;
    height: 75%;
    right: 0;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 50px;
    border-radius: 4px;
    margin-right: 50px;
    max-width: 35%;
}

.quote-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 30px; /
}

.creator {
    margin-top: 40px;
    font-size: 14px;
    text-align: left;
}

.creator-name {
    color: #C39C42;
}

.creator-image {
    /*margin-top: 25px;*/
    width: 110px;
}

.quotes {
    position: absolute;
    top: -25px;
    right: -20px; 
    width: 100px; 
    height: auto;
    
}
.ourTeamImage{
    margin-top: 70px;
    width: 1000px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}




@media (max-width: 1400px) {
    .quote-text {
        font-size: 14px;
        margin-top: 10px;
    }
    
    .quotes {
        position: absolute;
        top: -25px;
        right: -20px; 
        width: 80px; 
        height: auto;
        
    }
    .creator {
        margin-top: 10px; 
        font-size: 12px; 
        text-align: center;
    }

    .creator-image {
        margin-top: 0px;
    }
}




@media (max-width: 1200px) {
    .quote-text {
        font-size: 11px;
        margin-top: 10px;
    }
    .quotes {
        position: absolute;
        top: -15px;
        right: -10px; 
        width: 60px; 
        height: auto;   
    }
    .creator-name{
        font-size: 10px; 
    }
    .creator {
        margin-top: 10px; 
        font-size: 10px; 
        text-align: center;
    }

    .creator-image {
   
        width: 50px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .quote-section {
        padding: 30px;
    }
    
    .quote-text {
        font-size: 9px;
        margin-top: 10px;
    }
    .quotes {
        position: absolute;
        top: -10px;
        right: -10px; 
        width: 40px; 
        height: auto;   
    }
    .creator-name{
        font-size: 9px; 
    }
    .creator {
        margin-top: 10px; 
        font-size: 9px; 
        text-align: center;
    }

    .creator-image {
   
        width: 30px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .quote-section {
        background: rgba(255, 255, 255, 0.9);
        padding: 30px;
        border-radius: 4px;
        max-width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        right: 50%;
        transform: translateX(50%);
        box-shadow: none; 
        position: relative; 
    }

    .image-managers {
        width: 100%;
        height: auto;
        object-fit: cover; 
        object-position: center; 
        margin-bottom: 20px; 
    }

    
    .managers-div{
        margin-top: 70px;
        margin-bottom: 80px;
    }

    .quotes {
        display: none;
        top: -200px; 
        right: 10px; 
        width: 30px; 
        height: auto;
    }

    .quote-text {
        font-size: 14px; 
        margin-top: 10px;
    }

    .creator {
        margin-top: 10px; 
        font-size: 14px; 
        text-align: center;
    }

    .creator-name {
        font-size: 14px; 
        text-align: center;
    }

    .creator-image {
        margin-top: 10px;
        width: 50px; 
       height: auto;
    }
}

iframe{
    margin-top: 40px;
}

