*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body{
    background: #fff;
    font-family: "Open Sans";
}

.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}


/*_________   HEADER    _________*/

header{
    background: url('../img/Fondo.jpg');
    background-repeat:no-repeat ;
    background-position: center;
    max-height: 100%;
}

header .menu {
    margin: 40px 0;
    text-align: right;
}

header .menu a {
    margin:  0 20px;
    color: #fff;
    padding-bottom: 9px;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    border-bottom: 2px solid transparent ;
}
header .menu a:hover {
    border-bottom: 2px solid #fff;

}

header .contenedor-texto {
    display: flex;
    justify-content: center;
    margin: 100px 0;
    
}

header .contenedor-texto .texto {
    border: 3px solid rgba(255, 255, 255, 0.781);
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    align-content: center;
    padding: 20px 60px;
}

header .contenedor-texto .texto h1,
header .contenedor-texto .texto h2 {
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    margin: 0;
}

header .contenedor-texto .texto .nombre {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
}

header .contenedor-texto .texto .subtitulo {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
}

/*_____    MAIN   ______*/
.main .contenedor {
    overflow: visible;
}

.main  .acerca-de{
    text-align: center;
}

.main .acerca-de .foto{
    margin-top: -60px;
}

.main .acerca-de .foto img{    
    vertical-align: top;
    border: 5px solid rgba(207, 207, 207, 0.26);
    border-radius: 50%;
}
.main .acerca-de .texto {
    color: #473e90;
    font-weight: 400;
    font-size: 1em;
    line-height: 30px;
    width: 80%;
    margin: 40px auto 60px auto;

}

.main .acerca-de .texto p{
    font-family:'sans-serif';
    font-size: 25px;
    

}

.main .acerca-de .texto .titulo{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #473e90;
    text-align: center;
}
.main .trabajos {
    background: #f2f2f2;
    padding: 60px 0;
}
.main .trabajos .contenedor {
    overflow: hidden;
}

.main .trabajos .titulo {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #58029e;
    ;
    text-align: center;
}

.main .trabajos .contenedor-trabajo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
} 

.main .trabajos .contenedor-trabajo .trabajo{
    width: 26%;
    margin-bottom: 40px;
}
.main .trabajos .contenedor-trabajo a{
    text-decoration: none;

}
.main .trabajos .contenedor-trabajo .trabajo .thumb{
    width: 100%;
    margin-bottom: 10px;

}

.main .trabajos .contenedor-trabajo .trabajo .thumb img {
        width: 100%;
        vertical-align: top;
        border-radius: 3px;

}

.main .trabajos .contenedor-trabajo .trabajo .descripcion{
    text-align: center;
}

.main .trabajos .contenedor-trabajo .trabajo .descripcion .nombre {
    font-weight: 700;
    color: #58029e;
    margin-bottom: 10px;

}

.main .trabajos .contenedor-trabajo .trabajo .descripcion .nombre:hover{
    color: #a4a4a4;
}
.main .trabajos .contenedor-trabajo .trabajo .descripcion .categoria{
    font-size: 14px;
    color: #58029e;
}


/*_______FOOTER  _______ */

footer .contacto{
    padding: 60px 0;

}

footer .contacto .titulo{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #58029e;
    text-align: center;
}


footer .contacto .formulario{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
/* este imput desactiva el contorno azul que viene por defecto ne web*/
input {
    outline: none
  }

input[type="text"]{

    color: #c50303;
}


footer .contacto .formulario input[type="text"],
footer .contacto .formulario input[type="correo"],
footer .contacto .formulario textarea{
    border: 2px solid #cecece;
    border-radius: 3px;
    padding: 15px;
    font-size: 20px;
    color: #920086;
}

footer .contacto .formulario input[type="text"]:focus,
footer .contacto .formulario input[type="correo"]:focus,
footer .contacto .formulario textarea:focus{
    outline: none;
    border: 3px #58029e solid;
}

footer .contacto .formulario input[type="text"],
footer .contacto .formulario input[type="correo"]{
    width: 49%;
    margin-bottom: 15px;
}

footer .contacto .formulario textarea{
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
    max-height: 250px;
    margin-bottom: 15px;
}

footer .contacto .formulario .boton{
    margin: auto;
    background: #606470;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 13px 35px;
    cursor: pointer;

}

footer .contacto .formulario .boton:hover {
    background: #9c55a0;
}

footer .redes-sociales {
    background: #473e90;
    padding: 20px 20px;
}   
footer .redes-sociales .contenedor {
    display: flex ;
    justify-content: center;
}
footer .redes-sociales a{
    color: #fff;
    text-align: center;
    width: 100px;
    display: block;
    padding: 16px 0;
    border-radius: 3px;
    font-size: 20px;
    margin: 0 20px;
}


footer .redes-sociales .ciudad{
    color: #fff;
    text-align: center;
    font-size: 15px;
}


footer .redes-sociales .correo{
    color: #fff;
    text-align: center;
    font-size: 18px;
}
footer .redes-sociales .linkedin:hover{ background:#0e76a8;}
footer .redes-sociales .instagram:hover{ background:#3f729b;}

/* _________ MEDIA QUERIES__________*/

@media screen and (max-width: 800px){

    header .menu {
        text-align: center;
    }
    
    .main .trabajos .contenedor-trabajo .trabajo {
        width: 46%;
    }
}
@media screen and (max-width: 500px){

        header .contenedor-texto .texto .nombre {
            font-size: 30px;
        }
        header .contenedor-texto .texto .subtitulo{
            font-size: 18px;

        }
       

        
}