/* - - - - - - - - - - - - - - - 
CSS para pantallas medianas (Tablets)
Ultima modificación por:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */


/* HEADER */

header {
    overflow: hidden;
    transition: max-height .5s, background-color .5s;
    height: 80px;
    display: block;
    justify-content: space-between;
    border-bottom: 1px solid #5D5D5D;
    background-color: #24272A;
    padding: 0px 35px;
    z-index: 1;
    padding-right: 0px;
    position: fixed;
}

header.opened {
    max-height: 1000px;
    transition: max-height .5s, background-color .5s;
    height: 600px;
    padding-left: 0px;
}

#menu_btn {
    content: url(../../_images/_svg/burguer.svg);
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 22px;
    height: 30px;
    width: 30px;
}

header.opened #menu_btn {
    content: url(../../_images/_svg/icono_cerrar_white.svg);
}

.class-nav a {
    padding: 10px;
    display: block;
}

.class-nav {
    margin-top: -450px;
    margin-right: 0px;
    font-size: 2em;
    text-align: center;
    display: block;
    width: 100%;
}

#btn-header {
    padding: 5px 20px;
    width: 80%;
    margin: 10px auto;
}

.a-header:hover {
    color: #FFAE6D;
    border-bottom: none;
}

.logo {
    display: block;
}

.none {
    display: none;
}


/* HEADER BLANCO */

header.opened #menu_btn2 {
    content: url(../../_images/_svg/closeb.svg);
    width: 30px;
}

#menu_btn2 {
    content: url(../../_images/_svg/menu-closed.svg);
    position: absolute;
    z-index: 10;
    right: 40px;
    top: 22px;
    height: 45px;
    width: 50px;
}

#btn-header-blanco {
    padding: 5px 20px;
    width: 80%;
    margin: 10px auto;
}

.a-header-blanco {
    color: black;
    padding: 10px;
    display: block;
}

.a-header-blanco:hover {
    color: #FFAE6D;
    border-bottom: none;
}


/* INICIO */

.inicio {
    display: block;
}

.inicio-izq {
    width: 80%;
    padding: 160px 0px 80px;
    margin: auto;
}

#cont-izq {
    text-align: center;
}

#cont-izq h2 {
    font-size: 1.8em;
}

#cont-izq p {
    margin-bottom: 25px;
}

.botones {
    justify-content: space-evenly;
}

#btn2-inicio {
    margin-left: 0;
}

.inicio-der {
    width: 100%;
    padding: 0px 75px 50px;
    display: block;
    margin: 0;
}

#cuad1 {
    margin-bottom: 30px;
}

#cuad2 {
    margin: auto 0px;
}


/* QUIENES SOMOS */

.quienes-somos {
    display: block;
}

#cont1-qs {
    width: 90%;
    box-sizing: border-box;
    padding: 160px 0 0 120px;
}

#img-qs {
    display: none;
    /*width: 80%;
    margin: auto;*/
}

.valores {
    padding: 40px 0 50px 120px;
}

#contenedor-valores {
    display: block;
}

#contenedor-valores div {
    width: 100%;
}

.mapa {
    display: block;
}

.mapa img {
    width: 100%;
}

#sec-color {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.empresas {
    padding: 0 144px 90px 144px;
}

.empresas div {
    display: flex;
    justify-content: center;
}

#emp1 {}

#emp2 {}


/* SERVICIOS */

#title-s {
    padding: 70px 70px;
}

.tarjeta {
    width: 97%;
}

#btn-nuestrosProyectos {
    width: 100%;
}


/* PROYECTOS */

.sec-proyectos h1 {
    margin: 0;
    padding: 150px 0 20px;
}

#nav_proyectos {
    width: 70%;
    margin: auto;
}

.contenedor-proyectos {
    padding: 40px 0px;
}

.proyecto {
    width: 40%;
}


/* CONTACTO */

.formulario {
    width: 90%;
    top: -90px;
    display: block;
}

.formulario2 {
    width: 90%;
    top: -40px;
    display: block;
}

.info-contacto {
    width: 100%;
    margin: 40px 0 20px 60px;
}

.form-contacto {
    width: 100%;
}

.estiloInput {
    padding: 15px 20px;
    font-size: 1.1rem;
}

.btn-enviar {
    margin: 10px auto;
    padding: 15px 40px;
    float: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.file_label {
    font-size: 1.1rem;
    padding: 15px 40px;
}


/* SITEMAP*/

.sitemap {
    justify-content: center;
    padding: 150px 0px;
}

.sitemap div {
    margin-bottom: 30px;
    margin-right: 40px;
    width: 30%;
}


/* FOOTER */

#log-footer {
    display: flex;
}

#circulo-correo {
    margin-left: 0;
}

#enlaces {
    display: flex;
    justify-content: space-evenly;
    width: 40%;
    margin: auto;
}

#enlaces a {
    margin-right: 0;
}