/*------------------------------------------------------------------
[Master Stylesheet - Light Theme Refactor v3]

Project:    cyber jet
First change:    05/01/2022
Refactor Date:   09/07/2026 (Light Theme Alignment + CAD Isometric Blueprint Engine)
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. banner section / #banner
5. slider section / #slider
6. information section / #information
7. Effective section / #Effective 
8. Cyber Security section/ #Cyber Security
9. service section / #service
10. Pricing section / #Pricing
11. blog section / #blog
12. get start section / #get start
13. tabs section  / #tabs-section
14. Pricing page css / #Pricing page
15. contact page css / #contact page
16. team page css / #team page css
17. form section / #form
18. weight footer section / #weight footer
19. footer section / #footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes - Light Theme Corporate Palette]

# primary color:        #111827 (Deep Slate/Charcoal for crisp readability)
# secondary color:      #0284c7 (Accessible Tech Blue)
# text color:           #4b5563 (Muted Neutral Gray for secondary copy)
# accent:               #0284c7 (Consistent High-Contrast Interactive Accent)
# blue color (light):   #ffffff (Pure White Core Canvas)
# light blue color:     #f8fafc (Subtle Cool Gray Section Background)
# border color:         #e2e8f0 (Clean Modern Borders)
# -------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body copy:     'Roboto', sans-serif;

-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=Oswald:wght@500&family=Roboto&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #4b5563;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary--color: #111827;
    --secondary--color: #0284c7;
    --text-color: #4b5563;
    --accent: #0284c7;
    --blue-color: #ffffff;
    --light-blue-color: #f8fafc;
    --border-color: #e2e8f0;
}
/*header-and-banner-sectrion*/
/*navbar-start*/
.nav-item{
    padding: 0 27px;
}
.nav-link{
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color) !important;
}
.nav-link:hover{
    color: var(--accent) !important;
}
.header-con .form-inline a{
    text-decoration: none;
}
.nav-item:last-child{
    margin-right: 33px;
}
/*navbar-start*/
/* ==========================================================================
   Modificación Solicitada: Fondo de Dibujo CAD Vectorial con Movimiento Suave
   ========================================================================== */
.header-and-banner-con{
    position: relative;
    padding-top: 45px;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--blue-color);
    
    /* Reemplazo de la cuadrícula por capas vectoriales de esquemas técnicos (CAD) e hilos isométricos */
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(2, 132, 199, 0.10) 0%, transparent 45%), /* Resplandor Lumínico Primario */
        radial-gradient(circle at 75% 70%, rgba(124, 140, 206, 0.06) 0%, transparent 50%), /* Resplandor de Soporte */
        url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22500%22%20height%3D%22500%22%20viewBox%3D%220%200%20500%20500%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%22250%22%20cy%3D%22250%22%20r%3D%22200%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.12%22%20stroke-dasharray%3D%226%2C4%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%22250%22%20cy%3D%22250%22%20r%3D%22120%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.75%22%20fill%3D%22none%22%20opacity%3D%220.14%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%22250%22%20cy%3D%22250%22%20r%3D%2240%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.08%22%20stroke-dasharray%3D%222%2C2%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%22250%22%20x2%3D%22500%22%20y2%3D%22250%22%20stroke%3D%22%234b5563%22%20stroke-width%3D%220.5%22%20opacity%3D%220.1%22%20stroke-dasharray%3D%2212%2C6%2C2%2C6%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%22250%22%20y1%3D%220%22%20x2%3D%22250%22%20y2%3D%22500%22%20stroke%3D%22%234b5563%22%20stroke-width%3D%220.5%22%20opacity%3D%220.1%22%20stroke-dasharray%3D%2212%2C6%2C2%2C6%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%2250%22%20y1%3D%2250%22%20x2%3D%22450%22%20y2%3D%22450%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.25%22%20opacity%3D%220.06%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%22450%22%20y1%3D%2250%22%20x2%3D%2250%22%20y2%3D%22450%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.25%22%20opacity%3D%220.06%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15%2015%20L35%2015%20M15%2015%20L15%2035%20M485%2015%20L465%2015%20M485%2015%20L485%2035%20M15%20485%20L35%20485%20M15%20485%20L15%20465%20M485%20485%20L465%20485%20M485%20485%20L485%20465%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.75%22%20fill%3D%22none%22%20opacity%3D%220.18%22/%3E%0A%20%20%20%20%3Ctext%20x%3D%22260%22%20y%3D%2265%22%20font-family%3D%22monospace%22%20font-size%3D%229%22%20fill%3D%22%230284c7%22%20opacity%3D%220.2%22%3ER%3A%20200.00mm%3C/text%3E%0A%20%20%20%20%3Ctext%20x%3D%22385%22%20y%3D%22245%22%20font-family%3D%22monospace%22%20font-size%3D%229%22%20fill%3D%22%230284c7%22%20opacity%3D%220.2%22%3EPRJ-01%3C/text%3E%0A%3C/svg%3E"), /* Capa CAD Vectorial 1: Cruces de Ejes y Cotas Radiadas */
        url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22600%22%20height%3D%22600%22%20viewBox%3D%220%200%20600%20600%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M300%2080%20L480%20180%20L480%20380%20L300%20280%20Z%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.07%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M300%2080%20L120%20180%20L120%20380%20L300%20280%20Z%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.07%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M300%20280%20L480%20180%20M300%20280%20L120%20180%20M300%20280%20L300%20480%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.07%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M120%20380%20L300%20480%20L480%20380%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.07%22/%3E%0A%20%20%20%20%3Ccircle%20cx%3D%22300%22%20cy%3D%22280%22%20r%3D%22190%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.05%22%20stroke-dasharray%3D%224%2C8%22/%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%22300%22%20x2%3D%22600%22%20y2%3D%22300%22%20stroke%3D%22%234b5563%22%20stroke-width%3D%220.25%22%20opacity%3D%220.05%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M520%20520%20L560%20520%20M560%20520%20L560%20480%22%20stroke%3D%22%230284c7%22%20stroke-width%3D%220.5%22%20fill%3D%22none%22%20opacity%3D%220.12%22/%3E%0A%20%20%20%20%3Ctext%20x%3D%22470%22%20y%3D%22540%22%20font-family%3D%22monospace%22%20font-size%3D%229%22%20fill%3D%22%234b5563%22%20opacity%3D%220.18%22%3ESCALE%201%3A5%20%5Bmm%5D%3C/text%3E%0A%3C/svg%3E"), /* Capa CAD Vectorial 2: Estructuras Alámbricas Isométricas */
        linear-gradient(to bottom, var(--light-blue-color) 0%, #ffffff 100%); /* Capa Base Atada al Espectro Claro */
        
    /* Dimensionamiento específico de los planos técnicos para forzar desfase tridimensional */
    background-size: 
        140% 140%, 
        120% 120%, 
        500px 500px, 
        650px 650px, 
        100% 100%;
        
    background-repeat: no-repeat, no-repeat, repeat, repeat, no-repeat;
    
    /* Control de renderizado por GPU mediante aislamiento de propiedades móviles */
    will-change: background-position;
    animation: techCadScanningEngine 40s infinite ease-in-out alternate;
}
.header-and-banner-con::after{
    content: "";
    background: url(../image/banner-overlay-img.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    opacity: 0.05;
    pointer-events: none;
    z-index: 1;
}

/*banner-section-start*/
.banner-heading h1 {
    margin-bottom: 14px;
    color: var(--primary--color);
}
.banner-right-con{
    position: relative;
    right: 18%;
    top: -8px;
}
.contact-banner-btn:hover{
    box-shadow: 0 0 0 1px inset #2152a1 !important;
}
.banner-content P{
    color: var(--text-color);
}
.banner-main-con{
    position: relative;
    z-index: 2;
    padding-top: 124px;
    padding-bottom: 45px;
    overflow: hidden;
}
.banner-heading h1{
    margin-bottom: 14px;
}
.banner-content p{
    margin-bottom: 38px;
    margin-right: 36px;
}
.banner-btn a{
    text-decoration: none;
}
.contact-banner-btn{
    background: #2152a1;
    color: #ffffff !important;
    margin-left: 12px;
}
.header-con .contact-btn{
    text-decoration: none;
}

/*banner-section-end*/
/*header-and-banner-sectrion*/
/*slider-section*/
.slider-con{
    background: var(--blue-color);
    padding-top: 70px;
    padding-bottom: 93px;
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
}
.partner-box{
    background: var(--light-blue-color);
    padding: 28px 0;
    width: 100%;
    border-radius: 15px;
    border: 1px solid var(--border-color);
}
.slider-heading h2{
    margin-bottom: 40px;
    color: var(--primary--color);
}
.partner-box:hover{
    background: var(--accent);
    border-color: var(--accent);
}
.partner-box:hover figure img{
    filter: brightness(0) invert(1);
    transition: transform 0.5s  ease-in-out;
}
/*slider-section*/
/*information-main-section*/
.informationmain-con{
    background: var(--blue-color);
    padding-top:90px;
    padding-bottom:120px;
    position: relative;
    overflow: hidden;
}
.informationmain-right-con{
    padding-top: 30px;
}
.informationmainleft-sec-img img{
    margin-left: -115px;
}
.informationmain-right-heading h2{
    line-height: 62px;
    margin-bottom: 18px;
    color: var(--primary--color);
}
.informationmain-right-heading h5{
    margin-bottom: 14px;
    color: var(--secondary--color);
}
.informationmain-right-content p{
    margin-bottom: 24px;
    color: var(--text-color);
}
.informationmain-right-content ul li{
    position: relative;
    list-style: none;
    margin-left: 27px;
    font-size: 18px;
    line-height: 32px;
    color: var(--text-color);
}
/*information-main-section*/
/*Effective-section*/
.Effective-con{
    background: var(--light-blue-color);
    padding: 120px 0;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.Effective-sec-heading h2{
    padding: 0 100px 0 90px;
    line-height: 56px;
    margin-bottom: 36px;
    color: var(--primary--color);
}
.Effective-sec-item{
    background: var(--blue-color);
    padding:45px 30px 32px 30px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.Effective-sec-item img{
    transition: transform 0.5s  ease-in-out;
}
.Cyber-Security-left-card-con img{
    transition: transform 0.5s  ease-in-out;
}
.Pricing-box-con img{
    transition: transform 0.5s  ease-in-out;
}
.tab-sec-img img{
    transition: transform 0.5s  ease-in-out;
}
#tsum-tabs [id^="tab"] + label img{
    transition: transform 0.5s  ease-in-out;
}
.Effective-sec-item:hover figure img,
.Cyber-Security-left-card-con:hover figure img,
.partner-box:hover figure img,
.Pricing-box-con:hover figure img,
.tab-sec-img img:hover,
#tsum-tabs [id^="tab"]:hover + label img
{
    transform: translateY(-10px);
}
.Effective-sec-item-img figure,
#tsum-tabs label img{
    margin-bottom: 11px;
}
.Effective-sec-item:hover{
    border-color: var(--accent);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.Effective-sec-heading h5{
    margin-bottom: 18px;
    color: var(--secondary--color);
}
.Effective-sec-item-title h4,
.Effective-sec-item-title span{
    font-size: 19px;
    line-height: 28px;
    color: var(--primary--color);
    padding: 14px 70px 11px 0;
    letter-spacing: 0.5px;
}
.Effective-sec-item-title p{
    line-height: 26px;
    color: var(--text-color);
}
.Effective-link a{
    text-decoration: none;
    margin-top: 50px;
}
/*Effective-section*/
/*Cyber-Security-section*/
.Cyber-Security-con{
    background: var(--light-blue-color);
    padding: 120px 0;
    overflow: hidden;
    border-bottom: 1px solid var(--border-color);
}
.Cyber-Security-left-card-con{
    background: var(--blue-color);
    padding: 38px 0 38px 0;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.Cyber-Security-left-card-con:hover{
    border-color: var(--accent);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.Cyber-Security-left-card-title p{
    line-height: 26px;
    color: var(--text-color);
}
.Cyber-Security-left-card-title h3{
    font-size: 36px;
    line-height: 28px;
    color: var(--primary--color);
    margin-bottom: 14px;
    font-family: 'Oswald', sans-serif;
}
.Cyber-Security-left-card-img figure{
    margin-bottom: 26px;
}
.Cyber-Security-left-main-con{
    margin-bottom: 28px;
}
/*Cyber-Security-section*/
/*Cyber-Security-right-heading*/
.Cyber-Security-right-heading-con{
    padding-top: 40px;
    padding-left: 8px;
}
.Cyber-Security-right-heading-con h5{
    margin-bottom: 16px;
    color: var(--secondary--color);
}
.Cyber-Security-right-heading-con h2{
    line-height: 62px;
    margin-bottom: 18px;
    color: var(--primary--color);
}
.Cyber-Security-right-heading-con p{
    margin-bottom: 40px;
    color: var(--text-color);
}
.Cyber-Security-right-heading-con a{
    text-decoration: none;
}
/*Cyber-Security-right-heading*/
/*service-main-con*/
.service-main-con {
    position: relative;
    overflow: hidden;
}
.service-main-left-top-con{
    padding-right: 20px;
    background: var(--blue-color);
}
.service-main-left-con{
    padding: 120px 0;
}
.service-skill-sttaf-con{
    margin-top: 40px;
}
.service-main-right-con{
    background: url(../image/service-right-bg-img.png) no-repeat center right;
    background-size: cover;
    height: 100%;
}
.service-main-left-con h2{
    line-height: 60px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.service-main-left-con h5{
    margin-bottom: 16px;
    color: var(--secondary--color);
}
.service-main-left-con p{
    margin-bottom: 14px;
    color: var(--text-color);
}
.service-box-content{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0; 
    background: var(--accent);
    padding: 47px 43px 48px 42px;
    width: 25%;
    border-top-left-radius: 15px;
    color: #ffffff;
}
.service-left-con h2{
    line-height: 60px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.service-box-content figure{
    margin-bottom: 22px;
}
.service-box-content h6{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}
.service-box-content p{
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 18px;
}
.service-box-content a{
    text-decoration: none;
    font-size: 18.5px;
    line-height: 18px;
    color: #ffffff;
}
.service-box-content a .fas{
    font-size: 14px;
}
.service-left-con h5{
    font-size: 18.5px;
    margin-bottom: 17px;
    color: var(--secondary--color);
}
.service-left-con p:nth-child(3){
    margin-bottom: 12px;
    color: var(--text-color);
}
.service-left-con p:last-child{
    padding-right: 22px;
    margin-bottom: 40px;
    color: var(--text-color);
}
.service-skill-sttaf-item-title{
    width: 128px;
    height: 128px;
}
.service-skill-sttaf-item-con{
    color: var(--primary--color);
}
.service-skill-sttaf-item-title h4{
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    color: var(--primary--color);
}
.service-skill-sttaf-item-heading h3{
    font-size: 20px;
    font-weight: 900;
    margin-top: 26px;
    color: var(--primary--color);
}
.service-box-content a:hover{
    color: var(--primary--color);
}
.circle-wrap {
    width: 128px;
    height: 128px;
    border: 2px solid var(--border-color);
    border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
    width: 128px;
    height: 128px;
    position: absolute;
    border-radius: 50%;
    top: 0;
}

.circle-wrap .circle .mask {
    clip: rect(0px, 150px, 150px, 74px);
}

.circle-wrap .circle .mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    border: 2px solid var(--accent);
}

.circle-wrap.firstPercentage .circle .mask.full,
.circle-wrap.firstPercentage .circle .fill {
    animation: firstPercentage ease-in-out 4s forwards;
}

.circle-wrap.secondPercentage .circle .mask.full,
.circle-wrap.secondPercentage .circle .fill {
    animation: secondPercentage ease-in-out 4s forwards;
}

.circle-wrap.thirdPercentage .circle .mask.full,
.circle-wrap.thirdPercentage .circle .fill {
    animation: thirdPercentage ease-in-out 4s forwards;
}
@keyframes firstPercentage {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(160deg); }
}
@keyframes secondPercentage {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(140deg); }
}
@keyframes thirdPercentage {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(130deg); }
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.static-txt{
    font-size: 22px;
    top: -5px;
    right: -8px;
    line-height: 22px;
    color: var(--primary--color);
}
.static-txt2{
    font-size: 36px;
    line-height: 28px;
    font-family: 'Oswald', sans-serif;
    color: var(--primary--color);
}
/*service-main-con*/
/*Pricing-con*/
.Pricing-con{
    background: var(--blue-color);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.Pricing-box-con{
    background: var(--blue-color);
    border-radius: 15px;
    padding: 52px 45px 60px 45px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}
.Pricing-box-con:hover{
    border-color: var(--accent);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}
.Pricing-title h2{
    margin-bottom: 40px;
    color: var(--primary--color);
}
.Pricing-box-link a{
    padding: 12px 33px 10px 33px;
    text-decoration: none;
}
.Pricing-box-heading h4{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.Pricing-box-heading h2{
    margin-bottom: 12px;
    color: var(--accent);
    font-family: 'Oswald', sans-serif;
}
.Pricing-box-img figure{
    margin-bottom: 38px;
    margin-left: 10px;
}
.Pricing-box-heading p{
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
}
.Pricing-box-list ul{
    margin-bottom: 26px;
}
.Pricing-box-list ul li{
    font-size: 18px;
    line-height: 34px;
    color: var(--text-color);
    position: relative;
    margin-left: 30px;
}
/*Pricing-con*/
/*blog-post-con*/
.blog-post-con{
    background: var(--blue-color);
    padding-bottom: 174px;
    overflow: hidden;
}
.blog-post-heading h5{
    margin-bottom: 22px;
    color: var(--secondary--color);
}
.blog-post-heading h2{
    margin-bottom: 39px;
    color: var(--primary--color);
}
.blog-post-item-title a{
    text-decoration: none;
}
.blog-post-item-title a h4{
    font-size: 28px;
    line-height: 39px;
    color: #ffffff; /* Preserved white text due to dark image background stack */
    padding-right: 94px;
}
.blog-post-item-title h6{
    font-size: 16px;
    line-height: 26px;
    color: #e5e7eb;
    margin-bottom: 11px;
}
.blog-post-item-title-link{
    font-size: 18px;
    color: #ffffff;
}
.blog-post-item-title-link:hover{
    color: var(--accent);
}
.blog-post-item-img{
    position: relative;
}
.blog-post-item-title{
    position: absolute;
    bottom: 35px;
    left: 44px;
}
.blog-post-item-title-link i{
    font-size: 14px;
}
.blog-post-item-img a figure img {
    transition: all .4s ease;
}
.blog-post-item{
    overflow: hidden;
    border-radius: 8px;
}
.blog-post-item .blog-post-item-img a figure img:hover {
    transform: scale(1.05) rotate(2deg);
}
/*blog-post-con*/
/*get-start-con*/
.get-start-con{
    background: var(--light-blue-color);
    padding: 120px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.get-start-title h1{
    padding: 0 150px;
    margin-bottom: 30px;
    color: var(--primary--color);
}
.get-start-link a{
    text-decoration: none;
    padding: 15px 50px 14px 50px;
}
/*get-start-con*/
/*form-main-con*/
.form-main-con{
    background: var(--blue-color);
    padding: 120px 0;
    overflow: hidden;
}
.form-title-con h2{
    margin-bottom: 44px;
    color: var(--primary--color);
}
.form-inner-con input,
.form-inner-con textarea{
    width: 100%;
    border: 1px solid var(--border-color);
    background: var(--light-blue-color);
    padding: 10px 24px 10px 22px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 36px;
    color: var(--primary--color);
}
.form-inner-con input:hover,
.form-inner-con textarea:hover{
    border-color: var(--accent);
}
.form-inner-con input:focus,
.form-inner-con textarea:focus{
    outline: none;
    border-color: var(--accent);
    background: var(--blue-color);
}
.form-inner-con input::placeholder,
.form-inner-con textarea::placeholder{
    font-size: 16px;
    color: #9ca3af;
}
.form-inner-con textarea{
    margin:30px 0 44px 0;
    height: 140px;
    resize: none;
}
.form-inner-con button{
    padding: 15px 56px 14px 57px;
    border: none;
    cursor: pointer;
}
.Map-main-con{
    overflow: hidden;
}
/*form-main-con*/
/*weight-footer-main-con*/
.weight-footer-main-con{
    background: var(--light-blue-color);
    overflow: hidden;
    border-top: 1px solid var(--border-color);
}
.weight-footer-item-con{
    padding: 112px 0;
}
.weight-footer-item-img figure{
    margin-bottom: 24px;
}
.weight-footer-item-title h3{
    font-size: 20px;
    line-height: 28px;
    color: var(--primary--color);
    margin-bottom: 18px;
}
.weight-footer-item-form-input input{
    width: 88%;
    background: transparent;
    border: none;
    font-size: 16px;
    line-height: 36px;
    color: var(--primary--color);
}
.weight-footer-item-form-input input:focus{
    outline: none;
}
.weight-footer-item-form-input input::placeholder{
    font-size: 16px;
    color: #9ca3af;
}
.weight-footer-item-form-input{
    border: 1px solid var(--border-color);
    background: var(--blue-color);
    border-radius: 6px;
    padding: 10px 16px 10px 22px;
    margin-bottom: 18px;
}
.weight-footer-item-form-input button{
    background: transparent;
    border: none;
}
.weight-footer-item-form-input button:focus{
    outline: none;
}
.weight-footer-item-form-input:hover{
    border-color: var(--accent);
}
.weight-footer-item-link a{
    text-decoration: none;
}
.weight-footer-item-link ul li,
.weight-footer-item-content p{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--text-color);
}
.weight-footer-item-link ul li a{
    color: var(--text-color);
}
.weight-footer-item-content p{
    padding-right: 24px;
    margin-bottom: 7px;
}
.social-icon-list li{
    margin-top: 10px;
    margin-right:20px;
}
.weight-footer-item-content a i{
    font-size: 13px;
    color: var(--primary--color);
}
.checkbox-details,
.footer-con p{
    font-size: 14px;
    color: var(--text-color);
}
.footer-con{
    border-top: 1px solid var(--border-color);
}
.footer-con p{
    margin: 19px 0;
}
.weight-footer-item-link a p:hover,
.weight-footer-item-content a i:hover{
    color: var(--accent);
}
.weight-footer-item-link{
    display: inline-block;
}
.form-group input {
    display: none;
}  
.form-group label {
    position: relative;
}  
.form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--accent);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
}
.weight-footer-item-form-input button{
    cursor: pointer;
}
.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid var(--accent);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.weight-footer-item1{
    margin-top: 7px;
}
/*weight-footer-main-con*/
/*about-page-css*/
/*about-page-banner*/
.about-page-banner-title h1{
    margin-bottom: 16px;
    color: var(--primary--color);
}
.about-page-banner-title p{
    padding: 0 250px;
    color: var(--text-color);
}
.about-page-Effective-con{
    background: transparent;
}
.about-page-main-banner-con{
    padding: 120px 0 124px 0;
}
/*about-page-banner*/
/*about-page-Cyber-main-con*/
.about-page-Cyber-main-con{
    padding: 100px 0;
}
.about-page-Cyber-Security-link{
    margin-top: 46px;
}
.about-page-Cyber-Security-link a{
    text-decoration: none;
}
/*about-page-Cyber-main-con*/
/*about-page-blog-post-sectino*/
.about-page-blog-post-con{
    padding-top: 120px;
}
.blog-post-details-sec-title h4{
    color: var(--primary--color);
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    margin-top: -5px;
}
.blog-post-details-sec-content p{
    line-height: 28px;
    color: var(--text-color);
}
.blog-post-details-heading-sec{
    padding-left: 56px;
    padding-right: 8px;
}
.blog-post-details-con{
    padding-bottom: 116px;
}
.about-page-blog-post-item .blog-post-item-title a h4{
    line-height: 26px;
    margin-bottom: 0px !important;
    font-size: 20px;
    color: #ffffff;
}
.about-page-blog-post-item .blog-post-item-title{
    bottom: 24px;
}
.about-page-blog-post-item .blog-post-item-title a h6{
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #f3f4f6;
}
.about-page-blog-post-item .blog-post-item-title a i{
    font-size: 13px;
    color: #ffffff;
}
.about-page-blog-post-item .blog-post-item-title a .fa-twitter{
    padding-left: 16px;
    padding-right:12px;
}
.about-page-blog-post-item .blog-post-item-title a i:hover{
    color: var(--accent) !important;
}
.blog-post-item-title a h4:hover,
.blog-post-item-title a h6:hover{
    color: var(--accent) !important;
}
/*about-page-blog-post-sectino*/
/*about-page-css*/
/*service-page-css*/
.service-Effective-tabs-con{
    background: var(--blue-color);
}
.service-box-link{
    color: var(--accent);
    text-decoration: none !important;
    margin-top: 19px;
    display: inline-block;
}
.service-box-link:hover{
    color: var(--primary--color);
}
.service-Effective-con .Effective-sec-item-title h4{
    padding: 12px 0px 7px 0;
}
.service-Effective-con .Effective-sec-item{
    padding: 39px 30px 32px 30px;
}
.service-Effective-con .Effective-sec-item-img figure{
    margin-bottom: 8px;
}
.service-Effective-con-item{
    margin-bottom: 30px;
}
/*service-page-css*/
/*tabs-section*/
#tsum-tabs h1 {
    padding: 50px 0;
    font-weight: 400;
    text-align: center;
    color: var(--primary--color);
}  
#tsum-tabs p {
    margin: 0 0 5px;
    padding-right: 58px;
    color: var(--text-color);
}
.tab-description p:last-child{
    padding-right: 75px !important;
    border-left: 2px solid var(--accent);
    padding-left: 15px;
}
.tab-sec-img{
    margin-left: -7px;
}  
#tsum-tabs section {
    display: none;
    padding: 67px 0 0;
}  
#tsum-tabs input {
    display: none;
}  
#tsum-tabs label {
    display: inline-block;
    width: 22%;
    text-align: center;
    margin: 0 15px;
    color: var(--text-color);
}  
#tsum-tabs label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}  
#tsum-tabs label:hover {
    color: var(--primary--color);
    cursor: pointer;
}   
#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
    display: block;
}
#tsum-tabs .Effective-sec-item{
    text-align: center;
    position: relative;
}
#tsum-tabs .Effective-sec-item:hover{
    border-color: transparent;
}
#tsum-tabs [id^="tab"]:checked + label img{
    filter: brightness(0) invert(1);
}
#tsum-tabs .Effective-sec-item-title h4,
#tsum-tabs .Effective-sec-item-title span
{
    padding: 0 39px;
}

#tsum-tabs [id^="tab"]:checked + label{
    background: var(--accent);
    color: #ffffff;
    border-radius: 8px;
}
#tsum-tabs [id^="tab"]:checked + label:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: var(--accent) transparent transparent transparent;
    left: 50%;
    transform: translate(-15px, 97px);
    top: 50%;
} 

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 0;
    }
    #tsum-tabs label:before {
        margin: 0;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 15px;
    }
}
.tabs-content h3{
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--primary--color);
}
/*tabs-section*/
/*Pricing-page-css*/
/*Pricing-page-card*/
.Pricing-page-card{
    background: transparent;
}
.Pricing-page-form-con{
    padding-top: 88px;
}
/*Pricing-page-card*/
/*Pricing-page-css*/
/*contact-page-css*/
.Map-main-inner-con iframe{
    height: 520px;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.contact-box-card .Effective-sec-item{
    padding: 52px 40px;
}
.contact-form-con{
    background: transparent;
}
.contact-box-card .Effective-sec-item .Effective-sec-item-img figure{
    margin-bottom: 35px;
}
.contact-box-card .Effective-sec-item .Effective-sec-item-title h4{
    padding-bottom: 14px;
}
.contact-box-card .Effective-sec-item .Effective-sec-item-title p{
    line-height: 30px;
}
/*contact-page-css*/
/*team-page-css*/
.team-page-blog{
    background: transparent;
}
.Testimonials-item-con{
    background: var(--blue-color);
    padding: 49px 59px 50px 72px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
}
.Testimonials-section-con{
    background: var(--light-blue-color);
    padding: 120px 0 185px 0;
    overflow: hidden;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.Testimonials-item-auter-heading h6{
    color: var(--primary--color);
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}
.Testimonials-item-auter-heading{
    padding-left: 16px;
    display: inline-block;
}
.Testimonials-item-content P{
    font-size: 20px; 
    margin-bottom: 28px;
    color: var(--text-color);
}
.Testimonials-section-heading h2{
    margin-bottom: 39px;
    color: var(--primary--color);
}
.Testimonials-item-auter-heading p{
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}
.Testimonials-item-auter-heading{
    margin-top: 5px;
}
.Testimonials-item-content{
    position: relative;
}
.Testimonials-item-content::before{
    content: ",,";
    font-size: 64px;
    color: var(--accent);
    position: absolute;
    transform: rotate(180deg);
    top: -12px;
    left: -40px;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--border-color);
}
.carousel-indicators .active{
    background: var(--accent);
}
.carousel-indicators{
    bottom: -85px;
}
.Team-blog-con{
    margin-bottom: 30px;
}
/*team-page-css*/

/*****blog css******/
.single-post01 .post-item-description,
.post-item.border > .post-item-wrap > .post-item-description{
    color: #4b5563;
}
.single-post01 .post-item-description h2,
.single-post01 .comments .comment .text .name,
.sidebar .widget-title,
.sidebar > h4,
.page-title h1{
    color: var(--primary--color);
}
.color01,.color01 a{
    color: #6b7280;
}
.single-post01 .blockquote {
    border-left: 3px solid #6b7280;
}
.single-post01 .post-tags a,
.post-next span,
.post-prev span,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-content a,
.sidebar .widget-categories ul li a,
.sidebar .nav-tabs .nav-link,
.breadcrumb ol li a,
.breadcrumb ul li a,
.pagination .page-item:not(.disabled).active > .page-link,
.pagination .page-item:not(.disabled):active > .page-link,
.pagination .page-item:not(.disabled):focus > .page-link,
.pagination .page-item:not(.disabled):hover > .page-link,
.pagination .page-item:not(.disabled) > .page-link,
#blog .post-item.border .post-item-wrap .post-item-description a{
    color: var(--text-color);
}
.single-post01 .post-navigation,
.single-post01 .comments .comment,
.pagination .page-item:not(.disabled) > .page-link{
    background-color: var(--blue-color);
    border: 1px solid var(--border-color);
}
.single-post01 .post-tags a {
    border: 1px solid var(--border-color);
}
.single-post01 .post-tags a:hover {
    border: 1px solid var(--accent);
}
.single-post01 .comments,.single-post01 .post-navigation {
    border-top: 1px solid var(--border-color);
}
.single-post01 .post-item-description .post-meta {
    border-bottom: 1px solid var(--border-color);
}
.single-post01 .comment .comment_date {
    color: #6b7280;
}
.single-post01 .text .comment-reply-link,
.respond-comment span,
.single-post01 .comment_number span,
.sidebar .nav-tabs .nav-link.active,
.sidebar .widget-tweeter li a,
.sidebar .widget-twitter li a,
.sidebar .cat-count-span,
.single-post01 .post-item-description .post-meta-date:hover,
.single-post01 .post-item-description .post-meta-date a:hover,
.single-post01 .post-item-description .post-meta-category:hover,
.single-post01 .post-item-description .post-meta-category a:hover, .single-post01 .post-item-description .post-meta-comments:hover, .single-post01 .post-item-description .post-meta-comments a:hover,
.single-post01 .post-tags a:hover,
.post-navigation .post-prev-title:hover span,
.post-navigation .post-next-title:hover span,
.post-navigation .post-prev:hover,
.post-navigation .post-next:hover,
.single-post01 .post-navigation .post-prev:hover,
.single-post01 .post-navigation .post-next:hover,
.post-navigation .post-next:hover span,
.post-navigation .post-prev:hover span,
.sidebar .post-thumbnail-list a:hover,
.sidebar .widget-categories ul li a:hover,
#blog .post-item .post-item-description .post-meta-comments a:hover,
#blog .post-item .post-item-description > h2 > a:hover,
.load-more a:hover,
#blog .post-item.border .post-item-wrap .post-item-description a:hover{
    color: var(--accent);
}
.form-gray-fields .form-control {
    color: var(--primary--color);
    background-color: var(--light-blue-color);
    border: 1px solid var(--border-color);
}
.form-gray-fields .btn:hover,
.widget-newsletter .btn:hover{
    opacity: 0.9;
}
.single-post01 .form-control{
    border: 1px solid var(--border-color);
}
.sidebar .widget {
    border-bottom: 1px solid var(--border-color);
}
.sidebar .nav-tabs,.sidebar .nav-tabs .nav-link {
    border-bottom: 2px solid var(--border-color);
}
.sidebar .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid var(--accent);
}
.sidebar .post-thumbnail-entry,
.sidebar .widget-categories ul li{
    border-bottom: 1px solid var(--border-color);
}
.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
    color: #9ca3af;
}
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small {
    color: #9ca3af;
}
.sidebar .tags a {
    color: var(--text-color);
    border: 2px solid var(--border-color);
}
.sidebar .tags a.active,
.sidebar .tags a:active,
.sidebar .tags a:focus,
.sidebar .tags a:hover,
.form-gray-fields .btn,
.widget-newsletter .btn{
    border-color: var(--accent);
    background-color:var(--accent);
}
.single-post01 .form-gray-fields .form-control:focus{
    border-color: var(--accent);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(2,132,199,.3);
}
.post-item.border .post-meta-category,
.load-more a{
    background-color: var(--accent);
}
#loader,#loader:before,
#loader:after{
    border-top-color: var(--accent);
}
#loader-wrapper .loader-section {
    background: #ffffff;
}
#blog .post-item.border .post-meta-category,
.sidebar .tags a.active,
.sidebar .tags a:active,
.sidebar .tags a:focus,
.sidebar .tags a:hover,
.form-gray-fields .btn,
.widget-newsletter .btn,
#blog .post-item.border .post-meta-category a:hover{
    color: #fff;
}
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
.single-post01 .post-item-description .post-meta-category a,
#blog .post-item.border .post-item-wrap .post-item-description .post-meta-comments a,
#blog .post-item .post-item-description .post-meta-date,
#blog .post-item-description .post-meta-comments a{
    color: #9ca3af;
}
.pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link {
    background-color: var(--light-blue-color);
    border-color: var(--border-color);
    box-shadow: none;
}
.pagination .page-item:not(.disabled) > .page-link {
    border-color: var(--border-color);
}
.load-more a:hover{
    box-shadow:0 0 0 2px var(--accent);
}
#blog .post-item .post-item-description > h2,
.post-item-description p,
.comment p
{
    color: var(--text-color) !important;
}
.blog-posts{
    padding: 100px 0;
}
/****************/
.team-detail-con{
    background: var(--blue-color);
    padding: 100px 0 100px 0;
}
.team-contanct span:first-child,
.team-contanct span:nth-child(4){
    color: var(--secondary--color);
}
.team-contanct{
    margin-bottom: 20px;
}
.team-social-icon a{
    display: inline-block;
    text-decoration: none;
}
.team-social-icon a i{
    font-size: 16px;
    color: #ffffff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: var(--accent);
    border: 1px solid transparent;
}

.skills{
    background-color: var(--border-color);
    width:100%;
    height:8px;
    position:relative;
    margin:62px 0;
    border-radius: 8px;
}
.title-bar{
    position:absolute;
    top: 0;
}
.skills span {
    float: right;
    margin-top: -24px;
    margin-right: 5px;
    border-radius: 6px;
    color: var(--primary--color);
}  
.skillbar{
    background-color:var(--accent);
    width:0px;
    height:8px;
    border-radius: 8px;
}
.team-professional-con{
    background: var(--light-blue-color);
    padding: 100px 0;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}
.team-professional-con h2{
    margin-bottom: 38px;
    color: var(--primary--color);
}
.title-bar h5 {
    position: relative;
    top: -24px;
    color: var(--primary--color);
    letter-spacing: normal;
}
.team-professional-con ul li{
    font-size: 18px;
    line-height: 34px;
    color: var(--text-color);
    position: relative;
    margin-left: 30px;
}
.team-blog-post{
    padding-top: 100px;
}
.team-professional-con,
.team-detail-con
{
    overflow: hidden;
}
.team-social-icon a i:hover{
    border-color:var(--accent);
    background: transparent;
    color: var(--accent);
}

/* ==========================================================================
   Keyframes: Motor de Escaneo CAD (Movimiento de Planos Técnicos Desfasados)
   ========================================================================== */
@keyframes techCadScanningEngine {
    0% {
        background-position: 
            -5% -10%,    /* Orbe de Luz 1 */
            105% 105%,   /* Orbe de Luz 2 */
            0px 0px,     /* Dibujo CAD 1 */
            0px 0px,     /* Dibujo CAD 2 */
            center center;
    }
    50% {
        background-position: 
            15% 5%,      
            85% 95%,     
            120px -60px,  
            -90px 40px,   
            center center;
    }
    100% {
        background-position: 
            -10% -5%,    
            110% 100%,   
            240px -120px, 
            -180px 80px,  
            center center;
    }
}
