@font-face {
    /*font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;*/
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/static/Montserrat-Medium.ttf') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html, body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
}
.h-nav{
    font-size: 1rem;
}

#logo{
    max-height: 40px;
}
.h-nav .nav-link:hover{
    color: #254ba0 !important;
}

.hero-image {
    position: relative;
    background-image: url('/img/img1.jpg');
    background-size: cover;
    background-position: center;
    height: 90vh;
    color: white;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.hero-text {
    background: rgba(0, 0, 0, 0.5) !important;
    /*background: rgba(39, 53, 117, 0.5) !important;*/
    padding: 2rem;
    border-radius: 1rem;
}

.hero-text-alterno {
    background: rgba(113, 86, 228, 0.5) !important;
    padding: 2rem;
    border-radius: 1rem;
}

.video-embed {
    width: 100%;
    height: 100%;
    min-height: 250px;
    border-radius: 0.5rem;
}
.section-title {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.card-video {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(39,53,117,0.1);
    height: 100%;
}
.card-contact{
  border: none;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(39,53,117,0.1);
}
.position-rigth{
    float: right;
}
.card-video iframe {
    width: 100%;
    height: 200px;
}
.card-body{
    color: #4A4A4A;
}
.text-justificado{
    text-align: justify;
}
.footer-color{
    background: #182c93; /*linear-gradient(135deg, #340052, #0052CC, #F5F6FA);*/
}
.container-title{
    background: #4a2b9d linear-gradient(135deg, #602bee, #a22bdb, #b0689c);
}
.sidebar {
    background-color: #f8f9fa; /* fondo claro */
}
.sidebar .nav-link {
    color: #343a40;
    transition: background 0.3s ease;
}
.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #e9ecef;
    color: #212529;
}
.sidebar .collapse .nav-link {
    font-size: 0.95rem;
}
.navbar-brand {
    font-weight: 500;
}
.hero {
    background: url('/img/aicm.jpeg') center center / cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.hero-soluciones {
    background: url('/img/high-fashion.jpg') center center / cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    
}
.hero-dooh-media {
    background: url('/img/dooh_media.webp') center center / cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.hero-urban {
    background: url('/img/urban.webp') center center / cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.hero-airports {
    background: url('/img/airports.webp') center center / cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.hero-faq {
    background: url('/img/faq.jpg') center center / cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.hero-introduccion{
    background: url('/img/introduccion.png') center center / cover no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.section-title {
    font-size: 2rem;
    font-weight: 700;
}
.info-box {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.75rem;
}

.info-box-terminal{
    background-color: #f5f3ef;
    padding: 1.5rem;
    border-radius: 0.75rem;
    min-height: 150px;
}
.terminal-img {
    border-radius: 10px;
    transition: transform 0.3s;
}
.terminal-img:hover {
    transform: scale(1.02);
}



h2, .text-primary{
    color: #2246C5 !important;
}

h3, h4, h5, p{
    color: #4A4A4A;
}

.btn-primary{
    background-color: #2563EB !important;
}
.btn-primary:hover{
    background-color: #1E3A8A;
    border-color: #1E3A8A;
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.container-consumidores{
    position: relative;
  left: 57px;
  width: 480px;
  min-height: 240px;
  box-sizing: border-box;
  margin: 0;
  padding: 80px 40px 55px 40px;
  background: #f2f2f2;
  font-size: 20px;
  color: #1d2726;  
}
.container-consumidores-img{
    margin-top: -160px;
}

.content-footer-avisos{
    justify-content: center;
}

@media (max-width: 768px) {
    .hero-image{
        background: #000 url('/img/img1.jpg');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .hero-text {
        padding: 1rem;
        font-size: 1rem;
    }
    .container-consumidores{
        position: absolute;
        left: 0px;
        width: 200px;
        min-height: 200px;
        padding: 30px 25px 25px 25px;
        font-size: 14px;
    }
    .container-consumidores-img{
        margin-top: 0px;
    }
    .hero-soluciones{
        height: 48vh !important;
    }
    .content-footer-avisos{
        justify-content: left;
    }
    .footer-direccion{
        text-align: center !important;
    }

}