.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
body{
font-family: "Libre Franklin", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
color: #333333;
}
img{
width: 100%;
height: auto;
}
a{
color: inherit;
text-decoration: none;
}
.mb5{
margin-bottom: 3rem;
}
.mb8{
margin-bottom: 4rem;
}
.hero-interior{
position: relative;
height: 40vh;
min-height: 400px;
}
.fondo-hero{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
overflow: hidden;
}
.fondo-hero img{
height: 100%;
object-fit: cover;
filter: brightness(0.5);
object-position: bottom;
}
h1{
font-weight: 900;
font-size: 2.5rem;
}
.contenido-hero h1{
color: #fff;
}
.contenido-hero{
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 1rem;
color: #fff;
}
.intro-interior{
text-align: center;
background-color: #F7F7F7;
padding: 3rem 0;
}
.intro-interior-automatizacion {
padding: 3rem 0;
background-color: #F7F7F7;
}
.banner-automatizacion {
background-color: #F7F7F7;
padding-bottom: 3rem;
}
.intro-interior h2 , .intro-interior-automatizacion h2{
color: #E3222B;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: 300;
letter-spacing: 4px;
margin-bottom: 1rem;
}
.intro-interior h3 , .intro-interior-automatizacion h3{
color: #29393f;
font-weight: 800;
font-size: 1.8rem;
line-height: 1;
letter-spacing: -1px;
}
.migas{
background-color: #f7f7f7;
padding: 3rem;
text-align: center;
}
.migas li{
color: #29393f;
font-weight: 600;
}
.migas li:hover{
color: #E3222B;
}
.migas ol{
display: flex;
flex-direction: row;
justify-content: center;
margin-bottom: 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
content: '';  
display: inline-block;
width: 16px;  
height: 16px; 
background: url('data:image/svg+xml,%3Csvg%20width%3D%22194%22%20height%3D%22194%22%20viewBox%3D%220%200%20194%20194%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%28%23clip0_540_810%29)%22%3E%3Cpath%20d%3D%22M187.399%2095.5065C189.393%2093.5127%20189.393%2090.2802%20187.399%2088.2865L154.91%2055.7968C152.916%2053.8031%20149.684%2053.8031%20147.69%2055.7968C145.696%2057.7906%20145.696%2061.023%20147.69%2063.0168L176.57%2091.8965L147.69%20120.776C145.696%20122.77%20145.696%20126.002%20147.69%20127.996C149.684%20129.99%20152.916%20129.99%20154.91%20127.996L187.399%2095.5065ZM0%2097.0017L40.5495%2097.0017V86.7912L0%2086.7912L0%2097.0017ZM59.5078%2097.0017L142.713%2097.0017V86.7912L59.5078%2086.7912V97.0017ZM143.24%2097.0017L183.789%2097.0017V86.7912L143.24%2086.7912V97.0017ZM187.399%2095.5065C189.393%2093.5127%20189.393%2090.2802%20187.399%2088.2865L154.91%2055.7968C152.916%2053.8031%20149.684%2053.8031%20147.69%2055.7968C145.696%2057.7906%20145.696%2061.023%20147.69%2063.0168L176.57%2091.8965L147.69%20120.776C145.696%20122.77%20145.696%20126.002%20147.69%20127.996C149.684%20129.99%20152.916%20129.99%20154.91%20127.996L187.399%2095.5065ZM0%2097.0017L40.5495%2097.0017V86.7912L0%2086.7912L0%2097.0017ZM59.5078%2097.0017L142.713%2097.0017V86.7912L59.5078%2086.7912V97.0017ZM143.24%2097.0017L183.789%2097.0017V86.7912L143.24%2086.7912V97.0017Z%22%20fill%3D%22black%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_540_810%22%3E%3Crect%20width%3D%22194%22%20height%3D%22194%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E');
background-size: contain;
margin: 0 20px 0 15px;  
vertical-align: middle;
transform: translateY(20%);
}
.cabecera-interior h3{
color: #E3222B;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: 300;
letter-spacing: 4px;
margin-bottom: 1rem;
}
.boton-rojo{
color: rgb(255, 255, 255);
background-color: rgb(242, 46, 53);
font-weight: 600;
padding: 10px 20px;
margin-top: 1rem;
position: relative;
display: inline-flex;
align-items: center;
gap: 0.4em; 
transition: 0.3s;
}
.boton-rojo:hover{
gap: 0.8em; 
transition: 0.3s;
}
.boton-rojo::after {
content: "\f285"; 
font-family: "bootstrap-icons";
font-weight: 200;
font-style: normal;
display: inline-block;
font-size: 1em;
transition: transform 0.3s;
}
.interior{
padding-top: 3rem;
}
.verde{
color: #78BE20 !important;
}
.interior p a{
color: rgb(242, 46, 53);
text-decoration: underline;
}
.interior strong{
font-weight: 500;
}
.selected-country {
fill: #b7b7b7 !important;
}
.punto-activo i{
color: #29393f !important;
}
.mapa-contacto{
position: relative;
}
.puntos-mapa{
height: 100%;
}
.interior-puntos-mapa{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.interior-puntos-mapa i{
color: rgb(242, 46, 53);
font-size: 10px;
}
.mapa-contacto button{
background-color: transparent;
border: none;
}
.punto-mapa{
position: absolute;
}
.punto-1{
bottom: 50%;
left: 45%;
}
.punto-2{
bottom: 48.5%;
left: 44.5%;
}
.punto-3{
bottom: 47.8%;
left: 44%;
}
.punto-4{
bottom: 49%;
left: 45.5%;
}
.punto-5{
bottom: 54%;
left: 48%;
}
.punto-6{
bottom: 49.9%;
left: 51.3%;
}
.punto-7{
bottom: 35%;
left: 65%;
}
.punto-8{
bottom: 41%;
left: 75.5%;
}
.punto-9{
bottom: 21.9%;
left: 32.6%;
}
.punto-10{
bottom: 45%;
left: 24%;
}
.informacion-mapa{
position: absolute;
top: 20%;
right: 0;
padding: 1rem;
color: #fff;
background-color: rgb(242, 46, 53);
z-index: 2;
}
.informacion-mapa ul{
padding: 0px;
margin: 0px;
}
.informacion-mapa li{
list-style-type: none;
margin-bottom: 5px;
}
.informacion-mapa a:hover{
text-decoration: underline;
}
.delegaciones-movil{
max-width: 400px;
margin: auto;
}
.delegacion-movil{
padding: 1rem;
color: #fff;
background-color: #2C2C2C;
margin-bottom: 1rem;
}
.delegaciones-movil ul{
padding: 0px;
margin: 0px;
}
.delegaciones-movil li{
list-style-type: none;
margin-bottom: 5px;
} header {
position: fixed; 
top: 0;
background-color: rgba(2, 1, 1, 0.22);
padding: 1rem 0;
width: 100%;
z-index: 9999;
color: #fff;
transition: background-color 0.4s ease, padding 0.4s ease, transform 0.4s ease;
}
.site-header{
padding: 1rem 0;
width: 100%;
color: #fff;
transition: background-color 0.4s ease-in-out, padding 0.4s ease-in-out, transform 0.4s ease-in-out;
} header.scrolled {
padding: 1rem 0;
transition: all 0.3s ease;
}
header img{
max-width: 100px;
}
header a{
text-align: center;
font-weight: 600;
}
header p{
font-weight: 600;
margin: 0px;
}
header ul{
padding: 0px;
margin: 0px;
}
header li:hover{
color: #E3222B; 
}
header li{
padding: 0.5rem 0.2rem;
position: relative;
list-style-type: none;
}
header li::after {
content: "";
position: absolute;
left: 50%;
bottom: 0;
width: 0%;
height: 3px; 
background-color: #E3222B; 
transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
header li:hover::after {
width: 100%;
left: 0;
}
header .current_page_item::after {
width: 100% !important;
left: 0;
}
header .current_page_item{
color: #E3222B; 
}
.boton-menu-idiomas:hover{
cursor: pointer;
}
.interior-menu-idiomas {
opacity: 0;
visibility: hidden;
position: absolute;
height: auto;
width: auto;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
padding-top: 22px;
margin: 0 1.2rem;
border-radius: 15px;
overflow: hidden;
}
.boton-menu-idiomas{
padding: 0 1.5rem;
}
.boton-menu-idiomas li{
font-weight: 600;
}
.interior-menu-idiomas li{
text-align: center;
padding: 0.5rem 1.2rem;
background-color: #02020269;
}
.interior-menu-idiomas li:hover{
background-color: #fff;
color: #E3222B;
}
.interior-menu-idiomas li a{
font-weight: 300;
}
.menu-idiomas:hover .interior-menu-idiomas,
.interior-menu-idiomas.visible{
opacity: 1;
visibility: visible;
}
.menu-desk .sub-menu{
opacity: 0;
visibility: hidden;
position: absolute;
height: auto;
width: auto;
transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
overflow: hidden;
flex-direction: column;
gap: 0px;
top: 100%;
left: -3%;
padding-top: 22px;
}
.menu-desk .sub-menu li{
text-align: center;
color: #fff;
background-color: #02020269;
}
.menu-desk .sub-menu .current_page_item,
.menu-desk .sub-menu li:hover{
color: #E3222B;
}
header li li::after{
content: none;
}
.menu-desk .menu-item-has-children:hover .sub-menu{
opacity: 1;
visibility: visible;
}
.menu-movil{
display: flex;
justify-content: flex-end;
}
.menu-desk{
display: none;
}
.menu-desk ul{
display: flex;
justify-content: space-between;
gap: 1rem;
width: fit-content;
margin-left: auto;
}
.menu-desk a{
text-align: center;
line-height: 
}
.menu-desk li{
text-align: center;
line-height: 1.1;
}
.boton-menu-idiomas span{
margin-right: 1rem;
display: none;
}
.boton-menu-idiomas li{
display: flex;
}
header .interior-menu-idiomas li::after {
content: none;
}
.menu-idiomas:hover .boton-menu-idiomas li::after{
width: 100%;
left: 0;
}
.menu-idiomas:hover .boton-menu-idiomas li{
color: #E3222B; 
}
.menu-movil button{
background-color: transparent;
border: none;
}
.menu-movil button i{
color: #fff;
font-size: 2rem;
} .cta-footer{
background-color: #F7F7F7;
padding: 3rem 0;
}
.cta-footer h2{
color: #29393f;
font-weight: 800;
font-size: 1.8rem;
line-height: 1;
letter-spacing: -1px;
}
.cta-footer i{
margin-left: 0.5rem;
transition: 0.3s;
}
.cta-footer a:hover i{
margin-left: 0.8rem;
transition: 0.3s;
}
footer{
background-color: #2C2C2C;
color: #fff;
padding: 3rem 0 2rem 0;
}
.menus-footer{
margin-bottom: 2rem;
}
.menu-footer h3{
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
line-height: 1.5em;
letter-spacing: 2px;
}
.newsletter h3{
font-size: 28px;
font-weight: 700;
line-height: 1.4em;
letter-spacing: -1px;
}
.newsletter p{
font-size: 1rem;
margin-bottom: 2rem;
}
.footer-inferior{
border-top: solid 1px #54595f;
padding-top: 3rem;
margin-top: 2rem;
}
.footer-inferior img{
max-width: 140px;
margin-bottom: 1rem;
}
.footer-inferior p,
.footer-inferior a{
font-weight: 400;
font-size: 0.8rem;
}
.redes a{
display: inline-block;
}
.redes i{
background-color: #fff;
padding: 6px 8px;
color: #2C2C2C;
}
.redes a:hover i{
background-color: #f22e35;
color: #fff;
}
.contactos-footer{
display: flex;
flex-direction: column;
flex-wrap: wrap;
gap: 2rem;
}
.contacto-footer img{
max-width: 80px;
margin-bottom: 12px;
}
.contacto-footer i{
color: #fff;
margin-right: 5px;
}
.contacto-footer a{
width: 100%;
display: inline-block;
margin-bottom: 10px;
}
.menu-footer ul{
padding: 0px;
margin: 0px;
}
.menu-footer li{
font-size: 0.8rem;
list-style-type: none;
text-transform: uppercase;
margin-bottom: 4px;
}
.menu-legal{
display: flex;
flex-wrap: wrap;
flex-direction: column;
padding: 0px;
margin: 0px;
gap: 10px;
}
.menu-legal ul{
display: flex;
flex-wrap: wrap;
flex-direction: column;
padding: 0px;
margin: 0px;
gap: 10px;
}
.menu-legal li{
list-style-type: none;
opacity: 0.6;
text-align: start;
} .banner-hero{
transform: translateY(-50px);
}
.SwiperPortada{
z-index: 0;
}
.hero-portada img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1); 
transition: transform 40s ease; 
}
.hero-portada .contenido-hero {
opacity: 0; 
transform: translateY(-100px); 
transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.swiper-slide-active .contenido-hero {
opacity: 1;
transform: translateY(0);
}
.hero-portada img.zoom-in {
transform: scale(2); 
}
.flex-banner-hero{
display: flex;
flex-direction: column;
}
.hero-portada{
text-align: center;
min-height: 500px;
}
.hero-portada h2{
font-size: 2.5rem;
font-weight: 900;
color: #fff;
line-height: 1;
margin-bottom: 1rem;
}
.hero-portada a{
padding: 10px 15px;
border: solid 2px #fff;
}
.item-banner-hero{
flex: 1;
background-color: #29393f;
color: #fff;
padding: 2rem;
display: flex;
flex-wrap: wrap;
gap: 20px;
flex-direction: column;
}
.item-banner-hero i{
background-color:  #F22E35;
padding: 5px 14px;
font-size: 2rem;
height: fit-content;
width: fit-content;
}
.item-banner-hero:first-child{
border-bottom: solid 1px #085063;
}
.page-template-page-automatizacion .item-banner-hero:last-child{
border-bottom: 0px;
}
.page-template-page-automatizacion .item-banner-hero{
border-bottom: solid 1px #fff;
gap: 5px;
flex: 1;
}
.item-banner-hero:last-child{
background-color: #F22E35;
}
.item-banner-hero:last-child i{
background-color:  #29393f;
}
.texto-banner-hero{
padding-top: 0.5rem;
}
.item-banner-hero h2{
font-weight: 600;
font-size: 1.5rem;
margin-bottom: 5px;
}
.page-template-page-automatizacion .item-banner-hero h2{
font-size: 1rem;
margin-bottom: 0px;
}
.page-template-page-automatizacion .banner-hero{
box-shadow: inset 0px 20px 0px 0px #F7F7F7;
}
.introduccion h2{
font-size: 2.5rem;
font-weight: 800;
}
.trabajo{
background-color: #29393f;
color: #fff;
padding: 3rem 0;
}
.antetitulo h2{
color: #E3222B;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: 300;
letter-spacing: 4px;
margin-bottom: 1rem;
}
.trabajo h3{
font-weight: 800;
}
.mascara-foto{
clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
overflow: hidden;
height: 100%;
z-index: 3;
position: relative;
padding-top: 30px;
}
.mascara-foto img{
height: 100%;
object-fit: cover;
}
.caja-mascara-foto {
position: relative;
display: inline-block;
height: 100%;
}
.caja-mascara-foto::after {
content: "";
position: absolute;
top: 0;
left: 0px;
width: 60%;
height: 50%;
background-color: #f22e35;
clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
z-index: 0;
}
.marcas {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px; 
}
.marcas img{
max-width: 150px;
}
.seccion-marcas h3{
font-weight: 700;
}
.page-template-page-portada .industrias{
padding: 2rem 0;
}
.proyecto{
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
min-height: 550px;
}
.proyecto::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #004152A6;
z-index: -1;
transition: 0.8s;
}
.proyecto:hover::after{
background-color: rgba(0, 65, 82, 0); 
transition: 0.8s;
}
.proyectos h3{
color: #29393f;
font-weight: 800;
font-size: 1.8rem;
line-height: 1;
letter-spacing: -1px;
}
.fondo-proyecto{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
}
.fondo-proyecto img{
height: 100%;
object-fit: cover;
filter: brightness(0.6);
transition: 0.8s;
}
.texto-proyecto{
padding: 2rem 3rem 2rem 2rem;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
color: #fff;
transition: 0.8s;
}
.proyecto:hover .texto-proyecto{
transform: scale(1.1) translateY(-20px);
transition: 0.6s;
}
.proyecto:hover img{
transform: scale(1.1);
transition: 0.8s;
}
.proyecto h4{
font-weight: 600;
}
.proyecto a{
padding: 10px 20px;
font-weight: 600;
font-size: 0.8rem;
border: solid 1px #fff;
display: inline-block;
width: fit-content;
}
.proyecto:hover a{
color: #f22e35;
border-color: #f22e35;
}
.proyecto p{
font-size: 0.9rem;
}
.motivos h3{
color: #29393f;
font-weight: 800;
font-size: 1.8rem;
line-height: 1;
letter-spacing: -1px;
}
.grid-motivos{
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px; 
margin-top: 3rem;
}
.motivo{
display: flex;
gap: 10px;
}
.motivo img{
width: 50px;
height: 50px;
}
.motivo h4{
font-size: 1rem;
font-weight: 700;
margin-bottom: 5px;
}
.motivo p{
font-size: 0.9rem;
line-height: 1.2;
}
.internacional{
position: relative;
width: 100%;
text-align: center;
padding: 3rem 0;
overflow: hidden;
}
.internacional .caja-internacional{
text-align: start;
}
.fondo-internacional{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.fondo-internacional img{
height: 100%;
object-fit: cover;
opacity: 0.1;
}
.fondo-internacional svg{
height: 100%;
object-fit: cover;
opacity: 0.9;
width: 100%;
}
.numero-grande{
color: #f22e35;
font-weight: 900;
font-size: 3rem;
margin-bottom: 1rem;
}
.grid-internacional{
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 20px; margin-top: 1.5rem;
}
.caja-internacional{
display: flex;
gap: 20px;
margin-top: 1.5rem;
align-items: center;    
}
.caja-internacional img{
width: 50px;
height: 50px;
}
.caja-internacional p{
font-size: 0.9rem;
margin-bottom: 0px;
}
.caja-internacional span{
color: #f22e35;
font-size: 2rem;
font-weight: 400;
vertical-align: middle;
margin-left: 5px;
}
.internacional h2,
.internacional .contador p{
color: #29393f;
font-weight: 800;
font-size: 1.8rem;
line-height: 1;
letter-spacing: -1px;
}
.blog-portada{
background-color: #f7f7f7;
padding: 3rem 0;
}
.noticia-portada{
position: relative;
}
.blog-portada h3{
color: #29393f;
font-weight: 800;
font-size: 1.8rem;
line-height: 1;
letter-spacing: -1px;
margin-bottom: 1rem;
}
.foto-noticia-portada{
position: relative;
width: 100%;
aspect-ratio: 40/27;
overflow: hidden;
margin-bottom: 1rem;
}
.foto-noticia-portada img{
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.8s;
}
.noticia-portada:hover .foto-noticia-portada img{
transform: scale(1.2);
filter: brightness(0.6);
transition: 0.8s;
}
.blog-portada .categoria-portada{
position: relative;
z-index: 2;
display: flex;
justify-content: flex-end;
width: 100%;
}
.blog-portada .categoria-portada p{
padding: 6px 12px;
background-color: #f22e35;
text-transform: uppercase;
font-size: 0.7rem;
margin: 0px;
}
.blog-portada .antetitulo{
display: flex;
align-items: center;
width: 100%;
gap: 0.5rem;
margin-bottom: 1rem;
}
.blog-portada .antetitulo::after {
content: "";
flex-grow: 1;  
height: 1px; 
background-color: black;  
}
.blog-portada .antetitulo h2{
margin-bottom: 0px;
}
.categoria-portada p{
margin-bottom: 0px;
}
.blog-portada h4{
font-size: 1.2rem;
font-weight: 700;
margin-bottom: 1rem;
transition: 0.4s;
}
.noticia-portada:hover h4{
color: #FFC503;
transition: 0.4s;
}
.entradilla-portada p{
margin: 0;
line-height: 1.5em;
font-size: 14px;
color: #777;
margin-bottom: 1rem;
}
.blog-portada .noticias-portada a{
text-transform: uppercase;
font-weight: 600;
font-size: 0.7rem;
letter-spacing: -1px;
}
.blog-portada .noticias-portada a span{
margin-left: 4px;
}
.banner-proyecto{
position: relative;
width: 100%;
color: #fff;
padding: 3rem 0;
}
.banner-proyecto::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
opacity: 0.5;
z-index: -1;
}
.fondo-banner-proyecto{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -2;
}
.fondo-banner-proyecto img{
height: 100%;
object-fit: cover;
}
.banner-proyecto h2{
font-weight: 800;
font-size: 3rem;
line-height: 1;
letter-spacing: -1px;
margin-bottom: 1rem;
}
.boton-play{
text-align: center;
}
.boton-animado a {
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
width: 60px; 
height: 60px;
background-color: #fff;
border-radius: 50%;
color: #323E42;
text-decoration: none;
font-size: 24px;
transition: transform 0.3s ease-in-out;
text-align: center;
}
.boton-animado a::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
background-color: transparent;
border-radius: 50%;
box-shadow: 0 0 0 0 #ff3f46;
transform: translate(-50%, -50%);
animation: glow 2s infinite ease-out;
}
.boton-animado i{
font-size: 2rem;
}
@keyframes glow {
0% {
box-shadow: 0 0 0 0 rgba(255, 63, 70, 0.8);
opacity: 1;
}
70% {
box-shadow: 0 0 0 15px rgba(255, 63, 70, 0);
opacity: 0;
}
100% {
box-shadow: 0 0 0 0 rgba(255, 63, 70, 0);
opacity: 0;
}
}
.boton-animado a:hover{
color: #f22e35;
}
.boton-play p{
color: #f22e35;
text-transform: uppercase;
font-weight: 300;
letter-spacing: 1px;
margin-top: 1rem;
font-size: 0.9rem !important;
}
.video-proyecto {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8); z-index: 1000;
justify-content: center;
align-items: center;
}
.video-proyecto-content {
position: relative;
width: 60vw; height: 60vh; background: #000;
border-radius: 10px;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
overflow: hidden;
animation: fadeIn 0.3s ease-in-out;
}
.video-proyecto iframe {
width: 100%;
height: 100%;
border: none;
}
.close-video {
position: absolute;
top: 10px;
right: 15px;
font-size: 25px;
color: white;
cursor: pointer;
background: rgba(0, 0, 0, 0.7);
border: none;
padding: 5px 10px;
border-radius: 50%;
}
@keyframes fadeIn {
from { opacity: 0; transform: scale(0.8); }
to { opacity: 1; transform: scale(1); }
} .servicios{
box-shadow: inset 0px 90px 0 #F7F7F7;
}
.servicio{
margin-bottom: 3rem;
}
.intro-servicio{
padding: 1rem 0;
border-bottom: solid 3px #E3222B;
margin-bottom: 1rem;
}
.numero{
color: #E3222B; 
font-size: 40px;
margin-bottom: 0px;
}
.intro-servicio h2{
font-size: 18px;
}
.servicio img{
aspect-ratio: 16/9;
height: 100%;
object-fit: cover;
} .descargables h2{
font-weight: 800;
}
.descargables h3{
font-size: 2rem !important;
margin-bottom: 1rem !important;
}
.descargables p {
font-size: 1rem !important;
}
.descargable{
background-color: #F7F7F7;
padding: 5px 10px;
display: flex;
justify-content: space-between;
margin-bottom: 0.5rem;
flex: 1;
align-items: center;
position: relative;
}
.boton-descarga{
color: rgb(255, 255, 255);
background-color: rgb(242, 46, 53);
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
padding: 1rem;
margin-bottom: 10px;
justify-content: center;
grid-column: auto;
}
.elementos-descargable{
display: grid;
grid-template-columns: 1fr;
align-items: stretch;
gap: 0px;
}
.elementos-descargable{
position: relative;
margin-bottom: 20px;
}
.elementos-descargable i{
font-size: 1.5rem;
margin: 0px;
}
.descargable p{
font-size: 1.1rem;
font-weight: 500;
margin-top: 1.5rem;
margin-bottom: 3px;
}
.descargable:hover i{
color: rgb(242, 46, 53);
} .sector{
position: relative;
width: 100%;
}
.fondo-sector{
overflow: hidden;
}
.fondo-sector img{
height: 100%;
aspect-ratio: 60/37;
object-fit: cover;
}
.texto-sector{
height: 100%;
padding: 1rem 1rem 1rem 0;
}
.texto-sector h2{
font-weight: 800;
}
.texto-sector a{
border: solid 2px #333333;
padding: 5px 20px;
font-weight: 700;
display: inline-block;
}
.industrias{
background-color: #F7F7F7;
padding-bottom: 3rem;
}
.industrias .intro-interior{
text-align: start;
}
.industria{
background-color: #fff;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
text-align: center;
height: 100%;
}
.industria .foto-industria {
overflow: hidden;
}
.foto-industria img{
aspect-ratio: 16/10;
height: 100%;
object-fit: cover;
transition: 0.6s;
}
.industria:hover .foto-industria img{
filter: brightness(0.8);
transform: scale(1.1);
transition: 0.6s;
}
.texto-industria{
padding: 1rem 2rem 1.5rem 2rem; 
}
.texto-industria h3{
font-weight: 700;
}
.texto-industria p{
font-size: 0.9rem;
color: #55595c;
line-height: 1.3;
}
.texto-industria a{
border: solid 1px #333333;
font-size: 0.8rem;
font-weight: 500;
text-decoration: underline;
padding: 5px 20px;
display: inline-block;
}
.texto-industria a:hover{
text-decoration: none;
color: #E3222B;
border: solid 1px #E3222B;
}
.industrias .intro-interior{
padding: 3rem 0 1rem 0;
}
.banner-soluciones{
background-color: #ECECECFA;
padding: 3rem 0;
text-align: center;
}
.banner-soluciones h2{
color: #78BE20;
font-weight: 800;
margin-bottom: 1rem;
}
.banner-soluciones a{
display: inline-block;
background-color: #78BE20;
color: #fff;
font-size: 0.9rem;
font-weight: 600;
text-decoration: underline;
padding: 10px 20px;
margin-top: 1rem;
}
.texto-banner-soluciones img{
max-width: 200px;
}
.industrias .paginador{
position: relative;
padding: 3rem 0;
}
.industrias .paginador i{
color: #f22e35;
font-size: 1.5rem;
}
.industrias .swiper-button-next::after,
.industrias .swiper-button-prev::after{
display: none;
}
.industrias .swiper-button-prev{
left: auto;
right: 60px;
}
.industrias .swiper-slide{
height: auto;
} .historia{
position: relative;
padding: 3rem 0;
}
.inicio-historia{
position: absolute;
width: 16px;
height: 16px;
background-color: #aaaaaa;
top: -2px;
left: 8px;
border-radius: 50%;
z-index: 3;
}
.fin-historia{
position: absolute;
width: 16px;
height: 16px;
background-color: #aaaaaa;
bottom: -2px;
left: 8px;
border-radius: 50%;
z-index: 3;
}
.historia::after{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 14px;
display: block;
width: 4px;
z-index: -1;
background-color: #aaaaaa;
}
.flex-historia{
display: flex;
flex-direction: column;
align-items: flex-end;
position: relative;
margin-bottom: 2rem;
gap: 10px;
}
.flex-historia > *{
width: calc(100% - 50px);
padding-left: 10px;
}
.flex-historia::after{
content: "";
position: absolute;
display: inline-block;
left: 0;
width: 30px;  
height: 30px; 
z-index: 1;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="white" viewBox="0 0 16 16"><path stroke="white" stroke-width="1" d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71z"/><path stroke="white" stroke-width="1" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0"/></svg>');
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
background-color: #E3222B;
border: solid 6px #E3222B;
padding: 8px;
top: 55px;
border-radius: 50%;  
}
.flex-historia:has(.hito):after{
top: 80px;
}
.flex-historia::before{
content: "";
position: absolute;
left: -3px;
top: 52px;
width: 36px;
height: 36px;
background-color: #aaaaaa;
border-radius: 50%;
z-index: 0;
}
.flex-historia:has(.hito):before{
top: 77px;
}
.caja-historia{
position: relative;
padding: 1.5rem 1rem 1rem 1rem;
border-radius: 5px;
box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
border-color: #e3222b;
border-style: solid;
border-width: 0 0 0 3px;
}
.caja-historia::after{
content: "";
position: absolute;
background-color: #fff;
box-shadow: -4px 4px 8px -4px rgb(0, 0, 0, .4);
border-color: #e3222b;
border-style: solid;
border-width: 0 0 3px 3px;
top: 20px;
width: 20px;
height: 20px;
left: -12px;
transform: rotate(45deg);
}
.historia h3{
font-size: 1.3rem;
font-weight: 600;
}
.historia p{
color: #7a7a7a; 
margin-bottom: 0px;
}
.fecha p{
font-weight: 700;
font-size: 1.3rem;
color: #e3222b;
} .galeria-ingeniaria {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
flex-direction: column;
}
.galeria-ingeniaria > *{
flex: 1;
} 
.galeria-ingeniaria img {
cursor: pointer;
border-radius: 5px;
max-height: 150px;
width: auto;
}
.modal-ingenieria {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
.modal-ingenieria img {
max-width: 40%;
border-radius: 5px;
}
.cerrar, .anterior, .siguiente {
position: absolute;
color: white;
font-size: 30px;
cursor: pointer;
user-select: none;
z-index: 11;
}
.cerrar { top: 10px; right: 20px; }
.anterior { left: 10px; }
.siguiente { right: 10px; }
.cabecera-interior .texto-destacado p{
font-weight: 800;
}
.texto-destacado-small p{
font-weight: 600;
} .page-template-page-productos .productos {
box-shadow: inset 0px 90px 0 #F7F7F7;
}
.productos .producto img{
max-width: 200px;
margin: auto;
display: flex;
}
.productos .producto h2{
border-bottom: solid 4px #E3222B;
padding-bottom: 0.5rem;
margin-bottom: 1rem;
font-size: 1.4rem;
}
.productos .producto .catalogos-producto h3{
font-size: 1.1rem;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
}
.productos .producto .catalogos-producto a{
text-decoration: underline;
color: #E3222B;
font-size: 0.9rem;
font-weight: 300;
display: inline-block;
width: 100%;
margin-bottom: 5px;
}
.productos .producto i{
margin-left: 0.5rem;
transition: 0.3s;
}
.productos .producto a i{
margin-left: 5px;
}
.info-producto h3{
color: #E3222B;
text-transform: uppercase;
font-size: 0.9rem;
font-weight: 300;
letter-spacing: 4px;
margin-bottom: 1rem;
}
.caja-info-producto{
margin-bottom: 2rem;
}
.page-template-page-producto .producto h2{
margin-top: 2rem;
}
.page-template-page-producto .producto{
margin-bottom: 2.5rem;
}
.page-template-page-producto h1{
margin-bottom: 0px;
margin-top: 1rem;
font-weight: 700;
} .page-template-page-automatizacion .intro-interior, .page-template-page-automatizacion .intro-interior-automatizacion{
text-align: start;
} .page-template-page-contacto .migas{
transform: translateY(-50px);
}
.page-template-page-contacto .migas h1{
margin-bottom: 0px;
margin-top: 1rem;
color: #29393f;
}
.page-template-page-contacto .trabajo{
background-color: transparent;
color: inherit;
}
.page-template-page-contacto .trabajo h3{
color: #29393f;
}
.seccion-info-contacto{
margin-top: 2rem;
}
.info-contacto{
display: flex;
margin-bottom: 1rem;
}
.info-contacto i{
font-size: 1.3rem;
margin-right: 1rem;
color: #29393f;
}
.info-contacto p{
margin-bottom: 0px;
}
.info-contacto strong{
font-weight: 700;
color: #29393f;
}
.banner-mensaje{
background-color: #29393f;
padding: 3rem 0 1rem 0;
}
.banner-mensaje h3{
color: #fff;
}
.mapa-formulario{
background-color: #fff;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.mapa{
height: 100%;
}
.informacion-mapa img{
aspect-ratio: 4/3;
height: 100%;
object-fit: cover;
max-width: 300px;
margin-bottom: 1rem;
}
.foto-mapa{
margin-bottom: 1rem;
}
.flex-formulario{
display: flex;
}
.flex-formulario > *{
flex: 1;
height: auto;
}
.formulario label,
.formulario input{
width: 100%;
}
.formulario label{
font-weight: 500;
font-size: 0.9rem;
}
.formulario label br{
display: none;
}
.formulario input{
padding: 10px;
border: solid 1px #E0DFDF;
font-size: 1rem;
font-weight: 200;
background-color: #f7f7f7;
}
.formulario input::placeholder,
.formulario textarea::placeholder{
font-size: 1rem;
font-weight: 200;
color: #464543;
}
.formulario input:focus-visible,
.formulario textarea:focus-visible{
outline: none !important;
}
.formulario sup{
color: #f22e35;
font-weight: 800;
}
.formulario textarea{
width: 100%;
padding: 10px;
border: solid 1px #E0DFDF;
font-size: 1rem;
background-color: #f7f7f7;
max-height: 140px;
}
.wpcf7-not-valid-tip{
font-size: 0.8rem;
font-weight: 200;
padding-top: 5px;
}
.formulario .wpcf7-list-item{
margin: 0px;
}
.aceptacion-enviar p{
margin: 0px;
font-size: 1rem;
font-weight: 200;
}
.formulario .wpcf7-submit{
display: inline-block;
color: #fff;
background-color: #f22e35;
padding: 10px 20px;
font-weight: 600;
border: none;
margin-top: 1rem;
}
.banner-mensaje h3{
font-weight: 800;
}
.redes-contacto h3{
font-weight: 600;
margin-bottom: 1rem;
}
.redes-contacto ul{
display: flex;
flex-wrap: wrap;
padding: 0px;
margin: 0px;
gap: 8px;
justify-content: center;
}
.redes-contacto li{
list-style-type: none;
}
.redes-contacto i{
color: #fff;
background-color: #29393f;
padding: 8px 10px;
font-size: 1.3rem;
transition: 0.4s;
}
.redes-contacto i:hover{
background-color: #f22e35;
transition: 0.4s;
}
.cabecera-contacto{
padding-top: 3rem;
}
.ancla-formulario{
background-color: #F7F7F7;
height: 100%;
padding: 2rem 1rem;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1rem;
}
.ancla-formulario p{
font-weight: 400;
margin-bottom: 0px;
}
.ancla-formulario a{
width: fit-content;
margin: auto;
}
.delegaciones{
background-color: #29393f;
padding: 3rem 0;
width: 100%;
}
.delegacion{
text-align: center;
color: #fff;
}
.delegacion img{
max-width: 100px;
margin-top: 1rem;
}
.delegacion p{
font-weight: 600;
font-size: 1.3rem;
margin-bottom: 0px;
}
.delegacion a{
text-decoration: underline;
}
.seccion-formulario{
padding: 2rem 0;
overflow: hidden;
}
.formulario-1{
background-color: #F7F7F7;
}
.formulario-1 .formulario .wpcf7-form-control-wrap input,
.formulario-1 .formulario textarea{
background-color: #fff;
}
input[type="checkbox"]{
width: auto;
} 
.aceptacion-enviar{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #29393f;
}
.aceptacion a{
text-decoration: underline;
}
.intro-formulario p{
text-align: center;
font-weight: 400;
margin-bottom: 0px;
}
.formulario-1 .intro-formulario p,
.formulario-2 .intro-formulario p{
color: #29393f;
}
.formulario-2{
position: relative;
}
.formulario-2::after{
content: "";
position: absolute;
top: 20px;
right: -50px;
width: 400px;
height: 250px;
background-color: #f22e35;
clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
z-index: -1;
}
.formulario-2 .formulario .wpcf7-form-control-wrap input,
.formulario-2 .formulario textarea{
background-color: #F7F7F7;
}
.formulario-3{
background-color: #29393f;
}
.formulario-3 .intro-formulario p{
color: #F7F7F7;
}
.formulario-3 .aceptacion{
color: #F7F7F7;
}
.enviar-cv input{
background-color: transparent;
border: none;
padding: 0px;
color: #F7F7F7;
}
.formulario-3 .wpcf7 form.invalid .wpcf7-response-output{
color: #F7F7F7;
}
.formulario-3 .wpcf7 form.sent .wpcf7-response-output {
color: #F7F7F7;
border: solid 2px;
}
.page-template-page-contacto .cta-footer{
display: none;
} .contenido-entrada{
background-color: #fff;
padding: 2rem;
margin: 2rem 0 0 0;
}
.contenido-entrada .foto-entrada img {
width: 100%;
height: 100%;
object-fit: cover;
overflow: hidden;
margin-bottom: 1rem;
max-height: 400px;
margin-bottom: 2rem;
}
.paginador-entrada {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
margin: auto;
margin-top: 2rem;
}
.paginador-entrada a{
text-decoration: underline;
}
.titulo-entrada h1{
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1rem;
}
.content-entrada{
margin-bottom: 2.titulo-entrada h1rem;
} @media (min-width: 576px) {  }
@media (min-width: 768px) { 
header.scrolled {
position: fixed;
background-color: #323E42;
transition: background-color 0.4s ease-in-out, padding 0.4s ease-in-out, transform 0.4s ease-in-out;
z-index: 9;
}
.mb5{
margin-bottom: 4rem;
}
.mb8{
margin-bottom: 6rem;
}
.intro-interior{
padding: 4rem 0;
}
.industrias{
padding-bottom: 4rem;
}
.industrias .intro-interior{
padding: 4rem 0 2rem 0;
}
.intro-servicio h2{
font-weight: 700;
line-height: 1.2em;
letter-spacing: -1px;
}
.hero-interior{
height: 50vh;
}
.banner-soluciones{
padding: 5rem 0;
}
.flex-banner-hero{
flex-direction: row;
}
.item-banner-hero:first-child {
border-right: solid 1px #085063;
border-bottom: 0px;
}
.page-template-page-automatizacion .item-banner-hero{
border-right: solid 1px #fff;
border-bottom: 0px;
gap: 20px;
}
.page-template-page-automatizacion .item-banner-hero:last-child{
border-right: 0px;
}
.page-template-page-portada .industrias{
padding: 4rem 0;
}
.grid-motivos{
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
.grid-internacional{
grid-template-columns: repeat(2, 1fr);
}
.blog-portada{
padding: 5rem 0;
}
.banner-proyecto{
padding: 5rem 0;
}
.page-template-page-contacto .hero-interior{
height: 50vh;
}
.page-template-page-contacto .migas{
transform: translateY(-80px);
}
.formulario{
padding: 2rem 2rem 2rem 0.5rem;
}
.cabecera-contacto{
padding-top: 5rem;
}
.ancla-formulario{
text-align: start;
}
.ancla-formulario a{
margin: 0px;
}
.interior{
padding-top: 5rem;
}
.contenido-entrada{
padding: 3rem;
}
.titulo-entrada h1{
font-size: 2rem;
}
}
@media (min-width: 992px) { 
.mb5{
margin-bottom: 5rem;
}
.mb8{
margin-bottom: 8rem;
}
.hero-interior{
height: 85vh;
}
h1{
font-size: 3.5rem;
margin-bottom: 3rem;
}
.page-template-page-producto h1{
font-size: 3rem;
}
.hero-portada h2{
font-size: 3.5rem;
margin-bottom: 1.5rem;
}
.hero-portada p{
margin-bottom: 2rem;
}
.antetitulo h2{
margin-bottom: 2rem;
}
.blog-portada .antetitulo{
margin-bottom: 2rem;
}
.contenido-hero h1{
font-size: 4.5rem;
margin-bottom: 0.5rem;
}
header img{
max-width: 130px;
}
.introduccion h2{
font-size: 3rem;
margin-bottom: 1rem;
letter-spacing: -2px;
}
.introduccion p{
font-size: 1.3rem;
}
.intro-interior{
padding: 5rem 0;
}
.industrias .intro-interior{
padding: 5rem 0 2rem 0;
}
.intro-interior h2 , .intro-interior-automatizacion h2{
margin-bottom: 2rem;
}
.intro-interior h3 , .intro-interior-automatizacion h3{
font-size: 2.5rem;
margin-bottom: 3.5rem;
letter-spacing: -2px;
}
.intro-interior p , .intro-interior-automatizacion p{
font-size: 1.3rem;
}
.intro-interior li , .intro-interior-automatizacion li{
font-size: 1.3rem;
}
.intro-electronica p{
font-size: 1.3rem;
}
.intro-servicio{
min-height: 200px;
}
.numero{
font-size: 59px;
}
.intro-servicio h2{
font-size: 25px;
}
footer {
padding: 5rem 0 3rem 0;
}
.cta-footer h2{
font-size: 2.5rem;
}
.menus-footer{
display: flex;
justify-content: space-between;
}
.footer-inferior img{
max-width: 200px;
}
.fondo-sector{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.sector{
color: #fff;
aspect-ratio: 60/37;
overflow: hidden;
min-height: 430px;
}
.texto-oculto-sector{
visibility: hidden;
}
.sector:hover .texto-oculto-sector{
visibility: visible;
}
.sector:hover .texto-sector{
transform: scale(1.1) translateY(10px);
transition: 0.6s;
}
.texto-sector{
text-align: center;
padding: 3rem 2rem;
transition: 0.6s;
}
.texto-sector a{
border: solid 2px #fff;
}
.texto-sector a::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}
.sector .fondo-sector img{
transition: 0.6s;
}
.sector:hover .fondo-sector img{
filter: brightness(0.4);
transform: scale(1.1);
transition: 0.6s;
}
.industrias{
padding-bottom: 5rem;
}
.banner-soluciones{
padding: 5rem 0;
}
.cabecera-interior p{
font-size: 1.3rem;
}
.cabecera-interior .texto-destacado p{
font-size: 1.5rem;
}
.galeria-ingeniaria {
flex-direction: row;
gap: 10px;
}
.banner-hero{
transform: translateY(-50%);
}
.page-template-page-productos .banner-hero{
transform: none;
}
.trabajo{
padding: 5rem 0 4rem 0;
}
.trabajo h3{
font-size: 3rem;
margin-bottom: 1rem;
letter-spacing: -2px;
}
.seccion-marcas h3{
font-size: 2rem;
margin-bottom: 1rem;
}
.page-template-page-portada .industrias{
padding: 5rem 0;
}
.proyectos h3{
font-size: 2.5rem;
}
.motivos h3{
font-size: 2.5rem;
letter-spacing: -2px;
}
.grid-motivos{
grid-template-columns: repeat(3, 1fr);
gap: 60px;
}
.internacional h2,
.internacional .contador p{
font-size: 2.5rem;
letter-spacing: -2px;
}
.numero-grande{
font-size: 3.5rem;
margin-bottom: 1rem;
}
.grid-internacional{
grid-template-columns: repeat(4, 1fr);
}
.internacional{
padding: 5rem 0;
}
.internacional .caja-internacional{
text-align: center;
}
.fondo-internacional img{
object-fit: fill;
}
.blog-portada h3{
font-size: 2.5rem;
letter-spacing: -2px;
margin-bottom: 1.5rem;
}
.banner-proyecto h2{
font-size: 3rem;
letter-spacing: -2px;
margin-bottom: 1.5rem;
}
.banner-proyecto p{
font-size: 1.3rem;
}
.hero-portada p{
font-size: 1.3rem;
}
.hero-portada .contenido-hero{
max-width: 80%;
margin: auto;
}
.interior-producto{
display: flex;
gap: 6rem;
}
.interior-producto > *{
flex: 1;
}
.interior-producto .producto{
position: sticky;
top: 20%;
align-self: flex-start;
}
.page-template-page-producto .producto{
margin-bottom: 0rem;
}
.caja-info-producto {
margin-bottom: 3rem;
}
.inicio-historia{
left: calc(50% - 15px / 2)
}
.fin-historia{
left: calc(50% - 15px / 2)
}
.historia {
padding: 5rem 0 3rem 0;
}
.historia::after{
left: calc(50% - 4px / 2);
}
.flex-historia{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 3.5rem;
gap: 0px;
}
.flex-historia:nth-child(even){
flex-direction: row-reverse;
}
.flex-historia:nth-child(even) .caja-historia{
border-width: 0 3px 0 0;
text-align: end;
}
.flex-historia:nth-child(even) .caja-historia::after{
left: auto;
right: -12px;
transform: rotate(225deg);
}
.flex-historia > *{
width: calc(50% - 40px);
padding-left: 0px;
}
.flex-historia:nth-child(odd) .item-1-historia{
text-align: end;
}
.elemento-historia {
padding: 0 20px;
}
.flex-historia::after{
position: absolute;
left: 50%;
transform: translate3d(-50%, 0, 0) !important;
width: 40px;
height: 40px;
top: 8px;
}
.flex-historia::before{
left: calc(50% - 23px);
width: 46px;
height: 46px;
top: 5px;
}
.flex-historia:has(.hito):after{
top: 8px;
}
.flex-historia:has(.hito):before{
top: 5px;
}
.item-1-historia{
padding: 1rem 0;
}
.historia h3{
font-size: 1.4rem;
}
.page-template-page-contacto .mascara-foto img {
min-height: 390px;
}
.page-template-page-contacto .contenido-hero p{
font-size: 1.3rem;
}
.banner-mensaje{
padding: 5rem 0 1rem 0;
}
.banner-mensaje h3{
font-size: 3rem;
margin-bottom: 2rem;
letter-spacing: -2px;
}
.cabecera-contacto{
padding-top: 8rem;
}
.ancla-formulario{
padding: 2rem;
}
.ancla-formulario p{
font-size: 1.3rem;
line-height: 1.3;
}
.intro-formulario p{
font-size: 1.3rem;
}
.seccion-formulario{
padding: 5rem 0;
}
.formulario-2::after{
top: 20px;
right: -50px;
width: 500px;
height: 300px;
}
.formulario-2::before{
content: "";
position: absolute;
bottom: -100px;
left: -50px;
width: 500px;
height: 300px;
background-color: #f22e35;
clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
z-index: -1;
}
.contactos-footer{
flex-direction: row;
}
.contacto-footer{
flex: 1;
}
.menu-footer li{
text-align: end;
}
.menu-legal ul{
flex-direction: row;
gap: 50px
}
.menu-legal{
flex-direction: row;
gap: 50px;
justify-content: flex-end;
}
.boton-descarga{
width: 80px;
grid-column: 4;
}
.elementos-descargable{
grid-template-columns: repeat(3, 1fr);
align-items: stretch;
gap: 10px;
}
.descargable{
margin-bottom: 1rem;
padding: 0.3rem 2rem;
}
.elementos-descargable{
margin-bottom: 10px;
}
.descargables h2{
margin-bottom: 1rem;
}
.interior{
padding-top: 8rem;
}
.contenido-entrada{
padding: 5rem;
}
.titulo-entrada h1{
font-size: 2.3rem;
}
.interior-puntos-mapa i{
font-size: 1rem;
}
.informacion-mapa{
padding: 2rem;
}
}
@media (min-width: 1200px) {  
.menu-movil{
display: none;
}
.menu-desk{
display: block;
}
.boton-menu-idiomas span{
display: block;
}
.intro-interior h3 , .intro-interior-automatizacion h3{
font-size: 3rem;
}
.intro-servicio h2{
font-size: 31px;
}
.intro-servicio{
min-height: 220px;
}
.cta-footer h2{
font-size: 3rem;
}
.texto-sector{
padding: 3rem 3rem;
transition: 0.6s;
}
.texto-banner-soluciones{
padding: 1rem;
}
.texto-banner-soluciones h2{
font-size: 3rem;
}
.cabecera-interior h3{
margin-bottom: 2rem;
}
.mascara-foto{
padding-top: 0px;
}
.caja-mascara-foto::after{
top: -40px;
}
.caja-mascara-foto{
transform: translateY(140px);
}
.proyectos h3{
font-size: 3rem;
}
.motivos h3{
font-size: 3rem;
}
.internacional h2,
.internacional .contador p{
font-size: 3rem;
}
.numero-grande{
font-size: 4rem;
}
.internacional{
padding: 10rem 0;
}
.blog-portada h3{
font-size: 3rem;
}
.banner-proyecto h2{
font-size: 4rem;
}
.hero-portada h2{
font-size: 4rem;
}
.hero-portada .contenido-hero {
max-width: 70%;
}
.page-template-page-contacto .caja-mascara-foto{
transform: translateY(0px);
}
.producto h2{
font-size: 1.5rem;
}
.seccion-formulario{
padding: 6rem 0;
}
.item-banner-hero{
flex-direction: row;
}
.item-banner-hero{
flex-wrap: nowrap;
}
.page-template-page-automatizacion .item-banner-hero h2{
font-size: 1.2rem;
}
}
@media (min-width: 1400px) { 
.texto-sector h2{
font-size: 3rem;
}
.sector{
min-height: 390px;
}
.seccion-marcas{
padding-top: 2rem;
}
}