@font-face {
    font-family: 'LeagueSpartan';
    src: url('../assets/fonts/LeagueSpartan-Bold.otf');
    }

@font-face {
    font-family: 'Montserrat';
    src: url('../assets/fonts/Montserrat-Regular.otf');
    }


* {/* estilos generales */
    margin: 10px;
    padding: 10px;
    /*box-sizing: border-box;*//* para que las cajas no se desborden unas con otras */
}

html, body, .root, .navigation {
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
}

body {
    background-color: black;
}

a, .burgerIcon {
    text-decoration: none;
    color: #fff;
}

.root, .cherryBlossomContainer, .kois, .cherryBlossom, .principalText, .menu ul, .skillsContainer, .projectName, .project, .profilePictureContainer, .footerContent {
    display: flex; /* por defecto: uno al lado del otro */
}

.root, .cherryBlossomContainer, .profilePictureContainer {
    justify-content: center;
}

.kois {
    justify-content: space-between;
    flex-direction: column;
}

.koi {
    height: 235px;
    max-width: 100%;
    margin-left: unset;
    margin-right: unset;
    padding-left: unset;
    padding-right: unset;
}

.cherryBlossomContainer, .cherryBlossom, #content, .profilePictureContainer .fog, .profilePicture, .projectImg, .projectImgContainer, .pImg, .pImgColor, footer, .menu, .contactIcon i, .link, .contactText, .menu ul, .menu ul li a i, .burgerMenu {
    padding: unset;
    margin: unset;
}

.cherryBlossomContainer, .cherryBlossom {
    position: relative;
}

.cherryBlossomContainer {
    width: 10vw;
    height: 80vh;
}

.cherryBlossom {
    width: 40vw;
    height: 50vh;
}

#cherryBlossom12, #cherryBlossom11, #cherryBlossom10, #cherryBlossom9, #cherryBlossom8, #cherryBlossom7, #cherryBlossom6, #cherryBlossom5, #cherryBlossom4, #cherryBlossom3, #cherryBlossom2, #cherryBlossom1 {
    opacity: 0;
}

.flower {
    height: 20px;
    width: 20px;
}

#content {
    background-color: #3E3E40;
    width: 60%;
    overflow: visible; /* no permite que sticky en safari funcione */
}

.principalText {
    flex-flow: column nowrap;
    align-items: center;
}

.principalTitle {
    letter-spacing: 0.031em;
    font-size: 4.28584375em; /*68.5735px;*/
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    white-space: normal;
}

.menu ul, .skillsContainer {
    justify-content: space-between;
}

.subTitle {
    line-height: 1.26;
    letter-spacing: 0.029em;
    font-size: 31.4295px;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;

}

.principalPhrase {  
    line-height: 1.58;
    letter-spacing: 0.012em;
    font-size: 1.96434375em; /*31.4295px;*/
    text-align: center;
    font-weight: 800;
    white-space: normal;

}

.principalTitle, .subTitle {
    color: #F2C5BB;
    font-family: 'LeagueSpartan';
}

.subTitle {
    text-align: center;
}

.presentation {
    display: block;
}

.profilePicture {
    width: 80%;
    max-height: 300px;
}

.principalPhrase, .resumenText {
    color: #BF6F6F;
    font-family: 'Montserrat';
}

.resumenText {
    white-space: normal;
    word-break: break-word;
    text-align: left;
    font-size: 18.5px;
}

.skillsContainer {
    flex-wrap: wrap;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #d81143;
    border: 2px solid #d81143;
    color: #fff;
    text-align: center;

    font-weight: 400;
    font-size: 34.2867px;
    text-transform: uppercase;
    font-family: 'LeagueSpartan';
}

.projectImg {
    flex: 6;
}

.pImg {
    height: 235px;
    width: 235px;
    /* width: 100%; */
}

.projectResume {
    flex: 15;
}

footer, .menu {
    background-color: #8C0327;
    font-size: 14.2861px;
    letter-spacing: 0.187em;
    font-family: 'Montserrat';
    color: #fff;
}

footer {
    border: solid #8C0327;
}

.footerContent {
    justify-content: right;
}

.contactIconContainer {
    display: flex;
    margin: unset;
    padding: unset;
}

.contactIconContainer .contactIcon:nth-child(4) {
    display: none;
}

.contactIcon {
    font-size: 50px;
}

.link:hover i, .link:active i {
    color: #F2C5BB;
}

.contactText {
    justify-content: space-between;
    flex-direction: row;
}