@font-face {
    font-family: "Fuente textos";
    src: url(font/architectsdaughter-regular-webfont.woff2);
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}


        /* 

        BODY
    
        */




body{
    font-size: 1.5em;
 }

p{
    font-size: .8em;
    font-family: "Fuente textos", Arial, Helvetica, sans-serif;
}





        /* 

            HEADER 
        
        */




header{
    background-color: rgb(226,65,0);
    height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1.5em;
    position: fixed;
    z-index: 100;
}

nav{
    height: 3em;
    width: 40em;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    padding: 1.5em;
    margin: 2em;
    margin-right: 2em;
}


#about{ 
    margin: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center ;
    background-color:rgb(214, 205, 196); 
    color: rgb(40,118,153);
    height: 1.5em;
    width: 7em;
    border-radius: 1.5em;
    box-shadow: 2px 2px 5px #999;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(40,118,153);
    transition: background-color 1s;
}

#about:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(226,65,0);
}



#diseño{
    margin: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgb(214, 205, 196); 
    color: rgb(40,118,153);
    height: 1.5em;
    width: 7em;
    border-radius: 1.5em;
    box-shadow: 2px 2px 5px #999;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(40,118,153);
    transition: background-color 1s;
}

#diseño:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(226,65,0);
}



#curriculum{    
    margin: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgb(214, 205, 196); 
    color: rgb(40,118,153);
    height: 1.5em;
    width: 7em;
    border-radius: 1.5em;
    box-shadow: 2px 2px 5px #999;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(40,118,153);
    transition: background-color 1s;
}

#curriculum:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(226,65,0);
}

#contacto{ 
    height: 1.5em;
    width: 6em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(214, 205, 196); 
    color: rgb(40,118,153);
    height: 1.5em;
    width: 7em;
    border-radius: 1.5em;
    box-shadow: 2px 2px 5px #999;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(40,118,153);
    transition: background-color 1s;
}

#contacto:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(226,65,0);
}


a{
    text-decoration: none;
}

a:hover{
    color: rgb(226,65,0);
}




        /* 

        PRIMERA SECCION DE CONTENIDOS
        
        */




#primeraseccion{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    background-color: rgb(40,118,153);
    height: 100vh;
    width: 100%;
    color:rgb(214, 205, 196);
    text-align: center;
}

#textoprimeraseccion{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 40%;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-top: 1em;
}

h1{
    margin-bottom: 1em;
}

#imagen {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 80%;
    background-image: url(./images/Vicente.jpg);
    background-size: cover;
    background-position:center center;
    position: relative;
    top: 100px;
}

#boton1{
    background-color:rgb(214, 205, 196); 
    color: rgb(40,118,153);
    height: 1.5em;
    width: 7em;
    border-radius: 1.5em;
    margin-top: 3em;
    box-shadow: 2px 2px 5px #999;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(40,118,153);
    transition: background-color 1s;
}
#boton1:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(226,65,0);
}

#boton2{
    background-color:rgb(214, 205, 196); 
    color: rgb(40,118,153);
    height: 1.5em;
    width: 7em;
    border-radius: 1.5em;
    margin-top: 3em;
    box-shadow: 2px 2px 5px #999;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 1s;
}

#boton2:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(226,65,0);
}




        /* 

        SEGUNDA SECCION DE CONTENIDOS
        
        */




section#segundaseccion{
    background-color:rgb(223, 219, 208);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    padding: 30px;
    padding-top: 30px;
    
}

#cuadrado1seccion{
    background-color:rgb(214, 205, 196); 
    height: 15em;
    width: 17em;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

i{
    padding: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

#cuadrado2seccion{
    background-color:rgb(214, 205, 196); 
    height: 15em;
    width: 17em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#cuadrado3seccion{
    background-color:rgb(214, 205, 196); 
    height: 15em;
    width: 17em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}
#cuadrado4seccion{
    background-color:rgb(214, 205, 196); 
    height: 15em;
    width: 17em;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#cuadrado5seccion{
    background-color:rgb(214, 205, 196); 
    height: 15em;
    width: 17em;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#cuadrado6seccion{
    background-color:rgb(214, 205, 196); 
    height: 15em;
    width: 17em;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}




        /* 

        TERCERA SECCION DE CONTENIDOS
        
        */




section#secciontres{
    background-color:rgb(223, 219, 208);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    padding: 30px;
    padding-top: 30px;



}


form {
    width: 450px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 7px;
    color: rgb(40,118,153);
    margin-bottom: 25px;

}

input, textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    font-family: "Fuente texto";
}

#botonenviar{
    background-color:rgb(214, 205, 196); 
    color: rgb(40,118,153);
    height: 1.5em;
    width: 7em;
    border-radius: 1.5em;
    box-shadow: 2px 2px 5px #999;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 30px;
    transition: background-color 1s;
}

#botonenviar:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(226,65,0);
}




        /*

        CUARTA SECCION DE CONTENIDOS

        */



#cuartaseccion{
    background-color: rgb(40,118,153);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
    height: 100vh;
    width: 100%;
    font-size: 0.8em;
}

h3{
    padding-top: 1em;
    padding-bottom: 1em;
}


#cuadrado7seccion{
    background-color:rgb(223, 219, 208);
    height: 25em;
    width: 15em;
    margin-top: 15px;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em;
}



#cuadrado8seccion{
    background-color:rgb(223, 219, 208);
    height: 25em;
    width: 15em;
    margin-top: 15px;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em;
}

#cuadrado9seccion{
    background-color:rgb(223, 219, 208);
    height: 25em;
    width: 15em;
    margin-top: 15px;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em;
}

#cuadrado10seccion{
    background-color:rgb(223, 219, 208);
    height: 25em;
    width: 15em;
    margin-top: 15px;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1em;
}




        /* 

        LOGOS REDES SOCIALES BAJO CAJAS TEXTO 

        */




#logosredes{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    
}





        /* 

        FOOTER 

        */




footer{
    background-color: rgb(40,118,153);
    height: 12vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.8em;
}




        /* 

        ICONOS REDES SOCIALES LATERAL DCHO.

        */




#redeslateral{
    width: 3em;
    height: 15em;
    position: fixed;
    top: 100px;
    right: 0;

}




    /* 

    FLECHA VUELTA AL INICIO DE LA PÁGINA
    
    */




#flechaarriba{
    background-color: rgb(226,65,0);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 10px;
    border-radius: 2em;
    box-shadow: 2px 2px 5px #999;
    color: rgb(40,118,153);
    transition: background-color 1s;

}

#flechaarriba:hover{
    background-color: darkgrey;
    box-shadow: 2px 2px 5px #999;
    color: rgb(40,118,153);
}
