/*
// <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:11/11/2022
// </summary>
*/

.ctLogo
{
    margin: 50px;
    padding: 50px;
    border: #6f00ff solid 1px;    
}

/*
.ctLogo:hover
{
    transform: scale(1.2) rotate(-5deg);
}
*/

.ctLogo .logo .bg
{
    position:relative;
    background: rgb(26,65,117,1);
    background: linear-gradient(-90deg, rgba(39,122,184,1) 0%, rgba(26,65,117,1) 100%);                         
    width:256px;
    height:256px;
    border-radius:40px;
    margin:auto auto;
}

.ctLogo .logo .circle
{
    background: rgb(255,255,255,1);
    border-radius: 50%;
    width:80%;
    height:80%;
}

.ctLogo .logo .cofem
{
    /*background-color: rgba(26, 65, 117, 0.281);*/
    background-image: url("../img/svg/logo/ct.svg");
    background-position: -6px 0px;
    border-radius: 50%;
    width:80%;
    height:80%;
    /*clip-path: circle(40%);*/
}

.ctLogo .logo .ct
{
    font-size: 82%;
    width:80%;
    bottom:0;
    text-align: center;
    letter-spacing:0.1rem;
}