.camila-main {
    min-height: 85vh;
    margin-top: 5vh;
}

.camila-main-container {
    height: 40vh;
    background-color: transparent;
    justify-content: center;
}

.camila-main-container:before {
    background-image: url('../assets/img/blue_background.png');
    background-size: cover;
    content: '';
    height: 440px;
    width: 0%;
    margin-top: 150px;
    position: absolute;
    left: 0;
    z-index: 0;
    transition: all 0.3s ease-out;
}

.camila-main-container-anim:before {
    width: 100%;
}

.camila-main-right {
    width: 50%;
    padding-top: 32px;
    margin-left: 64px;
}

.camila-main-right-title {
    padding-left: 80px;
    overflow-x: visible;
    position: relative;
}

.camila-main-right-logo {
    padding: 40px 80px;
    transform: scale(2);
    opacity: 0;
    background-color: white;
    border: 4px solid #01818e;
    border-radius: 24px;
    position: relative;
    z-index: 4;
    transition: all 0.8s ease 0.3s;
}

.camila-main-right-logo-anim {
    opacity: 1;
    transform: scale(1);
}

.camila-main-right-subtitle {
    margin-top: 32px;
    margin-bottom: 80px;
    padding-left: 80px;
    padding-right: 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #ffaa3c;
    opacity: 0;
    transition: all 0.8s ease 0.5s;
}

.camila-main-right-subtitle-anim {
    opacity: 1;
    transform: none;
}

.camila-main-right-list {
    background-color: #01818e;
    color: white;
    padding: 40px 80px 20px 80px;
    border: 4px solid white;
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: bottom;
    transition: all 0.8s ease 0.8s;
}

.camila-main-right-list-anim {
    opacity: 1;
    transform: none;
}

.camila-main-right-list ul {
    list-style-type: none;
    padding-left: 0;
}

.camila-main-right-list ul li {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    margin-right: 32px;
}

.camila-main-right-list-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.camila-main-middle {
    width: 40%;
    height: 900px;
    min-width: 781px;
    margin-top: 200px;
    position: relative;
    transform: translateY(-28vh) translateX(-40px);
}

.camila-main-top-image {
    margin-top: 160px;
    transform: scale(0.8) translateX(40px);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0.2s;
}

.camila-main-top-camila-anim {
    opacity: 1;
    transform: scale(1.4) translateY(40px);
}

.camila-main-top-apolo-anim {
    scale: 1;
    opacity: 1;
}

h1 {
    font-family: 'milk_and_honeyregular';
    color: #01818e;
    font-size: 140px;
    margin-bottom: 0px;
}

.camila-main-title-text {
    color: #01818e;
    font-size: 30px;
    margin-top: -30px;
    margin-bottom: 90px;
}

/* Responsivity */
@media screen and (max-width: 2200px) {
    .camila-main-right-logo-anim {
        transform: scale(0.8);
    }

    .camila-main-top-camila-anim {
        transform: scale(1.2) translateX(40px);
    }

    .camila-main-container {
        justify-content: start;
    }
}

@media screen and (max-width: 1500px) {
    .camila-main-right-logo-anim {
        transform: scale(0.6);
    }

    .camila-main-top-camila-anim {
        transform: scale(1) translateX(0px);
    }
}

@media screen and (max-height: 768px) {
    .camila-main-top-camila {
        transform: translateY(-120px);
    }
    .camila-main-top-camila-anim {
        transform: translateY(-120px);
    }

    .camila-main-container:before {
        height: 340px;
    }

    .camila-main-right-subtitle {
        margin-top: 16px;
        margin-bottom: 40px;
        transform: translateY(-20px) translateX(-20px);
    }

    .camila-main-right-list {
        padding: 20px 80px 10px 80px;
        transform: translateY(-20px) translateX(-20px);
    }
}

@media screen and (max-height: 720px) {
    .camila-main-right-list {
        padding: 15px 80px 5px 80px;
        transform: translateY(-30px) translateX(-20px);
    }
}

@media screen and (max-height: 700px) {
    .camila-main {
        height: 120vh;
    }
}

/* Mobile version */
@media screen and (max-width: 768px) {
    .camila-main-container {
        display: none !important;
    }

    .camila-main-top-image-mobile {
        z-index: 2;
        opacity: 0;
        transform: scale(0.1);
        transition: all 0.5s ease-out;
    }
    
    .camila-main-top-image-mobile-anim {
        z-index: 2;
        opacity: 1;
        transform: scale(0.75);
    }

    .camila-main-mobile-logo-container:before {
        background-image: url('../assets/img/blue_background.png');
        background-size: cover;
        content: '';
        height: 116px;
        width: 0%;
        margin-top: 128px;
        position: absolute;
        left: 0;
        z-index: 0;
        transition: all 0.3s ease-out 0.2s;
    }
    
    .camila-main-mobile-logo-container-anim:before {
        width: 100%;
    }

    .camila-main-mobile-logo {
        background-color: white;
        border: 2px solid #01818e;
        border-radius: 24px;
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 10px;
        z-index: 1;
        transform: translateY(-64px) translateX(-1000px);
        transition: transform 0.8s ease 0.3s;
    }

    .camila-main-mobile-logo-anim {
        transform: translateY(-64px);
    }

    .camila-main-mobile-subtitle {
        margin-top: 8px;
        padding-left: 8px;
        padding-right: 0px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        color: #ffaa3c;
        opacity: 0;
        transform: translateY(-64px);
        transition: opacity 0.8s ease 0.3s;
    }

    .camila-main-mobile-subtitle-anim {
        opacity: 1;
    }

    .camila-main-mobile-items-container {
        transform: translateX(1000px);
        transition: transform 0.8s ease 0.3s;
    }

    .camila-main-mobile-items-container-anim {
        transform: none;
    }

    .camila-main-mobile-items {
        background-color: #01818e;
        color: white;        
        border: 4px solid white;
        border-radius: 20px;
        padding-top: 20px;
        width: 75%;
        transform: translateY(-64px);
    }

    .camila-main-mobile-items ul li {
        margin-bottom: 8px;
        font-size: 16px;
        font-weight: 400;
        margin-right: 32px;
    }

    .camila-main-mobile-list-icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
}

@media screen and (min-width: 768px) {
    .camila-main-container-mobile {
        display: none !important;
    }
}