/*
//responsive*/

@media screen and (max-width: 767px) {

    /*
    //cubo*/

    body {
        background-position: center;
    }

    .separador {
        height: 0px;
    }

    .container-cubo {
        margin: auto;
        perspective: 700px;
        perspective-origin: 0px -300px;
        position: relative;
        width: 200px;
        height: 200px;
    }

    .cubo {
        width: 100%;
        height: 100%;
    }

    #cara-uno {
        transform: translateZ(100px);
    }

    #cara-dos {

        transform: translateX(100px) rotateY(90deg);
    }

    #cara-tres {

        transform: translateZ(-100px);
    }

    #cara-cuatro {

        transform: translateX(-100px) rotateY(90deg);
    }

    #cara-cinco {
        transform: translateY(-100px) rotateX(90deg);
    }

    #cara-seis {
        transform: translateY(100px) rotateX(90deg);
    }

    .pg {
        font-size: 6em;
        font-weight: bold;
        text-shadow: 0px -10px 0px black;
        font-weight: 700;
        position: absolute;
        top: -25%;
        width: 100%;
        height: 100%;
    }

    .text-container-cubo {
        color: rgb(102, 194, 127);
        text-shadow: 5px 5px 1px black;
        font-size: 2em;
        bottom: 10%;
    }

    /*
    //headers*/

    .header {
        background-position: center;
        height: 95vh;
    }

    /*
    //menu superior*/

    .menu-mobile {
        display: block;
        position: absolute;
        top: 3%;
        right: 5%;
        z-index: 101;
        cursor: pointer;
        position: fixed;
        color: #075554;
        font-size: 2em;
        touch-action: none;
    }

    .menu-superior {
        margin-left: 100%;
        width: 100%;
        background: linear-gradient(90deg, rgb(5, 80, 131, .95) 0%, rgba(59, 148, 43, .95) 100%);
        position: fixed;
        height: 100vh;
        z-index: 1000;
        transition: all .2s;
    }

    .menu-superior li {
        display: block;
        padding: 10px;
        height: auto;
        margin-left: 0px;
        font-size: 1.8em;
        text-align: right;
    }

    .menu-superior .activo {
        border-bottom: 2px solid #fff;
        background-color: inherit;
    }

    .menu-superior li:hover {
        background-color: var(--color-azul-trans);
    }

    .container-cerrar-menu-mobile {
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 1000;
        display: flex;
        justify-content: center;
        margin-left: 100%;
        transition: all .2s;
    }

    .cerrar-menu-mobile {
        bottom: 0;
        margin-bottom: 7%;
        z-index: 1000;
        margin-right: auto;
        margin-left: auto;
        border-radius: 50%;
        border: solid 2px #fff;
        color: #fff;
        font-size: 1.7em;
        font-weight: 500;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-banderas {
        position: fixed;
        margin-right: -100%;
        margin-top: 10%;
        z-index: 1000;
        transition: all .2s;
    }

    /*
    //text header*/

    .container-text-header {
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }

    .t-1 {
        font-size: 1.6em;
        line-height: 30px;
        letter-spacing: 7px;
    }

    .t-2 {
        font-size: 3.2em;
        letter-spacing: 3px;
        margin: 20px;
    }

    .t-3 {
        margin-top: 0px;
        font-size: 1.4em;
        letter-spacing: 3px;
    }

    /*
    //iconos redes*/

    .container-iconos-redes {
        width: 100%;
        right: 0%;
    }

    /*
    //cinta peligro*/
    .container-cinta-peligro {
        background-image: url('/assets/cinta.png');
        background-position: center;
        background-position-x: left;
        background-repeat: repeat;
        background-size: cover;
        width: 100%;
        height: 100px;
        overflow: visible;
        /*margin-top: -124px;*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-cinta-peligro p {
        text-align: center;
        color: #000;
        font-size: 1em;
        letter-spacing: 2px;
        /*text-shadow: 1px 1px 5px black;*/
        font-weight: 700;
    }

    /*
    //tarjetas*/

    .container-tarjetas {
        height: auto;
    }

    .container-titulo-tarjetas {
        position: relative;
        margin-top: 0px;
        height: auto;
        padding: 50px 0px;
    }

    .container-titulo-tarjetas h2 {
        margin-top: 0px;
        font-size: 1.8em;
    }

    .container-titulo-tarjetas h3 {
        margin-top: 15px;
        font-size: 1.2em;
    }

    .grid-tarjetas {
        position: relative;
        bottom: auto;
        z-index: 1;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        margin: 0px;
        overflow: hidden;
        height: auto;
    }

    .tarjeta {
        overflow: hidden;
        max-height: 400px;
        height: 80vh;
        position: relative;
    }

    .tarjeta img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .container-text-tarjeta {}

    .container-text-tarjeta p {
        width: 100%;
    }



    .container-text-tarjeta a {
        text-decoration: none;
    }

    .filtro-container-text-tarjeta {
        position: absolute;
        bottom: 0;
        background-color: rgb(7, 87, 87);
        width: 100%;
        height: 32%;
        margin-bottom: -10px;
    }

    /*
    //productos*/

    .container-productos-distribucion {
        padding-top: 0px;
    }

    .container-productos-distribucion p {
        font-size: 1.3em;
        margin-top: 40px;
    }

    .titulo-container-productos-distribucion {
        margin-bottom: 0px;
    }

    .grid-productos-distribucion {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 70px;
        margin-top: 80px;
    }

    .item-grid-productos-distribucion {
        height: 130px;
        box-shadow: 3px 3px 7px #000;
    }

    .item-grid-productos-distribucion p {
        font-size: 1.7em;
    }

    .circulo:hover {
        height: 105px;
        width: 105px;
    }

    .button-productos {
        margin-top: 50px;
        font-size: 1em;
        width: 80%;
        margin-left: 0%;
    }

    /*
    //ficha de google*/

    .container-maps {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 40px;

    }

    .info-container-maps {
        width: 90%;
        margin-left: 5%;
        flex-direction: column;
    }

    .titulo-info-container-maps {
        margin: 20px;
    }

    .logos-nuevos {
        height: auto;
    }

    .logos-nuevos img {
        max-height: auto;
        max-width: 50%;
        height: 50%;
    }

    .logo-lhdr {
        margin: 20px;
    }

    .logo-lhdr img {
        max-width: 100%;
        max-height: 100%;
    }

    .container-mapa {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        height: 100vh;
    }

    /*
//footer*/

    .footer {
        background-color: rgb(26, 26, 26);
        width: 100%;
        text-align: center;
        position: relative;
        padding: 20px;
    }

    .container-derechos {
        color: #fff;
    }

    .links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        cursor: pointer;
        margin-top: 20PX;
    }

    .links a {
        text-decoration: none;
        color: #fff;
    }

    .links a:nth-child(2) {
        margin-top: 20PX;
    }

    .links p {
        margin-right: 0px;
    }

    /*
    //pagina dos 2*/

    .fila-nosotros {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
        font-size: 1.2em;
        line-height: 1.3em;
        padding: 0px 10px;
    }

    .fila-nosotros p {
        width: 100%;
    }

    .fila-nosotros li {
        width: 100%;
        margin: 10px 0px;
        padding: 0;
    }

    .fila-nosotros-fondo {
        background: linear-gradient(90deg, rgb(8, 93, 150) 0%, rgb(45, 124, 31) 150%);
    }

    .subtitulo-nosotros {
        text-align: left;
    }

    .texto-nosotros {
        margin: 20px 0px;
    }

    .fila-nosotros-fondo p {
        color: #fff;
    }

    /*
    //pagina tres 3*/

    .menu {
        margin-bottom: 20vh;
    }

    .menu ul {
        padding: 0;
    }

    .menu li {
        padding: 0px 0px;
        height: 30px;
    }

    .menu li a {
        font-size: 1.2em;
    }

    .subtitulo {
        padding: 30px;
        width: 100%;
        text-align: center;
    }

    .subtitulo p {
        font-size: 2.3em;
        font-weight: 700;
        letter-spacing: 5px;
    }

    .fila {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 30px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    /*
//titulo item*/

    .container-titulo-descripcion-item {
        min-height: 50px;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .container-titulo-descripcion-item p {
        color: #fff;
        font-size: 1.2em;
        position: relative;
        width: 90%;
        text-align: start;
        margin: 0px 30px;
    }

    .fondo-titulo-descripcion-item {
        background: linear-gradient(90deg, rgb(5, 80, 131) 0%, rgba(59, 148, 43) 200%);
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 0%;
        width: 103%;
        height: 100%;
    }

    .container-titulo-descripcion-item-der .fondo-titulo-descripcion-item {
        background: linear-gradient(90deg, rgb(5, 80, 131) -100%, rgba(59, 148, 43) 100%);
    }

    .container-titulo-descripcion-item-der {
        justify-content: end;
    }

    .container-titulo-descripcion-item-der p {
        text-align: end;
    }



    /*
//informacion item*/

    .container-informacion-item {
        padding-top: 10px;
        margin-top: 10px;
        background: rgb(216, 235, 248);
        display: flex;
        flex-direction: column;
        height: 85%;
        width: 100%;
        text-align: justify;
        margin-left: 0;
        box-shadow: none;
        z-index: 1;
    }

    .container-informacion-item-der {
        border-left: none;
        background: rgb(236, 236, 236);
        flex-flow: column-reverse;
    }

    .container-informacion-item.container-informacion-item-der {
        margin-left: 0%;
        margin-right: 0%;
        z-index: 0;
        box-shadow: none;
        overflow: hidden;
        width: 100%;
    }


    .container-descripcion-item {
        padding-top: 20px;
        padding-right: 20px;
        position: relative;
        padding-bottom: 15px;
    }

    .mostrador-img {
        background-color: #fff;
        position: absolute;
        margin: 2.5% 0%;
        width: 100%;
        height: 90%;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mostrador-img img {
        max-width: 100%;
        max-height: 100%;
    }

    .cerrar-mostrador-img {
        position: absolute;
        top: 3%;
        right: 3%;
        color: #075554;
        font-size: 1.3em;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-weight: 700;
    }

    .ref {
        text-align: center;
        font-weight: 700;
        margin-bottom: 15px;
    }



    .item-con-logo {
        width: 100%;
        height: 100%;
        background-image: url('/assets/logos/logo-lhdr.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: .5;
        background-color: #075554;
        height: 100px;
        display: none;
    }

    .container-descripcion-item ul {
        padding-left: 10px;
    }

    .container-descripcion-item li {
        margin-top: 5px;
        line-height: 20px;
        padding-left: 25px;
        list-style: none;
        background-image: url("/assets/viñeta.png");
        background-repeat: no-repeat;
        background-position: left 5px;
        background-size: 15px;
    }

    /*
//imagenes item*/

    .container-img-item {
        min-width: 100%;
        max-width: 100%;
        height: 200px;
        display: flex;
        flex-direction: row;
        position: relative;
        padding-top: 0px;
        justify-content: center;
        align-items: flex-start;
    }

    .container-img-item div {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px 5px;
    }

    .container-img-item div img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        filter: drop-shadow(0px 0px 5px black);
    }

    .container-img-item.una-sola {
        padding: 0;
    }

    .solo-dos div {
        height: 100%;
    }

    .una-sola div {
        width: auto;
        height: 100%;
        margin: 0;
        overflow: hidden;
    }

    .una-sola div img {
        height: 100%;
        min-width: auto;
    }

    .una-sola div .img-item-uno {
        margin: 0;
    }

    .img-item-uno {
        margin-left: 10px;
        margin-bottom: 0px;
    }

    .img-item-dos {
        margin-left: 0%;
    }

    .img-item-tres {
        margin-left: 0%;
    }

    /*
    //pagina productos distribucion*/

    .fila-prod-distri {
        height: auto;
        width: 100%;
        margin-left: 0%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        flex-direction: row;
        align-items: center;
    }

    .fila-prod-distri:last-child {
        margin-bottom: 30px;
    }

    .item-prod-distri {
        width: 100%;
        height: auto;
        margin: 0px 0px;
        overflow: hidden;
    }

    .item-prod-distri:hover {
        height: 99%;
    }

    .container-info-item-prod-distri {
        padding: 10px;
        color: #E5E5BE;
        font-size: 1.2em;
        background-color: #075554;
        height: 130px;
        max-height: 130px;
    }

    .container-img-prod-distri {
        height: 200px;
        min-height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-img-prod-distri img {
        max-width: auto;
        max-height: auto;
        height: 100%;
        width: 100%;
        height: fit-content;
    }

    /*
    //pagina cuatro 4
    //clientes*/

    .container-grid-logos-clientes {
        background-color: #c5c5c5;
    }

    .grid-logos-clientes {
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        margin-left: 0%;
        padding: 0px 10px;
    }

    .texto-clientes {
        margin-bottom: 40px;
    }

    .texto-clientes p {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    /*
    //modal contacto*/

    .contacto-modal {
        z-index: 101;
    }

    .btn-cerrar-modal{
        border: solid 2px #fff;
        color: #fff;
    }

    .container-info-modal-contacto {
        position: relative;
        height: 40%;
        width: 100%;
    }

    .texto-info-modal-contacto {
        font-size: 1.2em;
        line-height: normal;
    }

    .texto-info-modal-contacto h2 {
        margin-top: 10px;
        font-size: 1.2em;
    }

    .iconos-contactanos a {
        margin-top: 5px;
    }

    .container-form {
        width: 100%;
        height: 60%;
        position: relative;
        display: flex;
    }

    .container-form form {
        width: 90%;
    }

    .container-form p {
        display: none;
    }

    .container-form input,
    textarea {
        height: 40px;
        margin-top: 10px;
    }

    .container-form textarea {
        height: 100px;
        margin-top: 10px;
    }

    .botones-modal-contacto {
        flex-direction: column;        
    }

    .botones-modal-contacto input {
        width: 100%;
    }

    .botones-modal-contacto a {
        width: 100%;
    }

    .botones-modal-contacto p {
        padding: 0px 0px;
        margin: 5px;
        font-size: 1.3em;
        display: block;
    }

}

@media screen and (max-width: 320px) {
    /*
    //modal contacto*/


    .texto-info-modal-contacto {
        font-size: .8em;
        line-height: normal;
    }

    .container-form input,
    textarea {
        height: 30px;
        margin-top: 7px;
    }

    .container-form textarea {
        height: 100px;
        margin-top: 7px;
    }

    .botones-modal-contacto p {
        padding: 0px 20px;
        margin: 0px;
        font-size: 1.3em;
        display: block;
    }
}

@media screen and (min-width: 1919px) {
    .menu-estatico-mostrar {
        position: fixed;
        background: linear-gradient(90deg, rgb(5, 80, 131, .8) 0%, rgba(59, 148, 43, .8) 100%);
        animation-name: fadeDowm;
        animation-duration: .5s;
        max-height: 80px;
    }

    .menu-superior li {
        list-style: none;
        display: inline-block;
        padding: 35px 10px;
        text-align: center;
        height: 80px;
        transition: all .1s;
        margin-left: -4px;
    }

    .menu-superior.menu-estatico-mostrar li {
        padding: 40px 10px;
        height: 80px;
    }

    .container-img-item div {}

    .corto {
        position: relative;
    }

    .corto .container-img-item {
        position: absolute;
        right: 0;
        top: 0;
    }

    .fila {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 50vh;
        overflow: hidden;
    }
}