/*Utils*/
.mt-6 {
    margin-top: 5rem;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    line-height: 1.1;
}

p {
    color: #8a9983;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 27px;
}

.body-roses::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--background-images);
    background-position: var(--background-positions);
    background-repeat: no-repeat;
    background-size: var(--background-size);
    z-index: 1;
    pointer-events: none;
}

.navbar-custom {
    background-color: #2a461d;
    /* Fondo verde para el logo */
    padding: 10px 0;
    /* Padding para la franja verde */
    position: relative;
}

.navbar-brand {
    margin-left: 40px;
    /* Espaciado a la izquierda del logo */
    color: #ffffff;
    /* Color del texto del logo */
    font-weight: bold;
    /* Estilo del texto del logo */
}

.navbar-brand::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 250px;
    width: auto;
    height: 250px;
    background: url("../images/pattern-rose.png") no-repeat 190% -20px;
    background-size: auto;
    background-size: 220px 220px;
    z-index: 1000;
    pointer-events: none;
}

.navbar-toggler {
    border: none;
    /* Quitar borde del botón del menú en móviles */
    color: #fff;
    /* Color blanco para el icono de la hamburguesa */
    position: absolute;
    left: 10px;
    /* Coloca el botón al lado izquierdo */
}

.navbar-toggler:focus {
    outline: none;
    /* Quita el contorno al hacer clic en el botón */
}

.navbar-toggler.custom-toggler-expanded {
    color: #d97100;
    /* Cambia el color a rojo (puedes ajustar este valor) */
}

.navbar-toggler-icon {
    font-size: 1.5rem;
}

.navbar-collapse {
    border-top: 2px solid #28a745;
    /* Línea verde encima del menú desplegado */
    position: absolute;
    top: 100%;
    /* Desplazar el menú debajo del logo */
    left: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav .nav-item {
    padding: 10px 20px;
    /* Espaciado entre los enlaces */
    border-bottom: 2px solid transparent;
    margin: 0px 4px;
    position: relative;
}

.navbar-nav .nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ffcc00;
    transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-item:hover::after {
    width: 100%;
}

.navbar-nav li a {
    color: #333;
    font-family: 'Montserrat';
    transform: scaleX(96%);
}

.navbar-nav .nav-item a:hover {
    color: #d97100;
}

.navbar-nav .nav-item.active::after {
    width: 100%;
    background-color: #f2b04b;
}
.swiper-pagination-bullet {
    background: #b4b4b4; /* Color de los puntos */
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #007bff; /* Color del punto activo */
    opacity: 1;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    bottom: -10%;
}
.swiper-container-4::after, .swiper-container-4::before {
    content: '';
    display: block;
    background-color: white;
    width: 140px;
    height: 110%;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
.swiper-container-4::before {
    left: -78px;
    z-index: 2 !important;
    background: linear-gradient(to right, white 25%, transparent 100%);
}
.swiper-container-4::after {
    right: -50px;;
    background: linear-gradient(to right, transparent 25%,  white 100%);
}
.swiper-container-4 .swiper-button-next, .swiper-container-4 .swiper-button-prev {
    z-index: 2 !important;
    position: absolute;
  }
.swiper-container-4 .swiper-button-prev{
    left: -2%;
}
.swiper-container-4 .swiper-button-next {
    right: -2%;
}
  
.swiper-container-4 .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    border-radius: 20px;
    max-height: 360px;
}

.swiper-container-4 .swiper-slide {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 2px 2px 7px #9d9d9d #9d9d9d;
    -webkit-box-shadow: 2px 2px 7px #9d9d9d;
}

.title-border {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid orange;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
}
.image-mask {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    border-radius: 30px;
}

.image-mask img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Asegura que la imagen cubra todo el contenedor sin distorsionarse */
}
.house-desc {
    background-color: #8B4513; /* Color café */
    width: 80%; /* Ancho específico para el recuadro */
    max-width: 880px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 8px; /* Esquinas redondeadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para profundidad */
    transform: scale(1.3); /* Escala inicial */
}

.specs {
    flex: 1;
    max-width: 45%; /* Asegura que las columnas no ocupen el 100% */
    margin: 0 10px; /* Espacio entre las columnas */
}

.icon-text {
    display: flex;
    align-items: start; /* Centra verticalmente el contenido dentro del contenedor */
}

.icon-text .icon {
    width: 50px; /* Ancho específico para el icono, ajusta según necesites */
    height: auto;
    margin-right: 15px; /* Espacio entre el icono y el texto */
}

.specs .text {
    flex: 1; /* Asegura que el texto ocupe el espacio restante */
}

.specs .title {
    margin: 0;
    font-size: 1.2em;
    color: #FFFFFF; /* Ajusta el color del texto según el diseño */
}

.specs .description {
    list-style-type: none; /* Elimina los puntos de la lista */
    padding: 0;
    margin: 0;
    color: #FFFFFF; /* Ajusta el color del texto según el diseño */
    display: inline-block; /* Alinea las listas horizontalmente */
    vertical-align: top; /* Alinea las listas en la parte superior */
}

video, .video-container,
.swiper-container, .swiper-container-2, .swiper-container-3 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0px 10px 40px #9d9d9d;
    -webkit-box-shadow: 0px 10px 40px #9d9d9d;
}

.swiper-container, .swiper-container-2, .swiper-container-4 {
    position: relative;
    width: 100%;
    height: auto;
}

/* Contenedor del Swiper */
.swiper-container-3 {
    width: 100%;
    height: 100vh;
    position: relative;
    max-height: 680px;
  }


.overflow-swiper {
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.custom-swiper-layer {
    max-width: calc(22% + 5vw);
    position: absolute;
    top: 50%;
    right: 7%;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    opacity: 1;
    /*transition: opacity 0.5s ease;*/
    z-index: 10;
    transform: translateY(-50%);
    /* Ajusta la posición verticalmente */
    /*text-shadow: 1px 1px 1px #6d542d;*/
}

.custom-swiper-layer-t {
    position: absolute;
    width: 100%;
}
.custom-swiper-layer-t p {
    color: #fff;
}

.swiper-circle {
    position: absolute;
    width: calc(25% + 5vw);
    height: calc(50% + 5vw);
    top: 50%;
    right: 7%;
    /*background: -moz-linear-gradient(90deg, rgba(240, 195, 4, 1) 0%, rgba(246, 154, 0, 1) 50%, rgba(241, 116, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(240, 195, 4, 1) 0%, rgba(246, 154, 0, 1) 50%, rgba(241, 116, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(240, 195, 4, 1) 0%, rgba(246, 154, 0, 1) 50%, rgba(241, 116, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0c304", endColorstr="#f17400", GradientType=1);
    border-radius: 50%;*/
    opacity: 1;
    /*transition: opacity 0.25s ease, transform 0.25s ease;*/
    z-index: 5;
    transform: translateY(-50%);
    background: url('https://buganville.com/wp-content/uploads/revslider/slider-1/rose-bugan.svg') no-repeat center/contain;
}

.swiper-title {
    font-size: calc(7px + 1vw);
    /* Ajusta según sea necesario */
    margin-bottom: calc(3px + 0.6vw);
    /* Ajusta según sea necesario */
    font-weight: 600;
}

.swiper-paragraph {
    color: #fff;
    font-size: calc(5px + 0.6vw);
    font-weight: 400;
    line-height: normal;
}

.swiper-custom-prev,
.swiper-custom-prev.swiper-button-disabled {
    left: calc(54% - 0.45vw);
}

/* Personalizar el botón "siguiente" */
.swiper-button-next {
    width: 50px;
    /* Aumenta el tamaño del botón */
    height: 50px;
    /* Aumenta el tamaño del botón */
    background-color: #d37b0c;
    /* Color de fondo del botón */
    border-radius: 50%;
    /* Hacer el botón circular */
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after {
    font-size: 20px;
    /* Aumentar el tamaño de la flecha */
    color: #fff;
    /* Color de la flecha */
}

/* Personalizar el botón "anterior" */
.swiper-button-prev {
    width: 50px;
    /* Aumenta el tamaño del botón */
    height: 50px;
    /* Aumenta el tamaño del botón */
    background-color: #d37b0c;
    /* Color de fondo del botón */
    border-radius: 50%;
    /* Hacer el botón circular */
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev::after {
    font-size: 20px;
    /* Aumentar el tamaño de la flecha */
    color: #fff;
    /* Color de la flecha */
}

/* Ajuste de la posición para asegurar que los botones no se muevan */
.swiper-button-next,
.swiper-button-prev {
    top: 50%;
    /* Centra verticalmente */
}



/* Fondo */
.background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Detrás de las otras capas */
}

.background-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Imagen derecha (ardilla) */
.right-image-layer {
    position: absolute;
    bottom: -20%; /* Inicia fuera de la pantalla */
    right: 7%;
    z-index: 2; /* Delante del fondo */
}

.right-image-layer img {
    opacity: 0;
    max-width: 90%;
    height: auto;
}

/* Imagen izquierda (mensaje) */
.left-image-layer {
    position: absolute;
    width: calc(4.4vw + 15%);
    right: calc(27% + 156px);
    top: 66%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 350px;
    min-width: 200px;
}

.left-image-layer img {
    opacity: 0;
    max-width: 100%;
    height: auto;
}

.footer-custom .container {
    text-align: center;
}

.footer-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* Alinea la imagen al fondo del contenedor */
    width: 100%;
}

.footer-image {
    max-width: 100%;
    /* Evita que la imagen se escale más allá del contenedor */
    height: auto;
    /* Mantiene la relación de aspecto de la imagen */
}

.footer-custom {
    background-color: #f8f9fa;
    /* Color de fondo del footer */
}

.footer-brand {
    margin-bottom: 10px;
    /* Espaciado debajo del logo */
}

.footer-logo {
    padding-top: 70px;
    max-width: 250px;
    /* Ajusta el tamaño del logo */
    height: auto;
    /* Mantener la proporción del logo */
}

.footer-social {
    display: flex;
    justify-content: center;
    /* Centrar los botones */
    gap: 15px;
    /* Espacio entre los botones */
}

.social-icon i {
    font-size: 56px;
    /* Tamaño de los íconos de redes sociales */
    color: #0f4b1b;
    vertical-align: middle;
    /* Alinear verticalmente */
}

.social-icon i:hover {
    transition: ease-in 0.25s;
    /* Efecto de transición al pasar el ratón */
    transform: scale(1.05);
    /* Aumentar el tamaño al pasar el ratón */
}

.icon-circle {
    background-color: #e07500;
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    color: #29461d;
    align-items: center;
    /* Centra el contenido de la columna */
    justify-content: center;
}

.footer-contact p {
    font-family: 'Source Sans 3', sans-serif;
}

.footer-contact h3 {
    font-family: 'Bodoni SvtyTwo ITC TT'; 
}

.footer-title {
    font-size: calc(0.75em + 0.5vw);
    margin-bottom: 20px;
    letter-spacing: 0.04em;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    /* Asegura que el título ocupe todo el ancho disponible */
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
    /* Asegura que cada item ocupe todo el ancho disponible */
}

.footer-contact-item i {
    margin-right: 10px;
    font-size: 20px;
    color: #ffffff;
    flex-shrink: 0;
    align-self: center;
}

.contact-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    /* Asegura que el texto esté alineado a la izquierda */
}

.contact-text p {
    margin: 0;
    font-size: calc(5px + 0.5vw);
    font-weight: 350;
    color: inherit;
    line-height: 1.5;
}

.footer-bottom {
    position: relative;
    background-color: #db7200;
    padding: 40px 0;
    color: white;
    font-size: 14px;
}

.footer-bottom::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 100%;
    background: url("../images/pattern-footer.png") repeat-x 0 11px;
    background-size: 102px 50px;
    z-index: 1000;
}

.footer-bottom p {
    margin: 0;
}

.footer-menu {
    text-align: right;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.footer-menu ul li {
    margin-left: 15px;
}

.footer-menu ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.titlecont {
    font-family: 'Bodoni SvtyTwo ITC TT'; 
    text-transform: uppercase;
    font-weight: 400;
    font-size: 3.5em;
    letter-spacing: 0.04em;
    text-align: center;
    color: #683c10;
  }

.details {
    padding: 27% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.rose-form-1 {
    background-image: url(../images/green-form.webp) !important;
}
.rose-form-2 {
    background-image: url(../images/orange-form.webp) !important;
    transform: scale(1.1);
}

.footer-menu ul li a:hover {
    text-decoration: underline;
}

.details img {
    max-width: calc(64px + 1vw);
    position: absolute;
    left: calc(4px + 1vw);
    top: 40px;
}

.rose-title {
    font-size: clamp(1rem, 0.9158rem + 0.2695vw, 1.5625rem);
    font-weight: 700;
    color: #fff;
}

.rose-text {
    font-size: clamp(0.6875rem, 0.6501rem + 0.1198vw, 0.9375rem);
    color: #fff;
    line-height: normal;
}

.video-masked {
    -webkit-mask-image:url(../images/video-mask-1.svg);
    -webkit-mask-position:center center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:cover;
    mask-image:url(../images/video-mask-1.svg);
    mask-position:center center;
    mask-repeat:no-repeat;
    mask-size:contain;
    margin-bottom: -51px;
  }
.colorfull-box {
    background:#f0c304;
    background:-moz-linear-gradient(90deg,rgba(240,195,4,1) 0%,rgba(246,154,0,1) 50%,rgba(241,116,0,1) 100%);
    background:-webkit-linear-gradient(90deg,rgba(240,195,4,1) 0%,rgba(246,154,0,1) 50%,rgba(241,116,0,1) 100%);
    background:linear-gradient(90deg,rgba(240,195,4,1) 0%,rgba(246,154,0,1) 50%,rgba(241,116,0,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0c304",endColorstr="#f17400",GradientType=1);
    position:relative;
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    background-color:red;
    padding:15px 17px;
    border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    z-index:1000;
    max-width: calc(85% + 1vw);
}

.btn-descargar {
    display: inline-block;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #28a745;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    margin: 0 auto; /* Centrando el botón */
}

.btn-descargar i {
    margin-right: 10px;
}

.btn-descargar:hover {
    background-color: #218838;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    text-decoration: none;
    color: #ffaa00;
}

.btn-descargar:active {
    transform: translateY(-1px);
}

.bird-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 660px !important;
    background-repeat:no-repeat !important;
    background-size: 600px auto !important;
  }

.bird-box h3 {
    font-weight: 700;
}

.birdthree h3, .birdthree p {
    color: #fff;
}

.bird-box-outline {
    border: 4px solid #e6b113;
    border-radius: 120px 0 0 120px;
}
.bird-box-solid {
    background-color: #128225;
    border-radius: 0 100px 100px 0;
}

.birdone {
    background-image: url(../images/01-Cacatua.webp) !important;
    background-position: left center !important;
    background-size: calc(20vw + 100px) auto !important;
    padding-left: calc(25vw + 50px) !important;
    padding-right: 100px !important;
}

.birdtwo {
    background-image: url(../images/02-Mariposa.webp) !important;
    background-position: right center !important;
    background-size: calc(15vw + 100px) auto !important;
    padding-left: 100px !important;
    padding-right: calc(25vw + 50px) !important;
}

.birdthree {
    background-image: url(../images/03-Loro.webp) !important;
    background-position: left center !important;
    background-size: calc(25vw + 150px) auto !important;
    padding-left: calc(25vw + 50px) !important;
    padding-right: 100px !important;
}

.birdfour {
    background-image: url(../images/04-Ruisenor.webp) !important;
    background-position: right center !important;
    background-size: calc(25vw + 150px) auto !important;
    padding-left: 100px !important;
    padding-right: calc(25vw + 50px) !important;
}

.badge01 {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    background-color: #ffffff;
    padding: 18px 40px 18px 40px;
    font-size: calc(1vw + 10px);
    border-radius: 50px;
    border: 3px solid #fad29e;
}
.badge01::before {
    content: '';
    position: absolute;
    top: -12px; /* Posiciona la flecha debajo del badge */
    left: 50%;
    transform: translateX(-50%) rotate(45deg); /* Centra la flecha y la rota 45 grados */
    width: 20px; /* Tamaño del cuadrado que simula la flecha */
    height: 20px;
    background-color: #ffffff; /* Color de la flecha */
    border-left: 3px solid #fad29e; /* Opcional: añadir borde a la izquierda */
    border-top: 3px solid #fad29e; /* Opcional: añadir borde abajo */
}
.mid-col-bird {
    max-height: 660px !important;
    height: 100vh;
}

.bird-message {
    display:flex;
    position:absolute;
    flex-direction:column;
    justify-content:center;
    box-sizing:border-box;
    width:600px;
    height:600px;
    background:#603003;
    top:3%;
    right:0;
    margin:0 auto;
    border-radius:100%;
    opacity:.85
}

.bird-message h2 {
    font-size: 60px;
    color: #fff;
    line-height: .8em !important;
    letter-spacing: initial;
    text-transform: initial;
}

.bird-message:before {
    content: '\25BA';
    display: block;
    position: absolute;
    right: -85px;
    top: 50%;
    font-size: 120px;
    color: #603003;
    transform: translateY(-50%) scaleY(2);
}

.bird-row {
    height: 100vh;
    padding: 80px 0px;
    max-height: 780px;
    background-image: url(../images/05-Ave-sombrero.webp) !important;
    background-color: #f4f4f4 !important;
    background-position: 60% bottom !important;
    background-repeat: no-repeat !important;
    background-size: 870px auto !important;
    transition: background-attachment 1s ease;
}

.scrolled {
    background-attachment: fixed !important;
}

.infcont {
    border: 2px solid #e6b113 !important;
    border-radius: 25px;
    padding-bottom: 15px
}

.infcont ul {
    display: inline-block;
    list-style-type: none;
    text-align: left;
    padding-right: 15px;
    color: #8a9983;
    font-family: Montserrat;
    font-size: 14px;
    line-height: normal;
    text-align: right
}

.infcont ul:last-child {
    border-left: 1px solid #d37b0c;
    padding-left: 15px;
    text-align: left !important
}
.titlesm {
    display: inline-block;
    font-size: 1.3em;
    margin: 10px 50px 10px 50px;
    padding: 10px 20px;
    border: 2px solid orange;
    border-radius: 40px;
}
.card-image {
    overflow: hidden;
    max-height: 280px;
    border: 2px solid #e6b113 !important;
    border-radius: 25px;
    transition: transform 0.3s ease-in-out; /* Añadimos la transición */
}

.card-image img {
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: -110px;
    transform: translateX(-50%) scale(0.7);
    left: 50%;
    transition: transform 0.3s ease-in-out; /* Transición para suavizar el efecto */
}

.card-image:hover img {
    transform: translateX(-50%) scale(0.8); /* Incrementa el tamaño de la imagen */
}

.button-plus {
    display: block;
    top: -17px;
    position: relative
}

.button-plus a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    border: none;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    background-color: #e6b113;
    background-image: -webkit-linear-gradient(left,#e6b113 0%,#d06a0b 50%,#e6b113 100%);
    background-image: linear-gradient(to right,#e6b113 0%,#d06a0b 50%,#e6b113 100%);
    background-size: 200% 100%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0 auto;
}

.button-plus a:focus,.button-plus a:hover {
    color: #fff !important;
    transform: scale(1.1);
}

.button-plus a:hover {
    border: 2px solid transparent !important
}

.button-plus a:active {
    border: 2px solid initial !important;
    background: green !important
}

.cta-item {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.cta-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    color: #007bff;
    transition: color 0.3s ease, transform 0.3s ease;
  }

.cta-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Animación al pasar el cursor */
.cta-item:hover .cta-icon {
    color: #ff6600; /* Cambia el color del icono al pasar el cursor */
    transform: scale(1.1); /* Aumenta ligeramente el tamaño del icono */
}

.cta-item:hover {
    transform: translateY(-10px); /* Eleva ligeramente todo el item al pasar el cursor */
}

.contact-inform ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.contact-inform ul li {
    padding: 31px;
    display: flex;
    align-items: center;
}
.contact-inform ul li p {
    padding: 0;
    margin: 0;
}
.contact-inform ul li i {
    font-size: 50px;
    margin-right: 20px !important;
}
.form-section {
  background: #fff;
  padding: 30px;
  max-width: 77%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 1px solid #d59f64;
  margin: 0 auto;
}
.form-section form input,
.form-section form textarea {
  background:#e7e7e7 !important;
}
.form-section form select {
  background:#0000000d !important;
}
.form-section form input,
.form-section form select,
.form-section form textarea,
.form-section form div div {
  border-radius:10px !important;
  border:none !important;
}
.form-section form div div:after {
  color:#c88031 !important;
  z-index:inherit;
}
.form-section form select {
  color:#c88031 !important
}
::placeholder {
  color:#c88031;
  opacity:1;
}
::-ms-input-placeholder {
  color:#c88031;
}
.form-section form input[type=button] {
  background:#f0c304 !important;
  background:-moz-linear-gradient(0deg,#db8424 0%,#a65d11 100%) !important;
  background:-webkit-linear-gradient(0deg,#db8424 0%,#a65d11 100%) !important;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0c304",endColorstr="#f17400",GradientType=1) !important;
}

.map-container {
	position: relative;
	width: 100% !important;
	height: 100vh !important;
	max-height: 730px !important;
}

.map-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}


@media only screen and (min-width: 2048px) and (max-width: 3840px) {
    .container {
        max-width: 1390px;
    }
}

@media only screen and (max-width: 1999px) {
    .container {
        max-width: 1140px;
    }
    .swiper-container-3 {
        max-height: 500px !important;
    }
    .bird-row {
        background-size: 630px auto !important;
        max-height: 540px;
        padding: 0;
    }
    .bird-message {
        transform: scale(0.75);
        top: -3%;
    }

}

@media only screen and (max-width: 992px) {
    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        /* Centra el texto del logo */
        width: 100%;
        /* Asegura que el logo ocupe todo el ancho disponible */
    }
    .navbar-brand img {
        width: 25% !important;
        /* Ajusta el tamaño del logo */

    }
    .navbar-collapse {
        box-shadow: 0px 10px 25px -6px #464646;
    }
    .navbar-nav {
        background-color: #fff;
    }
    .navbar-nav .nav-item {
        padding: 10px 20px;
        /* Espaciado entre los enlaces */
        border-bottom: 1px solid #cdcdcd;
        margin: 0px 4px 0px 4px;
    }
}