@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;700&display=swap');



:root {
    --ancho_seccion: 1280px;
    --white: #ffffff;
    --ancho_seccion_cv: 1280px;
}



body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #1d1d1d;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0px;
    /* width: 100%; */
    background-color: #f1f1f1;
    overflow-x: hidden;
    /* text-align: justify; */

}

h1 {
    align-items: center;
    margin: 0;
    /* color: #1d2c3a; */
    font-size: 6em;
    font-weight: 400;
    text-transform: uppercase;

}

h2 {
    font-size: 2.3em;
    /* color: #dfd5ac; */
    text-align: left;

}

h3 {
    font-weight: normal;
    color: #1a2d39;
    font-size: 1.8em;
    margin-block-end: 0.5em;
    margin-block-start: 0.5em;

}


h4 {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: normal;
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
    color: #1a2d39;
}

h5 {
    font-weight: normal;
    color: #1d2c3a;
    font-size: 2.5em;
    text-align: center;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
}

h5 img {
    max-width: 15px;
}


h6 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}



li {
    text-align: justify;
}


a {
    text-decoration: none;
    text-transform: initial;
    transition: .5s;
    color: #ee7010;
}


.alert .success .p {
    text-align: center;
}

/* 
a:hover {

    color: #ee7010;
    background: #ee7010;
    background: linear-gradient(to right, #e03c31, #ee7010, 100%);
    background: -webkit-linear-gradient(left, #e03c31, #ee7010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
} */

p {
    line-height: 1.4em;
    text-align: justify;

}

.areas_detalle {
    max-width: var(--ancho_seccion);
    margin: 0 auto;
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.8em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.areas_iso {
    top: -1em;
    position: relative;
}

.areas_iso img {
    max-width: 2em;
}

.areas_profesionales {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.8em;
    background-color: #ddd5cc;
    margin-top: 3em;
    padding-bottom: 2em;
}

.areas_profesionales_equipo IMG {
    max-width: 150PX;
}

.areas_mas {
    position: absolute;
    bottom: -10px;
    width: 100%;
}

.areas_mas img {
    width: 90%;
    max-width: 600px;
    height: auto;
}

/* button {

    background-color: #1a2d39;
    border: 0px;
    padding: 0.5em;
    font-size: 0.8em;
    color: #fff;
    border-radius: 5%;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}


button:hover {
    opacity: .7;
} */

.btn_mas_info,
.btn_mas_info_cv {
    font-style: italic;
    text-align: right;
    color: #fff;
    padding-top: 2em;
    letter-spacing: 0;
    padding-bottom: 3em;
}

.btn_mas_info img,
.btn_mas_info_cv img {
    vertical-align: middle;
    padding-right: 10px;
}


.btn_mas_info_cv a {
    color: #1a2d39;
}

.btn_mas_info_cv {
    text-align: left;
}

.blog {
    /* background-color: #080c10;
    color: #fff; */
}

.blanco a {
    color: #fff;
    ;
}

.blanco a:hover {
    color: #dfd5ac;
    ;
}

.azul,
.azul a {
    color: #1a2d39;
    ;
}

.azul a:hover {
    color: #fff;
    ;
}

.cv_detalle {
    padding-right: 2em;
    text-align: right;
}


.cv_codigo {
    font-size: 1.2em;
    margin-top: 0.5em;
    font-weight: 500;
}

.cv_nombre {
    padding-bottom: 1.2em;
    text-align: left;
    text-transform: uppercase;


}

.cv_nombre h1 {
    font-size: 5em;
}

.cv_destaque {
    width: 85%;
    text-align: justify;
    border-bottom: 1px solid #cfd3d0;
}

.cv_destaque p span {
    display: inline-block;
    font-style: italic;
}

.cv_social {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}

.cv_social img {
    padding-right: 0.5em;
    width: 40px;
    height: 40px;
}

.cv_item {
    width: 100%;
    max-width: var(--ancho_seccion_cv);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    /* min-height: 100vh; */
    overflow: hidden;
    flex-direction: row;
    align-content: center;
    align-items: baseline;
}




.btn_mas {
    float: right;
}

.col,
.col_img {
    flex-basis: 50%;
}

.col img.circulo {
    /* border-radius: 0% 50% 50% 0%; */
    width: 100%;
    height: auto;
}

.circulo_under {
    position: absolute;
    bottom: -5px;
    right: 0px;
}

.col__content,
.col__content_firma,
.col__content_clientes,
.col__content_equipo {
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    justify-content: center;
    overflow: hidden;
    min-height: 100%;
    padding: 4vw 6vw 0vw;
}

.col__content {
    padding: 4vw 10vw 2vw;
}

.col__content_firma {
    padding: 5vw 10vw 0vw;

}

.col__content_equipo {
    padding: 0vw 8vw 0vw;
    text-align: left;

}

.col__content_clientes {
    padding: 2vw 8vw 0vw 0vw;

}

.col__clientes {}

.col_detalle_cv {
    width: 70%;
    /* margin-bottom: 1em;
    margin-top: 1em; */

}

.col__destaque {
    color: #1a2d39;
}

.col__destaque_cv {
    width: 30%;
    padding-right: 2em;
    text-align: right;
}

.col__image-wrap,
.col__image-wrap_index {
    background-color: #cccccc;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.col__image-wrap_index {
    background-position: center right;

}

.col__image-wrap img {
    height: 100%;
    min-width: 100%;
}


.col_logos,
.col_areas,
.col_areas_equipo,
.col_logos_clientes,
.col__destaque_clientes,
.col_firma {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: var(--ancho_seccion);
    margin: 0 auto;
}


.col_areas {
    justify-content: center;

}

.col_logos_clientes,
.col__destaque_clientes {
    max-width: var(--ancho_seccion);
}

.col__destaque_clientes {
    margin-top: 1em;
    margin-bottom: 0.2em;
}


.col__destaque_clientes_index h4 {
    color: #dfd5ac;
    padding: 1em;
    font-weight: normal;
}

.col__destaque_equipo_index {
    padding-left: 4em;
}

.col__destaque_equipo {
    font-size: 2em;
    color: #fff;
    position: absolute;
    bottom: 3em;
    left: 55%;
}

.col__destaque_equipo_cargo {
    font-size: 0.7em;
}

.col__destaque_clientes h4 {


    text-align: left;
    color: #837f7c;
    font-size: 1.4em;
}

.col_areas_equipo {
    justify-content: center;
}

.col_logo,
.col_area {
    width: 25%;
    /* height: 50vh; */
    overflow: hidden;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2em;
}

.col_area {
    width: 20%;
    padding-top: 4em;
}


.col_area_equipo img {
    max-width: 150px;
}

.col_logo img,
.col_areas img {
    width: 100%;
    height: auto;
    max-width: 250px;
    padding: 1em;
}


.custom-file-input {
    color: #1a2d39;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Adjuntar CV';
    color: #fff;
    display: inline-block;
    background: #1b2e39;
    border: 1px solid #dfd5ac;
    border-radius: 3px;
    padding: 0.5em;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /* text-shadow: 1px 1px #fff; */

    transition: 0.5s;

}

.custom-file-input:hover::before {
    border-color: #fff;
    background: #dfd5ac;
    border: 0px solid none;
    color: #1b2e39;
    opacity: .7;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}

.grafito {
    background-color: #282828;
    border: 1px solid #fff;
}

.rojo {
    background-color: #5f2629;
    border: 1px solid #fff;
}

/* 
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }

  .custom-file-input::before {
    content: 'Adjuntar CV';
    display: inline-block;
    background-color: #1a2e38;
    color: #fff;
    border: 1px solid #dfd5ac;
    border-radius: 3px;
    padding: 0.8em;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  }
 */

.detalle_destacado {
    font-weight: bold;
    display: contents;

}

/* EQUIPO */
.equipo_detalles,
.equipo_detalles_slide {
    font-size: 1.2em;
    color: #fff;
    position: relative;
    /* bottom: 5em; */
    padding: 1em;
    /* height: inherit; */
    /* background: -webkit-linear-gradient(116.36deg, #3d3d3c 0%, #0f0f0fb3 10%); */
    background: #ffffffad;
    color: #000;
}

.equipo_detalles_slide {
    width: 100%;
    position: absolute;
    top: 0em;
    left: 0;
}


.equipo_cargo {
    font-size: 0.7em;
}

.equipo_nombre a {
    color: #fff;
    transition: 0.5s;
}

.equipo_nombre p {
    margin: 0;
}

.equipo_codigo {
    font-weight: 500;
}

.equipo_nombre a:hover {
    color: #dfd5ac;
}

.equipo_marco {
    margin: 0.5em;
    /* opacity: 0; */
    overflow: hidden;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.equipo_marco a:hover {
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.equipo_marco img {

    width: 100%;
    height: auto;
    transition: .5s ease;
    /* -webkit-filter: grayscale(100%); */
    /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
}

.equipo_marco img:hover {
    transform: scale(1.1);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    height: auto;
    /* -webkit-filter: grayscale(0%); */
    /* Safari 6.0 - 9.0 */
    /* filter: grayscale(0%); */
    /* border: 10px solid #fff; */
}

.equipo_marco-grid {
    width: 100%;
    /* max-width: var(--ancho_seccion); */
    display: inline-grid;
    padding-top: 1em;
    /* grid-template-columns: auto auto auto; */
    grid-template-columns: 33.3% 33.3% 33.3%;
}

.equipo_descripcion {
    width: 62%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3em;
}


.equipo_texto {
    margin: 0 auto;
}

.equipo_texto p {
    margin: 0.3em;
    font-size: 0.9em;
    color: #595a5a;
}


.iso_titulo {
    left: -3.5em;
    position: inherit;
}

.iso_titulo img {
    vertical-align: middle;
    max-width: 2em;
    padding-right: 0.5em;
}



/* FORM */

#consulta_marco {
    width: 100%;
    margin: 0 auto;
}

.contacto_marco {
    width: 100%;
    max-width: var(--ancho_seccion);
    padding-bottom: 3em;
    line-height: 2em;
    margin: 0 auto;
}

.reservas img {
    width: 144px;
    height: auto;
}

.formulario {
    vertical-align: middle;
}

.boton_enviar_marco {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.btn_enviar,
button {
    text-transform: none;
    transition: .3s;
    cursor: pointer;
    background: linear-gradient(116.36deg, #ed8b00 0%, #e03c31 100%);
    color: #fff;
    border: 0px;
    padding: 1em;
    padding-left: 4em;
    padding-right: 4em;
    border-radius: 0%;
    transition: 1s;
}

.btn_enviar:hover,
button:hover {
    opacity: .9;
    background: #000;
    color: #fff;
}

.registro-campo-error {
    background-color: #ab2636;
}

.mas_productos {
    text-align: left;
    padding-top: 1.5em;
}


#message {

    position: fixed;
    background-color: #1a2e38;
    width: 90%;
    max-width: 400px;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px;
    box-shadow: 0px 0px 2px 2px #000;
    color: #fff;
    font-size: 20px;
    border: solid 3px #fff;
    transition: .5s;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
}

#message.active {
    opacity: 1;
}



input,
select,
textarea,
.custom-file-upload {
    padding: 6px;
    font-size: 1em;
    line-height: 1;
    border: 0;
    -webkit-appearance: none;
    COLOR: #837f7c;
    background-color: #f1f1f1;
    border-bottom: 1px solid #837f7c;
    margin: 5px;
    width: 100%;
    width: -webkit-fill-available;
    font-family: 'IBM Plex Sans', sans-serif;
}

input {
    border: 1px solid #837f7c;

}

.placa_inicio {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #101820;
    z-index: 89;


}

.search_top {
    position: fixed;
    right: 1em;
    top: 2em;
    z-index: 999;
}

.search_top img {
    width: 20px;
}

small {
    font-size: 0.7em;
    line-height: 0.7em;
}

.slide {
    display: flex;
    align-items: stretch;
    /* min-height: 100vh; */
    /* overflow: hidden; */
    flex-direction: column;
    align-content: center;
    align-items: baseline;
    padding: 2em;
}


.slide:nth-of-type(odd) {
    background: #ddd5cc;
    /* background: #f0f0f0; */
}


.slide_cv_mas {
    /* display: none; */

}



/* GALERIA TOP*/

.slideshow_buscar,
.slideshow,
.slideshow_areas,
.slideshow_equipo,
.slideshow_clientes,
.slideshow_contacto,
.slideshow_trabaja,
.slideshow_firma,
.slideshow_productos {
    max-width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.slideshow {
    background-color: #d8caa4;
}

.slideshow_buscar {
    background-color: #0f0f0fb3;


}

.slideshow_clientes {
    /* background-image: url(../img/portadas/puntos_de_venta.webp); */
}

.slideshow_contacto {
    /* background-image: url(../img/portadas/contacto.webp); */
}

.slideshow_firma {
    /* background-image: url(../img/portadas/nosotros2.webp); */
}

.slideshow_trabaja {
    /* background-image: url(../img/top_trabaja.webp); */
}

.slideshow_equipo {
    /* background-image: url(../img//top_equipo3.webp); */
}

.slideshow_areas {
    /* background-image: url(../img/top_areas.webp); */
}

.slideshow_productos {
    /* background-image: url(../img/portadas/puntos_de_venta.webp); */

}

.slideshow-portada img {
    max-width: 400px;
    height: auto;
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.slide_form {
    padding-top: 3em;
    max-width: var(--ancho_seccion);
    margin: 0 auto;
}

.slide_descripcion {
    width: 95%;
    padding-top: 0em;
    max-width: var(--ancho_seccion);
    max-width: 70%;
    padding: 1em;
}

.slide_descripcion p {
    text-shadow: 3px 3px 3px #000000;
}

.slider_producto {
    margin-top: 1em;
    margin-bottom: 1em;
}

.swiper {
    width: 100%;
    overflow: hidden;
    /* height: 300px; */
    margin: 10px auto;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    height: 600px;

    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #ec6316;
    background-color: transparent;
    padding: 0.5em;
}


.trabaja_iso {
    position: absolute;
    bottom: -15px;
    right: 0;
    z-index: -1;
}

textarea {
    width: 99%;

}

.styled-select select {
    background: rgba(0, 0, 0, 0.94);
    width: 50px;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    /* height: 34px; */
    -webkit-appearance: none;
    COLOR: #000;
}

.form-style-10 input[type="submit"] {
    background: #2A88AD;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font: normal 30px 'Lato', serif;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
}

/* STRUCTURE */


.categorias_nav {
    text-align: center;
    margin: 40px;
}

#galeria {
    /* padding: 25px; */
    /*min-height: 70%;*/
    /* margin: 20px auto; */
    margin-top: 90px;
    font-weight: normal;
    /* padding: 50px; */
    background-color: #fff;
    /* color: #000; */
}

#portada_index {
    height: 80vh;
    color: #fff;
}

#portada_index h1 {
    color: #fff;
    line-height: 1em;
    font-weight: 400;
}

#portada {
    height: 70vh;
    /* margin: 20px auto; */
    /* padding-top: 60px;
    font-weight: normal;
    background-color: #fff; */
}

#portada_contacto {
    /* background-color: #ebe3d7;
    padding-top: 150px;
    margin: 0 auto;
    width: 100%; */
}

#portada h1 {
    color: #fff;
    line-height: 1em;
}

#pagewrap {
    width: 100%;
    overflow: hidden;
}


.pImage {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 500px;
    width: auto;

    z-index: -1;
}


.pImage2 {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    max-height: 1200px;
    z-index: -1;
}

header {
    height: 100px;
    padding: 0 15px;
}

.destaque {
    font-size: 1.2em;
    line-height: 1em;
    text-align: center;
    min-width: 250px;
}


figure {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.clearfix {
    overflow: auto;
}


.fotovert {
    max-width: 380px;
    /* float: right; */
    margin-left: 0;

}

.footer {
    padding: 2em;
    background-color: #101820;
    font-size: 0.8em;
    min-height: 16vh;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2em;
    letter-spacing: 1px;
    line-height: 1em;
    /* margin-top: 2em; */
    z-index: 2;
}



.footer_datos {
    line-height: 0.5em;
}

.footer_datos img {
    max-width: 200px;
    height: auto;
}

.footer_datos a:hover {
    color: #fff;
}

.footer_izquierda {
    width: 45%;
    display: inline-block;
    vertical-align: text-top;
}

.footer_social {
    position: absolute;
    right: 2em;
    padding-bottom: 1em;
}

.footer_social img {
    padding-right: 1.5em;
    width: 30px;
    height: 30px;
}

.gris {
    background-image: linear-gradient(#000000b8, #0e0d0dc0, #000000b8);
    width: 100%;
    height: 100%;
    /* position: absolute; */
}

.honeypot {
    position: absolute;
    left: -9999px;
}

.linea {
    width: 100%;
    border-style: solid;
    border-color: #e79e3a57;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    margin: 0 auto;
}



main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 70vh;
    will-change: transform;
}

.novedad_flecha {
    display: inline;
}

.novedad_flecha>img,
.novedad_flecha_list>img {
    vertical-align: middle;
    padding-left: 10px;
    display: inline;
}

.novedad_flecha_list {
    display: inline;
    padding: 1em;
}

.novedad_flecha_list>img {
    max-width: 3em;
}

.novedad_fecha,
.novedad_fecha_list {
    color: #837f7c;
    font-size: 1.2em;
    font-weight: lighter;
}

.novedad_fecha_list p {
    padding: 0;
    font-size: 0.8em;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.novedad_autor,
.novedad_autor_list,
.novedad_autor_publicado {
    padding-top: 1em;
    color: #1a2d39;
    font-size: 1.4em;
    display: inline-block;
    position: relative;
    width: 100%;
}

.novedad_autor_list {
    font-size: 0.6em;
    padding-top: 0em;
    padding-bottom: 1em;
}

.novedad_autor_list p {
    text-align: left;
}

.novedad_autor_publicado {
    display: inline;
    font-size: 1.2em;
}

.novedad_portada img {
    width: 100%;
    height: auto;
}

.novedad_titulo,
.novedad_titulo_list {
    font-size: 2.5em;
    /* display: inline; */
}

.novedad_titulo a,
.novedad_titulo_list a,
.slide_novedades_contenido a,
.novedad_autor_publicado a {
    color: #1a2d39;
    transition: 0.5s;
    font-weight: bold;
}

.novedad_titulo a:hover,
.novedad_titulo_list a:hover,
.slide_novedades_contenido a:hover,
.novedad_autor_publicado a:hover {
    color: #e03c31;
    transition: 0.5s;
}

.novedad_titulo_list {
    font-size: 1.3em;
    background-color: #ffffffd5;
    padding: 1em;
}

.novedad_titulo_list p {
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    max-width: 55ch;
    text-overflow: ellipsis;
    text-align: left;
}

.novedad_tiempo_lectura {
    color: #1a2d39;
    display: inline;
}

span .novedad_tiempo_lectura {

    display: inline;
}

.novedades_marco {
    width: 90%;
    padding: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.novedades_mas {
    /* width: 50%; */
    /* padding: 3em; */
    width: var(--ancho_seccion);
    min-height: 30vh;
    margin: 0 auto;
    margin-top: 1em;
    /* margin-bottom: 2em; */
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.novedades_mas_grid {
    display: inline-grid;
    padding-top: 1em;
    grid-template-columns: auto auto;
}

.novedades_marco img {
    width: 100%;
    height: auto;
}

.novedades_marco-grid {
    width: 100%;
    display: inline-grid;
    padding-top: 2em;
    grid-template-columns: auto auto auto;

}

.novedaes_cv_social {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    text-align: right;
    float: right;
}

.novedaes_cv_social img {
    padding-right: 0.5em;
    width: 40px;
    height: 40px;
}

.novedad_col_areas_equipo {
    text-align: left;
    margin-bottom: 2em;
}

.novedad_col_areas_equipo a {
    color: #1a2d39;

}

.pagination {
    /* display: flex; */
    /* justify-content: space-between;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2em;
    align-content: space-around;
    flex-direction: row;
    align-items: center; */
}

.novedad_col_areas_equipo img {
    vertical-align: middle;
    padding-right: 2px;
    max-width: 150px;
}

.reveal {
    position: absolute;
    width: 60%;
    overflow: hidden;
}

.reveal img {
    height: auto;
    width: 100%;
    object-fit: cover;
    transform-origin: right;
}


.seccion,
.seccion_index .seccion_index_blog,
.seccion_detalle {
    height: fit-content;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0em;
}

.seccion_detalle {
    padding: 0;
}

.seccion_index_blog {
    background-color: #101820;
    color: #fff;
}

.seccion {
    /* margin-top: 70px; */
}

.section-foto {
    height: 100%;
    display: flex;
    width: 60vw;
    margin: 1vw;
}

.section-foto img {
    width: 100%;
    height: auto;
}


.slide_index,
.slide_equipo,
.slide_equipo_index,
.slide_clientes_index,
.slide_areas_index,
.slide_areas,
.slide_cv,
.slide_novedades {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

.slide_areas,
.slide_areas_index {
    background-color: #ebe3d7;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
}

.slide_areas {
    min-height: auto;
    margin-bottom: 3em;
    margin-top: 2em;
}

.slide_busqueda {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4em;
    margin-top: 4em;

}

.slide_clientes,
.slide_firma {
    padding-top: 4.5em;
    padding-bottom: 5em;
    padding-left: 1em;
    max-width: var(--ancho_seccion);
    margin: 0 auto;

}



.slide_clientes_index {
    background-color: #837f7c;
}

.slide_clientes_index h1 {
    color: #fff;
}


.slide_equipo {
    /* background-color: #ebe3d7; */
    min-height: auto;
    /* max-width: var(--ancho_seccion); */
    margin: 0 auto;
}

.slide_novedad,
.slide_novedades,
.slide_novedades_contenido {
    /* background-color: #ebe3d7; */
    min-height: auto;
    max-width: var(--ancho_seccion);
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3em;
}

.slide_novedad {
    /* margin-top: 10em; */
    padding: 1em;

}

.slide_novedades {
    /* justify-content: flex-start; */
    display: block;
}

.slide_novedades a {
    color: #101820;
    transition: 0.5s;
}

.slide_novedades a:hover {
    color: #ee7010;
    transition: 0.5s;
}

.slide_novedades_contenido {
    /* max-width: 780px; */
    margin-bottom: 2em;
    /* column-count: 2;
    column-gap: 2em; */


}

.slide_equipo_index {
    background-color: #1a2d39;
}

.slide_equipo_index a {
    color: #fff;
}


.slide_trabaja,
.slide_firma {
    padding-top: 2em;

}


.sublinea {
    width: 100%;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    margin: 0 auto;
}


span {
    /* display: table-cell; */
    vertical-align: middle;
}


.swiper-container {
    width: 100%;
}

.swiper-slide {

    background: #fff;
}


.titulo {
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    Border-radius: 0px;
    padding-right: 10px;
    padding-left: 10px;
    /* background-color: #3c3c3b; */
    color: #3c3c3b;
    text-transform: uppercase;
}

.titulo_secciones {
    /* overflow: hidden; */
    width: 100%;
    max-width: var(--ancho_seccion);
    margin: 0 auto;
}

.titulo_index {
    width: 100%;

    max-width: var(--ancho_seccion);
    margin: 0 auto;
    text-align: left;
    padding: 1em;
}

.titulo_centro {
    text-align: center;
    margin: 0 auto;
    padding: 4em;
}


.titulo_area {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.titulo_area_fill {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s;
}

.titulo_area:hover .titulo_area_fill {
    /* display: inline; */
    opacity: 1;
}



.texto_portada {
    font-size: 2em;
    color: #FFF;
    width: 45%;
    text-align: center;
    z-index: 55;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 0.5px 0.5px #a46a44;

}

.video iframe {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 450px;
}


.izquierda,
.middle,
.derecha {
    position: relative;
    min-height: 35vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* text-align: center; */
    /* overflow: hidden; */
    /* float: left;	 */
}

.izquierda {
    width: 63%;
}

.derecha {
    margin-left: 40%;
    width: 60%;
}

.middle {
    width: 63%;
    margin: 0 auto;
    margin-top: 3em;
    margin-left: 25%;
    min-height: 30vh;
}

.contenido {
    height: auto;
    position: relative;
    width: 90%;
    /*     left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    background-color: #ffffffbf;
}

.contenido p {
    padding-left: 5em;
}


.foto_portada img {
    width: 100%;
    height: auto;
}

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align {
    display: table-cell;
}

.vertical-align--middle {
    vertical-align: middle;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    padding: 10%;
    margin: 0 auto;
}

.vertical-align--bottom {
    vertical-align: bottom;
}

.lang {
    text-align: right;
    position: absolute;
    right: 0;
    padding-right: 1em;
}

/*nav mobil */

.lang_mobil {
    text-align: right;
    position: absolute;
    right: 0;
    padding-right: 1em;
    bottom: 3em;
    opacity: 0;
}

.lang_mobil a {
    color: #1a2d39;
    opacity: 0;
}

.nav_mobil {
    /* padding-top: 2px;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 6;
    top: 0;
    left: 0;
    position: fixed; */
    display: none;
    visibility: hidden;

}

.nav_mobil img {
    position: fixed;
    width: 300px;
    height: auto;
    z-index: 99;
}


/* nav */

.nav {
    padding-top: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 90;
    top: 0;
    position: fixed;
    height: 100px;
    /* background-color: #00000082; */
    background-color: #101820;

    border-bottom: 1px solid rgba(241, 241, 241, 0.16);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.nav a:hover,
.offcanvas a:focus {
    color: #3c3c3b;

}

.navegacion {
    width: auto;
    position: absolute;
    /* top: 30px; */
    z-index: 900;
    right: 2em;
    font-size: 1.1em;
    letter-spacing: 0px;
    display: block;
}

.navegacion a[aria-current] {
    color: #ee7010;
    background: #ee7010;
    background: linear-gradient(to right, #e03c31, #ee7010, 100%);
    background: -webkit-linear-gradient(left, #e03c31, #ee7010);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
}

.navegacion p {
    margin-right: 2em;
    display: inline;
}

.navegacion a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;

}

.navegacion a:hover {
    color: #ec6316;
}



/* BURGER NAV */

.burger_nav {
    position: fixed;
    top: 10px;
    left: 20px;
    right: 0;
    font-size: 25px;
    cursor: pointer;
    display: none;
    /* padding: inherit; */
    width: 40px;
    color: #000;
    z-index: 999;
    visibility: hidden;
}

.nav img {
    width: 240px;
    /* max-width: 500px; */
    height: auto;
    /* float: left; */
    padding-left: 1em;
}

.social {
    z-index: 999;
    right: 10px;
    top: 5px;
    position: fixed;
}

.sidenav {
    height: 100%;
    /* height: 380px; */
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #313232;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 80px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    display: block;
    transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #666;

}

.sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 15px;
    font-size: 36px;
    /* margin-left: 50px; */
    background-color: rgba(0, 0, 0, 0.7);

}

.sidenav_linea {
    width: 100%;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
    border-width: 0px 0px 1px;
    overflow: hidden;
    /* margin-left: 30px; */
}

.left {
    text-align: left;
    margin: 0;
    margin-bottom: 1em;
}



/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
@media screen and (max-width: 1480px) {
    .col__content_equipo {
        padding: 2vw 6vw 0vw;
    }

    .navegacion {
        font-size: 1em;
    }

    .navegacion p {
        margin-right: 1em;
    }
}


@media screen and (max-width: 1280px) {

    .accordion-body__contents {
        column-count: 1;
    }

    .cv_destaque {
        width: 90%;
    }

    .col__content_firma {
        padding: 6vw 8vw 0vw;

    }

    .col__content_equipo {
        padding: 1vw 6vw 0vw;
    }


    h1 {
        font-size: 5em;
    }

    .col_area {
        width: 25%;
    }

    .col__content {
        padding: 6vw 4vw 2vw;
    }

    .col__destaque_equipo_index {
        padding-left: 2em;
    }

    .equipo_detalles {

        /* bottom: 4em; */
    }

    header,
    footer {
        padding: 1% 4%;
    }


    .navegacion {
        font-size: 0.9em;
    }

    .navegacion p {
        margin-right: 1em;
    }

    .trabaja_iso img {
        max-width: 70%;
        float: right;
    }

}

@media screen and (max-width: 1100px) {

    h2 {
        padding-top: 1em;
        padding-right: 0px;
        padding-bottom: 6px;
        padding-left: 0px;
        font-size: 2em;
    }

    .casos_marco {
        width: 80%;
        height: 200px;
    }

    .circulo_under {
        visibility: hidden;
    }

    .contenido {
        width: 100%;
    }

    .col,
    .col_img {
        flex-basis: 100%;
        /* padding-top: 2em; */
    }



    .col__destaque_equipo {
        left: 4vw;
    }

    .col__content_clientes {
        padding: 2em;
    }

    .col__content_equipo {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .contenido p {
        padding-left: 0.2em;
    }

    .col_area {
        width: 33%;
    }

    .col_logo img,
    .col_areas img {
        padding: 1em;
    }

    .col__destaque_cv {
        width: 100%;
        text-align: left;
    }

    .col_detalle_cv {
        width: 100%;
    }

    .cv_destaque {
        width: 100%;
        /* text-align: justify; */
    }

    .cv_item {
        flex-direction: column;
    }

    .footer_social {
        right: 0em;
    }

    .izquierda,
    .middle,
    .derecha {
        width: 95%;
        margin-left: 0%;
    }

    .equipo_descripcion {
        width: 100%;
    }

    .equipo_marco-grid {
        grid-template-columns: 50% 50%;
    }

    .burger_nav {
        display: block;
        visibility: visible;
    }

    .nav {
        /* background-color: #00000082; */

        height: 60px;
    }

    .nav img {
        width: 200px;
    }

    .novedades_marco-grid {
        width: 100%;

    }

    .texto_portada_destaque {
        font-size: 2.5em;
    }

    .accordion-body__contents {
        width: 80%;
    }

    .reveal {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .social img {
        max-width: 25px;
        height: auto;
    }

    .search_top {
        right: 1em;
        top: 1em;
    }

    .section-foto {
        width: 100%;
        display: flex;
        height: auto;
    }

    .slide_cv {
        flex-direction: column;
    }

    .slide_index,
    .slide_equipo,
    .slide_equipo_index,
    .slide_clientes_index,
    .slide_areas_index,
    .slide_areas,
    .slide_cv,
    .slide_firma,
    .slide_novedades {
        display: block;
        padding: 0em;
    }

    .slide_firma {
        padding: 0.5em;

    }

    .trabaja_iso img {
        max-width: 50%;
        float: right;
    }


}

@media screen and (max-width: 990px) {

    .novedad_titulo,
    .novedad_titulo_list {
        font-size: 1.5em;
    }

    .nav_mobil {
        visibility: visible;
        display: block;
    }

    .navegacion {
        /* visibility: hidden; */
        display: none;
    }

    .novedad_fecha,
    .novedad_fecha_list {
        font-size: 1em;
    }

    .search_top {
        right: 4.5em;
        top: 1em;
    }

    .slide_descripcion {
        max-width: 100%;
    }

    .slide_descripcion p {
        line-height: 1em;
    }

    #transparente {
        display: none;
    }
}

/* for 700px or less */
@media screen and (max-width: 740px) {

    .areas_mas img {
        width: 60%;
    }

    .cv_nombre h1 {
        font-size: 3.55em;
    }

    h1 {
        font-size: 3.55em;
        line-height: 1em;
    }

    h3 {
        font-size: 1.5em;
    }

    .casos_marco {
        width: 90%;
        height: 150px;
    }

    .col_area {
        width: 50%;
        text-align: center;
    }

    .col__destaque_equipo_index {
        padding-left: 0em;
    }

    .col__content {
        padding: 2vw 10vw 10vw;
    }

    .col__content_firma {
        padding: 2em;
    }

    .col_logo {
        width: 45%;
        height: auto;
    }

    #consulta_marco {
        width: 90%;
        float: none;
        margin-bottom: 10px;
        padding-left: 0px;
    }

    #consulta_marco {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
    }

    .contacto_marco {
        width: 90%;
        /* padding-left: 20px; */
        padding-top: 2em;
        float: none;
        clear: both;
    }

    .footer_social {
        position: relative;
        right: inherit;
        padding-top: 2em;
    }

    .footer_social img {
        padding-right: 0em;
    }

    .derecha {
        margin-left: 0%;
        width: 100%;
    }


    .equipo_marco img {
        filter: grayscale(0%);
    }


    .equipo_marco-grid {
        /* display: block; */
        width: 100%;
        grid-template-columns: auto;
    }

    .footer {
        padding: 1em;
        padding-top: 2em;
        flex-direction: column;
        align-items: flex-start;

    }

    .footer_social {
        position: relative;
        right: inherit;
        padding-top: 2em;
    }

    .footer_social img {
        padding-right: 1.5em;
    }

    .formulario {
        margin-left: 0%;
    }

    .footer_datos {
        line-height: 1em;
        /* font-size: 0.8em; */
    }

    .burger_nav {
        display: block;
        visibility: visible;

    }

    .linea {
        margin: 0.5em;
    }

    .nav img {
        width: 200px;
    }

    #portada_index {
        height: auto;
    }

    .seccion {
        width: 100%;
        padding: 0;
        /* margin-top: 60px; */
    }

    p {
        text-align: left;
    }

    .slide {
        flex-direction: column;
        padding: 1em;
        padding-bottom: 2em;
    }

    .sidenav {
        visibility: visible;
    }

    .slide_equipo,
    .slide_equipo_index,
    .slide_clientes_index,
    .slide_areas_index,
    .slide_areas,
    .slide_cv,
    .slide_firma {
        padding: 0em;
    }


    .slide_clientes,
    .slide_firma {
        padding: 1em;
        padding-bottom: 5em;
        padding-top: 4.5em;
    }

    .slide_novedad {
        margin-top: 3em;
        padding: 1em;
    }

    .slide_index {
        padding: 0em;
    }

    .titulo_index {
        padding: 0;
    }

    .titulo_area img,
    .titulo_area_fill img {
        max-width: 200px;
    }


    .texto_portada {
        width: 90%;
        font-size: 2em;
    }

    .texto_portada_destaque {
        font-size: 2.5em;
    }

    .trabaja_iso img {
        max-width: 30%;
    }

    .vertical-align--middle {
        padding: 4%;
        margin: 0;
    }

    .accordion-body__contents {
        width: 88%;
        overflow: hidden;
    }

}

/* for 480px or less */
@media screen and (max-width: 480px) {

    h1 {
        font-size: 2.5em;
    }

    .cv_nombre h1 {
        font-size: 2.5em;
    }

    h5 {
        font-size: 1.8em;

    }

    .col_img {
        /* padding-top: 3em; */
        height: 80vh;
        overflow: hidden;
    }

    .col_area_equipo img {
        max-width: 100px;
    }

    .col__content_firma {
        padding-top: 4em;
    }

    .col_area {
        width: 100%;
        padding: 0em;
    }

    .col_logo {
        width: 50%;
        padding: 0em;
    }


    .col_logo img {
        max-width: 150px;
    }

    .equipo_marco {
        width: 100%;
        float: none;
        clear: both;
        padding: 0;

    }

    .equipo_marco-grid {
        display: block;
        padding: 0;
        /* width: 90%; */
    }

    .footer_social img {
        width: 30px;
        height: 30px;
    }

    .novedad_fecha,
    .novedad_fecha_list {
        font-size: 0.8em;
    }

    .novedad_tiempo_lectura {
        display: block;
    }

    .novedad_titulo,
    .novedad_titulo_list {
        font-size: 1.2em;
    }

    .novedad_autor_publicado {
        font-size: 1em;
    }

    .novedad_autor {
        font-size: 1em;
    }

    .nav img {
        width: 200px;
    }

    #message {
        width: 60%;
    }

    .menu-button {
        top: 0;
    }

    .slide_areas {
        margin-top: 1em;
    }

    .titulo_area img,
    .titulo_area_fill img {
        max-width: 180px;
        padding: 0;
    }

    .slide_firma {
        padding-bottom: 6em;
    }

    .texto_portada {
        width: 90%;
        font-size: 1em;
    }

    .texto_portada_destaque {
        font-size: 2em;
    }

    header {
        height: auto;
    }

    .fotovert {
        max-width: 100%;
    }

    .novedades_mas {
        padding: 0em;
        width: 100%;
    }

    main {
        height: 50vh;
    }

    .pagination {
        flex-direction: column;
        padding: 0.5em;
    }

    .titulo_secciones {
        margin: 0;
    }

    .slide_novedades_contenido {

        margin-top: 1em;
    }


    .slideshow-portada img {
        top: 45%;
    }

    .seccion {
        margin-top: 20px;
    }

}