:root {
    --white: #f2f2f2;
    --lightGray: #E5E5E5;
    --darkGray: #595959;
    --black:#404040;
    --darkBlue: #14213d;
    --yellow: #FCA311;
    --swiper-theme-color:  #E5E5E5;

}

body {
    width: 100vw;
    perspective: 2000px;
    overflow-x: hidden;
    font-style: 'Poppins', sans-serif !important;
    box-sizing: border-box;
}

.divider {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: fit-content;
}

.divider h3 {
    z-index: 3;
    background-color: var(--black);
    width: fit-content;
}

.divider .divider-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    border: 1px solid var(--yellow);
    z-index: 1;
}

/* Colors */
.text-white {
    color: #f2f2f2;
}

.text-yellow {
    color: var(--yellow) !important;
}

.text-title {
    color: var(--yellow);
}

.title-weight {
    font-weight: 500;
}

.yellow-button {
    background-color: var(--yellow);
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;

    margin: 0px auto;

    text-decoration: none;

    color: var(--white);

    font-weight: 500;
}

.index-header {
    background-color: #f2f2f2;
}

.main-anim-container {
    position: relative;
    height: 50vh;
    width: 100%;
    overflow: hidden;
}

.main-anim-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

.muted-button {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: rgba(115, 115, 115, 0.6);
    bottom: 60px;
    right: 60px;
    padding: 8px;
}

.description-wrapper {
    width: 100%;
    background-image: url('../img/backgrounds/funky-lines.png');
}

.description {
    padding-top: 100px;
    padding-bottom: 30px;
    width: 100%;
}

.section-1-pic {
    height: fit-content;
    width: 350px;
    border-radius: 100%;
    margin: 0px auto;
}

.section-2-row {
    margin-top: 50px;
}

.section-3-row {
    margin-top: 50px;
}

.section-2-pic {
    height: fit-content;
    width: 450px;
    border-radius: 100%;
    margin: 0px auto;
}

.text-sc {
    margin-top: 15%;
}

.anim {
    opacity: 0;
}

.form-container {
    height: 100vh;
    width: 100vw;
}

.info-section-wrapper {
    width: 100%;
    background: url('../img/filmStudio.jpg');
    background-size: cover;
    background-position: center;
    height: 39vh;
    min-height: 600px;
    max-height: 800px;

    position: relative;
}

.info-section-wrapper p {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 500;
}

.info-section-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    backdrop-filter: blur(2px);
    background: rgba(38, 38, 38, 0.6);
}

.info-section-container {
    z-index: 3;
}

.info-text-wrapper {
    width: 35vw;
    z-index: 9;
    margin: 0px auto;
    margin-top: 100px;
}

.form-wrapper {
    margin-top: 20vh;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    height: fit-content;
    background-color: coral;
}

.contacto-row {
    margin: 0px !important;
}

.contacto-map-container, .contacto-form-container {
    height: 600px;
    padding: 0px !important;
}

.contacto-iframe {
    height: 100%;
    width: 100%;
}

.contacto-form {
    height: 100%;
    width: 100%;
    background-color: var(--black);
}

.contacto-form h3 {
    margin-top: 50px;
}

.contacto-form input {
    height: 30px;
    background-color: var(--black);
    border: none;
    border-bottom: 1px solid darkgray;
    color: var(--white);
}

.contacto-form textarea {
    height: 200px;
    background-color: var(--black);
    border: 1px solid darkgray;
    border-radius: 5px;
    color: var(--white);
}

.contacto-form button {
    background-color: var(--yellow);
    border-radius: 20px;
    color: var(--white);
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;

    margin: 0px auto;
}

.contacto-form input, .contacto-form textarea {
    width: 80%;
    margin: 0px auto;
}

.contacto-form input, .contacto-form textarea, .contacto-form button {
    margin-top: 20px;
}

.contacto-form input:first-of-type {
    margin-top: 20px;
}

.footer {
    width: 100%;
    height: 150px;
    background-color: #f2f2f2;
}

.youtube-video {
    height: 100%;
    width: 100%;
}

@keyframes anim1 {
    from {
        transform: translateY(-60px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes anim2 {
    from {
        transform: translateX(-40%);
        opacity: 0;
    }

    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes anim3 {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes anim4 {
    from {
        transform: translateX(40%);
        opacity: 0;
    } to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes anim3d {
    from {
        transform: rotateY(-45deg) translateX(200px);
        opacity: 0;
    }

    to {
        transform: rotateY(0deg) translateX(0px);
        opacity: 1;
    }
}

@media(max-width: 992px) {
    .info-text-wrapper {
        width: 80%;
        z-index: 9;
        margin-left: 0px;
        margin: 0px auto;
        margin-top: 100px;
    }

    .section-2-pic {
        height: fit-content;
    }

    .section-3-row {
        margin-top: 50px;
    }

    .section-1-pic {
        height: fit-content;
    }
}

@media(max-width:768px) {
    .description {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .section-2-pic {
        margin-top: 30px;
        height: fit-content
    }

    .section-2-row {
        margin-top: 0px;
    }

    .section-2-row h5 {
        padding-top: 30px;
    }
}