@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300|Roboto+Slab:400,700,300|Passion+One:400,700,900|Anton|Pacifico);

body{
    background-color: white;
    padding-left: 335px;
    padding-right: 335px;
    padding-top: 5%;
    background-image: url("img/fondorayas.svg");
            
}


/*------- header --------*/

header{
    background-color: white;
    border-style: solid;
    border-width: thick;
    border-color: #001948;
    display: flex;
    flex-direction: row;
    height: 450px;
   
}

.nombre{
    display: flex;
    justify-content: center;
    height: 450px;
    width: 450px;
    font-family: 'Pacifico', serif;
    font-size: 1.9em;
    
    color: crimson;
    flex-basis: ;
    flex-direction: column;
    
    
    }

header div h1{
    align-self: center;
    margin-top: -0.1em;
}
    
.titulo{
    align-items: center;
    align-self: center;
    font-family: 'Roboto Slab', serif;
    color: black;
    font-size: 0.9em;
    margin-top: -1.5em;
       
    
}

.cajafoto{
    height: 450px;
    border-left-style: solid;
    border-left-width: thick;
    border-left-color: #001948;
    background-color: #d1ebff;
    
  
 
}
figure img{
    height: 350px;
    margin-top: 35px;
    
    
    
    
    
    
    
}


/*------- barraprincipal --------*/

.barraprincipal{
    display: flex;
    flex-direction: row;
    height: 120px;
    width: 1217px;
}

.cajaimgpatron {
    height: 120px;
    width: 670px;
    background-color: #001948;
}

nav ul {
    background-color: #001948;
    display: flex;
    height: 120px;
    width: 547px;
    margin-top: -0.01em;
    font-family: oswald, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    
       
}

nav ul li{
    list-style: none;
    height: 120px;
    width: 140px;
    
}

nav ul li a{
    display: flex; 
    justify-content: center;
    align-items: center;
    height: 110px;
    text-decoration: none;
    text-decoration-style: none;
    color: rgb(255, 245, 0);
    border-style: solid;
    border-color: rgb(255, 245, 0);
    border-width: thick;
    background-color: crimson;
            
}


nav ul li:hover{
    background-color: rgb(255, 245, 0);
    color: crimson;
}

nav ul li a:hover{
    background-color: rgb(255, 245, 0);
    color: crimson;
}
/*------- section --------*/

.presentacion{
    display: flex;
    flex-direction: row;
    border-style: solid;
    border-width: thick;
    border-color: #001948;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    background-color: #d1ebff;
}

.cajaquiensoy{
    height: 350px;
    width: 767px;
    padding: 2em;
    font-size: 25px;
}

.fraseimg{
    padding: -2em;
    
}

.materias{
    width: 450px;
    background-color: crimson; 
    border-left-style: solid;
    border-left-color: #001948;
    border-left-width: thick;
    color: white; 

    
}


.materiastitulo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    font-family: 'Anton', serif;
    font-weight: 700;
    color: crimson;
    margin-top: -0.01em;
    border-bottom-style: solid;
    border-bottom-width: thick;
    border-bottom-color: rgb(0, 25, 72);
    background-image: url("img/fondopuntosy.svg"); 
    background-color: white;
    font-size: 3em;
        
    
}

main section div ul{
    
}

/*------- trabajos --------*/

.trabajos{
    display: flex;
    flex-direction: row;
    height: 400px;
    border-style: solid;
    border-width: thick;
    border-color: #001948;
    background-color: rgb(255, 245, 0);
}



.trabajosylinkscontacto{
    display: flex;
    flex-direction: column;
    
    
    
    width: 360px;
    height: 400px;
    margin-top: 0.01em; 
    font-family: 'Anton', serif;
    
    
    color: crimson;
    background-image: url("img/fondorayaschico.svg");
    border-right-style: dashed;
    border-right-color: #001948;
    border-right-width: thick;
}

section div h2{
    font-size: 90px;
    padding-left: 40px;
    margin-top: 60px
}

.linkscontacto{
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
    height: 70px;
    font-size: 2em;
    color: #d1ebff;
    background-color: crimson;
    border-top-style: solid;
    border-top-width: thick;
    border-top-color: #001948;
    
    
}

.cajalinkscontacto{
    
}

.imgportfolio{
    display: flex;
    justify-content: flex-end;
    align-items: center;
   width: 850px;
}


/*------- footer --------*/

footer{
    height: 50px;
    background-color: #d1ebff;
    padding: 2em;
    border-width: thick;
    border-style: solid;
    border-color: #001948;
}