body{
    background:#f4f7fb;
    font-family: Arial, Helvetica, sans-serif;
}
/* HERO */

.hero{
    background-image: url("../img/hero/banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    min-height: 100vh;
    position: relative;
}

.overlay{
    background-color: rgba(0,0,0,0.55);
    width: 100%;
    min-height: 100vh;
}

.hero h1{

    font-size:65px;

}

.hero p{

    font-size:22px;

    max-width:700px;

}
/*==========================
        NAVBAR
==========================*/

#navbar{

    transition:0.4s;

    padding:18px 0;

    background:transparent;

}

#navbar.scrolled{

    background:#0b1526;

    box-shadow:0 10px 25px rgba(0,0,0,.30);

    padding:10px 0;

}

.navbar-brand img{

    transition:.4s;

}

.nav-link{

    color:#fff !important;

    font-weight:500;

    margin-left:20px;

    position:relative;

}

.nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:2px;

    background:#00bfff;

    transition:.3s;

}

.nav-link:hover::after{

    width:100%;

}

.nav-link:hover{

    color:#00bfff !important;

}
/*==================================================
                SERVICIOS PREMIUM
===================================================*/

.services-section{

    padding:120px 0;
    background:#f7f9fc;

}

.services-section h6{

    letter-spacing:2px;
    text-transform:uppercase;

}

.services-section h2{

    color:#0b1526;
    margin-bottom:20px;

}

.service-row{

    display:flex;
    align-items:center;
    gap:70px;
    margin:110px 0;

}

.service-row.reverse{

    flex-direction:row-reverse;

}

/*============================
        IMAGEN
=============================*/

.service-image{

    flex:1;

}

.service-image img{

    width:100%;
    border-radius:22px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.12);

    transition:.45s ease;

    display:block;

}

.service-image:hover img{

    transform:scale(1.03) rotate(-1deg);

    box-shadow:
    0 35px 80px rgba(0,0,0,.18);

}

/*============================
        TEXTO
=============================*/

.service-text{

    flex:1;

}

.service-number{

    font-size:80px;

    font-weight:800;

    color:#dfe8f2;

    line-height:1;

    margin-bottom:10px;

}

.service-text h2{

    font-size:38px;

    font-weight:700;

    color:#0b1526;

    margin-bottom:15px;

}

.service-line{

    width:80px;

    height:5px;

    background:#0d6efd;

    border-radius:20px;

    margin-bottom:25px;

    transition:.4s;

}

.service-row:hover .service-line{

    width:150px;

}

.service-text p{

    font-size:18px;

    color:#6c757d;

    line-height:1.8;

    margin-bottom:30px;

}

/*============================
        LISTA
=============================*/

.service-text ul{

    padding:0;

    margin:0;

    list-style:none;

}

.service-text li{

    display:flex;

    align-items:center;

    margin-bottom:18px;

    font-size:17px;

    color:#333;

}

.service-text li i{

    color:#0d6efd;

    font-size:20px;

    margin-right:12px;

}

/*============================
        BOTON
=============================*/

.service-text .btn{

    border-radius:50px;

    padding:14px 35px;

    font-weight:600;

    transition:.35s;

}

.service-text .btn:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(13,110,253,.35);

}

/*============================
      ANIMACION IMAGEN
=============================*/

.service-image{

    overflow:hidden;

    border-radius:22px;

}

/*============================
        RESPONSIVE
=============================*/

@media(max-width:1200px){

.service-row{

gap:45px;

}

.service-number{

font-size:65px;

}

.service-text h2{

font-size:32px;

}

}

@media(max-width:992px){

.service-row{

flex-direction:column;

margin:80px 0;

gap:35px;

}

.service-row.reverse{

flex-direction:column;

}

.service-text{

text-align:center;

}

.service-line{

margin:auto;
margin-bottom:25px;

}

.service-text ul{

display:inline-block;

text-align:left;

}

.service-number{

font-size:55px;

}

.service-text h2{

font-size:30px;

}

}

@media(max-width:768px){

.services-section{

padding:80px 0;

}

.service-number{

font-size:45px;

}

.service-text h2{

font-size:26px;

}

.service-text p{

font-size:16px;

}

.service-text li{

font-size:15px;

}

.service-text .btn{

width:100%;

}

}
@media(max-width:992px){

.service-row{

flex-direction:column;

}

.service-row.reverse{

flex-direction:column;

}

.service-number{

font-size:45px;

}

.service-text h3{

font-size:30px;

}

}
/*==================================================
                    NOSOTROS
==================================================*/

.about-section{

    padding:140px 0;

    background:#f8fafc;

}

/*==========================
TEXTO
==========================*/

.about-section h6{

    font-size:18px;

    letter-spacing:4px;

    margin-bottom:20px;

}

.about-section h2{

    font-size:64px;

    font-weight:800;

    color:#0F172A;

    max-width:1100px;

    margin:auto;

    line-height:1.15;

}

.about-text{

    max-width:950px;

    font-size:24px;

    line-height:1.9;

    margin-top:35px;

}

/*==========================
FOTOS
==========================*/

.about-photo{

    height:520px;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.about-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.about-photo:hover img{

    transform:scale(1.08);

}

/*==========================
TARJETAS
==========================*/

.info-card{

    background:white;

    padding:50px;

    border-radius:25px;

    height:100%;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    transition:.35s;

}

.info-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#EAF6FF;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:30px;

}

.icon i{

    color:#0d6efd;

    font-size:42px;

}

.info-card h3{

    font-size:38px;

    font-weight:700;

    margin-bottom:25px;

}

.info-card p{

    font-size:20px;

    line-height:1.9;

    color:#666;

}

/*==========================
RESPONSIVE
==========================*/

@media (max-width:991px){

.about-section{

    padding:90px 0;

}

.about-section h2{

    font-size:42px;

}

.about-text{

    font-size:18px;

}

.about-photo{

    height:340px;

}

.info-card{

    padding:35px;

}

.info-card h3{

    font-size:30px;

}

}

/*=================================================

TECNOLOGIAS

=================================================*/

.technology-section{

padding:130px 0;

background:#F8FAFC;

}

.technology-description{

max-width:900px;

margin-top:30px;

font-size:22px;

line-height:1.9;

}

.technology-category{

margin-top:80px;

}

.technology-category h3{

font-size:34px;

font-weight:700;

margin-bottom:35px;

color:#0F172A;

border-left:6px solid #0d6efd;

padding-left:18px;

}

.technology-card{

background:white;

border-radius:22px;

padding:40px 30px;

height:220px;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.technology-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 55px rgba(0,0,0,.15);

}

.technology-card img{

max-width:150px;

max-height:70px;

object-fit:contain;

transition:.35s;

}

.technology-card:hover img{

transform:scale(1.08);

}

.technology-card h5{

margin-top:25px;

font-size:20px;

font-weight:600;

color:#1E293B;

}

.technology-note{

margin-top:70px;

text-align:center;

color:#64748B;

font-size:15px;

line-height:1.8;

}

@media(max-width:991px){

.technology-section{

padding:90px 0;

}

.technology-category{

margin-top:55px;

}

.technology-card{

height:180px;

}

}
/*=========================================================
CONTACTO
=========================================================*/

.contact-section{

padding:130px 0;

background:#071B2F;

}

.contact-intro{

max-width:850px;

margin:auto;

margin-top:25px;

font-size:20px;

line-height:1.9;

color:#D6E3F0;

}

.contact-card{

background:white;

border-radius:20px;

padding:40px 25px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.contact-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.25);

}

.contact-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

background:#E8F6FD;

}

.contact-icon i{

font-size:34px;

color:#0ea5e9;

}

.contact-card h5{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.contact-card p{

color:#64748B;

font-size:17px;

line-height:1.7;

min-height:60px;

}

.btn-contact{

background:#0ea5e9;

color:white;

padding:12px 28px;

border-radius:10px;

font-weight:600;

transition:.3s;

}

.btn-contact:hover{

background:#0284c7;

color:white;

transform:translateY(-2px);

}

.map-container{

margin-top:60px;

border-radius:25px;

overflow:hidden;

box-shadow:0 30px 60px rgba(0,0,0,.25);

}

.map-container iframe{

width:100%;

height:520px;

border:0;

display:block;

}

@media(max-width:992px){

.contact-section{

padding:90px 0;

}

.contact-card{

padding:35px 20px;

}

.map-container iframe{

height:420px;

}

}