*{
    box-sizing: border-box;
}
body{   margin: 0;
    font-family: 'Open Sans', sans-serif;;
    background-image: url("../Img/Background.jpg") ;
    background-repeat: none;
    background-size: cover;
    background-position: center center;
 }

.container{
    max-width: 1400px;
    padding: auto;
}

h1 {font-size: 3em;
    color: #E7343F}

h2 {font-size: 2em;}

h3 {font-size: 1.5em;
    color: #E7343F}

p{font-size: 1em;
    padding: 10px 0px;}

ul{list-style: none;}

.logo{
    padding: 30px;
    margin:auto;
    max-width: 100px;
    max-height: 100px;
    display: flex;
    justify-content: center;
}

.nav-enlace{
    display: inline-block;
    background-color:#E7343F;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
}
.nav-enlace:hover{
    background-color: green;
    color:white;
    text-decoration: none;
}

nav{
    background-color: #E7343F;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin: 0;
}

.nav-menu{
    background-color: #E7343F;
    color: white;
    padding: 10px 0px;
    border: 2px solid white;
    display: none;
}

#sobre-mi{

    width: 100%;
    padding: 50px 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.container1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    max-width: 1200px;
    margin: auto;
}

.container_sobre{
    display: flex;
    flex-direction: column;
    background-color: white;
   padding: 30px 30px;
    text-align: left;
margin-top: 10px;
align-self: center;
max-width: 100% ;
}

.imagen_patricia{
    padding: 10px;
    margin:auto;
    max-width: 280px;
    max-height: 2800px;
    display: flex;
    background-color: #E7343F;
}

@media (max-width: 600px) {

    h1 {font-size: 2.5em;
        color: #E7343F}
    
    h2 {font-size: 1.7em;}
    
    h3 {font-size: 1 em;
        color: #E7343F}
    
    p{font-size: 1em;
        padding: 10px 0px;}
    .logo{
        width: 150%;
    }
    body{   margin: 0;
        font-family: 'Open Sans', sans-serif;;
        background-image: url("../Img/Backgroundcopia.jpg") ;
        background-repeat: none;
        background-size: cover;
        background-position: center center;
     }
    nav{
        margin: 10px 0;
       
        flex-direction: column;
    }

    .nav-menu{
        display: inline-block;
        margin: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    
    .desaparece{
        display: none;
    }
        
   
.container_sobre{
    display: flex;
    flex-direction: column;
  width: 100%;

}
    .imagen_patricia{
        padding: 10px;
        margin:auto;
        max-width: 200px;
        max-height: 200px;
        display: flex;
    }

  

    
   }



   
  #call-to-action{
   padding: 10px;
    display: flex;
    justify-content: space-around;
   
    }
.call-to-action1{
    display: inline-block;
    background-color: #E7343F;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    justify-content:space-around;
   
}
.call-to-action1:hover{
    background-color: green;
    color:white;
    text-decoration: none;

}



footer{
    width: 100%;
    padding: 50px 0px;
    
}
 
.container_footer{
    display: flex;
    flex-wrap: wrap;
     justify-content: space-between;
     max-width: 1200px;
     margin: auto;
     margin-top: 100px;
}

.logocompleto{
    padding: 30px;
    margin:auto;
    max-width: 200px;
    max-height: 200px;
}

.box_footer{
    display: flex;
    flex-direction: column;
    padding: 40px;


}
.contacto-enlace{
    color: black;
    text-decoration: none;
    padding-top: 0%;
    margin-top: 0;
}

.contacto-enlace:hover{
    color: green;
    text-decoration: none;
 }


.footer-enlace{
    color: black;
    text-decoration: none;
    padding-top: 0%;
    margin-top: 0;
}

.footer-enlace:hover{
    color: green;
    text-decoration: none;
 }
