@import url('default.css');

.sectionintro-aboutme{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}



.content-abouteMe-intro{
    width: 95%;
    height: auto;
    margin: auto;
    background-color: #FBFBFB;
    display: flex;
    flex-direction: column;
    padding: 10px;
}


.item1-aboutMe{
    width: 100%;
    height: auto;
}

.title-about{
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-size: 2.1rem;
    font-family: var(--fuenteTitle);
    background-color: var(--colorPrincipal);
    text-transform: uppercase;
    margin: 20px 0px;
}

.p-intro-about{
    font-family: var(--fuenteText);
    color: #2d2d2d;
    text-align: justify;
    font-size: 18px;
}

.item2-aboutMe{
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.contenedor-image{
    width:260px;
    height: auto;
    margin-left: 50px;
    position: relative;
}

.img-aboutme{
    width: 100%;
    position: relative;
    z-index: 10;
}

.cuadro1{
    width: 130px;
    height: 130px;
    background-color: var(--colorPrincipal);
    position: absolute;
    top: -15px;
    left: -12px;
    z-index: 1;
}

.cuadro2{
    width: 130px;
    height: 130px;
    background-color: var(--colorPrincipal);
    position: absolute;
    bottom: -12px;
    right: -12px;
    z-index: 1;
}
/* -------------------------------------------- */

.section-profile{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.content-profile{
    width: 95%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-profile{
    width: 90%;
    height: auto;
    margin: 15px auto;
    background-color: #FBFBFB;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-profile{
    width: 90px;
    height: 90px;
    margin: auto;
    display: block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(18%) saturate(7361%) hue-rotate(304deg) brightness(88%) contrast(63%);
}

.title-profile{
    font-family: var(--fuenteTitle);
    text-align: center;
    margin: 15px 0px;
    color: var(--colorPrincipal);
    font-size: 1.8rem;
}




/* ---------------------------------------------- */

.section-socialmedia{
    width: 100%;
    height: auto;
    background-image: url('../img/background-aboutme.jpg');
    background-size: cover;
    padding: 60px 0;
}

.content-socialmedia{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-social{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background-color: white;
    margin: 10px 0;
}

.img-circle{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.title-cardsocial{
    text-align: center;
    font-family: var(--fuenteTitle);
    color: var(--colorPrincipal);
    padding: 10px 0px;
    font-size: 1.8rem;
}

.button-card{
    display: block;
    width: 85%;
    height: auto;
    padding: 10px 0;
    text-decoration: none;
    margin: 10px auto;
    letter-spacing: 1px;
    border: 1px solid var(--colorPrincipal);
    background-color: var(--colorPrincipal) ;
    color: white;
    display: flex;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.button-card span{
    font-family: var(--fuenteTitle);
    font-weight: 600;
    color: white;
}

/* .button-card:hover { 
    transition: all .5s ease-in-out;
    background-color: var(--colorPrincipal);
    color: white;
} */

.button-card:hover >  span { 
    color: white;
}

.icon-social{
    width: 20px;
    height: 20px;
    /* filter: invert(100%) sepia(18%) saturate(7361%) hue-rotate(304deg) brightness(88%) contrast(63%); */
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(201deg) brightness(104%) contrast(103%);
    margin-right: 10px;
}

.button-card:hover > .icon-social { 
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(201deg) brightness(104%) contrast(103%);
}

/* Media Querie phone Landscape */
@media screen and (min-width:576px){

}


/* Media Querie Tablet */
@media screen and (min-width:768px){
    .content-abouteMe-intro{
        width: 95%;
        height: 250px;
        padding: 0;
        flex-direction: row;
        margin: 35px auto;
    }
    
    .item1-aboutMe{
        width: 50%;
        padding: 20px;
    }
    
    .item2-aboutMe{
        width: 50%;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* ---------------------------- */

    .content-profile{
        width: 90%;
        height: auto;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .item-profile{
        width: 29%;
    }

    /* ------------------------------------------- */

    .section-socialmedia{
      padding: 100px 0px;
    }

    .content-socialmedia{
        width: 95%;
        flex-direction: row;
        justify-content: space-between;
        margin: auto;
    }

    .card-social{
        width: 25%;
        margin-right: 10px;
    }

    .img-circle{
        width: 100px;
        height: 100px;
    }

    .title-cardsocial{
        font-size: 1.4rem;
    }
    
}

/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){
    .card-social{
        width: 23%;
    }

    .img-circle{
        width: 150px;
        height: 150px;
    }

    .title-cardsocial{
        font-size: 1.6rem;
    }
}

/* Media Querie desktop */
@media screen and (min-width:1200px){
    .content-abouteMe-intro{
        width: 90%;
    }

}

/* Media Querie desktop large*/
@media screen and (min-width:1366px){
   
}