* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --color-orange:  #FF9C33;  
    --color-grey:#eee;
    --color-text: #ffffff;
}


body {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    font-size: 16px;
    width: auto;
}

/* Header */
.header {
    display: none;
    margin-bottom: 30px;
}

/* NavMobile */
.header__nav-link {
    text-decoration: none !important;
    color: white;
}

.header__nav-link:hover {
    color: #E07E17;
}

.link {
    text-decoration: none !important;
    background: var(--color-orange);
    color: white;
    padding: 5px;
    border-radius: 10%;
}

.link:hover {
    color: #E07E17;
}

.contac {
    display: flex;
    flex-direction: column;
}

.login__link,
.sub__link {
    margin: 5px 0px;
}

/* Titulo */
.container__tittle {
    padding-top: 15%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background-color:#FF9C33;
}

.banner {
    width: 100%;
}

.tittle {
    color: white;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 300%;  
}

/* Historia */
.container__history {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.container__history-logo {
    width: 90%;
    margin: 0px 25px;
    object-fit: contain;
}

.container__history-tittle {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

span {
    color:var(--color-orange);
}

.container__history-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px;
    font-size: 16px;
    font-weight: bold;
}

.devschool {
    text-decoration: none;
    color: var(--color-orange);
}

.devschool:hover {
    color: #945317;
}

/* Circulos */
.container__circles {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
}

.circle__1 {
    border-radius: 50%;
    background-color: #F9D1A8; 
    width: 80px;
    height: 80px;
}

.circle__2 {
    border-radius: 50%;
    background-color: #EBB57C;
    width: 80px;
    height: 80px;
    margin-left: -30px;
}

.circle-img {
    width: 80px;
    margin-right: 10px;
    border-radius: 50%;
}

.circle__3 {
    border-radius: 50%;
    background-color: #FF9C33;
    width: 80px;
    height: 80px;
    margin-left: -30px;
}

.circle__4 {
    border-radius: 50%;
    background-color: #c97b28;
    width: 80px;
    height: 80px;
    margin-left: -30px;
}

.circle__5 {
    border-radius: 50%;
    background-color: #945317;
    width: 80px;
    height: 80px;
    margin-left: -30px;
}

/* Miembros */
.container__members{
    display: flex;
    flex-direction: column;
}

.member {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

.member__tittle {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}

.member__text {
    font-size: 16px; 
}

.img {
    width: 100%;
    height: 50%;
    display: flex;
    background-color: #eee;
}

.member__reverse {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

/* gallery */
.gallery {
    position: absolute;
    z-index: 20;
}

.container__gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    background-image: url(../img/ig.png);
} 

.link__gallery {
    z-index: 30;
    position: relative;
    font-size: 15px;
    padding: 0.18em 1.26em;
    box-sizing: border-box;
    text-decoration: none;
    color: #FFFFFF;
    background: var(--color-orange);
    border-radius: 10px;
    text-align: center;
}

.link__gallery:hover {
    transform: scale(1.05);
    color: white;
}

/* Footer */
.footer__img {
    height: 125px;
}

.footer {
    background-color: #E07E17;
}

.footer__container {
    display: flex;
    flex-direction: column;
    height: 270px;
    justify-content: space-around;
    align-items: center;
}

.footer__redes {
    display: none;
}

.footer__icon {
    color: var(--color-text);
    cursor: pointer;
    font-size: 30px;
    margin: 0 10px;
}

.footer__container-contact {
    text-align: center;
}

.footer__contact {
    color: var(--color-text);
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
}

.footer__creation {
    width: 100%;
    text-align: left;
}

.footer__cocoders {
    display: none;
}

.footer__container-newsletter {
    display: none;
}

@media (min-width: 470px) {
    /* Ciruclos */
    .circle__1, 
    .circle__2,
    .circle__3,
    .circle__4,
    .circle__5 {
        width: 120px;
        height: 120px;
    }

    .circle-img {
        width: 120px;
    }

    .container__history-tittle {
        font-size: 36px;
    }

    .container__history-text {
        font-size: 20px;
    } 

    .member__tittle {
        font-size: 36px;
    }

    .member__text {
        font-size: 20px;
    }

    
}

@media (min-width: 768px) {

    

    /* Historia */
    .container__history-tittle {
        font-size: 40px;
    }

    .container__history-text {
        font-size: 26px;
    }
    
    /* Circulos */
    .circle__1, 
    .circle__2,
    .circle__3,
    .circle__4,
    .circle__5 {
        width: 120px;
        height: 120px;
    }

    .circle-img {
        width: 120px;
    }

    .container__members{
        display: flex;
        flex-direction: row;
    }
    
    .member {
        display: flex;
        flex-direction: column;
        text-align: end;
        padding: 7px;
        width: 50%;
    }
    
    .member__tittle {
        font-size: 40px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    .member__text {
        font-size: 26px; 
    }
    
    .img {
        width: 50%;
        height: 50%;
        display: flex;
    }
    
    .container__members-reverse{
        display: flex;
        flex-direction: row-reverse;
    }
    
    .member__reverse {
        width: 50%;
        display: flex;
        flex-direction: column;
        text-align: start;
        padding: 7px;
        margin-left: 10px;
    }

    /* gallery */
    .container__gallery {
        height: 150px;
    }

    .link__gallery {
        font-size: 16px;
    }

    /* Footer */
    .footer__container {
        flex-direction: row;
        align-items: center;
    }

    .footer__container-redes {
        width: 30%;
        display: flex;
        justify-content: center;
        font-size: 30px;
        align-items: center;
        flex-direction: column;
    }

    .footer__container-logo {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__redes {
        display: flex;
        color: var(--color-text);
        font-weight: bold;
        font-size: 26px;
    }

    .footer__container-icon {
        display: flex;
        flex-direction: row;
    }

    .footer__icon {
        font-size: 35px;
    }

    .footer__contact {
        font-size: 26px;
    }

    .footer__container-contact {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__container-newsletter {
        display: flex;
        flex-direction: column;
        width: 75%;
    }

    .footer__label {
        color: var(--color-text);
        font-weight: bold;
        font-size: 14px;
    }

    .footer__input {
        background-color: var(--color-text);
        color: var(--color-text);
        margin-bottom: 10px;
        outline: none;
        border: 0;
        margin-top: 5px;
    }

    ::placeholder {
        padding-left: 7px;
        color: #E07E17;
        font-weight: bold;
    }

    .footer__input:focus {
        background-color: #E07E17;
        color: var(--color-text);
        border: 2px solid;
        font-weight: bold;
    }

    .footer__cocoders {
        position: absolute;
        margin-top: 175px;
        margin-left: -40px;
    }

    .footer__button {
        background-color: #E07E17;
        color: rgb(255, 255, 255);
        font-weight: bold;
        border: 2px solid;
    }

    .footer__button:hover {
        background-color: rgb(255, 255, 255);
        color: #E07E17;
    }
}

@media (min-width: 960px) {
    /* Header */
    .header__logo {
        height: 70px;
    }

    .header__nav {
        display: flex;
        width: 100%;
    }

    .header__nav-link {
        display: flex;
        margin-left: 5px;
        text-align: center;
        padding: 20px;
        color: #ffff;
        text-decoration: none;
        font-size: 16px;
    }

    .header__nav-link:hover {
        color: #FF9C33;
    }

    .contac {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .banner {
        width: 800px;
    }

    .home {
        display: flex;
        flex-direction: row;
        justify-content: start;
        flex-grow: 1;
    }

    .contac {
        display: flex;
        justify-content: end;
        padding: 20px;
        font-size: 22px;
    }

    .link {
        text-decoration: none;
        color: #ffff;
        background-color: #FF9C33;
        padding: 5px 20px;
        margin-left: 20px;
        border-radius: 7px;
        font-size: 16px;
        display: flex;

    }

    .link:hover {
        color: #cdcdcdcd;
    }

    .main__img {
        height: 470px;
        width: 100%;
    }

    .header {
        z-index: 10;
        display: flex;
        justify-content: space-around;
        background: rgba(85, 84, 84, 0.3);
        height: 70px;
        width: 100%;
        position: fixed;
        scroll-behavior: smooth;
    }

    /* Circulos */
    .container__circles {
        justify-content: end;
    }

    /* Historia */
    .container__history {
        flex-direction: row;
        padding: 0 40px;
    }

    .container__history-logo {
        width: 45%;
    }

    .container__history-text {
        width: 50%;
        text-align: end;
        padding: 50px;
        font-size: 26px;
    }

    .container__history-tittle {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 35px;
    }
    
    /* Miembros */
    .members {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }

    .container__members{
        width: 90%;
    }

    .container__members-reverse{
        width: 90%;
        
    }

    /* gallery */
    .container__gallery {
        height: 200px;
    }

    .link__gallery {
        font-size: 22px;
    }

    /* Footer */
    .footer__cocoders {
        margin-left: -70px;
    }
}


@media (min-width: 1024px) {

    /* Circulos */
    .container__circles {
        justify-content: end;
    }

    /* Historia */
    .container__history {
        flex-direction: row;
        padding: 0 50px;
    }

    .container__history-logo {
        width: 50%;
    }

    .container__history-text {
        width: 50%;
        text-align: end;
        padding: 50px;
        font-size: 20px;
    }


    .container__history-tittle {
        font-size: 46px;
        font-weight: bold;
        margin-bottom: 35px;
    }

    /* Miembros */
    .members {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }

    .container__members{
        width: 85%;
    }

    .container__members-reverse{
        width: 85%;
        
    }

    .member {
        width: 50%;
        padding: 50px;
    }

    .member__reverse {
        width: 50%;
        padding: 50px;
    }

    .member__tittle {
        font-size: 46px;
        margin-bottom: 25px;
        font-weight: bold;
    }
        
    .member__text {
        font-size: 30px; 
    }

    .img {
        height: 500px;
        width: 50%;
        object-fit: contain;
    }

    /* gallery */
    .container__gallery {
        height: 250px;
    }
    
    .link__gallery {
        font-size: 24px;
    }
    
    /* Footer */
    .footer__cocoders {
        margin-left: -90px;
    }
}