/* INDEX */
/* HEADER CARDS */
.header__cards{
    margin: -30px 9%;
}

.header__card{
    background-color: #2B2B3A;
    border: 2px solid #3C3C4F;
    border-radius: 12px;
    padding: 5%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 17px;
}

.header__card svg{
    padding-bottom: 20px;
    border-bottom: 3px solid #333342;
}

.header__card__info{
    margin-top: 20px;
    font-weight: 700;
    font-size: large;
    color: #fff;
}

.header__class__description{
    font-weight: bold;
    margin-top: 2px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #4d4d62;
}

@media only screen and (max-width: 1100px) {
    .header__cards{
        margin: -30px 6%;
    }
}

/* CONTENT HOME */
.content--home{
    margin: 100px 9%;
}

@media only screen and (max-width: 1100px) {
    .content--home{
        margin: 100px 6%;
    }
}

/* Trailer section */
.trailer__section{
    padding-bottom: 70px;
}

.trailer__header{
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 24px;
}

.trailer__section iframe{
    width: 100%;
    height: 550px;
    border-radius: 14px;
    border: 3px solid #3c3c4f;
}

.trailer__info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.trailer__info__text{
    width: 50%;
}

.trailer__info__text h1{
    font-weight: bold;
    font-size: 34px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.trailer__info__text p{
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #8b8b92;
}

.trailer__info__btn{
    outline: none;
    background-color: #4BBF73;
    border: 2px solid #90DBAA;
    color: white;
    padding: 20px 80px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13.4px;
    cursor: pointer;
    transition: .3s;
}

.trailer__info__btn:hover{
    background-color: #338d51;
    transition: .3s;
}

@media only screen and (max-width: 1100px) {
    .trailer__section{
        padding-bottom: 50px;
    }

    .trailer__section iframe{
        height: 350px;
    }

    .trailer__info{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 30px;
    }

    .trailer__info__text{
        width: 100%;
    }

    .trailer__info__text h1{
        margin-bottom: 10px;
    }

    .trailer__info__text p{
        margin-bottom: 60px;
    }
}

/* ADMINISTRATION */
.administration__section{
    border-top: 1px solid rgb(43, 43, 58);
    padding-top: 70px;
}

.administration__text{
    text-align: center;
    margin-bottom: 30px;
}

.administration__text h2{
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}

.administration__text p{
    font-weight: 500;
    font-size: 15px;
    color: #8b8b92;
}

.administration__members{
    margin: 100px 50px;
    text-align: center;
}

.administration__members img{
    border-radius: 12px;
    margin-bottom: 17px;
    width: 70px;
}

.administration__members h3{
    color: white;
    font-size: 21px;
    font-weight: bold;
}

.administration__members p{
    font-size: 13px;
    color: #8b8b92;
    font-weight: 600;
}

.member__large img{
    width: 100px;
}

@media only screen and (max-width: 1100px) {
    .administration__section{
        padding-top: 60px;
    }

    .administration__text h2{
        color: white;
        font-size: 24px;
        text-transform: uppercase;
    }

    .administration__members{
        margin: 50px 50px;
        text-align: center;
    }

    .administration__members p{
        margin-bottom: 50px;
    }
}

/* SOCIAL */
.social__section{
    border-top: 1px solid rgb(43, 43, 58);
    padding-top: 30px;
    padding-bottom: 80px;
}

.social__btn{
    background-color: #2B2B3A;
    color: #8B8B92;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 60px;
    border-radius: 12px;
    font-weight: 600;
    transition: 0.2s;
    margin-bottom: 10px;
}

.social__btn:hover{
    opacity: 0.6;
    transition: 0.2s;
}

.social__btn svg{
    margin-right: 20px;
}

@media only screen and (max-width: 1100px) {
    .social__section{
        padding-bottom: 60px;
    }

    .social__section .row--middle{
        justify-content: flex-start;
        align-items: flex-start;
    }

    .social__btn{
        margin-bottom: 10px;
    }
}
