/* - - - - - - - - - - - - - - - 
CSS para pantallas pequeñas (Móviles)
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: 15px 0 0 5px;
    z-index: 1;
    padding-right: 0px;
    position: fixed;
}

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

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

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

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

.class-nav {
    margin-top: -320px;
    margin-right: 0px;
    font-size: 1em;
    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;
    width: 80px;
}

.logo img {
    width: 80px;
}

.cont-tel {
    display: none;
}

.none {
    display: none;
}

.circulo {
    width: 2.1em;
    height: 2.1em;
    margin-right: 5px;
}

.circulo img {
    width: 1.1em;
}


/* HEADER BLANCO */

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

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

#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: 90%;
    padding: 150px 12px 0px;
    margin: auto;
}

#cont-izq h1 {
    font-size: 2.5em;
    text-align: center;
}

#cont-izq h2 {
    font-size: 1.2rem;
}

#cont-izq p {
    font-size: 1.1rem;
}

.botones {
    flex-direction: column;
}

#btn1-inicio {
    margin-bottom: 20px;
    justify-content: center;
    font-size: 1.1rem;
}

#btn2-inicio {
    margin-left: 0;
    font-size: 1.1rem;
}

.inicio-der {
    width: 80%;
    padding: 60px 0px;
    margin: auto;
}


/* QUIENES SOMOS */

.quienes-somos {
    display: block;
}

#cont1-qs {
    width: 90%;
    box-sizing: border-box;
    padding: 130px 20px 0 20px;
    margin: auto;
}

#titulo-qs {
    margin: 0;
}

.linea-titulo {
    width: 30px;
}

.-titulo h1 {
    margin: 0 10px;
    font-size: 2em;
}

#parrafo-qs {
    font-size: 1rem;
}

.botones-qs {
    margin: 30px 0;
}

#btn1-qs {
    font-size: 1rem;
    padding: 5px;
}

#btn2-qs {
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 1rem;
}

#botones-valores {
    font-size: 1rem;
}

.btns-mv {
    height: 60px;
    padding-left: 30px;
}

#contenedor-mv {
    padding: 20px;
}

#contenedor-mv p {
    font-size: 1rem;
}

#img-qs {
    display: none;
}

.valores {
    padding: 30px 40px 20px 40px;
}

.valores h2 {
    font-size: 2em;
}

.subtit-valores {
    font-size: 1rem;
}

.subtit-valores img {
    width: 20px;
}

#contenedor-valores {
    display: block;
}

#contenedor-valores div {
    width: 100%;
    padding: 0 0 20px 0;
}

#contenedor-valores p {
    font-size: 1rem;
    padding-left: 40px;
}

.mapa {
    display: block;
}

.mapa img {
    width: 100%;
}

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

#sec-color h1 {
    font-size: 2em;
}

.empresas {
    /* padding: 0 60px 50px; */
    padding: 0;
}

.empresas h2 {
    font-size: 2em;
    margin-left: 40px;
}

.empresas div {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 0 auto 30px;
}


/* SERVICIOS */

#title-s {
    padding: 90px 60px;
}

#title-s h1 {
    font-size: 2.5em;
}

#title-s p {
    font-size: 1rem;
}

.contenedor-s {
    padding: 30px 20px;
}

.tarjeta {
    width: 100%;
    margin-bottom: 10px;
}

.tarjeta img {
    width: 40px;
}

.tarjeta h2 {
    font-size: 1.5em;
    margin: 30px 0 30px 0;
}

.tarjeta li {
    font-size: 1rem;
}

.tarjeta a {
    font-size: 1rem;
}

#btn-nuestrosProyectos {
    width: 100%;
    height: 100px;
}

#btn-imagen {
    height: 100px;
}

#enlace-proyectos {
    font-size: 1.2em;
    height: 100px;
    top: -100px;
}

#enlace-proyectos img {
    width: 30px;
    margin-top: 5px;
}


/* PROYECTOS */

.sec-proyectos h1 {
    margin: 0;
    padding: 150px 0 20px;
    font-size: 3.5em;
}

#nav_proyectos {
    display: flex;
    flex-direction: column;
}

#nav_proyectos span {
    margin-right: 0px;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

#nav_proyectos span:hover {
    border-bottom: none;
}

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

.proyecto {
    width: 100%;
}

.proyecto h2 {
    font-size: 1.5rem;
}


/* CONTACTO */

.formulario,
.formulario2 {
    padding: 30px;
}

#cont-tel-form1 {
    display: flex;
    margin: 20px 0 0;
}

.num-header-blanco a {
    font-size: 1rem;
}

#mapa-contacto {
    top: 80px;
}

.formulario {
    width: 90%;
    top: -65px;
    display: block;
    margin: 90px auto 20px;
}

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

.info-contacto {
    width: 85%;
    margin: 20px 0 10px 21px;
}

.titulo-contacto {
    margin-left: -20px;
}

.form-contacto {
    width: 100%;
}

.cont-input1 {
    flex-wrap: wrap;
}

.cont-input2 {
    flex-wrap: wrap;
}

.cont-textarea {
    margin-top: 10px;
}

.estiloInput {
    width: 100%;
    padding: 12px 20px;
    font-size: .8rem;
    margin: 0;
}

.textarea {
    width: 100%;
}

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

.file_label {
    font-size: .8rem;
    padding: 10px;
}

#correo-form1 {
    justify-content: flex-start;
}


/* SITEMAP*/

.sitemap {
    justify-content: flex-start;
    padding: 150px 20px;
}

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

.a-titulo {
    font-size: 1em;
}


/* FOOTER */

.footer {
    display: block;
    text-align: center;
    height: auto;
    z-index: 10;
}

#log-footer {
    margin: auto;
    padding-top: 18px;
}

.correo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 20px;
}

#circulo-correo {
    margin: 0 5px 0 0;
    width: 25px;
    height: 25px;
}

#icon-correo {
    width: 15px;
}

.correo p {
    font-size: .8rem;
}

#iconos-redes {
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin: auto;
}

#iconos-redes img {
    width: 20px;
}

#redes p {
    font-size: .6rem;
    margin: 5px 0 20px;
}

#enlaces {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: auto;
    margin-top: 10px;
}

#enlaces a {
    margin-right: 0px;
    font-size: .7rem;
}

#redes a {
    font-size: .7rem;
}