@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');

:root {
    --orange: #ff6600;
    --lightorange: #ffc39c;
    --black: #000000;
    --white: #ffffff;
    --gray: #D8D8D8;
    --darkgray: #777777;
    --darkgray2: #363636;
    --lightgray: #f7f7f7;
    --firstgray: #f7f7f7;
    --violet: #71207d;
    --lightviolet: #8c6eb8;
    --magenta: #F60063;
    --lightblue: #00ADBA;
}

.main {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.main .container-fluid {
    padding: 0;
}

.mg-b1 {
    margin-bottom: 10px;
}

.mg-b2 {
    margin-bottom: 20px;
}

.mg-b3 {
    margin-bottom: 30px;
}

.mg-b4 {
    margin-bottom: 40px;
}

.mg-b5 {
    margin-bottom: 50px;
}

.mg-t1 {
    margin-top: 10px;
}

.mg-t2 {
    margin-top: 20px;
}

.mg-t3 {
    margin-top: 30px;
}

.mg-t4 {
    margin-top: 40px;
}

.mg-t5 {
    margin-top: 50px;
}

.pd-h1 {
    padding: 0 100px;
}

.pd-t4 {
    padding-top: 40px;
}

.pd-t3 {
    padding-top: 30px;
}

.pd-h2 {
    padding: 0 200px;
}

.pd-h3 {
    padding: 0 300px;
}

.pd-h4 {
    padding: 0 400px;
}

.pd-b4 {
    padding-bottom: 40px;
}

.pd-b2 {
    padding-bottom: 20px;
}

.container .t-intro {
    padding: 0 150px;
    text-align: center;
    margin-bottom: 35px;
}

.casa-shower h1,
.casa-shower h2,
.casa-shower h3 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    color: var(--darkgray2);
    font-weight: 600;
}

.casa-shower h1 {
    line-height: 40px;
    font-weight: 700;
}

.casa-shower h2 {
    font-size: 27px;
}

.casa-shower p {
    font-family: 'Montserrat', sans-serif;
}

.casa-shower .t-center {
    text-align: center;
}

/*---------- BANNER -----------*/
.casa-shower .swiper.banner-main {
    width: 100%;
    height: 100%;
}

.casa-shower .banner-main .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.casa-shower .banner-main .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.casa-shower .banner-main .swiper-slide .info {
    position: absolute;
    top: 10%;
    text-align: center;

}

.casa-shower .banner-main .swiper-slide .logo {
    margin: auto;
    padding-bottom: 10px;
    width: 275px;
    height: auto;
    object-fit: contain;
    top: 10%
}

.casa-shower .banner-main .swiper-slide p {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: var(--white);

}

.casa-shower .banner-main .swiper-slide #cuenta {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    width: 500px;
    justify-content: space-around;
    color: var(--white);
}

.casa-shower .banner-main .swiper-slide #cuenta .simply-amount {
    display: block;
    font-size: 55px;
    font-weight: 700;
    height: 65px;
}

/*Cintillo*/
.container-fluid .cintillo {
    background-color: #71207d;
    padding: 10px;
}

.cintillo .container {
    display: flex;
    align-items: center;
}

.cintillo .container div {
    text-align: center;
}

.cintillo a:hover {
    background-color: #13a6b2;
    color: white;
}

.cintillo a {
    text-align: center;
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
    padding: 7px 30px;
    border: 2px solid #13a6b2;
    width: 230px;
    transition: 0.7s;
}

.cintillo p {
    font-size: 17px;
    color: white !important;
    font-family: 'Montserrat';
    margin: 0;
}

/*---------- TEXTO INTRODUCCION -----------*/
.casa-shower .text-img {
    display: flex;
    flex-wrap: wrap;
}

.casa-shower .text-img .info,
.casa-shower .text-img .galeria {
    width: 100%;
    padding: 20px 0px;
}

.casa-shower .text-img .info .datos {
    justify-content: center;

    display: flex;
    width: 100%;
}

.casa-shower .text-img .info .datos div {
    background-color: var(--lightgray);
    padding: 5px;
    margin: 20px 25px 0 0;
    border-radius: 10px;
    width: 25%;
}

.casa-shower .text-img .info .datos div.link {
    background-color: transparent;
    padding: 5px;
    margin: 20px 25px 0 0;
    border-radius: 10px;
    text-align: center;
    width: 15%;
}

.casa-shower .text-img .info h1 {
    margin-bottom: 20px;
    text-align: center;
}

.casa-shower .text-img .info p {
    text-align: center;
}

.casa-shower .text-img .info div p {
    text-align: center;
    font-weight: 500;
}

.casa-shower .text-img .info .datos img {
    display: block;
    height: 45px;
    margin: 10px auto;
}

/*---------- GALERIA -----------*/

.casa-shower .galeria .swiper {
    width: 100%;
    height: 380px;
    padding: 0 30px;
}


.casa-shower .galeria .swiper-slide img {
    display: block;
    border-radius: 10px;
    height: 340px;
    object-fit: cover;
    object-position: top;
}

.casa-shower .swiper-button-next:after,
.casa-shower .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 30px;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.casa-shower .swiper-button-next,
.casa-shower .swiper-button-prev {

    z-index: 2;
    color: var(--orange, );
}

.casa-shower .swiper-button-prev,
.casa-shower .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto;
}

.casa-shower .swiper-button-next,
.casa-shower .swiper-rtl .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}

.casa-shower .swiper-pagination-bullet-active {
    background: var(--orange);
}

/*---------- CATEGORIAS -----------*/

.casa-shower.categorias .text-intro {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
}

.casa-shower.categorias .text-intro>div {
    width: 47%;
}

.casa-shower.categorias .text-intro>img {
    width: 47%;
}

.casa-shower.categorias {
    background-image: url("/descuentos-beneficios/PublishingImages/Convenios-Alianzas/casa-shower/2026/sec-categorias.webp");
    background-repeat: no-repeat;
    background-size: cover;

}

.casa-shower.categorias h2,
.casa-shower.categorias p {
    color: var(--white);

}

.casa-shower.categorias .swiper {
    padding: 0 50px;
}

.casa-shower.categorias .swiper-slide {
    text-align: center;
}

.casa-shower.categorias .c-categorias h3 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--darkgray2);

}

.casa-shower.categorias .c-categorias img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: auto;
}

.casa-shower.categorias .c-categorias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.casa-shower.categorias .c-categorias div {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: 25%;
    border-radius: 10px;
    padding: 20px 10px;
    background: #ffede1;

}

.casa-shower.categorias .c-categorias p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: var(--darkgray2);

}

.casa-shower.categorias .c-categorias div img {

    width: 80px;
    padding: 5px;


}

/*---------- MADRUGON -----------*/
.casa-shower.madrugon {
    background-color: var(--lightviolet);
    display: flex;
    justify-content: center;
}

.casa-shower.madrugon div {
    width: 38%;
}

.casa-shower.madrugon .img {
    position: relative;
    text-align: right;

}

.casa-shower.madrugon .img img {
    width: 100%;
}

.casa-shower.madrugon .t-intro {
    padding: 30px;
}

.casa-shower.madrugon .t-intro h2,
.casa-shower.madrugon .t-intro p {
    color: var(--white);
}

.casa-shower.madrugon .datos {

    display: flex;
    width: 100%;
}

.casa-shower.madrugon .datos p {

    color: var(--darkgray);
    font-weight: 500;
}

.casa-shower.madrugon .datos div {
    background-color: var(--white);
    padding: 5px;
    margin: 20px 25px 0 0;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}

.casa-shower.madrugon .datos img {
    display: block;
    height: 45px;
    margin: 10px auto;
}

/*---------- ALIADOS -----------*/

.casa-shower.alidos .swiper {
    padding: 0 30px;
}

.casa-shower.alidos .swiper-slide img {

    width: 95px;

}

/*SECCION CREDITO*/
.casa-shower.credito .container {
    display: flex;
    flex-wrap: wrap;
}

.casa-shower.credito .container .info {
    width: 46%;
    margin: 15px auto;
    background-color: var(--lightgray);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.casa-shower.credito .container .info img {
    width: 100%;

}

.casa-shower.credito .container .info h3 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
    margin: 0;
}

.casa-shower.credito .container .info p {
    font-size: 14px;
    padding: 10px 25px 15px;
    text-align: center;
}

.casa-shower a.btn-p {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: var(--darkgray2);
    border: 2px solid var(--white);
    padding: 7px 30px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.5s;
}

.casa-shower a.btn-p:hover {
    background-color: var(--orange);
    color: var(--black);

}

.casa-shower .info.special.info:nth-child(1) div {
    background-color: rgba(0, 142, 152, 1);

}

.casa-shower .info.special.info:nth-child(2) div {
    background-color: rgba(88, 0, 122, 2);

}

.casa-shower .info.special.info:nth-child(3) div {
    background-color: rgba(232, 97, 7, 0.85);

}

.casa-shower .info.special div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.casa-shower .info.special h3,
.casa-shower .info.special a {
    color: var(--white);
}

.casa-shower .info.special p {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin: 0;

}

.casa-shower .info.special h3 {
    font-size: 20px;
}

/*SECCION ACTIVIDADES*/
.casa-shower.calendario-actividad {

    padding: 30px 0;
}

.casa-shower.calendario-actividad h2 {
    text-align: center;
}

.casa-shower.calendario-actividad .nav-tabs {
    border-bottom: 0px solid #ddd;
    display: flex;
    justify-content: center;
}

.casa-shower.calendario-actividad .nav-tabs li {
    width: 180px;
    text-align: center;
    border-radius: 50px;
    margin-right: 30px;
}

.casa-shower.calendario-actividad .nav-tabs>li>a {
    border-radius: 50px;
    color: var(--darkgray2);
    border: 2px solid var(--lightblue);

}

.casa-shower.calendario-actividad .nav-tabs>li>a:hover {
    border-color: #eeeeee00;
    background-color: var(--lightblue);
    color: var(--white);
}

.casa-shower.calendario-actividad .nav-tabs li .active {
    background-color: #71207d;

}

.casa-shower.calendario-actividad .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0px solid #ddd;
    color: var(--white);
    background-color: #71207d;
}

.bg-violet {
    background-color: #13a6b2;
    padding-top: 30px;
}

.actividades .cont-actividades {
    display: flex;
    flex-wrap: wrap;
}

.actividades .cont-actividades>div {
    width: 50%;
}

.actividades .cont-actividades h2,
.actividades .cont-actividades p {
    color: white;
}

.actividades .cont-actividades span {
    font-size: 18px;
}

.actividades .cont-actividades img {
    width: 90%;
    height: 100%;
    object-fit: cover;

}

.cont-actividades a {
    display: inline-block;
    color: white;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    padding: 7px 30px;
    margin: 25px 10px 50px 5px;
    border: 2px solid;
    text-decoration: none;
    width: fit-content;
    transition: 0.7s;
}

.cont-actividades div:nth-child(2) {
    text-align: center;
}

.cont-actividades div:nth-child(1) a:nth-child(1) {
    border-color: #7d2989;
}

.cont-actividades div:nth-child(1) a:nth-child(2) {
    border-color: #6fcb92;
}

.cont-actividades div:nth-child(1) a:nth-child(1):hover {
    background-color: #7d2989;
    color: white;

}

.casa-shower.calendario-actividad .tab-content {
    padding: 0 50px;
}

.casa-shower.calendario-actividad .info.active {
    display: flex;
    flex-wrap: wrap;
}

.casa-shower.calendario-actividad .tab-pane .card {

    width: 33%;
    display: flex;
    padding: 13px;
    border-radius: 10px;

}

.casa-shower.calendario-actividad .tab-pane .card p {
    font-size: 12px;
    line-height: 14px;
}

.casa-shower.calendario-actividad .tab-pane .card b {
    color: var(--darkgray2);
}

.casa-shower.calendario-actividad .tab-pane .card img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

/*---------- PREGUNTAS FRECUENTAS -----------*/
.casa-shower.preguntas .c-preguntas {
    display: flex;
    flex-wrap: wrap;
}

.casa-shower.preguntas h2 {
    text-align: center;
}

.casa-shower.preguntas .c-preguntas .tab,
.casa-shower.preguntas .c-preguntas .pregunta {
    width: 50%;
}

.casa-shower.preguntas .btn:hover {
    background-color: #FF6600;
    color: white;
}

.casa-shower.preguntas .titulo {
    font-size: 17px;
    color: #FF6600;
    font-weight: 600;
}

.casa-shower.preguntas .tab,
.casa-shower.preguntas {
    padding: 5px 20px;

}

.casa-shower.preguntas .tab a {
    color: #707070;
    text-decoration: none;

}

.casa-shower.preguntas .tab i {
    right: 10px;
    position: relative;
    font-size: 27px;
    padding-left: 10px
}

.casa-shower.preguntas .tab a {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #c6c6c6;
    padding: 15px 10px;
    font-weight: 600;
    font-size: 14px;
}

.casa-shower.preguntas .tab a:hover {
    color: #FF6600;
}

.casa-shower.preguntas .pregunta .tab .active {
    color: #FF6600;
    font-weight: 600;
}


.casa-shower.preguntas .r-2,
.casa-shower.preguntas .r-3,
.casa-shower.preguntas .r-4,
.casa-shower.preguntas .r-5,
.casa-shower.preguntas .r-6,
.casa-shower.preguntas .r-7,
.casa-shower.preguntas .r-8,
.casa-shower.preguntas .r-9 {
    display: none;
}

.casa-shower.preguntas .c-preguntas {

    max-height: 320px;
    overflow: auto;

}

.casa-shower.preguntas .ct-preguntas {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    padding: 30px 20px;
    margin-top: 20px;
}

.casa-shower.preguntas .container {
    padding: 30px 40px;
}

.casa-shower.preguntas p {
    line-height: 22px;
}

.casa-shower.btn-form {
    position: fixed;
    right: 0;
    bottom: 60px;
    padding: 7px 10px 7px 10px;
    background: var(--violet);
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 30px 0 0 30px;
    display: flex;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    animation: animate-btn 2s ease 1s 4 normal forwards;

    z-index: 2;
}

.casa-shower.btn-form div {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background-color: var(--orange);
    border-radius: 50%;
    margin: auto 5px;
    transform: translateX(0);
}


@keyframes animate-btn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

#ysocial-chat {
    z-index: 3;
    position: absolute;
}


/* Modal de imagen ampliada */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
}

.lightbox .close-lightbox {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}

/*-------------POTATIL------------*/
@media (max-width: 1440px) {

    .casa-shower .banner-main .swiper-slide .logo {
        width: 200px;
    }

    .casa-shower .banner-main .swiper-slide p {
        font-size: 17px;
        line-height: 22px
    }

    .casa-shower .banner-main .swiper-slide #cuenta .simply-amount {
        font-size: 40px;
        height: 50px;
    }

    .swiper-slide #cuenta {
        margin-top: 10px;
        justify-content: space-evenly;

    }
}

/*---------- TABLET -----------*/
@media (max-width: 810px) {

    .casa-shower h1,
    .casa-shower h2,
    .casa-shower h3 {
        text-align: center;
    }

    /*banner*/

    .casa-shower .banner-main .swiper-slide img {
        height: auto;

    }

    .casa-shower .banner-main .swiper-slide .logo {
        width: 150px;

    }

    .casa-shower .banner-main .swiper-slide p {
        font-size: 17px;

    }

    .casa-shower .banner-main .swiper-slide #cuenta .simply-amount {
        font-size: 30px;
        height: auto;
    }

    .casa-shower .banner-main .swiper-slide #cuenta {

        justify-content: space-evenly;

    }

    .casa-shower .text-img .info,
    .casa-shower .text-img .galeria {
        width: 100%;
    }

    .casa-shower .text-img .info .datos div {
        margin: 20px 15px 0 0;

    }

    .casa-shower .text-img .info .datos div.link {
        width: 30%;
    }

    .casa-shower .text-img .info p,
    .casa-shower.madrugon .t-intro p {
        text-align: center;
    }

    .casa-shower .text-img .info .datos div,
    .casa-shower.madrugon .datos div {
        width: 50%;
    }

    .casa-shower.madrugon {
        flex-wrap: wrap;
    }

    .casa-shower.madrugon div {
        width: 100%;
    }

    .credito .container .info {
        margin: 10px;
    }

    .credito .container .info p {
        padding: 10px;
    }

    .container .t-intro {
        padding: 0 50px;

    }

    /* Categorias */
    .casa-shower.categorias .c-categorias div {
        width: 30%;

    }

}

/*---------- MOBILE -----------*/
@media (max-width: 520px) {
    .container .t-intro {
        padding: 0 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    .casa-shower h1 {
        font-size: 27px;
    }

    .casa-shower h2 {
        font-size: 22px;
    }

    .casa-shower .banner-main .swiper-slide .info {
        width: 100%;
    }

    .casa-shower .banner-main .swiper-slide #cuenta {
        width: 100%;
        padding: 0 20px;
    }

    .casa-shower .banner-main .swiper-slide #cuenta .simply-amount {
        font-size: 35px;
    }

    .cintillo .container {
        display: block;
        align-items: center;
    }

    .casa-shower .galeria .swiper {
        height: 280px;
    }

    .casa-shower .text-img .info .datos {

        flex-wrap: wrap;
    }

    .casa-shower .text-img .info .datos div,
    .casa-shower.madrugon .datos div {
        width: 100%;
    }

    .casa-shower .text-img .info .datos div.link {
        width: 100%;
    }

    .boton {
        font-size: 13px;
        padding: 15px 15px;
    }

    .casa-shower .text-img .info .datos div {
        background-color: var(--lightgray);
        padding: 5px;
        margin: 5px;

    }

    .casa-shower .galeria .swiper-slide img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }

    .casa-shower.categorias>div {
        background-position: top;

    }

    .casa-shower.madrugon {
        flex-wrap: wrap;
    }

    .casa-shower.madrugon div {
        width: 100%;
    }

    .casa-shower.categorias .c-categorias div {

        margin-left: 5px;
        margin-right: 5px;
        width: 45%;

    }

    .casa-shower.categorias .c-categorias div img {
        width: 80px;
    }

    .casa-shower.preguntas .c-preguntas .tab,
    .casa-shower.preguntas .c-preguntas .pregunta {
        width: 100%;
    }

    .casa-shower.preguntas .titulo {
        font-size: 15px;

    }

    .casa-shower.preguntas .ct-preguntas {

        padding: 20px 0;

    }

    .casa-shower.preguntas .c-preguntas {
        padding: 20px;
    }

    .casa-shower.preguntas .container {
        padding: 20px 10px;
    }

    .cintillo a {
        margin-top: 20px;
    }

    .actividades .cont-actividades>div {
        width: 100%;
        text-align: center;
    }

    .actividades .cont-actividades h2,
    .actividades .cont-actividades p {
        text-align: center;
    }

    .actividades .cont-actividades img {
        width: 100%;

    }


    .credito .container .info {
        width: 100%;

    }

    .credito .container .info.special p {
        padding: 20px 10px;
    }

    .calendario-actividad .nav-tabs li {
        margin-right: 0px;
    }

    .container .t-intro {
        padding: 0 0px;
        margin: 25px 0;
    }

    .casa-shower.calendario-actividad .tab-content {
        padding: 0 0px;
    }

    .casa-shower.calendario-actividad .tab-pane .card {
        width: 70%;
        padding: 5px;
        margin: 5px auto;
    }

    .casa-shower.calendario-actividad .nav-tabs li {
        width: auto;
        margin: auto;
    }

    .casa-shower.credito .container .info {
        width: 100%;

    }

    /*------  BOTON FORMULARIO -------*/

    .casa-shower.btn-form {

        transform: translateX(0);
        transition: transform 0.5s ease;
        animation: hideButton 5s forwards 5s;
    }

    .casa-shower.btn-form:hover {
        transform: translateX(0);
        animation: none;
        /* Detener la animaciÃ³n de ocultar */
    }

    /* Keyframes para la animaciÃ³n de ocultar */
    @keyframes hideButton {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(85%);
        }
    }


    .casa-shower.categorias .text-intro>div {
        width: 100%;
    }

    .casa-shower.categorias h2,
    .casa-shower.categorias p {
        text-align: center;
    }

    .casa-shower.categorias .text-intro>img {
        width: 100%;
        margin-top: 20px;
    }

}