/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

       body {
    font-family: "Raleway", sans-serif;
   
}

@media screen and (min-width: 1601px) and (max-width: 2620px) {


.nav-link {
    color: white;
    font-size: 1.2rem;
    font-family: "Overused-Grotesk",Arial,sans-serif;
    
    margin-left: .9375rem;
    padding:1rem 2rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    
    text-align: center;
    border-radius: 20px;
    background-color: transparent;
    transition: background-color 0.3sease, color 0.3sease;
    position: relative;
    overflow: hidden;
}
 .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 70vh;
    }
}

@media screen and (min-width: 1380px) and (max-width: 1600px) {

 .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 82vh;
    }
.nav-link {
    color: white;
    font-size: 1.2rem;
    font-family: "Overused-Grotesk",Arial,sans-serif;
    
    margin-left: .9375rem;
    padding:.6rem 2rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    
    text-align: center;
    border-radius: 20px;
    background-color: transparent;
    transition: background-color 0.3sease, color 0.3sease;
    position: relative;
    overflow: hidden;
}
}


/* Laptops pequeñas (13"-14") - aprox 1280px a 1440px */
@media screen and (min-width: 1080px) and (max-width: 1380px) {

 .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 98vh;
    }
.nav-link {
    color: white;
    font-size: 1.2rem;
    font-family: "Overused-Grotesk",Arial,sans-serif;
    
    margin-left: .9375rem;
    padding:.4rem 2rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    
    text-align: center;
    border-radius: 20px;
    background-color: transparent;
    transition: background-color 0.3sease, color 0.3sease;
    position: relative;
    overflow: hidden;
}

}

@media screen and (min-width: 700px) and (max-width: 1080px) {
 .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 120vh;
    }
.nav-link {
    color: white;
    font-size: 1.2rem;
    font-family: "Overused-Grotesk",Arial,sans-serif;
    
    margin-left: .9375rem;
    padding:.4rem 2rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    
    text-align: center;
    border-radius: 20px;
    background-color: transparent;
    transition: background-color 0.3sease, color 0.3sease;
    position: relative;
    overflow: hidden;
}

}
.navbar {
  z-index: 10;
  position: fixed;
  width: 100%;
  background-color: #000000f5 !important;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: flex-end; /* Alinea todo el navbar a la derecha */
}
/* Elimina esta regla: rompe el layout */




   


.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(10px);
}



.nav-link:hover {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: rgb(255, 253, 222);
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 50%;
}

.section-hero {
    color: var(--color--white);
    flex-direction: column;
    min-height: 100svh;
    padding-top: 5.6rem;
    padding-bottom: 3.125rem;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: black;
    z-index: 1;
}
.heading-word-second {
    text-align: right;
}

.form-control{

    font-size: 1.2rem;
}
.form-label{

font-size: 1.2rem;
}

.logoCitas{

width: 12vh;
}

.subtitle {
font-size: 18px;
font-family: 'Playfair Display', serif;
font-weight: 500;
letter-spacing: 2px;
}

.main-title {
font-size: 10vh;
font-family: "Great Vibes", cursive;
font-weight: 500;
}

.btn-light {
background-color: rgba(255, 255, 255, 0.8);
border: none;
font-weight: bold;
}

#NoviosForm{

width: 50%;
margin-bottom: 5vh;
margin-top: 5vh;
margin-left: 25%;
border-radius: 4vh;


}
#por-que-contratar h2 {
font-size: 2.5rem; /* Hace el título más grande */
font-weight: bold;
color: #c49a6c; /* Color dorado elegante */
text-transform: uppercase; /* Estilo más formal */
margin-bottom: 1rem;
}

#por-que-contratar h3 {
font-size: 1.3rem;
font-weight: bold;
color: #333; /* Un tono oscuro para mejor legibilidad */
}

#por-que-contratar p {
font-size: 1rem;
color: #666; /* Un tono gris suave */
}

#por-que-contratar {
background: url('ruta-de-tu-textura.jpg') no-repeat center center;
background-size: cover;
padding: 10px 0;
}

#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
background:rgba(0, 0, 0, 0.87); /* Set the hex color code for the background */
display: flex;
justify-content: center;
align-items: center;
font-family: 'Elegant Font', sans-serif; /* Replace with the actual font family if known */
color: #FFFFFF; /* Set the text color */
}

.spinner {
    border: 4px solid rgba(255, 230, 0, 0.7);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-left-color: #000;
    animation: spin 1s ease infinite;
}
/* Aquí defines la animación */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Estilos para el modal de video */
.modal-video-container {
    max-height: 90vh;
    height: 100%;
}

.modal-video-content {
    height: calc(100% - 73px);
    padding: 0;
}

.modal-video-player {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
}
.landing-image-container {
        position: relative;
        width: 100%;
        height: 100vh; /* Ajusta según necesites */
        overflow: hidden;
    }
    
    .landing-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .landing-caption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        color: white;
        z-index: 10;
    }

    @media only screen and (max-width: 1000px) {
    .nav-link {
    color: white;
    font-size: 1.2rem;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1vh 2vh !important;
    border-radius: 20px;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}



}


@media only screen and (max-width: 600px) {
  
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        width: auto;
    }
    .subtitle {
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: 2px;
}

.main-title {
    font-size: 5vh;
    font-family: "Great Vibes", cursive;
    font-weight: 500;
}

    .navbar {
            z-index: 10;
            background-color: #ffffff00 ;
            }
    .navbar-toggler {
 background-color:white;
}
#NoviosForm{

width: 100%;
margin-bottom: 5vh;
margin-top: 5vh;
margin-left: 0;
}
    .hero-section {
        padding: 1vw;

    }
    .hero-content {
        background:rgb(255 255 255 / 10%);  
        padding: 8px;
        border-radius: 12px;
        text-align: center;
        width: 98% ;
    }
    .logoCitas {
        display: none;
        width: 10vh !important;
    }


   
}