
coloque nas sessões indicadas*/

:root{
    /* Inserta la variable de los otros colores inspeccionando el exemplo de figma */
    /*Se esforce para trabalhar com variáveis, é uma dica profissional valiosa*/
   --cor-de-fundo: #f4f1f1;
   --cor-de-link: #000;
}

body {
    box-sizing: border-box;
    background-color: var(--cor-de-fundo) ;
    font-family: 'Raleway';
    margin: 0;
    padding: 0;
    line-height: 1;
}
ol, ul,li {
    list-style: none;
}
a{
    text-decoration: none;
    color: var(--cor-de-link);
}


/*Sección Menu*/

.menu{
    background-color: var(--cor-de-fundo);
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
}


.menu_logo{
    width: 22px;
    padding: 1rem 0 0 1rem;
    height: 22px;
    margin-left: 1.5rem;
    margin-right: 0.5rem;
}


.menu__header{
    display: flex;
}



.menu__list{
    display: flex;
}

.menu__list__item{
    margin: 0 1.5rem 0 1.5rem;
    padding: .5rem;
}

.menu__list__item--contato{
    margin: 0 1.5rem 0 1.5rem;
    padding: .5rem;
    font-weight: bold;
}


/*Sección Title*/

section.title{
    display: flex;
    background-color: #ffffff;
}

.title__div{
    display: flex;
    margin: 0 5rem;
    padding: 1rem 2rem;
}

.title__bio{
    color:#464646;
    font-size: 3.5rem;
    font-family: Raleway;
    font-weight: 700;
    margin: 1rem 0;
}

.title__subsection{
    color:#464646;
    font-weight: 100;
    font-size: 1.75rem;
    font-family: Raleway;

}



.title__network{
    color:#464646;
    display: flex;
    padding: 1rem;
    margin-left: -1rem;
    font-size: 1.25rem;
}

.title__network__item{
    margin-right: 2rem;
}

.title__profile{
    height: 368px;
    border-radius: 100%;
}

/*Sección About*/

section.about{
    background-color: #EAF2FD;
    padding: 2rem 28rem 2rem 2rem
}

.about__container{
    margin: 0 5rem;
}

.about__title{
    font-size: 32px;
    font-weight: 700;
    color: #464646;
}

.about__paragraph{
    text-align: justify;
    color: #464646;
}

/*Sección Skills*/

.skills{
    display: flex;
    flex-direction: column;
    margin: 0 5rem 3rem 5rem;
}

.skills__title{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #464646;
}

.skills__line{
    display: flex;
    justify-content: space-between;
}

.skills__box{
    background-color: rgb(250, 248, 248);
    width: 100%;
    height: 8rem;
    margin: 0 .5rem;
}

.skills__img{
    margin-top: 4.5rem;
    margin-left: -1rem;
}

.skills__name{
    margin-left: -1rem;
}


.hobbies{
    display: flex;
    flex-direction: column;
    margin: 0 5rem 3rem 5rem;
}

.hobbies__title{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #464646;
}

.hobbies__line{
    display: flex;
    justify-content: space-between;
}

.hobbies__box{
    background-color: rgb(250, 248, 248);
    width: 100%;
    height: 8rem;
    margin: 0 .5rem;
}

.hobbies__img{
    margin-top: 4.5rem;
    margin-left: -1rem;
}

.hobbies__name{
    margin-left: -1rem;
}

/* Experiencia Académica*/

section.academic{
    background-color: #EAF2FD;
    padding: 1.5rem 0 ;
}

.academic__title{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #464646;
}

.academic__courses{
    display: flex;
    justify-content: space-between;
    margin: 0 5rem;
}

.academic__courses__box{
    width: 30%;
    margin: 0.5rem;
}

.academic__courses__item__img{
    background-color: white;
    text-align: center;
}

.academic__courses__item__title{
    color: var(--preto-100, #464646);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.academic__courses__item__img__imagen--unal{
    width: 42%;
}

.academic__courses__item__img__imagen--educlick{
    width: 42%;
}

/* experiencia*/

section.experience{
    margin: 0 5rem;
}

.experiencie__box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}


.experience__info{
    margin-top: 8rem;
    margin-left: 2.5rem;
}

.experience__info--container{
    margin-top: 8rem;
    order: -1;
}

.experience__section__title{
    color: var(--preto-100, #464646);
    text-align: center;
    font-size: 32px;
    font-family: Raleway;
    font-weight: 700;
}

.experience__img{
    width: 70%;
}

.experience__title{
    color: var(--preto-100, #464646);
    font-size: 22px;
    font-weight: 700;
}


.experience__text{
    color: var(--preto-100, #464646);
    font-size: 16px;
    font-weight: 500;
}

.experience__repo{
    margin-right: 0.5rem;
}

.experiencia__botao--repo{
    border: 1px solid var(--azul-100, #2A7AE4);
    color: var(--azul-100, #2A7AE4);
    font-size: 16px;
    padding: 16px;
}

.experience__botao--demo{
    border: 1px solid var(--azul-100, #2A7AE4);
    background: var(--azul-100, #2A7AE4);
    color: var(--preto-branco, #FFF);
    font-size: 16px;
    padding: 16px;
}


/*Contacto*/

.formcontato{
    background-color: #EAF2FD;
    display: flex;
}

.formcontato__contacto{
    margin: 5rem 5rem;
    display: flex;
}


.formcontato__text{
    margin-left: 2rem;
}

.formcontato__title{
    color: var(--preto-100, #464646);
    font-size: 32px;
    font-family: Raleway;
    font-weight: 700;
}

.formcontato__subtext{
    color: var(--preto-100, #464646);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 500;
}

.formcontato__form{
    color: var(--preto-100, #464646);
    font-size: 16px;
    font-family: Raleway;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.formcontato__input{
    margin-top: 1.5rem;
    padding: 16px;
    border: 1px;
    width: 100%;
}

.formcontato__textarea{
    border: 1px;
    margin-top: 1.5rem;
    padding: 12px;
    font-family: 'Raleway';
    width: 100%;
}

.formcontato__botao{
    background: var(--azul-100, #2A7AE4);
    padding: 16px;
    width: 20%;
    border: 1px;
    color: #ffffff;
    margin-top: 2rem;
}


/*footeer*/

.footer__rodape{
    text-align: center;
    color: var(--preto-100, #464646);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

/*input__error*/ 




.input-container--invalid {
    margin-bottom: 0.5rem;
  }
  
  .input-container--invalid .formcontato__input{
    border: 2px solid #df2525;;
    border-radius: 7px;
  }

  .input-container--invalid .formcontato__textarea{
    border: 2px solid #df2525;;
    border-radius: 7px;
  }
  
  .input-message-error {
    display: none;
  }
  
  .input-container--invalid .input-message-error {
    color: #df2525;;
    display: block;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
  }

/* Vamos a desafiarnos trabajando con responsividad?
Utiliza las referencias de los breakpoints @media abajo */




/*Mobile*/
@media screen and (min-width: 360px)  and (max-width: 768px){


    .menu{
        padding: 0 1rem;
        flex-direction: column;
    }

    .menu_logo{
        margin-left: 0;
        margin-top: 0.5rem;
    }
    
    .menu__list__item{
        display: none;
    } 

    .menu__list__item--contato{
        margin: 0;
    }
    
    /*Sección Title*/
    
    .title__div{
        margin: 0 1rem;
        padding: 1rem;
        flex-direction: column;
    }
    
    .title__bio{
        font-size: 1.375rem;
    }
    
    .title__subsection{
        font-size: 1rem;
    }
    
    .title__network{
        font-size: 14px;
        display: -webkit-inline-box;
    }
    
    .title__network__item{
        margin-right: 1rem;
    }
    
    .title__profile{
        margin-top: 0;
        height: 6rem;
        width: 6rem;
        order: -1;
    }
    
    /*Sección About*/
    
    section.about{
        padding: 1rem;
    }
    
    .about__container{
        margin: 0 1rem;
    }
    
    .about__title{
        font-size: 1rem;
    }
    
    /*Sección Skills*/
    
    .skills{
        margin: 1rem;
    }
    
    .skills__title{
        font-size: 1.5rem;
    }
    
    .skills__line{
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .skills__img{
        margin-top: 3rem;
    }
    
    .skills__box{
        width: 45%;
        margin: 1rem .5rem;
    }

    /*hobbies*/
    
    
    .hobbies{
        margin: 1rem;
    }
    
    .hobbies__title{
        font-size: 1.5rem;
    }

    .hobbies__line{
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    
    .hobbies__img{
        margin-top: 3rem;
    }
    
    .hobbies__box{
        width: 45%;
        margin: 1rem .5rem;
    }
    
    /* Experiencia Académica*/
    
    .academic__title{
        font-size: 1.5rem;
    }
    
    .academic__courses{
        flex-direction: column;
        margin: 0 1rem;
    }


    .academic__courses__list{
        padding-inline-start: 0;
    }
    
    .academic__courses__box{
        width: 100%;
    }
    
    .academic__courses__item__img{
        background-color: white;
        padding: 1rem;
    }
    
    /* experiencia*/
    
    section.experience{
        margin: 0 1rem;
    }
    
    .experiencie__box{
        flex-direction: column;
    }
    
    .experience__img{
        width: 100%;
    }
    
    .experience__info{
        margin-top: 1rem;
        margin-left: 0;
    }
    
    .experience__info--container{
        margin-top: 1rem;
        order: 1;
    }
    
    .experience__section__title{
        font-size: 1.5rem;
    }
    
    .experience__title{
        font-size: 1rem;
    }
    
    .experience__text{
        font-size: 14px;
    }
    
    .experience__repo{
        margin-right: 0.5rem;
    }
    
    
    /*Contacto*/
    
    .formcontato__contacto{
        margin: 1rem;
    }

    .formcontato--esquerda{
        display: none;
    }

    .formcontato__text{
        margin: 0;
    }
    
    .formcontato__title{
        font-size: 1.5rem;
    }

    .formcontato__input{
        width: 90%;
    }

    .formcontato__textarea{
        width: 90%;
    }

    .formcontato__botao{
        width: 40%;
    }
/*Menu*/

/*Titulo*/

/*Sección sobre mi*/

/*Skills*/

/*Hobbies*/
 
/*Formación Académica*/

/*Experiencia Profesional*/

 /*Contacto*/

/*Footer*/

}

/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 1240px) {

    .menu{
        padding: 0 1rem;
    }
    
    .menu__list__item{
        display: none;
    } 
    
    /*Sección Title*/
    
    .title__div{
        margin: 0 1rem;
        padding: 1rem;
    }
    
    .title__bio{
        font-size: 1.375rem;
    }
    
    .title__subsection{
        font-size: 1rem;
    }
    
    .title__network{
        font-size: 1rem;
    }
    
    .title__network__item{
        margin-right: 1rem;
    }
    
    .title__profile{
        margin-top: 1rem;
        height: 9rem;
    }
    
    /*Sección About*/
    
    section.about{
        padding: 1rem;
    }
    
    .about__container{
        margin: 0 1rem;
    }
    
    .about__title{
        font-size: 1rem;
    }
    
    /*Sección Skills*/
    
    .skills{
        margin: 1rem;
    }
    
    .skills__title{
        font-size: 1.5rem;
    }
    
    .skills__line{
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    
    .skills__box{
        width: 30%;
        margin: 1rem .5rem;
    }

    /*hobbies*/
    
    
    .hobbies{
        margin: 1rem;
    }
    
    .hobbies__title{
        font-size: 1.5rem;
    }
    
    .hobbies__line{
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    
    .hobbies__box{
        width: 30%;
        margin: 1rem .5rem;
    }
    
    /* Experiencia Académica*/
    
    .academic__title{
        font-size: 1.5rem;
    }
    
    .academic__courses{
        margin: 0 1rem;
    }

    .academic__courses__box{
        width: 100%;
    }

    .academic__courses__list{
        padding-inline-start: 0;
    }
    
    
    .academic__courses__item__img{
        padding: 1rem;
    }
    
    /* experiencia*/
    
    section.experience{
        margin: 0 1rem;
    }
    
    .experiencie__box{
        flex-direction: column;
    }

    .experience__img{
        width: 100%;
    }
    
    
    .experience__info{
        margin-top: 1rem;
        margin-left: 0;
    }
    
    .experience__info--container{
        margin-top: 1rem;
        order: 1;
    }
    
    .experience__section__title{
        font-size: 1.5rem;
    }
    
    .experience__title{
        font-size: 1rem;
    }
    
    .experience__text{
        font-size: 14px;
    }
    
    .experience__repo{
        margin-right: 0.5rem;
    }
    
    
    /*Contacto*/
    
    .formcontato__contacto{
        margin: 1rem;
    }

    .formcontato--esquerda{
        display: none;
    }

    .formcontato__text{
        margin: 0;
    }
    
    .formcontato__title{
        font-size: 1.5rem;
    }


/* Menú */

/*title*/

/*Skills*/

/*Hobbies*/

/*Formación Académica*/

/*Experiencia Profesional*/

}