/*

FONTS

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');


/*

GENERAL

*/

:root {
    --base: #222222;
    --corporate: #009694;
}

html,
body{
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    color: var(--base);
}

.content-table{
    display: table;
    height: 100%;
    width: 100%;
}

.content-table-cell{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.site-content {
    min-height: 50vh;
    /* padding-top: 145px; */
}

a{
    color: var(--corporate);
    text-decoration: none;
}

    a:hover{
        color: var(--corporate);
        text-decoration: none;
    }

    a:focus{
        outline: none !important;
    }

.wpml-ls-statics-footer,
.otgs-development-site-front-end{
    display: none;
}

.cky-revisit-bottom-left{
    display: none !important;
}

/*

HEADER

*/

header {
    position: fixed;
    z-index: 1;
    overflow: hidden;
}

    body header{
        box-shadow: none;
        /* background: rgba(255,255,255,0.7); */
        background-color: rgba(24, 26, 32, 0.4);
    }

    header.site-header {
        padding: 0;
        display: block;
        margin: 0;
        width: 100%;
        max-width: 100%;
        z-index: 100000;
    }

        header.site-header .content-header-slim {
            background: rgba(0,0,0,0.2);
            color: rgba(255,255,255,0.66);
            -webkit-transition: margin-top 0.2s ease-out;
            -moz-transition: margin-top 0.2s ease-out;
            -o-transition: margin-top 0.2s ease-out;
            transition: margin-top 0.2s ease-out;
        }

            header.site-header .content-header-slim.hc{
                margin-top: -34px;
            }

            header.site-header .content-header-slim ul{
                list-style: none;
                padding: 0;
                margin: 0;
            }

                header.site-header .content-header-slim ul li{
                    float: left;
                    margin-right: 20px;
                    padding: 5px 0;
                }

                    header.site-header .content-header-slim ul li span{
                        margin-left: 5px;
                    }

                    header.site-header .content-header-slim ul li a{
                        color: inherit !important;
                        font-size: 1rem;
                    }

                        header.site-header .content-header-slim ul li a:hover{
                            color: var(--base) !important;
                            text-decoration: none;
                        }

            header.site-header .content-header-slim .contact-social li{
                float: right;
            }
        
        header.site-header .content-header{
            padding: 15px 0;
            box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
            /* background-color: transparent; */
            background-color:  rgba(24, 26, 32, 0.7);
            -webkit-transition: background-color 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out;
            transition: background-color 0.5s ease-out;
        }   

            body.page-template-template-home header .content-header{
                box-shadow: none;
            }

                body.page-template-template-home header .content-header.fixed{
                    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
                    border-bottom: 1px solid rgba(0,0,0,0.1);
                }

            header.site-header .content-header .content-logo{
                height: 100%;
            }

            header.site-header .content-header .content-logo-color img,
            header.site-header .content-header .content-logo img {
                width: 200px;
                -webkit-transition: width 100ms ease;
                -moz-transition: width 100ms ease;
                -ms-transition: width 100ms ease;
                -o-transition: width 100ms ease;
                transition: width 100ms ease;
            }

            header.site-header .content-header ul{
                display: block;
                padding: 0;
                margin-bottom: 0;
                text-align: right;
            }

                header.site-header .content-header ul li{
                    display: inline-block !important;
                }

                    header.site-header .content-header ul li.menu-item {
                        margin-left: 15px;
                    }

                    header.site-header .content-header ul li a{
                        /* color: var(--base); */
                        color: #fff;
                        text-decoration: none;
                        font-weight: 500;
                        font-family: 'Poppins', sans-serif !important;
                        text-transform: uppercase;
                    }

                        header.site-header .content-header ul li a:hover,
                        header.site-header .content-header ul li.current-menu-item a{
                            color: var(--corporate);
                            /* font-weight: 700; */
                            text-decoration: none !important;
                        }
            
            header.site-header .content-header.fixed{
                background: #181A20;
                border-bottom: 1px solid rgba(0,0,0,0.1);;
            }

                header.site-header .content-header.fixed .content-logo {
                    height: 100%;
                }

                    header.site-header .content-header.fixed .content-logo img {
                        width: 200px;

                    }

        header .menu-mobile {
            color: #FFF;
            margin-top: 0;
            font-size: 1.5rem;
            margin-right: 6px;
            cursor: pointer;
            text-align: right;
        }

        header .content-header.fixed .menu-mobile {
            color: var(--base);
        }

        #header-home-mobile img{
            height: 300px;
            object-fit: cover;
            aspect-ratio: 4/4;
        }

    header.whiteMenu {
        /* background: #ffffff; */
        background-color: rgba(24, 26, 32, 0.4);
        box-shadow: 0px 0px 8px 0px #222;
    }  

        header.whiteMenu .menu-mobile{
            color: var(--base);
            color: #FFF;
        }

        header.whiteMenu .content-header ul li a ,
        header.whiteMenu .content-header-slim ul li a {
            /* color: var(--base) !important; */
            color: #FFF !important;
        }

        header.whiteMenu .content-header ul li a:hover, 
        header.whiteMenu .content-header ul li.current-menu-item a {
            color: var(--corporate) !important;
        }

        header.whiteMenu .content-header .content-logo-color{
            display: block;
        }

        header .content-header.fixed .menu-language li:first-child span,
        header.whiteMenu .menu-language li:first-child span{
            border-right: 1px solid #5f5f5f;
        }
    
    header .search-button {
        float: right;
        position: relative;
        margin-top: 15px;
        font-size: 1.3rem;
        margin-left: 15px;
        cursor: pointer;
        color: #ffffff;
    }

        header.whiteMenu .search-button {
            color: var(--base);
        }

        header .search-button:hover svg{
            color: rgb(0,102,102);
        }
    
    header .menu-language {
        font-size: 1.1rem;
        text-transform: uppercase;
        /* color: var(--base); */
        color: #FFF;
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 5px;
    }

        header.whiteMenu .menu-language {
            /* color: var(--base); */
            color: #FFF;
        }

        header .menu-language li span{
            padding: 0 10px;
        }

            header .menu-language li:last-child span {
                padding-right: 0;
            }

            header .menu-language li:first-child span{
                border-right: 1px solid var(--base); /*5f5f5f*/
            }

    .menu-block {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgb(72,79,157);
        background: linear-gradient(90deg, rgba(72,79,157,1) 0%, rgba(0,102,102,0.95) 100%);
        z-index: 100000;
        text-align: center;
    }
    
        .menu-block .content-table,
        .menu-block .content-table .content-table-child{
            width: 100%;
        }
    
        .menu-block .container-menu {
            height: 100%;
            width: 100%;
            position: relative;
        }
    
        .menu-block .close {
            position: absolute;
            top: 35px;
            right: 35px;
            color: #ffffff;
            cursor: pointer;
            font-size: 40px;
        }

        .menu-block .content-menu{
            width: 100%;
        }

        .menu-block ul {
            display: block !important;
            text-align: center;
        }

            .menu-block ul li. {
                width: 100% !important;
                float: left;
                display: block !important;
                text-align: center;
                margin-bottom: 10px !important;
            }

                .menu-block ul li a{
                    color: #ffffff !important;
                    font-size: 2rem;
                    text-transform: uppercase;
                    font-family: 'Poppins', sans-serif !important;
                }

                .menu-block ul li.current_page_item a{
                    font-weight: bold;
                    text-decoration: none !important;
                }
            
    .contact-social li:first-child{
        margin-right: 0 !important;
    }

/*

HOME

*/

.content-home-page .about-us {
    margin-top: 60px;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: center;
}

.content-home-page .products-outstanging h2 {
    font-size: 1.8rem;
    margin-top: 60px;
}

.content-home-page .list-products-outstanging {
    margin-top: 40px;
}

    .content-home-page .list-products-outstanging .content-image-product {
        height: 180px;
        text-align: center;
        display: block;
        overflow: hidden;
    }

        .content-home-page .list-products-outstanging .content-image-product img {
            max-height: 100%;
            -webkit-transition: transform 1s ease;
            -moz-transition: transform 1s ease;
            -o-transition: transform 1s ease;
            transition: transform 1s ease;
        }

        .content-home-page .list-products-outstanging .content-image-product:hover img{
            transform: scale(1.5);
        }

    .content-home-page .list-products-outstanging .product-info h3 {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 20px;
        font-weight: 400;
        margin-bottom: 40px;
    }

.menu-mobile-content {
    position: fixed;
    z-index: 1000;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 40%;
    background: rgba(34,34,34,0.9);
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
    padding: 30px 30px;
    text-align: center;
}

    .menu-mobile-content.active{
        left: 0;
    }

    .menu-mobile-content ul li.menu-item{
        margin-left: 0 !important;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
        .menu-mobile-content ul li.menu-item a{
            color: #fff !important;
        }

header .menu-language.mobile {
    width: 77px;
    margin: auto;
    margin-top: 60px;
}

    header .menu-language.mobile li{
        color: #fff !important;
    }

        header .menu-language.mobile li a{
            color: #fff !important;
        }

            header .menu-language.mobile li:first-child span {
                border-right: 1px solid #fff;
            }

header .menu-mobile .close-button{
    font-size: 1.9rem;
}

/*

SIMPLE

*/

.content-simple-page {
    padding-top: 140px;
}

    .content-simple-page h1{
        margin-bottom: 20px;
    }

    .content-simple-page .wpcf7 label,
    .content-simple-page .wpcf7 .wpcf7-form-control-wrap,
    .content-simple-page .wpcf7 input[type="text"],
    .content-simple-page .wpcf7 input[type="email"],
    .content-simple-page .wpcf7 textarea{
        width: 100%;
    }

    .content-simple-page .wpcf7 input[type="text"],
    .content-simple-page .wpcf7 input[type="email"],
    .content-simple-page .wpcf7 textarea{
        border: 1px solid #e7e7e7;
        border-radius: 5px;
        padding: 10px 10px;
    }

    .content-simple-page .wpcf7 input[type="text"]:focus-visible,
    .content-simple-page .wpcf7 input[type="email"]:focus-visible,
    .content-simple-page .wpcf7 textarea:focus-visible{
        outline: none;
    }

    .content-simple-page .wpcf7 .wpcf7-list-item{
        margin-left: 0;
    }

    .content-simple-page .wpcf7 .wpcf7-submit {
        background: var(--corporate);
        color: #fff;
        border: 1px solid var(--corporate);
        border-radius: 5px;
        padding: 5px 15px;
    }
   
 
/*

PRODUCTS

*/
.page-products h1 {
    margin-top: 60px;
    font-size: 2rem;
}

/*

PRODUCT SINGLE

*/
.content-page-product{
    padding-top: 140px;
}

    .content-page-product .info-product-content{
        padding-left: 30px;
    }

        .content-page-product .info-product-content h1{
            margin-bottom: 30px;
        }

        .content-page-product .info-product-content .data-sheet{
            margin-top: 30px;
        }

        .content-page-product #gallery-product {
            height: 450px;
        }

        .content-page-product #gallery-product .carousel-item .image-slide{
            text-align: center;
        }

            .content-page-product #gallery-product .carousel-item .image-slide{
                max-width: 100%;
                max-height: 100%;
                height: 450px;
                margin: auto;
            }

        .content-page-product #gallery-product .carousel-indicators {
            bottom: -50px;
        }

        .content-page-product #gallery-product  .carousel-indicators li {
            width: 10px;
            height: 10px;
            background-color: var(--corporate);
        }

/*

FOOTER

*/
footer{
    background: rgba(34,34,34,0.8);
    color: #ffffff;
    padding: 40px 0;
    margin-top: 60px;
}

    footer .contact-info-links h2,
    footer .contact-info h2 {
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 15px;
    }

    footer .contact-info p {
        font-size: 1rem;
        font-weight: normal;
        margin-bottom: 5px;
    }

    footer .contact-info-links ul{
        margin: 0;
        list-style: none;
        padding: 0;
    }

        footer .contact-info-links ul li{
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }
        
    footer a{
        color: #fff;
        text-decoration: underline;
    }

    

.copy-footer {
    background: var(--base);
    padding: 20px 0;
    color: #bbbbbb;
    font-size: 0.9rem;
}

/*

ABOUT US

*/

.content-aboutus-page {
    padding-top: 140px;
}

    .content-aboutus-page h1{
        margin-bottom: 20px;
    }

    .content-aboutus-page .content-image{
        overflow: hidden;
        height: 400px;
    }

    .content-aboutus-page .content-image img{
        width: auto;
        height: 100%;
        display: block;
        width: auto;
        position: relative;
        max-width: 1000000px !important;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .content-skills {
        margin-top: 80px;
    }

        .content-skills h3{
            text-align: center;
            font-weight: 500;
            font-size: 2rem;
            margin-bottom: 15px;
        }

        .content-skills .icon{
            text-align: center;
            font-size: 2.5rem;
            color: var(--corporate);
            margin-bottom: 15px;
        }

        .content-skills .description li{
            font-size: 1rem;
            margin-bottom: 15px;
        }

    .kitdigital {
        background: #e7e7e7;
    }
        .kitdigital .logo-digitalizacion img{
            max-width: 100%;
            margin: 30px 0;
        }

/*

Medias

*/


@media screen and (min-width: 991px){
    .menu-mobile-content{
        display: none;
    }
}

@media screen and (max-width: 1023px){
    html,
    body{
        font-size: 15px;
    }
}

@media screen and (max-width: 990px){
    
    header .menu-language{
        display: none;
    }

    header .menu-language.mobile{
        display: block !important;
    }

    header.site-header .content-header .content-logo-color img, 
    header.site-header .content-header .content-logo img {
        width: 200px;
    }

    .content-page-product #gallery-product {
        height: 350px;
    }

    .content-page-product #gallery-product .carousel-item .image-slide {
        height: 350px;
    }

    header.whiteMenu .content-header ul li a, header.whiteMenu .content-header-slim ul li a {
        color: #fff !important;
    }

    .content-aboutus-page .content-image{
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px){
    html,
    body{
        font-size: 14px;
    }

    .menu-mobile-content {
        width: 80%;
    }  

    .content-page-product .info-product-content {
        padding-left: 0px;
        margin-top: 80px;
    }
}

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

    .contact-info-links{
        margin-top: 30px;
    } 

    .product-info {
        margin: 40px;
    }

    header.site-header .content-header .content-logo-color img, 
    header.site-header .content-header .content-logo img {
        width: 200px;
    }
    
}

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

}
