/* Estilos generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
b, strong {
    font-weight: 600!important;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
p{
    line-height: 24px!important;
}
/* Navbar */
.navbar {
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 1.5rem 0;
    z-index: 1000;
}
  .navbar-logo {
            height: auto;
             width: auto;
            max-width: 200px;
       }
.navbar-scrolled {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1rem 0;
}

.logo-placeholder {
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 2px;
}

/* Botones con gradiente */
.btn-gradient, .btn.disabled, .btn:disabled, fieldset:disabled .btn {
	background-color: #50FFB1;
	color: #1F3447;
    border: none;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 5px;
    transition: all 0.3s ease;
    /*text-transform: uppercase;*/
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.btn-gradient:hover {
    background-color: #00E07B;
	color: #1F3447;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(54, 96, 129, 0.3);
}

/* Sección 1: Hero */
.hero-section {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.3) 100%);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-transform: none;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1;
}

/* Sección 2: Video y Formulario */
.section-2 {
    background-image: url('../img/fondo-seccion-2.jpg');
    background-size: cover;
    background-position: center;

    padding: 80px 0;
}


.section-2 .container {
    position: relative;
    z-index: 1;
}

.section-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #000;
}
.section-title.video {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom:10px!important;
    color: #000;
}
.divider{
    width: 60px!important;
    border: 2px solid #6195BD;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.5rem;
    opacity: 1;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-emphasis {
    font-weight: normal;
    color: #000;
    font-size: 1rem;
}

/* Formulario */
.form-container {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
    color: #000;
}

.form-subtitle {
    color: #666;
    margin-bottom: 1.5rem;
}

.form-control, .form-select {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.95rem;
}

.form-control:focus, .form-select:focus {
    border-color: #6195BD;
    box-shadow: 0 0 0 0.2rem rgba(54, 96, 129, 0.3);
}

.form-label {
    font-weight: 600;
    color: #000;
    margin-bottom: 0.5rem;
}

/* Sección 3: Quiénes somos */
.section-3 {
    background: linear-gradient(135deg, #0E1821, #325371)!important;
    background-size: cover;
    background-position: center;

    padding: 80px 0;
}

.section-3 .container {
    position: relative;
    z-index: 1;
}

.section-3 .section-title {
    color: white;
}

.about-text {
    color: white;
    font-size: 1rem;
    line-height: 1.8;
    text-align: start;
}

.about-image-placeholder {
    background: rgba(255, 255, 255, 0.1);
    min-height: 400px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
}

/* Sección 4: Portafolio */
.section-4 {
    background-image: url('../img/fondo-seccion-4.jpg');
    background-size: cover;
    background-position: center;

    padding: 80px 0;
}


.section-4 .container {
    position: relative;
    z-index: 1;
}

/* Carousel Styles */
.carousel-image {
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.carousel-caption {
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
}

.carousel-caption h5 {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}

.carousel-thumbnails {
    cursor: pointer;
}

.thumbnail-img {
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: pointer;
}

.thumbnail-img:hover {
    opacity: 0.9;
}

.thumbnail-img.active {
    opacity: 1;
    border: 2px solid #6195BD;
}

/* Portfolio Content */
.portfolio-content {
    padding-left: 3rem;
}

.portfolio-subtitle {
    font-weight: 600;
    font-size: 1.2rem;
    color: #666;
}

.portfolio-text {
    color: #666;
    font-size: 1rem;
}

.portfolio-highlight {
    background: linear-gradient(135deg, rgba(252,94,86,0.1) 0%, rgba(249,67,57,0.1) 100%);
    border-left: 4px solid #6195BD;
    border-radius: 5px;
}

.highlight-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #000;
    margin: 0;
}

/* =====================================================
   RESPONSIVE DESIGN - MEDIA QUERIES
   ===================================================== */

/* Extra Large Desktop (1920px y más) */
@media (min-width: 1920px) {
    .hero-title {
        /* font-size: ; */
    }
    
    .hero-description {
        /* font-size: ; */
        /* line-height: ; */
    }
    
    .section-title {
        /* font-size: ; */
    }
    
    .form-title {
        /* font-size: ; */
    }
    
    .btn-gradient {
        /* font-size: ; */
        /* padding: ; */
    }
}

/* Desktop Grande (1440px - 1919px) */
@media (max-width: 1919px) {
    .hero-title {
        /* font-size: ; */
    }
    
    .hero-description {
        /* font-size: ; */
        /* line-height: ; */
    }
    
    .section-title {
        /* font-size: ; */
    }
    
    .form-title {
        /* font-size: ; */
    }
}

/* Desktop Mediano (1200px - 1439px) */
@media (max-width: 1439px) {
    .hero-title {
        /* font-size: ; */
    }
    
    .hero-description {
        /* font-size: ; */
        /* line-height: ; */
    }
    
    .section-title {
        /* font-size: ; */
    }
    
    .form-title {
        /* font-size: ; */
    }
}

/* Desktop Pequeño / Laptop (1024px - 1199px) */
@media (max-width: 1199px) {
    .hero-title {
        /* font-size: ; */
    }
    
    .hero-description {
        /* font-size: ; */
        /* line-height: ; */
    }
    
    .section-title {
        /* font-size: ; */
    }
    
    .form-title {
        /* font-size: ; */
    }
}

/* Tablet Landscape (992px - 1023px) */
@media (max-width: 1023px) {
    .hero-section {
        padding-top: 120px;
        min-height: 100vh;
    }
    
    .hero-title {
        margin-top: 40px;
        font-size: 36px;
        /* line-height: ; */
    }
    
    .hero-description {
        /* font-size: ; */
        /* line-height: ; */
    }
    
    .section-title {
        /* font-size: ; */
    }
    
    .form-title {
        /* font-size: ; */
    }
    
    .carousel-image {
        height: 350px;
    }
    
    .portfolio-content {
        padding-left: 0;
        padding-top: 2rem;
    }
}

/* Tablet Portrait (768px - 991px) */
@media (max-width: 991px) {
    .hero-title {
        /* font-size: ; */
    }
    
    .section-title {
        /* font-size: ; */
    }
    
    .form-title {
        /* font-size: ; */
    }
    
    .btn-gradient {
        /* font-size: ; */
        /* padding: ; */
    }
}
.section-3 .col-lg-6{
    text-align: start;
    padding-bottom: 40px!important;
}
.portfolio-content .section-title {
    font-weight: 600;
}
/* Móvil Landscape / Tablet Mini (576px - 767px) */
@media (max-width: 767px) {
    .hero-section {
        background-position: center;
        background-size: cover;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-title {
        /* font-size: ; */
        /* line-height: ; */
        text-align: center;
    }
    
    .hero-description {
        /* font-size: ; */
        /* line-height: ; */
        text-align: center;
    }
    
    .section-title {
        /* font-size: ; */
        text-align: center;
    }
    
    .form-title {
        /* font-size: ; */
    }
    
    .section-2 .text-emphasis,
    .section-3 .about-text,
    .section-4 p {
        text-align: center;
    }
    
    .section-2, .section-3, .section-4 {
        padding: 30px 0;
    }
    
    .form-container {
        margin-top: 0;
        margin-bottom: 2rem;
    }
    
    .carousel-image {
        height: 300px;
    }
    
    .thumbnail-img {
        height: 60px;
    }
    
    .btn-gradient {
        /* padding: ; */
        /* font-size: ; */
    }
    
    .about-text {
        /* font-size: ; */
        /* line-height: ; */
    }
}
.hero-section{
    background-color: #000!important;
}
/* Móvil Portrait Grande (480px - 575px) */
@media (max-width: 575px) {
    .hero-title {
        /* font-size: ; */
        text-align: center;
        /* line-height: ; */
    }
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
        justify-content: center;
    }
    .hero-section {
        min-height: unset;
        padding: 10px 0;
        background-size: cover;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero-description {
        text-align: center;
        /* font-size: ; */
        /* line-height: ; */
    }
    
    .section-title {
        /* font-size: ; */
        margin-bottom: 1rem;
    }
    
    .form-title {
        /* font-size: ; */
    }
    
    .carousel-image {
        height: 250px;
    }
    
    .portfolio-content {
        padding-left: 0;
        padding-top: 1.5rem;
    }
    
    .thumbnail-img {
        height: 50px;
    }
    
    .btn-gradient {
        /* padding: ; */
        /* font-size: ; */
    }
    .container{
        padding: 30px;
    }
    
    .about-text {
        font-size: 16px;

    }
    .section-3{
        background-position: left;
    }
    .section-3 .col-lg-6{
        text-align: center;
        padding-bottom: 40px!important;
    }
    .portfolio-content *{
        text-align: center!important;
    }
    .portfolio-subtitle {
        /* font-size: ; */
    }
    .portfolio-text{
        color: #000;
        font-size: 18px;
    }
    .highlight-title {
        /* font-size: ; */
    }

/* Móvil Portrait Mediano (375px - 479px) */

    .hero-title {
        /* font-size: ; */
    }
    
    .section-title {
        font-size: 1.5rem!important;
    }
    
    .form-title {
        font-size: 1.5rem;
    }
    
    .hero-description {
        /* font-size: ; */
    }
    
    .btn-gradient {
        /* padding: ; */
        /* font-size: ; */
    }
}

.portfolio-text{
        color: #000;
    }
/* Móvil Portrait Pequeño (320px - 374px) */
@media (max-width: 374px) {
    .hero-title {
        /* font-size: ; */
    }
    
    .section-title {
        /* font-size: ; */
    }
    
    .form-title {
        /* font-size: ; */
    }
    
    .hero-description {
        /* font-size: ; */
    }
    
    .btn-gradient {
        /* padding: ; */
        /* font-size: ; */
    }
}

/* Pantallas con poca altura */
@media (max-height: 700px) and (max-width: 1024px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    
    .hero-title {
        /* font-size: ; */
    }
    
    .hero-description {
        /* font-size: ; */
        /* line-height: ; */
    }
}

@media (max-height: 600px) {
    .hero-section {
        padding-top: 80px;
        min-height: 100vh;
    }
    
    .hero-title {
        /* font-size: ; */
    }
}

@media (max-height: 500px) {
    .hero-section {
        padding-top: 70px;
    }
    
    .hero-title {
        /* font-size: ; */
    }
}