* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: 'Montserrat';
    color: #9FACBA;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    
    background: linear-gradient(184deg, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 1) 18%, rgba(217, 231, 236, 1) 47%, rgba(153, 167, 174, 1) 87%, rgba(90, 103, 112, 1) 100%);   
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

/*----------------------------------------------
                    HEADER 
----------------------------------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 4rem;
}

.contenedor-img-profile {
    width: 200px;
    margin: 3rem 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img-profile {
    width: 125px;
    padding-top: 2rem;
}

.contenedor-img-profile-pie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/*----------------------------------------------
                SECCIÓN PRINCIPAL 
----------------------------------------------*/

.link-redes {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3faf5;
    width: 100%;
}

.txt-title-ppal {
    font-family: 'Tilt Neon';
    font-size: 55px;
    text-shadow: 2px 2px 2px #5A6770;
    color: #A4C868;
    text-align: center;
}

.txt-title-ppal-otro-color {
    color: #5A6770;
    text-shadow: 2px 2px 2px #A4C868;
}

.txt-subtitle {
    font-family: 'Tilt Neon';
    font-size: 21px;
    max-width: 280px;
    text-align: center;
    margin-top: 1rem;
    /* text-shadow: 1px 1px 1px #424242; */
    color: #5A6770;
}

.txt-shine {
    color: #5A6770;
    text-shadow: 2px 2px 10px #A4C868;
}

/*----------------------------------------------
                TEXTO PRINCIPAL
----------------------------------------------*/

.principal-tree, .contenedor-footer {
    position: relative;
    width: 360px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contenedor-link {
    width: 90%;
    margin: 5px;
    padding: 10px;
    border: 2px solid #9FACBA;
    border-radius: 10px;
    background-color: #fafafa80;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-logo {
    width: 35px;
}

.txt-title-link {
    font-weight: 600;
    font-size: 20px;
    margin-left: 10px;
    color: #5A6770;
    text-shadow: 2px 2px 2px #D9E7EC;
    font-weight: 400;
}

.contenedor-link:hover {
    background-color: #9FACBA;
}

.contenedor-link:hover>h3 {
    color: #5A6770;
    font-weight: 600;
}

/*----------------------------------------------
                    FOOTER
----------------------------------------------*/

.contenedor-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #D9E7EC90;
    color: #5A6770;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.firma-pie {
    padding-top: 10px;
}

.free-resources, .copyright{
    padding: 10px;
    font-weight: bold;
    font-size: 14px
}

.contenedor-copy {
    font-size: small;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column;
}

.firma {
    color: #5A6770;
    font-weight: bold;
    /* color: #5A6770; 67A97B */
    /* text-shadow: 1px 1px 2px #5A6770; */
}

.hide {
    display: none;
}

/*----------------------------------------------
                    LOLIPOP
    ----------------------------------------------*/
/* 
#67A97B
#A4C868
#5A6770
#9FACBA
#D9E7EC
 */
