@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800');

* { box-sizing: border-box;	
    list-style: none;
    margin: 0;
    padding: 0;
}


body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;}

header{ 
    background-color: rgba(247, 132, 154, 0.99);
    padding: 0.1em;}

header nav ul {
    list-style: none;
    padding: 1em;
    display: flex;
    flex-direction:row;
    align-content: space-around;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-bottom: -1em;
    margin-top: 2em;
    background-color: rgba(255, 255, 255, 0.37);}

.jt02 {
    background-color: rgba(255, 255, 255, 0.63);
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: rgba(247, 132, 154, 0.99);
    padding:0.4em 0.4em 0.1em 0.4em;
    text-decoration: none;}

section{
    display: flex;
    justify-content: center;
    flex-direction:row;
    flex-wrap: wrap-reverse;
    padding: 3em;    
}

#texto h1{ 
    display: flex;
    align-self: flex-start;
    font-family: 'Raleway', sans-serif;
    font-size: 2em;
    font-weight: 400;
    color: #070607;
    margin-top: 2.2em;
    }

p{
    display: flex;
    align-self: flex-start;
    font-family: 'Raleway', sans-serif;
    font-size: 1em;
    margin-top: 1em;
}

h2{
    display: flex;
    align-self: flex-start;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9em;
    font-weight:500;
    text-decoration-line:underline;
    padding-top: 2em;}

p2{
    display: flex;
    align-self: flex-start;
    flex-wrap: wrap;
    font-family: 'Raleway', sans-serif;
    font-size: 0.75em;
    word-spacing: 0.2em;
    margin-top: 1em;
  }

#foto {
        display: flex;
        margin: 4em 0em 0em 2.5em;
        
}
.ver{
        display: flex;
        justify-content: center;   
        flex-direction:row;
        text-decoration: none;
        margin-top:4em;
        padding: 1em;
        background-color: rgba(247, 132, 154, 0.17);
        font-family: 'Raleway', sans-serif;
        font-weight: 600;
        color: rgba(247, 132, 154, 0.99);    
     }



h4{
    display: flex;
    font-family: 'Raleway', sans-serif;
    font-size: 0.7em;
    font-weight: 500;
    word-spacing: 0.4em;
    margin-bottom:0.3em;
    margin-top: 7em;
    margin-left: 16%;
  }


.imagenes{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
}

.separador{ 
            display: flex;
            justify-content: center;
            width: 70%;
}


aside{
        background-color: rgba(247, 132, 154, 0.99);
        padding: 1em;
        margin-top: 5em;}

.redes{
        display: flex;
        justify-content: center;      
}

.redes img{margin: 2em 1em 1em 1em;}


.imagenes img { 
        padding: 2em;
        margin-top: 2em;}



.contacto{
            display: flex;
            justify-content: center;
            font-family: 'Raleway', sans-serif;
            font-size: 1em;
            color: white;
            text-decoration: none;
         }

.hrfooter{ 
        color: white;
         margin-top: 2em;}

footer{
        background-color: rgba(247, 132, 154, 0.99);
        padding-bottom: 1em;}


p3{
    font-family: 'Raleway', sans-serif;
    color: #ded8d8;
    font-size: 0.8em;
    font-style: italic;
    text-align: center;
    display: block;
    margin: 0em 4em 2em 4em;}

hr {
    margin: auto;
}




/*------------------media---------------------*/







@media all and (max-width:900px) {
    
        .jt02 {
            font-size: .8em;
            padding:0.4em 0.4em 0.2em 0.4em;
            }
   
        #foto {
            display: flex;
            justify-content: center;
            margin: auto;
            margin-top: 1em;
        
        }

        #texto h1{ 
            display: flex;
            text-align: center;
            justify-content: center;
            margin-top: 1em;
            
        }

        p{
            display: flex;
            text-align: center;
            justify-content: center;
        }

        h2{
            display: flex;
            text-align: center;
            justify-content: center;}

        p2{
            display: flex;
            text-align: center;
            justify-content: center;
          }
    
        .ver{
            margin-top:1em;
                
     }


}


