html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.divider-text:before,
.divider-text:after {
    color: white;
    content: "";
    flex: 1;
    border-bottom: 1px solid #555;
    margin: auto 0.25rem;
    box-shadow: 0 -2px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

h1 {
    color: #fff;
    font-size: 3.625em;
    text-align: center;
    margin-top: 20%;
}

.whats-float {
    position: fixed;
    transform: translate(108px,0px);
    top: 90%;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}

    .whats-float a span {
        color: white;
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 10px;
        position: absolute;
        line-height: 16px;
        font-weight: bolder;
    }

    .whats-float i {
        font-size: 30px;
        color: white;
        line-height: 30px;
        padding: 10px;
        transform: rotate(0deg);
        transition: all 0.5s ease-in-out;
        text-align: center;
    }

    .whats-float:hover {
        color: #FFFFFF;
        transform: translate(0px,0px);
    }

        .whats-float:hover i {
            transform: rotate(360deg);
        }


.figure2 {
    margin: 0 0 0 !important;
}

/* Dropdown Button */
.dropbtn {
    background-color: #ffffff00;
    color: black;
    padding: 0px;
    font-size: 13px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-table; /* inline-block*/
    max-width: 90px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 180px;
    z-index: 1;
    padding-left: 10px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding-right: 16px;
        padding-left: 16px;
        text-decoration: none;
        /*        display: block;*/
        /*        min-width: 100px;*/
    }


        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #B0CAC7;
            cursor: pointer;
        }



/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    cursor: pointer;
}



/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #B0CAC7;
    cursor: pointer;
}



#search {
    display: block;
}

/*@media (min-width:728px) {
    #search {
        display: none;
    }
}*/

/* Dropdown Button */
.dropbtn2 {
    background-color: #ffffff00;
    color: black;
    padding: 0px;
    font-size: 12px;
    border: none;
    min-width: 180px;
    padding-top: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    /*position: relative;*/
    display: initial;
    z-index: 2000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #005086;
    color: white;
    font-size: 12px;
    left: 45px;
    white-space: nowrap;
    min-width: 100px;
}

    /* Links inside the dropdown */
    .dropdown-content2 a {
        color: white;
        text-decoration: none;
        display: block;
        padding-top: 10px;
    }



        /* Change color of dropdown links on hover */
        .dropdown-content2 a:hover {
            background-color: #F7D6BF;
            cursor: pointer;
        }



/* Show the dropdown menu on hover */
.dropdown2:hover .dropdown-content2 {
    display: block;
    cursor: pointer;
}



/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown2:hover .dropbtn2 {
    background-color: #B0CAC7;
    cursor: pointer;
}



/*#card-container {
    display: flex;
    flex-wrap: wrap;
}

.card {
    height: 55vh;
    width: calc((100% / 3) - 16px);
    margin: 8px;
    border-radius: 3px;
    transition: all 200ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }*/

.card-actions {
    margin: 8px;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#load-more {
    padding: 16px;
    background-color: mediumturquoise;
    border: none;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border-radius: 3px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}

    #load-more:not([disabled]):hover {
        box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
    }

    #load-more[disabled] {
        background-color: #eaeaea !important;
    }



/**/

.footer-basic {
    padding: 40px 0;
    background-color: #005086;
    color: #ffffff;
}

    .footer-basic ul {
        padding: 0;
        list-style: none;
        text-align: center;
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .footer-basic li {
        padding: 0 10px;
    }

    .footer-basic ul a {
        color: inherit;
        text-decoration: none;
        opacity: 0.8;
    }

        .footer-basic ul a:hover {
            opacity: 1;
        }

    .footer-basic .social {
        text-align: center;
        padding-bottom: 25px;
    }

        .footer-basic .social > a {
            font-size: 24px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            border: 1px solid #ccc;
            margin: 0 8px;
            color: inherit;
            opacity: 0.75;
        }

            .footer-basic .social > a:hover {
                opacity: 0.9;
            }

    .footer-basic .copyright {
        margin-top: 15px;
        text-align: center;
        font-size: 13px;
        color: #ffffff;
        margin-bottom: 0;
    }

/* Credit to https://epicbootstrap.com/snippets/footer-basic */

.ticker-wrap {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    bottom: 0;
    background-color: white;
    position: relative;
    top: 0px;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ticker {
    display: inline-block;
    margin-top: 5px;
    animation: marquee 20s linear infinite;
    background-color: white;
}

.item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 20s linear infinite;
}

.item {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1rem;
    color: #318FB5;
    font-weight: 900;
    font-family: sans-serif;
}

/* Transition */
@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes swap {
    0%, 50% {
        left: 0%;
    }

    50.01%, 100% {
        left: 100%;
    }
}


/* Banner https://swiperjs.com/demos#centered-auto */
.swiper {
    max-height: 350px;
    margin-bottom: 40px;
    float: left;
    align-content: center;
    max-width: 60%;
}

@media only screen and (max-width: 600px) {
    .swiper {
        max-height: 180px;
    }
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-wrapper {
    position: center;
}

.swiper-slide img {
    /*    display: block;*/
    z-index: -1000;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    max-width: 98%;
}


@media only screen and (max-width: 600px) {
    .swiper-slide img {
        height: 180px;
    }
}

.swiper-slide img2 {
    height: 350px;
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    .swiper-slide img2 {
        height: 180px;
    }
}

#wrapper {
    width: 100%;
    display: flex;
    z-index: 1;
}

#wrapper2 {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: wrap;
    align-items: baseline;
}

#wrapper3 {
    width: 100%;
    display: flex;
}





/* Promociones slider https://codepen.io/garyricke/pen/PobQBbQ https://codepen.io/JokerSmurf/pen/dyMypgm */

.mySlides {
    display: none;
    height: 350px;
    align-items: center;
    margin-top: 40px;
}

@media only screen and (max-width: 800px) {
    .mySlides {
        height: 180px;
    }
}

.mySlides img {
    height: 350px;
    max-width: 100%;
}

@media only screen and (max-width: 800px) {
    .mySlides img {
        height: 180px;
    }
}

/* Slideshow container */
.slideshow-container {
    width: 98%;
    /* height: 100%;*/
    height: 350px;
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .slideshow-container {
        height: 180px;
    }
}

/* The dots/bullets/indicators */
.dot {
    /*    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;*/
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 8s;
    animation-name: fade;
    animation-duration: 8s;
}

@-webkit-keyframes fade {
    from {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 250px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    padding: 50px;
    /*   color: white;*/
    font-size: 18px;
    padding: 0px;
}

/* Position the "next button" to the right */
.next {
    float: left;
}

.next {
    float: right;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: white;
    }


/* Carousel descuentos */
.carousel {
    position: relative;
    color: white;
    margin-top: 15px;
    text-align: center;
    max-width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item .slide-image {
    width: 270px;
    height: 30px;
    background-repeat: no-repeat;
}

.carousel-item {
    position: absolute;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    color: black;
    letter-spacing: 1px;
    display: none; /* Ocultamos los mensajes por defecto */
}

    .carousel-item span {
        align-content: center;
    }

    .carousel-item.active {
        opacity: 1;
        background-color: white;
        left: 0;
    }

    .carousel-item.exit {
        opacity: 0;
    }

    .carousel-item div {
        height: 100%;
    }

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.yellow {
    background-color: yellow;
}

.violet {
    background-color: violet;
}



.owl-carousel {
    display: block !important;
    max-height: 350px;
    margin-bottom: 40px;
    margin-top: 40px;
    float: left;
    align-content: center;
    max-width: 70%;
}

/*#owl-demo {
    z-index: -1;
}*/

.owl-wrapper {
    position: relative;
}

.owl-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}

.owl-img {
    width: 100%;
    max-height: 350px;
    position: relative;
    z-index: -1;
}


input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 8px;
}

input:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}







.reviews-section {
    max-width: 900px;
    margin: auto;
    font-family: sans-serif;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.google-logo {
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.rating-score {
    font-size: 14px;
    color: #333;
}

.review-btn {
    background: #1a73e8;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.reviews-carousel {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.review-card {
    flex: 0 0 280px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    padding: 15px;
    scroll-snap-align: start;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: bold;
    color: white;
}

.stars {
    color: #fbbc04;
    margin-bottom: 10px;
}