/*
// <summary>
// Author:Mohamed(NEMO), Cofem Technologies Team.
// Especialista y Responsable de IoT en I+D+I de Cofem S.A.
// Específicamente con los siguientes lenguajes de programación:
// (Assembly/C/C++),(.NET/PHP),(Android/IOS),(SQL),(JS/HTML/CSS),ETC.
// Copyright [Cofem, S.A.]. All Rights Reserved.
// File:css
// Description:
// Updated:01/16/2023
// </summary>
*/

*,
*::before,
*::after 
{
    padding:0;
    margin:0;
    box-sizing:border-box;
    list-style:none;
    list-style-type:none;
    text-decoration:none;
    text-rendering:optimizeLegibility;
}        
html,body{min-height:100%;height:100%;position:relative;}
html 
{
    font-size: 100%;
    box-sizing: inherit;
    scroll-behavior:smooth;
}

body, * {
    font-family:"Poppins", "Rubik", sans-serif;
}

body 
{
    
    font-weight: 400;
    line-height: 1.5;
    color:rgba(6, 7, 9,1);
    background-color:#fff;
}


a,button{cursor:pointer;border:none;outline:none;user-select:none;background:none;box-shadow:none;text-decoration:none;}
button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;}


.ns{user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}
.w100{width:100%;}
.h100{height:100%;}
.wh100{width:100%;height:100%;}
.brn{background-repeat:no-repeat;}
.bpc{background-position:center;}
.pa{position:absolute;}
.pr{position:relative;}
.pt50{position:absolute;top:50%;transform:translateY(-50%);}
.pc50{position:absolute;left:50%;transform:translateX(-50%);}
.ptl50{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.dfc{display:flex;justify-content:center;align-items:center;}
.dflc{display:flex;justify-content:left;align-items:center;}
.b0{bottom:0;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.mt5p{margin-top:5px;}
.mt10p{margin-top:10px;}
.mb5p{margin-bottom:5px;}
.p5{padding:5px;}
.r50{border-radius: 50rem;}
.br50{border-radius: 50%;}
.mt50{margin-top:40px;}
.mcp{cursor:pointer;}
.tac{text-align:center;}
.mh60{min-height:60px;}
.fl{float:left;}
.tc{text-align:center;}
.divc{margin-left:auto;margin-right:auto;}
.mrl10{margin-left:5px;margin-right:5px;}
.ml15{margin-left:5px;}
.cofemTC{color:rgba(34, 52, 93,1);}
.ipr{right:0;}
.ipr5{right:5px;}
.ipr10{right:10px;}
.ipl{left:0;}
.ipl5{left:5px;}
.ipl10{left:10px;}
.h5p{height:5px;}
.h10p{height:10px;}
.h20p{height:20px;}
.h30p{height:30px;}
.h40p{height:40px;}
.ew33p{width:33.33%;}

.max
{            
    width:100%;
    max-width:1200px;
}

#main
{
    min-height:100%;
    position:relative;
    /*background-color:#e0e0e0;*/
}

.ct 
{                    
    font-size: 0.999rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1px;
    color: rgba(250, 250, 250, 1);
    text-transform: uppercase;
}

#headerTop *{color: rgba(250, 250, 250, 1);}
#headerTop
{
    position: relative;
    background-color: rgba(34, 52, 93,1);
    /*border: rgb(240, 136, 18) solid 1px;*/
}

#headerTop .max
{
    position:relative;
    /*border: 1px solid #0066ff;*/
    margin:auto auto;
    min-height:65px;
}

#headerTop .right
{                    
    /*border: rgb(240, 136, 18) solid 1px;*/
    right: 0;
    padding: 5px;
}

#headerTop .right .menu a 
{
    font-size: 0.950rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    /*border:1px solid #ddd;*/
    /*display:block;*/
    float:left;
    background-repeat:no-repeat;
    background-position:center;
    min-width:32px;
    min-height:32px;
}

#headerTop .right .menu .mul
{
    font-size: 0.950rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    /*display:block;*/
    float:left;
    background-repeat:no-repeat;
    background-position:center;
    min-width:32px;
    min-height:32px;
}

.dRight {float: right;}
#headerTop .right .menu .mul li {float:left;}

#headerTop .right .menu a:hover 
{
    background-color: #ddd;
    color: black;
}

#headerTop .left { left: 0; }

#headerTop .logo
{
    min-height:60px;
    min-width:220px;
}

#headerTop .logo .img
{
    background-image: url("../img/png/logo/ct.png");
    background-size:52px;
    background-position:left center;
}
#headerTop .logo .img .text{left:60px;}

#header
{
    position:relative;
    padding:10px;
    width:100%;
    /*clip-path:polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));*/
    background-color:#f3f7fe;
    background-image:linear-gradient(#276fff, #6d8ce2be);
    /* #01ffff, #0182aa, #064280, #000c34 */
}

#responsive, #close
{
    display: none;
}        

.headerBottom *{color: rgba(250, 250, 250, 1);}
.headerBottom
{
    position:relative;
    min-height:680px;
    width:99%;
    margin: 0px auto 0px auto;
    overflow: hidden;
}

.headerBottom .right
{
    width:100%;
    max-width:50%;
    position: absolute;
    right: 0;
}

.headerBottom .right .img
{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width:100%;
    height:100%;
}

.headerBottom .left
{
    width:100%;
    max-width:48%;     
    position: absolute;
    padding: 2%;
}

.headerBottom .left .title
{
    font-weight: bold;
    top:30px;
    left:20px;
    line-height:inherit;
} 

.headerBottom .left .title0
{
    font-size:32px;
}

.headerBottom .left .title1
{
    font-size:36px;
}

#body
{
    padding-bottom:60px;
    /*border: 1px solid #248cff;*/            
    min-height:500px;
}

#footer
{
    width:100%;
    background-image:linear-gradient(#276fff, #248cff);
    color:#fff;
    font-size:12px;
    position: relative;
    left:0;
    bottom:0;
    padding: 5px;
    
}

#footer .max
{
    position: relative;
    /*border: rgb(221, 180, 180) solid 1px;*/
    margin:auto auto;
    min-height:60px;
}

#footer .right
{
    right: 0;
    /*border: rgb(240, 236, 18) solid 1px;*/
    width:50%;
}

#footer .left
{
    left: 0;
    /*border: rgb(190, 238, 16) solid 1px;*/
    width:50%;            
}

#footer .copyright
{
    font-size:11px;
    font-weight: bold;
    text-align: right;
}

#footer .social
{
    position: relative;
    /*border: #fff solid 1px;*/
    width:32px;
    height:32px;
    float:left;
    margin:3px;
}

#footer .social .icon
{
    color: #000;
    /*border: #fff solid 1px;*/
    border-radius: 50%;
    background-size: 100%;
}

#footer .social .li{background-image: url("../img/svg/social/linkedin.svg");}
#footer .social .yt{background-image: url("../img/svg/social/youtube.svg");}
#footer .social .in{background-image: url("../img/svg/social/instagram.svg");}

#body .max 
{
    margin: 0px auto 0px auto;
    padding: 5px;
}

#body .main
{
    /*background-color: rgb(248, 248, 248);*/
    /*border: 1px solid rgb(239, 239, 239);*/
    border-radius: 0.25rem;
    margin: 0px auto 0px auto;
    min-height: 300px;
}

.blockTitle {

    margin-top: 20px;
    margin-bottom: 60px;
}

.blockTitle .faf 
{
    margin: 0;
    line-height:1em;
    font-weight:500;
    font-size:18px;
    margin-bottom:10px;    
}

.blockTitle .iapp 
{
    margin: 0;
    line-height:1em;
    font-weight:700;
    font-size:18px;
    margin-bottom:10px;  
    font-size:2.875rem;
}

.blockTitle .iapp span 
{
    position: relative;
    display: inline-block;
}

.blockTitle .iapp span::before 
{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #276fff;
}

.splitter{width:1px;border-right:1px solid #000;height: 100%;min-height:18px;}

.box
{
    width:100%;
    padding:20px;
    /*
    background: rgba(212, 224, 246, 0.3);            
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);                        
    border-radius: 0.25rem;
    border: 1px solid rgba(178, 218, 255, 0.3);
    */
}

.box .title.ci
{
display:flex;justify-content:left;align-items:center;
min-height:40px;

}

.box .title .name
{
    font-weight: 600;
}

.box .description
{
min-height: 160px;                        
padding-bottom:30px;
}

.description p, ul, ol{margin: 0 0 1.5rem;}
.description b, strong {font-weight: bold;}
.description ul {list-style-type:disc;margin-left:2.5rem;}

.download .set
{
    padding-left:50px;
    position:relative;
}

.esp{background:url("../img/png/lang/es.png");}
.eng{background:url("../img/png/lang/uk.png");}
.iresponsive{background:url("../img/svg/icons/menu.svg");}
.user{background:url("../img/svg/icons/user.svg");}
.lock{background:url("../img/svg/icons/lock.svg");}
.unlock{background:url("../img/svg/icons/unlock.svg");}
.logout{background:url("../img/svg/icons/logout.svg");}
.aboutus{background:url("../img/svg/icons/aboutus.svg");}									
.callus{background:url("../img/svg/icons/callme.svg");}

#mLang.mul
{
    display:unset;
}

#mResponsive.mul
{
    display:none;
}

.embedYoutube 
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    border:1px solid #d5d6df;
    box-shadow: 0px 0px 10px 0px rgba(21, 126, 251, 0.35);
    background: #d5d6df;
}
.embedYoutube iframe
 {
    position:absolute;
    width: 100%;
    height: 100%;
}

.features
{
    overflow: hidden;
    position: relative;
    width: 100%;
   
}

.features .box
{
    overflow:auto;
    border: 1px solid #276fff;
    float: left;
    width:30.66%;
    margin:1.33%;
    background-color: #f1f2fa2f;
    border-radius: 30px;
    border-radius: 15px;
    min-height: 320px;
    max-height: 500px;
    box-shadow: 0px 0px 10px 0px rgba(31, 202, 202, 0.25);
}

.features .box .center
{
    padding: 5px;
    margin: 5px;
    /*border: 1px solid #d5d6df;*/
    margin: auto auto;
    text-align: center;
}

.features .box .title
{                                    
    margin: 5px 0 5px 0;
    font-weight: bold;
    text-transform:uppercase;

}

.features .box .description
{
    padding:5px;
    /*border:1px solid #d5d6df;*/
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color:#353434;
}

.features .box .icon .image 
{
    height:200px;
    max-height:200px;    
}

.buttonPlay .image
{    
    margin:10px;
    text-align:center;
    display:inline-block;
    line-height:40px;
    height:40px;
    width:40px;
    border-radius:50%;
    background:#fff;
    color:#0062ff;
    animation:playVideoHero 2s linear infinite;
}

.buttonPlay img
{
    cursor:pointer;
}

.visible 
{
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.hidden 
{
    visibility:hidden;
    opacity:0;
    transition: visibility 0s 2s, opacity 2s linear;
}

.groupButtons
{
    overflow: hidden;
    position: relative;
    padding:10px 5px 5px 0px;
    /*border:solid 1px #ddd;*/
}

.groupButtons .button
{
    position:relative;
    float:left;
}

.groupButtons .button .text
{
    font-weight: bold;
    line-height: 60px;
}                           

.groupButtons .button .image
{
    width: 32px;
    height: 32px;
    position:absolute;
    top:50%;
    left:15px;
    transform:translateY(-50%);
}

.groupButtons .button .text
{
    font-weight: bold;
    
    position:absolute;
    top:50%;
    left:60px;
    transform:translateY(-50%);
} 

.groupButtons .button .text.on {color: #157efb;}

.groupButtons .button .buttonPlay 
{
    margin: 10px 10px 10px 10px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #0062ff;
    animation: playVideoHero 2s linear infinite;
}

.groupButtons .button.download 
{
    width:100%;
    max-width:180px;
    min-height: 60px;
    background-color: #fff;
}

.mw30p{max-width:30px;}
.mw60p{max-width:60px;}
.bpdf{margin:0px 10px 10px 20px;} 

@keyframes playVideoHero
{
    0%   {box-shadow: 0 0 0 0 rgba(255,255,54,.7);}
    40%  {box-shadow: 0 0 0 20px rgba(255,255,54,0);}
    80%  {box-shadow: 0 0 0 20px rgba(255,255,54,0);}
    100% {box-shadow: 0 0 0 0 rgba(255,255,54,0);}
}

@media (max-width: 1220px)
{ 
    .headerBottom .left{margin-left: 10px;}
}

@media (max-width: 800px)
{
    /*#header{background-image:linear-gradient(#22345d, #064280,#0182aa,#064280);}*/
    .headerBottom .left .title{font-size:4vw;}
    #header
    {
        position:unset;
        width:100%;
    }

    .headerBottom .right
    {
        width:100%;
        max-width:100%;
        position:relative;
        top:unset;
        transform:unset;
        margin-top:60px;
    }
    
    .headerBottom .left
    {                
        width:100%;
        max-width:100%;
        position:unset;
        top:unset;
        transform:unset;
    }
}

@media (max-width: 600px)
{
    #headerTop .right
    {
        width:100%;
        padding: unset;       
        top:unset;
        transform:unset;
    }

    #responsive, #close
    {
        display: block;
    }            

    #headerTop, .max
    {
        position:unset;
    }

    #headerTop .left
    {                
        left: 10px;
    }
    
    #mLine.mul
    {        
        position:absolute;
        width: 100%;
        top:60px;
        left:-5px;
        z-index:3;
        background: rgba(212, 224, 246, 0.3);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        border-radius: 0.25rem;
        border: 1px solid rgba(178, 218, 255, 0.3);
    }

    #mResponsive.mul
    {
        display:unset;
    }

    #headerTop .menu #close
    {
        cursor: pointer;
        position:relative;
        width:42px;
        height:42px;
        right:17px;
        margin-left:auto; 
        margin-right:5px;
    }

    .headerBottom .left .title0
    {
        font-size:24px;
    }
    .blockTitle .iapp 
    {
        font-size:1.875rem;
        line-height: 40px;
    }
}

@media screen and (max-width: 1200px)
{
    #footer
    {
        padding:5px 15px 5px 15px;
    }    
    #headerTop .left {left: 5px;} 
}

@media screen and (max-width: 960px)
{
    .features .box .icon .image 
    {
        height:256vw;
        max-height:128px;
    } 
    
    .features .box
    {
        width:47%;
    }  
}

@media screen and (max-width: 800px)
{
    .features .box
    {
        width:98%;
        margin:10% 1% 1% 1%;
    }
}

@media screen and (max-width: 600px)
{
    .headerBottom .right .img
    {
        margin-top: 30px;
    }
    .headerBottom .right
    {
        position:unset;
        top:unset;
        transform:unset;
        margin-top:50px;
    }

    #footer .copyright
    {
        text-align:center;
    }
    
    #footer .right
    {
        margin:10px 0 10px 0;
        position:relative;
        width:100%;
        float:left;
        transform:unset;
    }
    
    #footer .left
    {
        position:relative;
        overflow: hidden;
        max-width:115px;        
        transform:unset;
        margin:auto auto;
    }
}