@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.navbar-toggler-icon {
  background-image: url('../img/menu.png');
}

.navbar-toggler {
    background-color: #5849317a;
    border: 0px solid transparent;
}

.bg-slide {
    background-color: #CBB88C;
    height: 540px;
    overflow: hidden;
    transition: .5s;
}

.img-portada {
    height: 215px;
    object-fit: cover;
    width: 100%;
}

.line-beige {
    background-color: #CBB88C;
    height: 5px;
}

.carousel-caption.carousel-top {
    position: relative;
    left: 10%;
    bottom: 0;
    width: 80%;
    text-align: start;
    padding-top: 0;
    padding-bottom: 0;
}

.carousel-top .caption-text {
    display: flex;
    flex-direction: column;
}

.carousel-caption.carousel-top h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 22px;
    line-height: 32px;
    color: #494948;
    padding-right: 0px;
}

.bg-beige {
    background-color: #F5F4F0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    width: 60%;
    margin-bottom: 25px;
}

.lines {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.lines-1 {
    height: 5px;
    width: 60%;
    background-color: #CBB88C;
}

.lines-2 {
    height: 1px;
    width: 40%;
    background-color: #CBB88C;
}

#seccion-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.texto-portada-1 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #171715;
}

/* BTN */

.btn {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px !important;
}

.btn-outline-warning {
    border-color: #CBB88C;
    color: #CBB88C;
    background-color: transparent;
    padding: 15px 25px;
}

.btn-outline-warning:hover, .btn-outline-warning:focus {
    background-color: #CBB88C !important;
    border-color: #CBB88C !important;
    color: white !important;
}

.btn-outline-light {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent;
    padding: 15px 25px;
}

.btn-outline-light:hover, .btn-outline-light:focus {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #121211;
}

/* Seccion 2 */

#seccion-2 {
    padding-top: 45px;
    padding-bottom: 70px;
    background-color: #F7F6EF;
}

#seccion-2 .container h2 {
    font-family: "STIX Two Text", serif;
    font-size: 25px;
    line-height: 34px;
    color: #121211;
    font-weight: 400;
}

.lines-b {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.lines-b .lines-1 {
    height: 5px;
    width: 50%;
    background-color: #CBB88C;
}

.lines-b .lines-2 {
    height: 1px;
    width: 50%;
    background-color: #CBB88C;
}

.img-bienvenidos {
    background-color: #CBB88C;
    margin-top: 8px;
    margin-right: 20px;
}

.img-bienvenidos img {
    position: relative;
    top: 20px;
    left: 20px;
    object-fit: cover;
    height: 220px;
    margin-right: auto;
}

#carouselBienvenidos .carousel-inner {
  overflow:inherit;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 1px solid #CBB88C;
  margin-bottom: 15px;
}

h2.accordion-header .accordion-button {
    font-family: "STIX Two Text", serif;
    font-size: 19px;
    line-height: 26px;
    color: #121211;
    margin-bottom: 15px;
}

.accordion-button {
    padding: 0;
}

.accordion-button:not(.collapsed) {
    background-color: #fff0;
}

.acc-portada  {
    --bs-accordion-bg: #fff0;
    --bs-accordion-border-color: #fff0;
    --bs-accordion-btn-icon-width: 0;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 15px;
}

.accordion-item:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #CBB88C;
}

.acordion-item {
    border-bottom: 1px solid #CBB88C;
}

.accordion-body {
    padding: 0;
    margin-bottom: 25px;
    font-size: 16px;
}

/* GALERIA */

#seccion-3 {
    background-color: #F7F6EF;
}

.g-1, .gy-1 {
  --bs-gutter-y: 1px !important;
}

.g-1, .gx-1 {
  --bs-gutter-x: 1px !important;
}

.p-bottom {
    padding-bottom: 1px !important;
}

.img-galeria-1 {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.img-galeria-2 {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.img-galeria-3 {
    width: 100%;
    height: 100px;
    object-fit: cover;
}


/* TESTIMONIOS */

.carousel-caption .c-testimonios {
    width: 85%;
}

.img-slide {
    height: 345px;
    object-fit: cover;
    width: 100%;
}

.carousel-caption.c-testimonios h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
    color: #121211;
    text-align: center;
}

.carousel-caption.c-testimonios p {
    font-family: "STIX Two Text", serif;
    font-size: 22px;
    color: #121211;
    text-align: center;
}

.comillas-1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 15%;
    width: 100%;
    height: 100%;
    background-image: url('../img/comillas-1.png');
    background-repeat: no-repeat;
    background-position: left;
    display: none;
}

.comillas-2 {
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 100%;
    height: 100%;
    background-image: url('../img/comillas-2.png');
    background-repeat: no-repeat;
    background-position: right;
    display: none;
}

.carousel-indicators [data-bs-target] {
  background-color: #a89873;
}

#carouselExampleCaptions2 .carousel-indicators {
    bottom: 5%;
}


/* FOOTER */
footer {
    background-color: #A89873;
    padding-top: 45px;
    padding-bottom: 45px;
}

footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 200;
}

.logo-footer {
    width: 140px;
    margin-bottom: 25px;
}

.lines-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.lines-1-footer {
    height: 5px;
    width: 44%;
    background-color: #ffffff;
}

.lines-2-footer {
    height: 1px;
    width: 56%;
    background-color: #ffffff;
}

.bg-mc {
    background-color: #A89873;
    padding-top: 20px;
    padding-bottom: 20px;
}

.line-w {
    border-bottom: 1px solid #fff;
}

.texto-mc, .texto-mc a {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}

/*SCROLL efect*/
.animatable {
  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  animation-play-state: paused;
}

/* show objects being animated */
.animated {
  visibility: visible;
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-play-state: running;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated.fadeInDown {
  animation-name: fadeInDown;
}


/* CONTENIDOS */

#header-interior {
    background-color: #F5F4F0;
    border-bottom: 5px solid #CBB88C;
}

.logo-interior {
    width: 200px;
}

.pagina-interior {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: auto;
    padding-right: auto;
    color: #171715;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.pagina-interior h1, h2 {
    text-transform: uppercase;
    color: #3c3223;
    font-weight: 400;
    margin-bottom: 18px;
}

.pagina-interior h1 {
    text-align: center;
}

.pagina-interior h3 {
    margin-bottom: 14px;
    color: #3c3223;
}

.pagina-interior a {
    color: #a89873;
    text-decoration: underline;
    transition: .5s;
}

.pagina-interior a:hover {
    color: #785606;
    text-decoration: underline;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #cbb88c !important;
  color: #ffffff;
}

.nav-pills .nav-link {
    background-color: #a89873 !important;
    color: #fff !important;
}

.nav-item {
    padding-left: 5px;
    padding-right: 5px;
}

.title-lines {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 35px;
}

.title-lines-1 {
    height: 5px;
    width: 20%;
    background-color: #CBB88C;
}

.title-lines-2 {
    height: 1px;
    width: 20%;
    background-color: #CBB88C;
}

.swiper-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

  .swiper {
    width: 100%;
    padding: 20px 0;
}

  .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,#CBB88C) !important;
}

.swiper-pagination-bullet{
    background: var(--swiper-pagination-color,#2e2308);
}

/* 1. Ocultar las imágenes al inicio */
.swiper-slide img {
    opacity: 0; /* Imagen oculta por defecto */
    transition: opacity 1s ease-in; /* Duración de la animación */
}

/* 2. Clase para mostrar la imagen */
.swiper-slide img.loaded {
    opacity: 1; /* Imagen visible */
}

/* OPCIONAL: Si estás usando el Swiper para lazy-load, también aplica: */
.swiper-lazy-loaded {
    opacity: 1 !important;
}



/* MEDIA QUERIES */

@media (min-width: 576px) {

.bg-slide {
    height: auto;
}

.img-portada {
    height: 270px;
}

.line-beige {
    height: 5px;
}

.carousel-caption.carousel-top {
    left: 11%;
    bottom: 0;
    width: 78%;
}

.carousel-caption.carousel-top h3 {
    font-size: 21px;
    line-height: 32px;
    padding-right: 0px;
}

.bg-beige {
    padding-top: 20px;
    padding-bottom: 20px;
}

#seccion-1 {
    padding-top: 45px;
    padding-bottom: 45px;

}

.texto-portada-1 {
    font-size: 16px;
    line-height: 28px;
}

#seccion-2 {
    padding-top: 45px;
    padding-bottom: 45px;
}

#seccion-2 .container h2 {
    font-size: 32px;
    line-height: 32px;
}

h2.accordion-header .accordion-button {
    font-size: 22px;
    line-height: 32px;
}

.img-bienvenidos {
    margin-top: 30px;
    margin-right: 20px;
}

.img-bienvenidos img {
    top: 20px;
    left: 20px;
    height: 320px;
}

.lines-b {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.lines-b .lines-1 {
    width: 50%;
}

.lines-b .lines-2 {
    width: 50%;
}

.img-galeria-1 {
    height: 150px;
}

.img-galeria-2 {
    height: 150px;
}

.img-galeria-3 {
    height: 150px;
}

.carousel-caption .c-testimonios {
    width: 65%;
}

.img-slide {
    height: 400px;
}

#carouselExampleCaptions2 .carousel-indicators {
    bottom: 4%;
}

.carousel-caption.c-testimonios h5 {
    font-size: 20px;
    line-height: 38px;
}

.comillas-1 {
    display: block;
    left: 2%;
}

.comillas-2 {
    display: block;
    left: -2%;
}

.logo-footer {
    width: 200px;
}

.lines-1-footer {
    width: 39%;
}

.lines-2-footer {
    width: 61%;
}

footer p {
    font-size: 18px;
    line-height: 26px;
}

footer {
    padding-top: 45px;
    padding-bottom: 45px;
}

.pagina-interior {
    padding-top: 45px;
    padding-bottom: 25px;
    padding-left: auto;
    padding-right: auto;
}

.swiper-slide img {
    height: 335px;
}

}

@media (min-width: 768px) {

.bg-slide {
    height: 355px;
}

.img-portada {
    height: 630px;
}

.line-beige {
    height: 30px;
}

.carousel-caption.carousel-top {
    left: 15%;
    bottom: 0;
    width: 85%;
}

.carousel-caption.carousel-top h3 {
    font-size: 20px;
    line-height: 30px;
    padding-right: 35px;
}

.bg-beige {
    padding: 25px 0;
}

#seccion-1 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.texto-portada-1 {
    font-size: 17px;
    line-height: 30px;
}

#seccion-2 {
    padding-top: 50px;
    padding-bottom: 100px;
}

#seccion-2 .container h2 {
    font-size: 38px;
    line-height: 48px;
}

h2.accordion-header .accordion-button {
    font-size: 22px;
    line-height: 32px;
}

.img-bienvenidos {
    margin-top: 30px;
    margin-right: 20px;
}

.img-bienvenidos img {
    top: 20px;
    left: 20px;
    height: 400px;
}

.lines-b {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lines-b .lines-1 {
    width: 50%;
}

.lines-b .lines-2 {
    width: 50%;
}

.img-galeria-1 {
    height: 200px;
}

.img-galeria-2 {
    height: 250px;
}

.img-galeria-3 {
    height: 185px;
}

.carousel-caption .c-testimonios {
    width: 70%;
}

.img-slide {
    height: 380px;
}

#carouselExampleCaptions2 .carousel-indicators {
    bottom: 5%;
}

.carousel-caption.c-testimonios h5 {
    font-size: 22px;
    line-height: 40px;
}

.comillas-1 {
    left: 2%;
}

.comillas-2 {
    left: -2%;
}

.logo-footer {
    width: 200px;
}

.lines-1-footer {
    width: 29%;
}

.lines-2-footer {
    width: 71%;
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pagina-interior {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: auto;
    padding-right: auto;
}

.swiper-slide img {
    height: 240px;
}

}

@media (min-width: 992px) {

.bg-slide {
    height: 450px;
}

.line-beige {
    height: 30px;
}

.carousel-caption.carousel-top h3 {
    font-size: 25px;
    line-height: 35px;
    padding-right: 50px;
}

.bg-beige {
    padding: 48px 0;
}

#seccion-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.texto-portada-1 {
    font-size: 18px;
    line-height: 35px;
}

#seccion-2 {
    padding-top: 55px;
    padding-bottom: 55px;
}

#seccion-2 .container h2 {
    font-size: 44px;
    line-height: 54px;
}

h2.accordion-header .accordion-button {
    font-size: 23px;
    line-height: 33px;
}

.img-bienvenidos {
    margin-top: 8px;
    margin-right: 0px;
}

.img-bienvenidos img {
    top: 20px;
    left: 20px;
    height: auto;
}

.lines-b {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.lines-b .lines-1 {
    width: 43%;
}

.lines-b .lines-2 {
    width: 57%;
}

.img-galeria-1 {
    height: 235px;
}

.img-galeria-2 {
    height: 320px;
}

.img-galeria-3 {
    height: 260px;
}

.carousel-caption .c-testimonios {
    width: 55%;
}

.img-slide {
    height: 340px;
}

#carouselExampleCaptions2 .carousel-indicators {
    bottom: 8%;
}

.comillas-1 {
    left: 5%;
}

.comillas-2 {
    left: 5%;
}

.logo-footer {
    width: 200px;
}

.lines-1-footer {
    width: 44%;
}

.lines-2-footer {
    width: 56%;
}

footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pagina-interior {
    padding-top: 60px;
    padding-bottom: 55px;
    padding-left: 50px;
    padding-right: 50px;
}

.swiper-slide img {
    height: 240px;
}

}

@media (min-width: 1200px) {

.bg-slide {
    height: 490px;
}

.line-beige {
    height: 30px;
}

.carousel-caption.carousel-top h3 {
    font-size: 26px;
    line-height: 38px;
    padding-right: 90px;
}

.bg-beige {
    padding: 48px 0;
}

#seccion-1 {
    padding-top: 65px;
    padding-bottom: 65px;
}

#seccion-2 {
    padding-top: 60px;
    padding-bottom: 55px;
}

#seccion-2 .container h2 {
    font-size: 48px;
    line-height: 60px;
}

h2.accordion-header .accordion-button {
    font-size: 30px;
    line-height: 38px;
}

.img-bienvenidos img {
    top: 30px;
    left: 30px;
}

.lines-b {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.lines-b .lines-1 {
    width: 42%;
}

.lines-b .lines-2 {
    width: 58%;
}

.img-galeria-1 {
    height: 350px;
}

.img-galeria-2 {
    height: 390px;
}

.img-galeria-3 {
    height: 320px;
}

.carousel-caption .c-testimonios {
    width: 55%;
}

.img-slide {
    height: 330px;
}

#carouselExampleCaptions2 .carousel-indicators {
    bottom: 4%;
}

.comillas-1 {
    left: 15%;
}

.comillas-2 {
    left: -15%;
}

.logo-footer {
    width: 200px;
}

.lines-1-footer {
    width: 37%;
}

.lines-2-footer {
    width: 63%;
}

footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pagina-interior {
    padding-top: 75px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
}

.swiper-slide img {
    height: 240px;
}

}

@media (min-width: 1400px) {

.bg-slide {
    height: 532px;
}

.line-beige {
    height: 38px;
}

.carousel-caption.carousel-top h3 {
    font-size: 28px;
    line-height: 40px;
    padding-right: 160px;
}

.bg-beige {
    padding: 48px 0;
}

#seccion-1 {
    padding-top: 70px;
    padding-bottom: 65px;
}

#seccion-2 {
    padding-top: 65px;
    padding-bottom: 100px;
}

.lines-b {
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.lines-b .lines-1 {
    width: 46%;
}

.lines-b .lines-2 {
    width: 54%;
}

.img-galeria-1 {
    height: 397px;
}

.img-galeria-2 {
    height: 413px;
}

.img-galeria-3 {
    height: 354px;
}

.img-slide {
    height: 380px;
}

#carouselExampleCaptions2 .carousel-indicators {
    bottom: 10%;
}

.logo-footer {
    width: 280px;
}

.lines-1-footer {
    width: 44%;
}

.lines-2-footer {
    width: 56%;
}

footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.swiper-slide img {
    height: 270px;
}

}


@media (min-width: 1500px) {

.bg-slide {
    height: 530px;
}

.line-beige {
    height: 20px;
}

.bg-beige {
    padding-top: 48px;
    padding-bottom: 48px;
}

}

