:root{
    --main-color: #2191d1;
    --secondary-color: #203867;
    --alternative-color: #f60c00;
}

header .dropdown-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

html #header .header-nav-main nav > ul > li > a.active{
    color: var(--main-color);
}

html #header .header-nav-main nav > ul > li.open > a, html #header .header-nav-main nav > ul > li:hover > a, html #header .header-nav-main nav > ul > li:focus > a{
    color: var(--main-color);
}

html .text-color-primary:not(.no-skin), html .text-primary:not(.no-skin){
    color: var(--main-color) !important;
}

.text-color-primary{
    color: var(--main-color) !important;
}

.border-primary{
    border-color: var(--main-color) !important;
}

.border-primary-dark{
    border-color: var(--secondary-color) !important;
}

.section-text-overlay p{
    margin-bottom: 0;
}

#footer .footer-copyright{
    margin-top: 0;
}

.revolutionSlider .btn-primary{
    background-color: var(--main-color);
}

.revolutionSlider .tp-caption{
    word-wrap: break-word!important;
}

@media (max-width: 991.98px){
    .section.section-content-pull-top-2 > .container:not(.no-pull-top){
        box-shadow: none!important;
    }
}

.testimonial-wrap{
    padding: 0;
}

.testimonial-wrap .owl-nav .owl-prev{
    left: 25px!important;
}

.testimonial-wrap .owl-nav .owl-next{
    right: 25px!important;
}

.testimonial-element{
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-element .testimonial{
    background-color: rgba(255,255,255,0.80);
    padding: 1.5rem;
    border-radius: 15px;
}

.testimonial-element .testimonial p{
    margin-bottom: 0;
    color: black;
    font-size: 1.2em;
    line-height: 1.8;
}

.testimonial-element .testimonial p b{
    color: var(--main-color);
}

.testimonial-element.bg-dog{
    background-image: url("../img/testimonials/dog.jpg");
    background-position: center;
}

.testimonial-element.bg-engineer{
    background-image: url("../img/testimonials/ingeniero.jpg");
    background-position: top;
}

.testimonial-element.bg-kayak{
    background-image: url("../img/testimonials/kayak.jpeg");
    background-position: center;
}

.testimonial-element.bg-doctor{
    background-image: url("../img/testimonials/pharmacist-1.jpg");
    background-position: center;
}

.testimonial-element.bg-adventure{
    background-image: url("../img/testimonials/adventure.jpg");
    background-position: center;
}

.testimonial-element.bg-boat{
    background-image: url("../img/testimonials/boat.jpg");
    background-position: center;
}

.testimonial-element.bg-water{
    background-image: url("../img/testimonials/water.jpg");
    background-position: center;
}

.testimonial-element.bg-camper{
    background-image: url("../img/testimonials/camper.jpg");
    background-position: bottom;
}

.image-min-height{
    height: 196px;
    object-fit: cover;
}

.blog-title{
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#shopPayment .radio-custom label:before{
    top: 0;
    margin-top: 0;
}

#shopPayment .radio-custom input[type="radio"]:checked + label:after{
    top: 0;
    margin-top: 4px;
}

#shopPayment .radio-custom input[type="radio"]{
    top: 14%;
}

#shopPayment span{
    margin-bottom: 0.5em;
}

.cart-label{
    font-family: "Montserrat", sans-serif;
    letter-spacing: -0.5px;
    color: #1c1f21;
    font-weight: 400;
    line-height: 1.2;
    font-size: .9rem;
}

.cart-shopping .checkbox-custom.checkbox-custom-transparent input[type="checkbox"]:checked + label:after{
    color: var(--main-color);
}

.paid-message{
    height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.home-info{
    background-image: url("../img/bote_basico.png");
    background-repeat: no-repeat;
    background-position: center left;
}

@media (min-width: 992px) and (max-width: 1200px){
    .home-info{
        background-position: 15% 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1600px){
    .home-info{
        background-position: 18% 50%;
    }
}

@media (min-width: 1600px){
    .home-info{
        background-position: 20% 50%;
    }
}

@media (min-width: 992px){
    .home-info .section{
        padding-bottom: 8em;
    }
}


.distribuidor-wrapper .distribuidor-content{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.distribuidor-wrapper .distribuidor-content a{
    display: block;
    margin: auto 0 0;
    white-space: initial;
}

.cursor-pointer{
    cursor: pointer;
}

.home-products .product-wrapper{
    height: 100%;
    padding: 2rem;
    border-radius: 3%;
}

.home-products .product-wrapper.bg-pets{
    background-image: linear-gradient(rgba(255,255,255,.80), rgba(255,255,255,.80)), url("../img/bg-pets.jpg");
    background-size: cover;
}

.home-products .product-wrapper.bg-family{
    background-image: linear-gradient(rgba(255,255,255,.80), rgba(255,255,255,.80)), url("../img/bg-family.jpg");
    background-size: cover;
}

.home-products .product-wrapper.bg-travel{
    background-image: linear-gradient(rgba(255,255,255,.80), rgba(255,255,255,.80)), url("../img/bg-travel.jpg");
    background-size: cover;
}

.text-shadow-sm{
    text-shadow: 0 1px 1px rgba(0,0,0,.75);
}

.mini-cart .mini-cart-icon{
    top: -2px;
    cursor: pointer;
}

header .user-icon{
    margin-left: 0.8rem;
}

header .user-icon i{
    font-size: 1.8em;
    color: #616060;
}

.owl-home.owl-carousel.nav-color-dark .owl-nav .owl-prev,
.owl-carousel.nav-color-dark .owl-nav .owl-next{
    color: var(--main-color)!important;
}


footer .element-links a{
    font-size: 0.9em;
}

footer .element-links a:not(:last-child){
    margin-right: 0.5em;
}

.legal-container p, .legal-container li{
    font-size: 1.2em;
    line-height: 1.8;
    color: #777;
    font-weight: 300;
}

.legal-container h4{
    font-weight: 700;
}
