@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');


:root {
    --blue: rgb(0, 11, 19);
    --blue0: rgb(0, 20, 35);
    /*#001423*/
    --blue01: rgb(1, 29, 51);
    --blue1: rgb(53, 131, 191);
    --blue2: rgb(116, 161, 196);
    /* #74a1c4 */
    --blue3: rgb(154, 175, 193);
    --blue4: rgb(180, 214, 244);
    --creme: rgb(238, 228, 185);
    --white: rgb(255, 255, 255);
    --black: rgb(0, 0, 0);
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
li,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {

    line-height: 1;
    background-color: transparent;
}

html,
body {
    font-family: 'Outfit', sans-serif;
    scroll-behavior: smooth;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

input {
    font-family: Outfit, sans-serif;
}

textarea {
    font-family: Outfit, sans-serif;

}

.shadowElement {
    box-shadow: 5px 4px 9px rgba(38, 37, 37, 0.336),
        -5px -4px 9px rgba(22, 36, 61, 0.404);
}

.hidden {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    opacity: 0;
    height: 0px;
}

.ocultarFooter {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    opacity: 0;
    height: 0px;
}

.hiddenHand {
    animation: fade-out .5s forwards;
    opacity: 0;
    height: 0px;
}

.displayItem {
    transition: all;
    transition: 0.7s ease-out;
    opacity: 1;
    height: 100px;
}

#contentBody {
    min-width: 350px;
    font-family: 'Outfit', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*Header---------------------------------*/

.contentHeader {

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logoHeader {
    color: var(--blue0);
    margin-block: 1rem;
    opacity: 0.9;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.logoHeader img {
    width: 40px;
}

.line {
    width: 70%;
    height: 1px;
    background-color: var(--blue1);
}

.contentMenu {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 3%;
    margin-bottom: 3%;
    gap: 15px;


}

.linkMenu {
    border-radius: 8px;
}



.contentMenu a {
    animation: fade-out .1s forwards;
    padding: 1px;
    color: var(--blue0);
    font-size: 1rem;
    font-weight: 400;
    margin-left: 1rem;
}


/* Section1---------------------------------*/
#section1ImgPrincipal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*  background-image: url('../img/home/mapa.png');  */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #04121F;

    color: var(--white);
    width: 100%;
    height: 500px;

}

#section1ImgPrincipal div {
    height: 450px;
    min-width: 350px;
    background-image: url('../img/home/logo-principal.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#section1ImgPrincipal h1 {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 1%;
    background-color: transparent;
}

/* Section2---------------------------------*/
#section2InfServicios {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    column-gap: 0px;
    row-gap: .8rem;
    padding-block: 3rem;
    /* width: 100%; */
    justify-items: center;
    align-items: center;
    /* background-color: #001423; */
    background-image: url('../img/home/bgBlue0.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
}


.cardsSection2 {
    transition-property: opacity;
    transition-duration: .8s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    opacity: .8;
    padding-inline: 8px;
    height: 220px;
    width: 90%;
    cursor: pointer;
    backdrop-filter: blur(20px) saturate(120%);
    -webkit-backdrop-filter: blur(20px) saturate(120%);
    background-color: transparent;
    border-radius: 14px;
    border: 1px solid rgba(119, 134, 158, 0.555);
    box-shadow: 5px 4px 5px rgba(38, 37, 37, 0.336),
        -5px -4px 5px rgba(22, 36, 61, 0.404);
}

.cardsSection2:hover {
    border: 1px solid rgba(165, 178, 197, 0.726);
}

.cardsSection2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#section2InfServicios h2 {
    font-size: 1.2rem;
    color: white;
}

.cardsSection2 div p {
    font-weight: 300;
    font-size: 0.8rem;
    margin: 0;
    line-height: .8rem;
}

.cardsSection2 div img {
    width: 60px;
}

.manoArribaInfoCards {
    transition-property: height;
    transition-duration: .5s;
    position: absolute;
    bottom: 5px;
    right: 32%;
    height: 20px;

}

.cardsSection2:hover .manoArribaInfoCards {
    height: 18px;
}


/* Section2  --------------------------------- Eco */
#contentEco {
    width: 100%;
    background-image: url('../img/home/formas.jpg');
    /* air.jpg */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;

}

#boxEcoBG {

    background-image: url('../img/home/hojas1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

#contentBoxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    border-radius: 18px;
    background-color: #ffffff18;
    height: 250px;
    backdrop-filter: blur(2px) saturate(90%);
    -webkit-backdrop-filter: blur(2px) saturate(90%);
    padding: 10px;
}

#ecoBox1 {

    border-radius: 12px;
}

#ecoBox1 img {
    display: none;
    height: 100px;
    border-radius: 8px;
    border: 1px solid rgba(92, 94, 94, 0.2);
    box-shadow: 5px 5px 12px rgba(38, 37, 37, 0.2),
        -5px -5px 12px rgba(63, 94, 148, 0.2);
}

#ecoBox2 p {
    font-style: italic;
    font-size: 1rem;
    font-weight: 400;
    color: rgb(44, 43, 43);
    word-spacing: 3px;
    text-align: center;
    line-height: 1.1rem;
}

/* Section3  --------------------------------- 3 */
#Servicios {
    background-attachment: fixed;
    width: 100%;
    background-image: url('../img/home/10.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#backDropArticleServicios {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(253, 253, 253, 0.521);
    gap: 2.5rem;
}

#titleSection3Servicios {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--blue0);
}

.articleServicios {
    margin-block: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 95%;

}

.articleServicios h2 {
    font-weight: 600;
    font-size: 1.2rem;
}

.articleServicios ul {
    margin: 0;
    font-weight: 400;
    font-size: 0.9rem;

}

.articleServicios p {
    margin-top: 5px;
    font-weight: 400;
    font-size: 0.9rem;
}

.boxServicio {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.box1-1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
    width: 60%;
}

.box1-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 60%;
}

.box2 {
    display: flex;
    justify-content: center;

    width: 40%;

}

#img1Servicios {
    width: 100%;
    background-image: url('../img/home/flota.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 110px;
    backdrop-filter: blur(5px) saturate(120%);
    -webkit-backdrop-filter: blur(5px) saturate(120%);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.2);
    box-shadow: 5px 5px 9px rgba(38, 37, 37, 0.2),
        -5px -5px 6px rgba(63, 94, 148, 0.2);
}

#img2Servicios {
    width: 90%;
    background-image: url('../img/home/km2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
    backdrop-filter: blur(5px) saturate(120%);
    -webkit-backdrop-filter: blur(5px) saturate(120%);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.2);
    box-shadow: 5px 5px 9px rgba(38, 37, 37, 0.2),
        -5px -5px 6px rgba(63, 94, 148, 0.2);
}

#img3Servicios {
    width: 100%;
    background-image: url('../img/home/pack.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 120px;
    backdrop-filter: blur(5px) saturate(120%);
    -webkit-backdrop-filter: blur(5px) saturate(120%);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.2);
    box-shadow: 5px 5px 9px rgba(38, 37, 37, 0.2),
        -5px -5px 6px rgba(63, 94, 148, 0.2);
}


/*Slider -------------------------------*/
.galeria {
    display: flex;
    width: 95%;
    height: 80px;
}

.galeria img {
    width: 0px;
    flex-grow: 1;
    object-fit: contain;
    opacity: .7;
    transition: .5s ease;
}

.galeria img:hover {
    width: 20%;
    opacity: 1;
    filter: contrast(110%);
}

.section3Pie {
    display: flex;
    flex-direction: row;
    gap: .7rem;
    font-size: .9rem;
    font-weight: 500;
    font-style: italic;
    color: var(--blue0);
    margin-bottom: 2rem;
}

/* Section4  --------------------------------- 4 */
#Contacto {
    background-color: var(--blue0);
    width: 100%;
    height: auto;
}

#boxArticles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: auto;

}

#article1Contacto {
    margin-top: 1rem;
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #ffffff;
    background-image: url('../img/home/15.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.section4Box1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1rem;
    gap: 1.1rem;
    font-size: 0.9rem;
}

.section4Box1 p {
    font-weight: 300;
    line-height: 1rem;

}

#article1Contacto h2 {
    align-self: center;
    font-weight: 600;
    font-size: 1.2rem;
}

#columnElementsBox1 {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    gap: .5rem;
}

.logosForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    color: #ffffff;
}

.logosForm p {
    font-weight: 400;
}
.logosForm .icons{
display: flex;
align-items: center;
gap: 12px;
}

.logosForm #ubicacion {
    font-weight: 400;
   
}
.logosForm #ubicacion:hover{
    text-decoration: underline;
}

#columnBox1 {
    width: fit;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

#columnBox2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
}

#imgBox1 {

    border-radius: 12px;
    width: 80%;
}

#article2Formulario {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    background-image: url('../img/home/formas.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#article2Formulario h2 {
    color: var(--blue0);
    margin-top: .9rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.2rem;
}

form {
    width: 80%;

}

#formDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

#formDiv label {
    align-self: start;
    margin-top: .5rem;
    font-weight: 400;
}

#formDiv input,
#formDiv textarea {
    font-size: 1rem;
    padding: .5rem;
    border: 2px solid rgb(160, 181, 194);
    border-radius: 4px;
    outline: none;
    width: 98%;
}

#formDiv input:focus,
#formDiv textarea:focus,
#formDiv input:hover,
#formDiv textarea:hover {
    border: 2px solid var(--blue1);
}

.boxBtn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;

}

#btnEnviar {
    transition-property: font-weight, border;
    transition-duration: .5s;
    margin-block: 1rem;
    background-color: var(--blue2);
    border: none;
    border-radius: 9px;
    width: 60%;
    height: 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white);

}

#btnEnviar:hover,
#btnEnviar:focus {
    transition-property: font-weight, border;
    transition-duration: .5s;
    font-weight: 600;
    background-color: var(--blue0);
    border: solid 2px rgb(53, 131, 191);
}

#Clientes {
    background-color: var(--blue01);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;


}

#imgCompromiso1 {
    width: 100%;
    height: 200px;
    background-image: url('../img/home/clientes1.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .6;
}


#Clientes article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 3rem;
}

#Clientes article h2 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
}

#prfClientes {

    color: white;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 200;
    text-align: center;
    width: 90%;

}

#boxClientes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

#contentImgClient {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.borderImgClient {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 8px;
    border-radius: 12px;
    border: 2px solid var(--blue2);
    background-color: rgba(0, 0, 0, 0.61);
    opacity: .8;

}

.borderImgClient p {
    font-weight: 500;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

#imgCliente1 {

    width: 100px;
}

#imgCliente2 {
    width: 100px;
}

#imgCliente3 {
    width: 100px;
}

#imgCliente4 {
    width: 100px;
}

#imgCliente5 {
    width: 150px;
    font-size: 25px;
}

#imgCliente6 {
    width: 100px;
}

#imgCliente7 {
    margin-left: auto;
    font-size: 10px;
    width: 150px;
    opacity: .7;

}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

#iconoFooter {
    height: 60px;
    width: 60px;
    background-image: url('../img/home/footerControl.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6 0%;
    position: relative;
    opacity: .7;
    z-index: 10;
}

.boxFooter {
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    opacity: .7;
    height: 100px;
}

.box2Footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.box2Footer div:nth-child(0) {
    justify-items: center;
    place-items: center;
}


.bgMainOtros {
    background-image: url('../img/home/formas.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    opacity: .9;
}

.bgOtros {
    background-image: url('../img/home/fondoAzul3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    border-radius: 50px;
    height: 200px;
    width: 200px;
}

.prfFooter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    color: #ffffff;
    font-size: .8rem;
    font-weight: 300;
}

.prfFooter img {
    height: 20px;
}

#logoFooter {
    height: 80px;
    width: 80px;
    background-image: url('../img/home/logo-principal.png');
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.copyClass {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 300;
    text-align: center;
    opacity: .8;
}

#scrollToTopButton {
    position: fixed;
    bottom: 90px;
    right: 10px;
    background-image: url('../img/home/iconTop.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    opacity: .8;
    height: 30px;
    width:30px;
    font-size: 9px;

}

/* Section5  --------------------------------- 5 */
@media (min-width: 768px) {
    .contentMenu {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        margin-top: 2%;
        margin-bottom: 2%;
        font-size: 1.3rem;
        margin-left: 0;
    }

    .contentMenu a {

        margin-left: 0px;
    }

    #section1ImgPrincipal div {
        height: 460px;
        min-width: 700px;
        background-size: 100%;
    }

    #section1ImgPrincipal h1 {
        font-size: 1.8rem;
        position: relative;
    }

    #section2InfServicios {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-inline: 2rem;
        grid-auto-flow: row;
        height: auto;
        column-gap: 0px;
        row-gap: .8rem;
    }


    .cardsSection2 {
        height: 230px;
        padding: 15px;
        width: 80%;
    }

    .cardsSection2 div h2 {
        font-weight: 500;
        font-size: 1.4rem;
    }

    .cardsSection2 div p {
        font-weight: 300;

        font-size: 0.8rem;
    }

    .manoArribaInfoCards {
        height: 22px;
        right: 35%;
    }

    .cardsSection2:hover .manoArribaInfoCards {
        height: 20px;
    }

    .articleServicios {
        margin-block-end: 0.5rem;
        width: 90%;
    }


    .articleServicios h2 {
        font-weight: 600;
        font-size: 1.1rem;

    }

    .articleServicios ul {
        font-weight: 500;
        font-size: 1rem;
    }

    .articleServicios p {
        font-weight: 400;
        font-size: 1rem;

    }



    .box1-2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 45%;
    }

    #img1Servicios {
        height: 130px;
        width: 80%;
    }

    #img2Servicios {
        height: 160px;
        width: 70%;
    }

    #img3Servicios {
        height: 150px;
        width: 80%;
    }

    .galeria {
        width: 97%;
        height: 180px;
        margin-top: 1.5rem;

    }

    .galeria img:hover {
        width: 20%;
        opacity: 1;
        filter: contrast(110%);
    }

    .section3Pie {
        font-size: 1.3rem;
        font-weight: 600;
        font-style: italic;
        color: var(--blue0);
    }

    #contentEco {
        width: 100%;
        background-image: url('../img/home/formas.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: auto;

    }

    #boxEcoBG {
        background-image: url('../img/home/hojas1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 50px;
    }

    #contentBoxes {

        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        gap: 2rem;
        border-radius: 18px;
        background-color: #ffffff18;
        height: 400px;
        backdrop-filter: blur(2px) saturate(90%);
        -webkit-backdrop-filter: blur(2px) saturate(90%);
    }

    #ecoBox1 {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        border-radius: 12px;

    }

    #ecoBox1 img {
        display: block;
        height: 200px;
        border-radius: 8px;
        border: 1px solid rgba(92, 94, 94, 0.2);
        box-shadow: 5px 5px 12px rgba(38, 37, 37, 0.2),
            -5px -5px 12px rgba(63, 94, 148, 0.2);
    }

    #ecoBox2 {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #ecoBox2 p {
        font-style: italic;
        font-size: 1rem;
        font-weight: 400;
        color: rgb(44, 43, 43);
        word-spacing: 3px;
    }

    #Clientes article {
        justify-content: space-between;
    }

    #Clientes article h2 {
        font-size: 1.5rem;

    }

    #imgCompromiso1 {
        background-position: top;
        height: 350px;
    }

    #prfClientes {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    #Contacto {
        padding-block: 1rem;
    }

    #boxArticles {
        height: 580px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }

    .section4Box1 {
        padding-inline: 3rem;
    }

    .section4Box1 p {
        font-weight: 300;
        line-height: 1.2rem;

    }

    #article1Contacto {
        margin: 0;
        padding: 0;
        width: 50%;
        height: 100%;
        justify-content: start;

    }

    #columnBox2 {
        margin-top: 2rem;
    }

    #imgBox1 {
        margin: 0;
        border-radius: 12px;
        max-width: 80%;
    }


    #article2Formulario {
        justify-content: start;
        width: 40%;
        height: 100%;
        border-radius: .5rem;


    }

    #formDiv {
        gap: .6rem;
    }

    #article2Formulario h2 {

        font-size: 1.5rem;
        font-weight: 600;
    }

    #article1Contacto h2 {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }

    #Contacto p {
        font-weight: 300;
        font-size: 1rem;
    }

    #Contacto pre {
        font-weight: 300;
        font-size: 1rem;
    }

    .boxBtn {
        margin-top: 1rem;
    }

    .box2Footer {
        display: flex;
        flex-direction: row;
        gap: 5rem;
        height: auto;
    }

    .box2Footer p {
        font-size: 1.1rem;
    }

    .box2Footer img {
        height: 30px;
    }

    #logoFooter {
        width: 140px;
        height: 140px;
        background-size: 90%;
        cursor: pointer;
    }

    #iconoFooter {
        display: none;
    }

    .copyClass {
        padding-block: 10px;
        font-size: 1.2rem;

    }
#scrollToTopButton{
    display:none}
}





@media (min-width: 1024px) {

    .contentMenu {
        margin-top: 1%;
        margin-bottom: 1%;
    }

    #section1ImgPrincipal div {
        height: 400px;
    }

    #section2InfServicios {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 80px;
    }

    .cardsSection2 {
        height: 250px;
        width: 22%;
    }

    .cardsSection2 div h2 {
        font-weight: 500;
        font-size: 1.3;
    }

    .cardsSection2 div p {
        font-weight: 200;
        font-size: 1.1rem;
        line-height: 1.2rem;
    }

    .manoArribaInfoCards {
        height: 25px;
        right: 40%;
    }

    #Servicios {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .articleServicios {

        justify-content: space-between;
        margin-block-end: 0.5rem;
        width: 80%;
    }

    .articleServicios h2 {
        font-weight: 700;
        font-size: 1.5rem;

    }

    .articleServicios ul {
        font-weight: 500;
        font-size: 1.3rem;
    }

    .articleServicios p {
        font-weight: 400;
        font-size: 1.3rem;

    }

    .box1-2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 45%;
    }

    #img1Servicios {
        height: 180px;
        width: 80%;
    }

    #img2Servicios {
        height: 190px;
        width: 70%;
    }

    #img3Servicios {
        width: 60%;
        height: 200px;
    }

    .galeria {
        width: 97%;
        height: 120px;
    }

    .galeria img:hover {
        transition: all 0.7s ease;
        width: 18%;
        height: 140px;
        opacity: 1;
        filter: contrast(110%);
    }

    .section3Pie {
        font-size: 1.4rem;
        font-weight: 600;
        font-style: italic;
        color: var(--blue0);
    }



    #contentEco {
        width: 100%;
        background-image: url('../img/home/formas.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: auto;

    }

    #boxEcoBG {
        background-image: url('../img/home/hojas1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 50px;
    }

    #contentBoxes {

        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        gap: 2rem;
        border-radius: 18px;
        background-color: #ffffff18;
        height: 400px;
        backdrop-filter: blur(2px) saturate(90%);
        -webkit-backdrop-filter: blur(2px) saturate(90%);
    }

    #ecoBox1 {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        border-radius: 12px;

    }

    #ecoBox1 img {
        display: block;
        height: 280px;
        border-radius: 8px;
        border: 1px solid rgba(92, 94, 94, 0.2);
        box-shadow: 5px 5px 12px rgba(38, 37, 37, 0.2),
            -5px -5px 12px rgba(63, 94, 148, 0.2);
    }

    #ecoBox2 {
        width: 40%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    #ecoBox2 p {
        font-style: italic;
        font-size: 1.2rem;
        font-weight: 400;
        color: rgb(44, 43, 43);
        word-spacing: 3px;
    }

    /* .boxServicio {
        justify-content: space-between;
    }
 */
    #prfClientes {
        width: 70%;
    }

    #imgCompromiso1 {
        height: 350px;
        background-position-y: -100px;
    }

    #Clientes article {
        gap: 3rem;
    }

   /*  #contentImgClient {
        gap: .8rem;
    } 
 */
    .borderImgClient {
        height: 100px;
        padding: 15px;
    }

    #Contacto {
        padding: 0;
        margin: 0;
        padding-block: 2rem;

    }

    #boxArticles {
        height: 700px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }

    #article1Contacto {
        margin: 0;
        width: 50%;
        height: 100%;
        justify-content: start;
    }

    #columnBox2 {
        margin-top: 4rem;
    }

    #imgBox1 {
        margin: 0;
        border-radius: 12px;
        max-width: 70%;

    }

    #article2Formulario {
        justify-content: start;
        padding-top: .9rem;
        margin: 0;
        width: 30%;
        height: 100%;

    }

    #formDiv {
        gap: 1rem;
    }

    #Contacto h2 {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    #Contacto p {
        font-size: 1.2rem;
        font-weight: 300;
    }

    #Contacto pre {
        font-weight: 300;
        font-size: 1.2rem;
    }

    #btnEnviar {
        width: 40%;
        height: 2.1rem;
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--white);
    }

    #logoFooter {
        width: 170px;
        height: 170px;
        background-size: 90%;
        cursor: pointer;
    }

    .box2Footer {
        display: flex;
        flex-direction: row;
        gap: 20rem;
        height: auto;
    }

    /*---------------------------------------*/
}