@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');


html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-size: 30px;
    height: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Teko';
}

body::-webkit-scrollbar {
    width: 0.46em;
}

body::-webkit-scrollbar-thumb {
    background-color: #944b13;
}

/*----------NAVBAR----------*/
.navbar {
    width: 100vw;
    background-color: #00000044;
    display: flex;
    justify-content: space-between;
    padding: 0em 0em 0.2em;
    /* border-bottom: 0.3em solid #BA6A2B; */
    position: fixed;
}

.brand {
    max-width: 3.5em;
    max-height: 3em;
    padding: 0.06em 0.3em;
    margin: 0.3em 1.3em 0em;
    font-size: 0.6em;
   
  /*   border: 0.3em solid #BA6A2B; */
}

#menu {
    display: flex;
    max-width: 100vw;
    padding: 0.6em 0.8em 0em 0em;
}

#menu li {
    list-style: none;
    margin: 0;
}

#menu a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.3em 0.6em;
    transition: ease-in .3s;
}

#menu a:hover {
    background-color:#BA6A2B;
    color: #1b0d0c;
}


#btn_menu {
    max-height: 1em;
    font-size: 1.5em;
    margin: 0.3em 1em 0em;
    margin-right: 1em;
    color: #BA6A2B;
    cursor: pointer;
    display: none;
}

ul.show {
    top: 2em;
}

[id] {
    scroll-margin-top: 1.5em;
 }

/*----------NAVBAR----------*/


/*----------HOME----------*/
.main {
    width: 100vw;
    padding: 4.6em 2em 2em;
    display: grid;
    align-items: center;
    background-color: #4D657A;
}

.main img {
    max-width: 11.9em;
    border: 0.3em solid #BA6A2B;
    margin: 0em 5vw;
    grid-column: 2;
    border-radius: 5%;
}

.info-content a {
    max-width: 7.15em;
    max-height: 2em;
}

.info-content h1 {
    font-size: 2em;
    color: #FFFFFF;
    text-shadow: 0.07em 0.07em #1b0d0c;
}

.info-content p {
    font-size: 1em;
    padding-right: 2em;
    margin: 0 auto 1.3em;
    color: #FFFFFF;
}

span {
    color: #BA6A2B;
}
/*----------HOME----------*/


/*----------DECORATIVE----------*/
.buttons {
    font-size: 1em;
    padding: 0.3em 0.6em;
    background-color: #FFFFFF;
    border: none;
    cursor: pointer;
    box-shadow: #BA6A2B;
    transition: ease-in .3s;
}

.buttons:hover {
    background-color: #BA6A2B;
    color: #1b0d0c;
}

.divider {
    height: 0.13em;
    width: 4.6em;
    background-color: #BA6A2B;
    margin-bottom: 0.5em;
}

.emojis {
    color: #BA6A2B;
    filter: grayscale(1);
}

.swal-modal {
    background-color: #FFFFFF;
    border: 0.4rem solid #BA6A2B;
    border-radius: 0;
}

.swal-title {
    margin: 0;
    font-size: 2rem;
}

.swal-text {
    margin: 0;
    font-size: 1.5rem;
}
/*----------DECORATIVE----------*/


/*----------ABOUT----------*/
.about {
    width: 100vw;
    display: grid;
    background-color: #4D657A;
    /* border-top: 0.3em solid #BA6A2B; */
  /*   border-bottom: 0.3em solid #BA6A2B; */
    padding: 2em;
    align-items: center;
}

.about .divider {
    box-shadow: 0.09em 0.09em #000000;
}

.about img {
    max-width: 18em;
    max-height:90%;
    grid-column: 1/2;
    border: 0.3em solid #BA6A2B;
    border-radius: 5%;
}

.about-info {
    grid-column: 2/2;
    padding-left: 4.3em;
    color: #FFFFFF;
}

.about-info h2 {
    font-size: 2em;
    color:#BA6A2B;
    text-shadow: 0.07em 0.07em #000000;
}

.about p {
    padding-right: 2em;
    margin: 0 auto 1.3em;
}
/*----------ABOUT----------*/


/*----------PORTFOLIO----------*/
.portfolio {
    width: 100vw;
    font-size: 1em;
    background-color: #4D657A;
    padding: 2em;
}

.portfolio-headings h2{
    font-size: 2em;
    color: #BA6A2B;
    text-shadow: 0.07em 0.07em #1b0d0c;
}

.portfolio-headings .divider {
    box-shadow: 0.09em 0.09em #1b0d0c;;
}

.portfolio .container {
    justify-content: center;
}

.cards {
    width: 100%;
    color: #FFFFFF;
    margin-top: 1em;
    text-align: center;
    display: flex;
    grid-template-columns: auto;
    justify-content: center;
}

.card1 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card1-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img1.jpg);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card1-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card1-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card1-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card1-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card1-projects-link a:hover {
    text-shadow: 0.07em 0.07em #BA6A2B;
    background-color: #BA6A2B;
}


/* -----------CARD 2------------°//// */

.card2 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card2-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img2.JPG);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card2-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card2-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card2-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card2-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card2-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}


/* -----------CARD 3------------°//// */


.card3 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card3-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/img3.JPG);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card3-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card3-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card3-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card3-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card3-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 4------------°//// */

.card4 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card4-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/per1.png);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card4-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card4-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card4-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card4-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card4-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 5------------°//// */

.card5 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card5-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/per2.png);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card5-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card5-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card5-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card5-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card5-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 6------------°//// */

.card6 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card6-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/per3.png);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card6-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card6-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card6-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card6-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card6-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 7------------°//// */

.card7 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card7-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/h1.jpeg);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card7-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card7-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card7-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card7-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card7-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 8------------°//// */

.card8 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card8-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/kevinmh.jpeg);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card8-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card8-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card8-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card8-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card8-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 9------------°//// */

.card9 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card9-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/pendo2.jpeg);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card9-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card9-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card9-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card9-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card9-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 10------------°//// */

.card10 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card10-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/Secuencia01.jpg);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card10-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card10-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card10-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card10-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card10-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/* -----------CARD 11------------°//// */

.card11 {
    margin: 1em;
    width: 40vw;
    background-color: #1b0d0c;
}

.card11-img {
    box-sizing: border-box;
    height: 12em;
    background-image: url(/img/Secuencia02.jpg);
    background-size: 100%;
    border: 0.3em solid #BA6A2B;
}

.card11-title {
    padding: 0.6em;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
}

.card11-title p{
    margin: 0 auto;
    font-size: 0.9em;
    text-align: center;
    max-width: fit-content;
}


.card11-projects-link {
    display: flex;
    padding-bottom: 0.9em;
    justify-content: space-evenly;
    border-left: 0.3em solid #BA6A2B;
    border-right: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
}

.card11-projects-link a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
    text-shadow: 0.07em 0.07em #b1860f;
    border-radius: 100%;
    transition: ease-in .3s;
}

.card11-projects-link a:hover {
    text-shadow: 0.07em 0.07em #164A41;
    background-color: #164A41;
}

/*----------PORTFOLIO----------*/





/*----------FOOTER----------*/
.footer {
    font-size: 1em;
    display:grid;
    width: 100vw;
    box-sizing: border-box;
    background-color: #010202;
    max-width: 100vw;
    position: absolute;
}

.footer-content {
    margin-top: -.2em;
}

.footer-content h2 {
    font-size: 1em;
    padding: 0.4em 0.7em 0em 0.4em;
    margin-left: 0.3%;
    color: #BA6A2B;
    text-shadow: 0.07em 0.07em #1b0d0c;
}

.footer-content h2 span {
    font-size: 0.88em;
    text-shadow: 0.07em 0.07em #1b0d0c;
}

.footer-content h5 {
    font-size: 1em;
    padding: 0.4em 0em 0em;
    color: #FFFFFF;
}

.social-networks {
    display: flex;
    padding: 0.4em 0em 0em;
    margin-right: 2%;
}

.social-networks i {
    padding: 0.16em 0.4em;
    color: #FFFFFF;
    text-shadow: 0.07em 0.07em #b1860f;
    transition: ease-in .3s;
}

.social-networks i:hover {
    background-color: #BA6A2B;
    border-radius: 50%;
    color: #1b0d0c;
    cursor: pointer;
}
/*----------FOOTER----------*/


/*----------Responsive----------*/

@media screen and (max-width:1080px) {
    body {
        font-size: 24px;
    }

    .info-content {
        display: grid;
        justify-content: center;
        grid-template-columns: auto;
        grid-column: 1/2;
        padding-top: 0.5em;
        margin: 0%;
    }

    .main img {
        width: 30vw;
    }

    .about-info {
        font-size: 1em;
        padding-left: 1.5em;
    }
    
    .about-info p {
        padding-right: 0em;
    }

    .about img {
        width: 50vw;
        margin-right: 5vw;
    }

}

@media screen and (max-width:760px) {

    .info-content {
        grid-column: 1/2;
        padding-top: 0.5em;
        margin: auto;
        text-align: center;
    }

    .info-content p {
        width: 80vw;
        padding-right: 0;
    }
    
    .info-content a {
        margin: auto;
    }

    .main h1 {
        margin: 0.2em 0em 0.5em;
    }

    .main img {
        width: 60vw;
        margin: auto;
        padding-right: 0;
        grid-area: 1;
    }

    .buttons {
        max-width: 10em;
        text-align: center;
        margin: auto;
    }

    .divider {
        text-align: center;
        margin: auto;
    }

    .about-info{
        grid-column: 1/2;
        padding-top: 0.5em;
        padding-left: 0em;
        text-align: center;
        margin: auto;
    }

    .about-info h2{
        grid-column: 1/2;
    }

    .about img {
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }

    .about-info p {
        width: 80vw;
    }

    .portfolio-headings h2{
        text-align: center;
        margin: auto;
    }

    .cards {
    text-align: center;
    display: grid;
    grid-template-rows: auto;
    justify-content: center;
    }

    .card1 {
        max-height:fit-content;
        width: 14em;
    }

    .card2 {
        max-height:fit-content;
        width: 14em;
    }

    .card3 {
        max-height:fit-content;
        width: 14em;
    }

    .card4 {
        max-height:fit-content;
        width: 14em;
    }

    .card5 {
        max-height:fit-content;
        width: 14em;
    }

    .card6 {
        max-height:fit-content;
        width: 14em;
    }

    .card7 {
        max-height:fit-content;
        width: 14em;
    }

    .card8 {
        max-height:fit-content;
        width: 14em;
    }

    .card9 {
        max-height:fit-content;
        width: 14em;
    }

    .card10 {
        max-height:fit-content;
        width: 14em;
    }

    .card11 {
        max-height:fit-content;
        width: 14em;
    }

    body::-webkit-scrollbar {
        width: 0em;
    }
}

@media screen and (max-width:550px) {
    .navbar {
        height: 2.5em;
    }
    
    #btn_menu {
        display: inline-flex;
    }

    #menu {
        z-index: -1;
        position: fixed;
        transition: all 0.5s;
        flex-direction: column;
        background-color: #BA6A2B;
        border-bottom: 0.3em solid #BA6A2B;
        box-sizing: border-box;
        width: 100vw;
        margin-top: -2.8em;
        top: -100vh;
        text-align: center;
        padding-bottom: 1em;
        padding-right: 0;
    }

    #menu li {
        margin-top: 1em;
    }

    #menu.active {
        top: 2em;
    }

    .main {
        padding-top: 4.5em;
    }

    .about img {
        width: 75vw;
    }

    body::-webkit-scrollbar {
        width: 0em;
    }
}

@media screen and (max-width:380px) {
    body {
        font-size: 20px;
    }

    .info-content {
        padding-top: 0.5em;
    }

    .info-content h1{
        max-width: 95vw;
        margin-bottom: 0.5em;
    }

    .main {
        display: grid;
        padding: 2em 0;
    }

    .main img {
        max-width: 60vw;
        margin: 2em auto 0em;
        grid-area: 1;
    }
    
    .about {
        padding: 2em 0;
    }

    .card {
        max-height:fit-content;
        width: 12em;
    }

    .footer-content h5 {
        font-size: 0em;
    }
}

.logo{
    height: 50px;
    display: flex;
    margin-left: 1%;
    margin-top: 0.4%;
}

.brausindann{
    width: 300px;
   padding: 20px;
    display: flex;
    float: left;
}



@media (min-width: 100px) and (max-width: 1080px) {
    .logo {
       display: flex;
       margin-left: 0.3%;
       margin-bottom: 0%;
    }
}


@media (max-width: 430px)  {
    .logo {
       width: 40px;
       margin-left: 1.2%;
    }
}

.articulo1{
    width: 100vw;
    display: grid;
    background-color: #4D657A;
    border-top: 0.3em solid #BA6A2B;
    border-bottom: 0.3em solid #BA6A2B;
    padding: 2em;
    align-items: center;
    text-align: center;    
    text-align: justify;
}



/*--------------Blog-------------*/


.logohalo{
    padding-top: 90px;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.halobody{
    background-color: #0e1a24;
}

.h3halo{
    color: #FFFFFF;
    padding-top: 50px;
    text-align: center;
}

.phalo{
    color: #FFFFFF;
    text-align: center;
    text-align: justify;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 20px;
    padding-top: 20px;
}

.halo{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h1fotografia{
    color: #FFFFFF;
    padding-top: 50px;
    text-align: center;
    padding-top: 90px;
}

.imgfotografia{
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}