/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.menuse-resp {
    left: 0 !important;
    top: -100% !important;
    transition: 0.4s !important;
}

body.menu-abierto .menuse-resp {
    top: 0 !important;
}

body.menu-abierto {
    overflow: hidden;
}



.menuse-user-resp {
    /*right: -385px !important;*/
    top: -200px !important;
    transition: 0.4s !important;
    display: none !important;
}

body.logged-in .menuse-user-resp {
    display: flex !important;
}

body.menuse-user-resp-abierto .menuse-user-resp {
    /*right: 0 !important;*/
    top: 106px !important;
}


.menuse-user-resp h3 {
    font-size: 18px;
    color: var(--e-global-color-primary);
}

.menuse-user-resp ul {
    padding: 0;
}

.menuse-user-resp ul li {
    display: block;
}

.menuse-user-resp ul li a {
    display: block;
    padding: 8px;
    color: #fff;
    transition: 0.4s;
}

.menuse-user-resp ul li a:hover {
    color: var(--e-global-color-primary);
}



.elementor-login a {
    color: var(--e-global-color-primary);
    transition: 0.4s;
}

.elementor-login a:hover {
    color: #fff;
}



.triangulo-hero {
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.hexagono-home {
    clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
}

.esquina-sup-der-doblada {
	clip-path: polygon(0 0, 90% 0, 100% 50%, 100% 100%, 100% 100%, 0 99%, 0 100%, 0 0);
}

.esquina-sup-izq-doblada {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
}

.titulo-subrayado {
    position: relative;
}

.titulo-subrayado:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 15px;
    background-color: var(--e-global-color-primary);
    bottom: 0;
    left: 0;
}



.servicios-home .clipath-servicios {
    clip-path: polygon(0% 0%, 100% 0, 100% 75%, 90% 100%, 0% 100%);
}

.servicios-home .lista-servicios > div > div {
    position: relative;
}

.servicios-home .lista-servicios > div > div:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 5px;
    height: 100%;
    left: -10px;
    top: 0;
}

.triangulo-servicios-home,
.triangulo-servicios-servicios {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.triangulo-servicios-home {
    clip-path: polygon(0 20%, 0 80%, 10% 50%);
    left: 0;
}

.triangulo-servicios-servicios {
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 100% 80%, 90% 50%, 100% 20%);
    right: 0;
    z-index: -1;
}



#n_terrestre,
#t_maritimo,
#t_aereo,
#logistica {
    display: none;
}

.menu-servicios li {
    cursor: pointer;
}


.numerito-pqelegirnos {
    position: absolute;
    z-index: 2;
    left: 30px;
    top: 40px;
}

.numerito-pqelegirnos:before {
    content: '';
    position: absolute;
    background-color: var(--e-global-color-ef7ac2e);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 0;
}

.numerito-pqelegirnos > div {
    position: relative;
    z-index: 1;
}


.esquinas-supizq-infder {
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}


.img-pag-contacto {
    position: relative;
}

.img-pag-contacto:before {
    content: '';
    position: absolute;
    width: 230px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--e-global-color-primary);
    clip-path: polygon(100% 15%, 100% 86%, 64% 50%);
}


.empresa-historia {
    clip-path: polygon(95% 0, 100% 30%, 100% 70%, 95% 100%, 0 100%, 0 0);
}


.servicios-nuestros-servicios {
    clip-path: polygon(85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%, 0 0);
}



form label a {
    color: var(--e-global-color-primary);
}


.footer-esquina-supder {
    clip-path: polygon(90% 0, 100% 10%, 100% 85%, 100% 100%, 0 100%, 0 0);
}

.footer-esquina-supizq {
    clip-path: polygon(10% 0, 100% 0, 100% 85%, 100% 100%, 0 100%, 0 10%);
}






.presus {
    display: none;
}


.presus > div:first-child {
    height: calc(100vh - 100px);
    position: relative;
}

.presus > div:first-child:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
    background-color: var(--e-global-color-ef7ac2e);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.presus > div:last-child {
    height: 100px;
    position: relative;
}

.presus > div:last-child:before {
    content: '';
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
    background-color: #000;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}


#form-presu-almacen,
#form-presu-transporte,
#form-trabaja-con-nosotros {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#form-presu-almacen form,
#form-presu-transporte form,
#form-trabaja-con-nosotros form {
    overflow-y: auto;
    height: calc(100vh - 327px);
    padding: 30px;
    padding-left: 0;
    margin-bottom: 30px;
}

#abre-presu-almacen,
#cierra-presu-almacen,
#abre-presu-transporte,
#cierra-presu-transporte,
#cierra-trabaja-con-nosotros,
#abre-zona-clientes {
    cursor: pointer;
}


.presu-transporte,
.presu-almacen,
.trabaja-con-nosotros,
.zona-cliente {
    cursor: pointer;
}


.der-accesoclientes {
    position: relative;
}

.der-accesoclientes:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: 0;
    right: 0;
    background-color: var(--e-global-color-ef7ac2e);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}




.levenant-archivos-wrapper h3 {
    color: #000;
    font-weight: 600;
}

.levenant-archivos-wrapper table {
    margin-bottom: 50px;
}

.levenant-archivos-wrapper table.levenant-archivos tr th {
    color: var(--e-global-color-secondary);
}

.levenant-archivos-wrapper table.levenant-archivos tr td {
    color: var(--e-global-color-secondary);
}

.levenant-archivos-wrapper table.levenant-archivos tr td a {
    color: #fff;
    background-color: var(--e-global-color-primary);
    font-size: 20px;
    border-radius: 3px;
    padding: 6px 12px;
    transition: 0.4s;
}

.levenant-archivos-wrapper table.levenant-archivos tr td a:hover {
    background-color: var(--e-global-color-ef7ac2e);
}






.conf-usuario-forms label {
    color: #000;
}

.conf-usuario-forms input[type="submit"],
.conf-usuario-forms .levenant-boton-logout {
    border: 0;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 30px;
}

.conf-usuario-forms .levenant-boton-logout {
    color: #fff;
    background-color: #000;
    padding: 10px 30px;
    border-radius: 3px;
}






.popup-traducciones {
    position: fixed;
    z-index: 999;
    top: -100%;
    left: 0;
    height: 100vh;
    transition: 0.4s !important;
}

.popup-traducciones.abierto {
    top: 0;
}

.abre-popuptraduc {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.cierra-popuptraduc {
    cursor: pointer;
}





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

    .menuse-user-resp {
        top: -100% !important;
        transition: 0.4s !important;
    }

    body.menuse-user-resp-abierto .menuse-user-resp {
        top: 53px !important;
    }

    .empresa-historia {
        clip-path: polygon(95% 0, 100% 10%, 100% 90%, 95% 100%, 0 100%, 0 0);
    }

    .servicios-nuestros-servicios {
        clip-path: polygon(90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%, 0 0);
    }

}



@media screen and (max-width: 1024px) {
    .menu-footer li {
        display: flex;
        justify-content: center;
    }

    .triangulo-hero {
        display: none;
    }

    .esquina-sup-der-doblada {
        clip-path: unset;
    }

    .hexagono-home {
        clip-path: unset;
    }

    .esquinas-supizq-infder {
        clip-path: unset;
    }


    .empresa-historia {
        clip-path: unset;
    }

    .servicios-nuestros-servicios {
        clip-path: unset;
    }


    .footer-esquina-supder {
        clip-path: unset;
    }

    .footer-esquina-supizq {
        clip-path: unset;
    }

    .der-accesoclientes:after {
        display: none;
    }
}