/*
Theme Name: Ministore
Theme URI:
Author:
Author URI:
Description: Ministore is specially designed product packaged for Ministore by Moksha.
Version:
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:


/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/

@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css');

:root {
    --accent-color: #717171;
    --white-color: #fff;
    --black-color: #000;
    --gray-color: #f3f3f3;
    --gray-color-300: #d8d8d8;
    --gray-color-500: #aeaeae;
    --gray-color-800: #3a3a3a;
    --light-gray-color: #d7dddf;
    --primary-color: #7724e2;
    --bs-primary-rgb: 119, 36, 226;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --light-blue-color: #edf1f3;
    --navbar-color-color: #131814;
    --swiper-theme-color: #4a4a4a;
    --swiper-pagination-color: #4a4a4a;
    --bs-secondary: #fff9f7;
    --bs-secondary-rgb: 255, 249, 247;
}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height: 100px;
        --header-height-min: 80px;
    }
}

/* Fonts */
:root {
    --body-font: 'Raleway', sans-serif;
    --heading-font: 'Raleway', sans-serif;
}

/*----------------------------------------------*/
/* 1 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 1.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
}
body {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    background: transparent url('../images/bg_degradado_3.png') center center
        no-repeat fixed;
    background-size: cover;
}

.textoMin {
    font-size: 0.5em !important;
}
h1,
.h1 {
    font-weight: 700;
    font-size: 4.5em;
}
p,
ul li {
    font-size: 1.2em;
}
ul.inner-list li {
    font-size: 1.2em;
}
a {
    color: var(--dark-color);
    transition: 0.3s color ease-out;
}
a.light {
    color: var(--light-color);
}
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}
.img-50 {
    max-width: 125px;
    min-width: 75px;
}

/*** Carrusel ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
}

.testimonial-img::after {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 200px;
    color: #eeeeee;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.testimonial-img img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-img img:nth-child(1) {
    top: 0;
    left: 0;
}

.testimonial-img img:nth-child(2) {
    top: 60%;
    left: 20%;
}

.testimonial-img img:nth-child(3) {
    top: 20%;
    left: 60%;
}

.testimonial-img img:nth-child(4) {
    bottom: 0;
    right: 0;
}

.testimonial-img img .animated.pulse {
    animation-duration: 2s;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 45px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
    color: var(--dark);
}

.link-primary, .nav-link {
    color: var(--primary-color);
}
.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary,
.btn-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-primary:hover,
.btn-outline-primary:hover {
    opacity: 0.75;
}
.border-primary {
    border-color: var(--primary-color) !important;
}

.filaContenidoHome {
    margin: 150px 0px !important;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
,
.form-check-input:focus {
    border-color: var(--primary-color);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: var(--primary-color);
    color: #fff;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border-color: var(--primary-color);
}
.btn-check:checked + .btn:hover,
.btn.active:hover,
.btn.show:hover,
.btn:first-child:active:hover,
:not(.btn-check) + .btn:active:hover {
    color: #fff;
}
.btnCheckbox.btn {
    border-color: var(--gray-color-500);
    color: var(--gray-color-500);
}
.btnCheckbox.btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--primary-color);
}

.filaContenidoHightLight{
    background-color: var(--primary-color);
    color:#fff !important;
}
