/* -------- INCIO DEFAULT -------- */
:root {
    --color-primario: #FF8000;
    --color-secundario: #999999;
    --color-oscuro: #414141;
    --max-width: 1440px;
    --font-size: 1rem;
    --padding-lateral: 5em;
    --border-radius: 0.8em;
}

* {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Geomanist' !important;
}

header,
main,
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    color: var(--color-oscuro);
    position: relative;
    overflow-y: scroll;
}

/* body h1 {
    font-size: calc(var(--font-size) * 2.5);
    font-weight: 500;
    margin-bottom: 0;
} */

/* body h2 {
    font-weight: 500;
    margin-bottom: 0;
} */

button,
.card {
    border-radius: 25px;
}

main {
    position: relative;
}

.fondo-mobile,
.menu-mobile {
    display: none;
}

.contenedor-wsp {
    right: 0%;
    max-width: var(--max-width);
    position: fixed;
    bottom: 2.5em;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
}

.contenedor-wsp button {
    margin-right: 3em;
    background-color: transparent;
    border: none;
    padding: 0;
    background-color: #3ac34e;
    border-radius: 50%;
    width: 4.5em;
    height: 4.5em;
}

.contenedor-wsp button:hover {
    border: none;
    background-color: none;
}

.contenedor-wsp img {
    width: 55%;
}

/* -------- FIN DEFAULT -------- */



/* -------- INCIO CONTENEDORES -------- */
.contenedor-carrucel {
    width: 100%;
    max-width: var(--max-width);
}

.contenedor-bar {
    /* height: 10em; */
    font-size: var(--font-size);
    width: 100%;
    max-width: var(--max-width);
    padding: 10px var(--padding-lateral);
    border-bottom: 1px solid #4D4D4D;
}

.contenedor {
    width: 100%;
    max-width: var(--max-width);
    padding: 0 var(--padding-lateral);
}

.contenedor-w-100 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-beneficios-caracteristicas {
    width: 100%;
    max-width: 75em;
    padding: 10px var(--padding-lateral);
}

/* -------- FIN CONTENEDORES -------- */



/* -------- INCIO PANTALLA DE CARGA -------- */
.loader {
    border-radius: 100%;
    height: 35px;
    border: none;
    perspective: 700px;
    padding: 0;
    top: 50%;
    position: fixed;
    transition: all 1s ease;
    right: calc(50% - 100px);
    left: calc(50% - 100px);
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.tope {
    display: flex;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    transform: rotateX(0deg);
    transform: rotateY(360deg);
    animation-name: girar;
    transition: all 1s ease;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.cuerpopaginiciar {
    overflow-y: hidden;
    transition: 0.5s;
}

#fondo {
    top: -120px;
    position: absolute;
    background-color: #4D4D4D;
    width: 100%;
    height: 10000px;
    z-index: 100;
    transition: all 1s ease;
}

/* -------- FIN PANTALLA DE CARGA -------- */




/* -------- INCIO BARRA DE NAVEGACION -------- */

/* ---- Inicio Buscador ----- */
.bar,
.header {
    font-size: var(--font-size);
}
.bar {
    /* height: 10em; */
}
.bar > div,
.header > nav {
    /* border: 2px solid green !important; */
    box-shadow: 0 .1em .6em #4d4d4d2c;

}

.btnbus {
    width: 32em;
    padding: 0;
    margin: 0;
}

.nav-item-bar {
    font-size: calc(var(--font-size) * .8);
    margin: 0;
    padding: 0;
}

.barbus {
    width: 100%;
    height: 2.4em;
    border-radius: 1.8em;
    border: 1px solid var(--color-oscuro);
    transition: 0.5s;
    color: var(--color-oscuro);
    padding: 1em;
    position:relative;
}

.barbus:focus {
    outline: none;
}

.barbus::placeholder {
    color: #b1b1b1;
    background-size: 1.8em;

}



/* ---- Fin Buscador ----- */


/* ---- Inicio idioma ----- */
.bar-idioma {
    height: 2.2em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}




.idioma {
    /* border: 2px solid green; */
    display: flex;
    position: relative;
    margin-left: 1.6em;
}



.idioma-button {
    /* border: 2px solid purple; */
    font-size: var(--font-size);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idioma-button span {
    margin: 0 .15em;
    font-weight: 500;
    font-size: .8em;
}

.idioma-button:hover {
    cursor: pointer;
}

.idioma-icon-languaje {
    width: 1.5em;
}

.idioma-icon-expand {
    width: 1.35em;
}

.idioma-list {
    background-color: white;
    /* border: 2px solid red; */
    display: none;

    transition: opacity .35s;
    opacity: 0;
    /* max-height: 0; */
    padding: 0;
    padding-top: .5rem;
    position: absolute;
    list-style: none;
    top: 100%;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.idioma-list > li {
    /* opacity: 0; */
    transition: opacity .35s;
    padding: .4em 0;
    text-decoration: none;
    font-size: .7em;
    margin-bottom: .2em;
    /* border-bottom: 1px solid transparent; */
}

.idioma-list > li:hover {
    /* border-bottom: 1px solid var(--color-primario); */
    /* display: none; */

}

.idioma-list > li > a {
    color: var(--color-oscuro);
    padding: .6em;
    padding-bottom: .2em;
    border-bottom: 1px solid transparent;
}
.idioma-list > li > a:hover {
    text-decoration: none;
    border-bottom: 1px solid var(--color-primario);

}
.idioma-active .idioma-list {
    display: flex;
    opacity: 1;
    transition: opacity .35s;
}

.idioma-active  li {
    /* display: block; */
    /* opacity: 1; */
    /* transition: opacity .35s; */

}

/* ---- Fin idioma ----- */


/* ---- Inicio Header ----- */
.header {
    background-color: white;
    width: 100%;
    padding: 0;
    position: sticky;
    top: 0px;
    z-index: 5;
    height: 8.5em;
}

nav {
    width: 100%;
    padding: 0 var(--padding-lateral);
    z-index: 1;
    background-color: white;
}

.nav1 {
    display: flex;
    height: 5em;
    align-items: center;
    justify-content: space-between;
}

.nav2 {
    height: 3.5em;
    border-top: 1px solid #4D4D4D;
    display: flex;
}

#icon-menu {
    display: none;
}

#logo {
    width: 8.5em;
    padding: 0;
}

.nav-navbar {
    display: flex;
    list-style: none;
    margin: auto 0;
    padding: 0;
}

.nav-item {
    font-size: .92em;
    margin: 0 1em;
}

.nav-navbar:last-child .nav-item:first-child {
    margin-left: 0;
}

.nav1 .nav-item:last-child {
    /* border: 2px solid green; */
    margin-right: 0;
}

.inicio {
    margin-left: 0;
}

.item {
    text-decoration: none;
    color: #414141;
    font-weight: 500;
    /* border: transparent; */
    padding-bottom: .16em;
    transition: 0.3s;
}

.activo {
    color: var(--color-primario);
}

.item:hover, .item:active {
    text-decoration: none;
    /* border-bottom: 1px solid var(--color-primario); */
    color: var(--color-primario);
}

.itemcompra {
    text-decoration: none;
    color: white;
    background-color: #0481ef;
    border-radius: 1.8em;
    padding: .9em 3em;
    transition: 0.5s;
    font-weight: 500;
}

.itemcompra:hover {
    text-decoration: none;
    background-color: var(--color-primario);
    color: white;
    transition: all .4s;
}


/* ---- Fin Header ----- */

/* -------- FIN BARRA DE NAVEGACION -------- */




/*  -------- INICIO FOOTER -------- */

/*  ---- Inicio Footer Confi General ---- */
footer {
    font-size: var(--font-size);
}

footer h4 {
    font-size: calc(var(--font-size) * 1.5);
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: .7em;
}

footer h5 {
    font-size: calc(var(--font-size) * 1.08);
    font-weight: 500;
    margin-bottom: .8em;
}

footer ul {
    list-style: none;
    padding: 0;
    font-weight: 300;
    margin-bottom: 1.5em;
}

footer ul li {
    margin-bottom: 0.5em;
}

footer ul li:last-child {
    margin-bottom: 1.4em;
}

.footer-marca,
.footer-metrologia,
.footer-soporte,
.footer-terminos,
.footer-contactos {
    padding: 0.625em 2.5em;
    padding-right: 0;
}

.footer-marca,
.footer-soporte,
.footer-terminos,
.footer-contactos {
    padding-right: calc(var(--padding-lateral) * 0.5);
}

.footer-marca,
.footer-soporte {
    padding-left: 0 !important;
}

/*  ---- Fin Footer Confi General ---- */


/*  ---- Inicio Row Marca y Metrología ---- */
.row-footer-marca-metrologia {
    border-top: 1px solid var(--color-oscuro);
    border-bottom: 1px solid var(--color-oscuro);
    display: grid;
    grid-template-columns: 20% 80%;
}

.footer-marca {
    border-right: 1px solid var(--color-oscuro);
    padding-left: 0;
}

.footer-metrologia>div:last-child {
    display: grid;
    grid-template-columns: 40% 60%;
}

.footer-metrologia>div:last-child>div:first-child {
    padding-right: calc(var(--padding-lateral) * 0.5);
}

/*  ---- Fin Row Marca y Metrología ---- */


/*  ---- Inicio Row Soporte y (Terminos y Contactos) ---- */
.row-footer-soporte-terminos--contactos {
    padding-right: 0;
    display: grid;
    grid-template-columns: 66% auto;
}

.footer-soporte {
    border-right: 1px solid var(--color-oscuro);
    padding-left: 0;
}

.footer-soporte>div:last-child {
    display: grid;
    grid-template-columns: 50% 50%;
}

.footer-terminos {
    border-bottom: 1px solid var(--color-oscuro);
}

.contactos-list li {
    margin-bottom: 0px;
}

.contacto-item-title {
    font-weight: 500;
}

/*  ---- Fin Row Soporte y (Terminos y Contactos) ---- */


/*  ---- Inicio Logo, Copy y Redes ---- */
footer .footer-logo-copy-redes {
    border-top: 1px solid var(--color-oscuro);
    border-bottom: 1px solid var(--color-oscuro);
    padding: 1.25em var(--padding-lateral);
    display: flex;
}

.footer-logo-copy-redes>div {
    display: flex;
    align-items: center;
}

.footer-logo>img {
    width: 9.375em;
}

.footer-copy {
    display: flex;
    align-items: center;
    padding-left: 1.5em;
    flex-grow: 3;
}

.footer-redes {
    max-width: 31.25em;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-redes span {
    margin-left: 0.625em;
    margin-right: 1.25em;
    text-align: center;
}

.footer-redes>div {
    display: flex;
}

.footer-redes img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: .6s ease-in-out;
    filter: invert(53%) sepia(64%) saturate(2585%) hue-rotate(360deg) brightness(101%) contrast(107%);
}

.footer-redes img {
    width: 1.25em;
    height: 1.25em;
    margin-right: .5em;
    transition: .6s ease-in-out;
}

.footer-redes>img:last-child {
    margin-right: 0;
}

/*  ---- Fin Logo, Copy y Redes ---- */


/*  ---- Inicio Políticia ---- */
footer .footer-politica {
    padding: 1.25em var(--padding-lateral);
}

.footer-politica>div {
    display: flex;
    align-items: center;
}

.footer-politica ul {
    display: flex;
    margin: 0;
}

.footer-politica li {
    margin-right: 2.5em;
}

/*  ---- Fin Políticia ---- */


/*  -------- FIN FOOTER -------- */



@media (max-width: 1200px) { 
    :root {
        --font-size: 1rem;
        --padding-lateral: 4em;
    }
    /* body h1 {
        font-size: calc(var(--font-size) * 2.2);
    } */
}

@media (max-width: 1100px) {
    /* body h1 {
        font-size: calc(var(--font-size) * 2);
    } */
}

@media (max-width: 1000px) {
    :root {
        --font-size:  .9rem;
        --padding-lateral: 3.5em;
    }
}


@media (max-width: 900px) {
    :root {
        --font-size:  .8rem;
        --padding-lateral: 3em;
    }
    /* body h1 {
        font-size: calc(var(--font-size) * 1.8);
    } */
    .body-hidden {
        overflow-y: hidden;
    }

    .header {
        position: relative;
    }

    .fondo-mobile {
        background-color: #414141;
        opacity: .68;
        position: absolute;
        height: 100vh;
        width: 100%;
        z-index: 10;
        top: 0;
    }    
    .contenedor-wsp {
        font-size: .8rem;
    }

    #logo {
        width: 8em;
    }

    #icon-menu {
        display: inline-block;
    }

    #icon-menu:hover {
        cursor: pointer;
    }

    .menu-mobile {
        font-size: 1em;
        position: fixed;
        opacity: 1;
        z-index: 15;
        top: 0;
        right: 0;
        background-color: white;
        height: 100vh;
        width: 22em;
        display: block;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 0 var(--padding-lateral);
        padding-top: 1.25em;
        transform: translateX(500px);
        -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    }

    .nav-navbar-mobile-divisor {
        width: 100%;
        height: .1px;
        margin-bottom: 1.4em;
        background: #ddd;
    }

    .menu-mobile>div {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 1em;
    }

    .menu-mobile>div>a {
        padding: 0;
    }

    .nav-navbar-mobile .nav-item {
        padding: 0;
        margin: 0;
    }

    .fondo-mobile {
        z-index: 10;
    }

    #icon-menu {
        display: inline-block;
    }

    #icon-menu>img,
    .menu-mobile-button-close>img {
        width: 2.2em;
    }

    #icon-menu:hover {
        cursor: pointer;
    }

    .menu-mobile {
        display: block;
    }

    .menu-mobile-active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
        transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    }

    .contenedor-bar {
        display: none;
    }

    .bar-idioma,
    .nav1 .nav-navbar,
    .nav2 {
        display: none;
    }

    .nav1 .nav-navbar,
    .nav2 {
        position: absolute;
    }

    .header {
        border-bottom: 1px solid var(--color-oscuro) !important;
        height: auto;
        display: flex;
    }

    .nav1 .nav-navbar .nav-item:last-child {
        display: none;
    }

    .menu-mobile ul {
        list-style: none;
        padding: 0;
    }

    .menu-mobile a {
        font-size: 1.2em;
        font-weight: 400;
    }

    .nav-navbar-mobile .nav-item {
        margin-bottom: 1.4em;
    }
}
@media (max-width: 800px) {
    :root {
        --padding-lateral: 2em;
    }
}

@media (max-width: 600px) {
    footer h5 {
        font-weight: 500;
        font-size: calc(var(--font-size) * 1.1);
        border-top: 1px solid #ddd;
    }

    footer h4 {
        font-size: calc(var(--font-size) * 1.2);
        font-weight: 600;
    }

    footer ul {
        font-size: calc(var(--font-size) * 1.05);
        font-weight: 400;
    }

    .footer-soporte>.footer-section-body>div:first-child>h5:first-child {
        margin-top: 1.2em;
    }

    .footer-metrologia .footer-section-body ul,
    .footer-soporte .footer-section-body ul {
        margin-bottom: 1.9em;
    }

    .footer-metrologia h5,
    .footer-soporte h5 {
        padding-top: 1.9em;
    }

    .footer-soporte h5 {
        border: none;
        padding-top: 0;
    }

    .row-footer-marca-metrologia {
        border-bottom: none;
    }

    .row-footer-marca-metrologia,
    .row-footer-soporte-terminos--contactos,
    .footer-metrologia>div:last-child,
    .footer-soporte,
    .footer-soporte>div:last-child {
        display: flex;
        flex-direction: column;
    }

    .footer-soporte,
    .footer-terminos,
    .footer-contactos {
        padding-right: 0;
        border-right: 0;
    }


    .row-footer-soporte-terminos--contactos {
        padding-right: var(--padding-lateral);
    }

    .row-footer-marca-metrologia>div:first-child {
        margin-top: 1.2em;
    }

    .row-footer-marca-metrologia>div {
        width: 100%;
    }

    .footer-metrologia {
        padding-left: 0;
    }

    .footer-marca {
        border: none;
        padding-right: 0;
    }

    .footer-section-title {
        position: relative;
        z-index: 8;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }

    .footer-section-title::after {
        background-image: url(../img/expand_more.svg);
        background-size: 2.2em;
        width: 2.2em;
        height: 2.2em;
        background-repeat: no-repeat;
        display: inline-block;
        transition: all .4s;
        top: -.8em;
        right: 0;
        content: '';
    }

    .footer .active > div::after {
        background-image: url(../img/expand_less.svg);
    }

    .footer-terminos,
    .footer-contactos {
        padding-left: 0;
        border-bottom: none;
    }

    .footer-section-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;

    }

    .footer-section-body {
        padding-left: .6em;
    }

    .footer-section-body li:first-child {
        margin-top: 1.2em;
    }


    footer .footer-logo-copy-redes {
        border: none;
        margin: 2em 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1em;
        text-align: center;
    }

    .footer-logo-copy-redes>div {
        margin-bottom: 2em;
    }

    .footer-redes {
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-redes>div {
        margin-top: 2em;
    }

    .footer-redes>div img {
        width: 1.5em;
        height: 1.5em;
    }

    .footer-redes>div a {
        margin-right: .8em;
    }

    .footer-redes>div a:last-child {
        margin-right: 0;
    }

    .footer-politica>div>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .footer-politica li {
        padding: 0 .2em;
        margin-right: 0em;
    }

    footer .active > div:last-child {
        max-height: 48em;
    }
}

@media (max-width: 500px) {
    :root {
        --font-size: .8rem;
        --padding-lateral: 1.5em;
    }
    .menu-mobile a {
        font-size: 1.1em;
        font-weight: 400;
    }
    .contenedor-wsp button {
        width: 4em;
        height: 4em;
    }
    .menu-mobile {
        width: 80%;
    }
}