body{
    background-color: #FFFFFF !important;
}

.about_us{
  height: 500px;
  overflow: hidden;
  position: relative;
}

.bg-about_us{
    position: relative;
}

.bg-about_us{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    
}

.bg-about_us::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.text-about-overlay{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    padding: 20px;
}

.text-about-overlay p{
    text-align: center;
    font-size: 40px;
    font-family: Didact Gothic;
}

.break_about_us{
    background-color: #FFFFFF;
}

.bg-wawd {
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
}

.bg-wawd::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); 
}

.bg-wawd{
    position: relative;
    text-align: center;
}

.text-overlay{
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    padding: 20px;
}

.title-wawd {
    margin: 10px;
    padding: 40px;
    font-size: 50px;
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
}

.text-wawd {
    margin-top: 20px;
    font-size: 40px;
    font-family: Didact Gothic; 
}


@media (max-width: 962px) {
    .text-overlay{
        width: 100%; 
        padding: 2px;
    }

    .title-wawd {
        font-size: 36px;
        margin: 0;
    }

    .text-wawd{
        font-size: 24px;
        margin: 0;
    }

    .text-about-overlay{
        padding: 0;
    }

    .text-about-overlay p{
        font-size: 24px;
    }
}


.focus{
    margin-top: 40px;
    padding-top: 20px;
}

.title_focus{
    text-align: center;
    margin: 20px 0;
    padding: 30px 0 40px 0;
    font-size: 50px;
    font-family: Montserrat;
    font-weight: bold;
}

.box-focus_icons p{
    font-size: 26px;
    font-family: Didact Gothic;
    font-weight: 600;
}

.container-focus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 500px); 
    grid-template-rows: repeat(2, 400px);
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
}

.box-focus_icons {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lottie-container-6,
#lottie-container-7,
#lottie-container-8,
#lottie-container-9 {
    width: 100%; 
    max-width: 400px; 
    height: auto;
}

@media (max-width: 1000px) {
    .container-focus {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }

    #lottie-container-6,
    #lottie-container-7,
    #lottie-container-8,
    #lottie-container-9 {
        max-width: 280px;
    }
    
    .title_focus{
        font-size: 36px;
        padding: 0 20px;
        margin-bottom: 5px;
    }
}


.contact_button{
    padding: 40px 0 30px 0;
    margin-top: 10px;
}

.contact_button h2{
    font-size: 30px;
    font-family: Montserrat;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 0 #948a8a; 
}

.whatsapp{
    background-color: #4F6F52;
    border: 2px solid #4F6F52;
    border-radius: 50%;
}

.email{
    background-color: #DB4437;
    border: 2px solid #DB4437;
    border-radius: 50%;
}

.whatsapp span:hover{
    background-color: #ffffff;
    color: #198754; 
    border: none !important; 
}

.email span:hover{
    background-color: #ffffff;
    color: #DB4437;
}