/* Css files add styling rules to you content */
body {
    margin: 0em;
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
}

.cover {
    height: 500px;
    color: white;
    background-image: url(img/P1100711.JPG);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken
}

.coverB {
    height: 400px;
    color: white;
    background-image: url(../img/fadutecho.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: darken
}
.Info-personal .foto {
    border-radius: 50%;
    display: block;
    margin: auto;
    border: 5px;

}

.Info-personal span {
    font-size: 20px;
    color: aliceblue;
    object-position: center
}

.behance {

    text-align: center
}

.containeryo {
    width: 100%;
    max-width: 1200px;
    height: 430;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.containeryo .cardyo {
    width: 330px;
    height: 430px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 20px;
    text-align: center;
    transition: all 0.25s;

}

.containeryo .cardyo:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

}

.containeryo .cardyo img {
    width: 220px;
    height: 220px;
    margin-top: 10px;


}

.containeryo .cardyo h4 {
    margin-top: 30px;

}

.p1 {
    text-justify: inter-character
}

.contenidob {
    width: 100%;
    display: flex;
    max-width: 1100px;
      
}
.cardx {
    width: 100%;
    margin: 20xp;
    border-radius: 6xp;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    
}

/* aca arranca el condenado nav*/


.menu {
    background-color: blueviolet;
    height: 75px;
    width: 100vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px;
    color: #fff;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .6);

}

.logo {
    color: aliceblue;
    font-size: 35px;
    padding: 0 80px;
    font-weight: bold;

}

.Menuitems {
    display: flex;
    list-style: none;
    margin-right: 30px;

}

.Menuitems li {
    border-radius: 3px;
    margin: 0 5px;

}

.Menuitems a {

    padding: 7px 13px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    color: aliceblue;
}

.Menuitems li:hover,
li.active {
    background-color: darkmagenta;
    transition: .5s;
}

.btnmenu {
    margin-right: 30px;
    font-size: 25px;
    color: aliceblue;
    cursor: pointer;
    display: none;
}

ul.sow {
    top: 65px;
}

@media screen and (max-width: 900px) {
    .logo {
        font-size: 30px;
        padding-left: 45px;
    }

    .Menuitems li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 800px) {
    .menu {
        height: 450px;
    }

    .btnmenu {
        display: inline-flex;
    }

    .Menuitems {
        position: fixed;
        width: 100%;
        left: 0;
        top: 70;
        padding: 20px 0;
        background-color:cadetblue;
        text-align: center;
        transition: all .6s;
        flex-direction: column;
       
            
    }

    .Menuitems li {
        margin: 15px 0 0 0;
        line-height: 15px;
    }

    .Menuitems li:hover {
        background: none;
    }

    .Menuitems li a {
        font-size: 15px;
        color:aliceblue;
        font-weight: bold;
    }

    .Menuitems li a:hover {
        color:darkgray;
    }

    

}
 
/* aca termina el condenado nav */
