* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*::-moz-selection {
    background: rgba(243, 153, 30, 0.8);
    color: var(--color-white);
}

*::selection {
    background: rgba(243, 153, 30, 0.8);
    color: var(--color-white);
}

:root {
    --color-primary: #F3991E;
    --color-white: #FFFFFF;
    --color-black: #000000;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.w-20 {
    width: 20%;
}


/*tipos*/

@font-face {
    font-family: 'Fontin';
    src: local('Fontin Regular'), local('Fontin-Regular'),
        url('../fonts/Fontin_Regular.woff2') format('woff2'),
        url('../fonts/Fontin_Regular.woff') format('woff');
}

@font-face {
    font-family: 'Fontin';
    font-weight: 700;
    src: local('Fontin Black'), local('Fontin-Black'),
        url('../fonts/Fontin_Black.woff2') format('woff2'),
        url('../fonts/Fontin_Black.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
}


.color-black {
    color: var(--color-black);
}

.check {
    color: #25B186;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fontin';
    margin-bottom: 0;
}

h2 {
    font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
}


h3 {
    font-size: 1.5rem;
    ;
}

p {
    margin-bottom: 0;
    color: #666666;
    font-size: 20px;
}

#carrito h3 {
    font-family: 'Open Sans', sans-serif;
}

.small,
small {
    font-size: 16px;
}

.error {
    color: #FA283F;
}

strong {
    font-weight: 700;
}

.fontin {
    font-family: 'Fontin';
}

.price {
    color: var(--color-primary);
}

.link-primary {
    color: var(--color-primary);
    text-decoration: underline;
}

.link-primary:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.link-underline {
    color: #666666;
    text-decoration: underline;
}

.link-underline:hover {
    color: #666666;
    text-decoration: none;
}


.link-datos {
    color: #666666;
    text-decoration: none;
}

.link-datos.active {
    color: #333333;
    font-weight: 700;
}

.link-datos:hover {
    color: #666666;
    text-decoration: underline;
}


/*header*/

.logo {
    width: 150px;
}

.section-header {
    height: 123px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.preheader {
    background-color: var(--color-primary);
    height: 56px;
    display: flex;
    align-items: center;
}

.preheader p,
.preheader a,
.preheader .dropdown .expand-more {
    color: #fff!important;
    font-size: 16px;
}

#header header {
    background-color: var(--color-black);
    height: 95px;
    display: flex;
    align-items: center;
}

.card-header {
    background-color: transparent;
    border-bottom: 0;
}

nav a {
    color: var(--color-white);
}

nav a:hover {
    color: var(--color-white);
    text-decoration: none;
}

.lang a {
    position: relative;
}

.lang a:hover {
    text-decoration: none;
}

.lang a.active::after,
.footer-carrito .lang a.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: var(--color-white);
    bottom: -3px;
    left: 0;
}

.footer-carrito .lang a.active::after {
    background-color: var(--color-primary);
}

.footer-carrito .lang a.active {
    color: var(--color-primary);
}

.footer-carrito .lang a {
    color: #858585;
}

nav .after::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: var(--color-primary);
    bottom: -10px;
    left: 0;
    transition: .5s cubic-bezier(1, .25, 0, .75);
}

.top-menu a, .top-menu a:hover, .top-menu a:active,
#header .top-menu a[data-depth="0"]:hover {
    color: var(--color-white); 
}

.top-menu a:hover, .top-menu a:active {
    background: transparent;
}

.top-menu .li a {
    position: relative;
}

.top-menu .li a:hover {
    text-decoration: none;
}

.top-menu .li a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 5px;
    background-color: var(--color-primary);
    bottom: -10px;
    left: 0;
    transition: .5s cubic-bezier(1, .25, 0, .75);
}

.top-menu .li a:hover::after {
    width: 70%;
}

.top-menu .li a.active::after,
.top-menu .li a:hover::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 5px;
    background-color: var(--color-primary);
    bottom: -10px;
    left: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    /*background-image: url(../img/arrow-dropdown.svg);
    width: 14px;
    height: 22px;*/
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

#modal-menu .dropdown-toggle::after {
    background-image: url(../img/arrow-dropdown-black.svg);
    margin-top: 6px;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.dropdown-toggle {
    display: flex;
}

.dropdown-toggle-search::after {
    display: none;
}

.dropdown-search {
    position: absolute;
    width: 500px;
    left: inherit !important;
    right: 0 !important;
    transform: translate3d(20px, 19px, 0px) !important;
    background-color: transparent;
}

.dropdown-search.show {
    display: flex;
}

.btn-search {
    padding: 0;
    width: 60px;
    z-index: 1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
    background-color: #fff;
}

.form-control-search {
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: var(--color-white);
    background-clip: padding-box;
    border: 0;
    border-radius: 8px;
}

.carrito {
    background-color: rgba(255, 255, 255, 0.25);
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    border-radius: 13px;
}

.carrito p {
    font-size: 10px;
    color: var(--color-white);
}

.span-carrito {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #E5E5E5;
    margin-right: 2px;
}

.span-carrito.active {
    background-color: var(--color-primary);
}

.notify {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 15px;
    height: 15px;
    background-color: var(--color-primary);
    border-radius: 50%;
    font-size: 11px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-img {
    height: 200px;
}

#modal-carrito {
    width: 500px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -500px;
    background-color: var(--color-white);
    z-index: 999;
    box-shadow: -5px 0px 6px 0px rgba(0, 0, 0, 0.05);
}

#modal-menu {
    width: 500px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -500px;
    background-color: var(--color-white);
    z-index: 999;
    box-shadow: 5px 0px 6px 0px rgba(0, 0, 0, 0.05);
}

#modal-menu nav a {
    color: #333333;
    font-size: 22px;
}

#modal-menu .collapse.show {
    display: flex;
    padding: 1rem 2rem;
}

#modal-menu .collapsing {
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
}

#modal-menu .collapse {
    flex-direction: column;
    padding: 1rem 2rem;
}

#modal-menu .collapse a {
    font-size: 18px;
}


.header-carrito {
    display: flex;
    justify-content: space-between;
    height: 80px;
}

.body-carrito {
    overflow: scroll;
    margin-bottom: 170px;
    height: calc(100vh - 250px);
}

.img-carrito {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #E5E5E5;
}

#modal-carrito .card,
#modal-menu .card {
    background-color: #F5F5F5;
    width: 100%;
    border: 0;
    display: flex;
    flex-direction: row;
}

#modal-carrito .price-xl,
#modal-menu .price-xl {
    font-size: 24px;
    font-weight: 700;
}

.footer-carrito {
    position: absolute;
    bottom: 0;
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 170px;
}

.footer-carrito .btn-primary {
    font-size: 23px;
}

@media (max-width: 992px) {
    p {
        font-size: 17px;
    }

    .small,
    small {
        font-size: 14px;
    }

    .dropdown-search {
        position: absolute;
        width: 400px;
        left: 0 !important;
        right: inherit !important;
        transform: translate3d(20px, 19px, 0px) !important;
        background-color: transparent;
        margin-left: -20px;
    }
}

@media (max-width: 576px) {
    .dropdown-search {
        width: 250px;
    }

    .preheader p,
    .preheader a {
        font-size: 12px;
    }

    .carrito {
        transform: scale(0.7);
    }

    #modal-carrito,
    #modal-menu {
        width: 100vw;
    }

    #modal-carrito {
        right: -100vw;
    }

    #modal-menu {
        left: -100vw;
    }

    .img-carrito {
        width: 80px;
        height: 120px;
    }

    .contacta-text {
        font-size: 11px;
    }

    #carrito h3 {
        font-size: 24px;
    }

    .check {
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    #carrito h3 {
        font-size: 19px;
    }

    .contacta-text {
        font-size: 10px;
    }

    .preheader p,
    .preheader a {
        font-size: 9px;
    }

    .logo {
        width: 120px;
    }
}




/*icons*/

.ico-delete {
    width: 14px;
}

.ico-alert {
    width: 25px;
}


/*carousel*/

.bg-home {
    background-size: cover;
    background-position: top;
    height: calc(100vh - 123px);
}

.bg-home-1 {
    background-image: url(../img/carousel-home-1.jpg);
}

.bg-home-2 {
    background-image: url(../img/carousel-home-2.jpg);
}

.bg-home-3 {
    background-image: url(../img/carousel-home-3.jpg);
}
.carousel .carousel-indicators {
    display: block!important;
}
@media (max-width: 768px) {
	.carousel .carousel-indicators {
		display: none!important;
	}
}
.carousel-indicators .active {
    width: 100px;
    height: 100px;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    background-color: #fff;
}

.carousel-indicators li {
    width: 100px;
    height: 100px;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
    border-radius: 50%;
    border: 8px solid #fff;
    opacity: 1;
    transition: opacity .6s ease;
    background-position: center;
    background-size: cover;
}

.carousel-home-miniatura-1 {
    background-image: url(../img/carousel-home-miniatura-1.jpg);
}

.carousel-home-miniatura-2 {
    background-image: url(../img/carousel-home-miniatura-2.jpg);
}

.carousel-home-miniatura-3 {
    background-image: url(../img/carousel-home-miniatura-3.jpg);
}

.carousel-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    background-color: var(--color-primary);
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
    color: #fff;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 70px;
    height: 50px;
    background-color: var(--color-black);
    padding: 1rem;
    background-size: auto;
}

.carousel-control-next {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.carousel-control-next-icon {
    background-image: url(../img/carousel-control-next-icon.svg);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.carousel-control-prev {
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.carousel-control-prev-icon {
    background-image: url(../img/carousel-control-prev-icon.svg);
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

@media (max-width: 768px) {
    .carousel-indicators li {
        width: 80px;
        height: 80px;
        margin-right: 1rem;
        margin-left: 1rem;
    }
}

@media (max-width: 576px) {
    .carousel-indicators li {
        margin-right: 5px;
        margin-left: 5px;
        width: 55px;
        height: 55px;
        border: 5px solid #fff;
    }
}


/*margins*/

.mt-header {
    margin-top: 123px;
}

.object-fit-cover {
    object-fit: cover;
}


/*home*/

#carousel__home .card,
#full-home .card,
#compania__home .card {
    font-family: 'Fontin';
    position: absolute;
    background-color: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    border: 0;
    border-radius: 0;
    max-width: calc(100% - 30px);
    display: block;
}

#carousel__home .card-right {
    font-size: 49px;
    line-height: 55px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.carousel .carousel-inner {
    height: auto;
}

#carousel__home .card-right p {
    font-size: 49px;
    line-height: 55px;
    color: #FFF;
    padding: 2rem 6rem 2rem 3rem;
}

#full-home .card-right {
    font-size: 42px;
    line-height: 48px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#full-home .card-right p {
    padding: 2rem 4rem;
}

#full-home .card-left {
    font-size: 42px;
    line-height: 48px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem 4rem;
}

#full-home .card-right p,
#full-home .card-left p {
    font-size: 42px;
    line-height: 48px;
    color: #FFF;
}

.full-home {
    background-image: url(../img/full-home.png);
    height: 800px;
    background-position: top;
    background-size: cover;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

#bg-ybox {
    background-image: url(../img/bg-ybox.jpg);
    padding: 7rem 0;
    background-position: center;
    background-size: cover;
    clip-path: polygon(0 0%, 100% 5%, 100% 95%, 0 100%);
}

#bg-ybox .p-box {
    font-size: 24px;
    color: #333333;
}

@media (max-width: 992px) {
    .full-home {
        height: 600px;
    }
}

@media (max-width: 576px) {
    .full-home {
        height: 500px;
    }
}

/*cards*/

#compania__home .card-top {
    font-size: 60px;
    line-height: 52px;
    top: 55px;
    left: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#compania__home .card-top p {
    padding: 2rem;
}

#compania__home .card-left {
    font-size: 62px;
    line-height: 52px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#compania__home .card-left p {
    padding: 2rem;
}

#compania__home .card-bottom {
    bottom: 0;
    left: 15px;
    border-top-right-radius: 20px;
    font-size: 30px;
    line-height: 38px;
    text-align: left;
}
#compania__home .card-bottom p {
    padding: 1rem;
}

#categories .card,
#categories_carousel .card {
    text-align: center;
    background-color: #F5F5F5;
    border: 2px solid #F5F5F5;
    border-radius: 0;
    transition: .15s ease-in;
}

#categories .card a {
    color: var(--color-black);
    text-decoration: none;
}

#categories .card .btn-primary {
    color: var(--color-white);
}

#categories .card:hover {
    border-color: var(--color-primary);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
}

#categories .card .price,
#categories_carousel .card .price {
    position: absolute;
    color: var(--color-primary);
    font-family: 'Fontin';
    font-weight: bold;
    right: 3rem;
    top: 2rem;
    font-size: 20px;
}

.new {
    position: absolute;
    background-color: #FA283F;
    color: var(--color-white);
    font-family: 'Fontin';
    left: 1.5rem;
    top: 1.5rem;
    font-size: 16px;
    width: 60px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-round {
    height: 60px;
    border-radius: 50%;
    transform: rotate(-6deg);
}

#recetas__productos .card {
    border: 0;
    border-radius: 0;
    background-color: #F5F5F5;
}

@media (max-width: 1200px) {
    #carousel__home .card-right p {
        font-size: 48px;
        line-height: 48px;
        padding: 1.5rem;
    }

    #compania__home .card-top p {
        font-size: 50px;
        line-height: 42px;
        padding: 1.5rem;
    }

    #compania__home .card-left p {
        font-size: 50px;
        line-height: 42px;
        padding: 1.5rem;
    }
}



@media (max-width: 992px) {
    #carousel__home .card-right p {
        font-size: 45px;
        line-height: 43px;
        padding: 1.5rem;
    }

    #compania__home .card-top p {
        font-size: 45px;
        line-height: 40px;
        padding: 1.5rem;
    }

    #compania__home .card-left p {
        font-size: 45px;
        line-height: 40px;
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    #carousel__home .card-right p {
        font-size: 40px;
        line-height: 40px;
        padding: 1.5rem;
    }

    #compania__home .card-top p {
        font-size: 40px;
        line-height: 40px;
        padding: 1.5rem;
    }

    #compania__home .card-left p {
        font-size: 40px;
        line-height: 40px;
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    #carousel__home .card-right p {
        font-size: 30px;
        line-height: normal;
        padding: 1.5rem 3rem 1.5rem 1.5rem
    }

    #full-home .card-right p {
        font-size: 30px;
        line-height: normal;
        padding: 1.5rem;
    }
}

/*ficha_producto*/

.price-xl {
    font-size: 47PX;
    color: var(--color-primary);
    font-weight: bold;
}

.hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    width: 30px;
    border-top: 4px solid var(--color-primary);
    position: relative;
}

.hr::after {
    content: "";
    position: absolute;
    border-top: 4px solid var(--color-primary);
    width: 5px;
    top: -4px;
    right: -10px;
}

.hr-vertical {
    padding-left: 30px;
}

.hr-vertical::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #E5E5E5;
}

#carousel_products {
    background-color: #F5F5F5;
    padding: 5rem 0;
}

#carousel_products .carousel-inner::after {
    display: none;
}


@media (max-width: 992px) {
    .hr-vertical-lg {
        padding-left: 15px;
    }

    .hr-vertical-lg::before {
        display: none;
    }
}



/*contacta*/

.map {
    height: 900px;
    background-image: url(../img/map.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.pin-map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#contact .form-control {
    width: 100%;
    height: 70px;
    padding: .5rem 2rem;
    color: #666666;
    border: 1px solid #DADEE2;
    border-radius: 2px;
}

#contact .btn-primary {
    font-size: 22px;
}


/*faq*/

#faq .card {
    display: block;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}


/*404*/

#error404 {
    background-image: url(../img/bg-404.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
}


/*carrito*/

#breadcrumb {
    background-color: #F3F3F3;
}

#breadcrumb .breadcrumb a {
    color: #666666;
    font-weight: 100;
}

.breadcrumb {
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

#carrito__ban {
    background-color: #333333;
}

#carrito__ban p {
    color: var(--color-white);
    font-size: 13px;
    font-weight: 100;
}

#carrito .card {
    border: 1px solid #E5E5E5;
    border-radius: 0;
}

#carrito .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999999;
    border-radius: 0;
}

.collapse .card {
    background-color: #F5F5F5;
    border: 0 !important;
}

#carrito .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #25B186;
    background-color: #25B186;
}

.card-header .mod {
    color: #25B186;
}

#carrito__sesion {
    display: none;
}

#confirmacion__compra .card {
    border: 0;
    background-color: #F5F5F5;
}

/*btn*/

.btn-primary {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: .3s ease-in;
}

.btn-primary:hover {
    color: var(--color-white);
    background-color: #E38E19;
    border-color: #E38E19;
    text-decoration: none;
}

.btn-primary.focus,
.btn-primary:focus {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-secundary {
    color: var(--color-primary);
    background-color: transparent;
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    display: inline-block;
    transition: .15s ease-in;
}

.btn-secundary:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    text-decoration: none;
}

.btn-secundary.focus,
.btn-secundary:focus {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-secundary:not(:disabled):not(.disabled).active,
.btn-secundary:not(:disabled):not(.disabled):active {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-secundary:not(:disabled):not(.disabled).active:focus,
.btn-secundary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-carrito {
    color: #333333;
    background-color: transparent;
    border: 3px solid #999999;
    display: inline-block;
    transition: .15s ease-in;
}

.btn-carrito:hover {
    color: #333333;
    text-decoration: none;
}

.btn-contact {
    position: fixed;
    bottom: 0.75rem;
    right: 1rem;
    background-color: var(--color-black);
    border-radius: 300px;
    padding: 0.75rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
    z-index: 99;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn-outline-secondary {
    background-color: #F5F5F5;
    border-color: #999999;
    color: #999999;
    border-radius: 0;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    background-color: #999999;
    color: var(--color-white);
}



@media (max-width: 576px) {
    .btn-contact {
        padding: 1rem;
    }
}



/*forms*/

.input-group {
    height: 100%;
}

.input-spinner {
    border: 2px solid var(--color-primary);
    border-radius: 8px;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 12px;
    border: 1px solid #707070;
    color: #666666 !important;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn:active {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 4px 4px 0 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 4px 4px;
}


/*footer*/

#footer {
    background-color: var(--color-black);
}

footer p {
    color: var(--color-white);
    font-size: 15px;
}

footer a {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 100;
}

footer a:hover {
    text-decoration: none;
    color: var(--color-primary);
}

footer hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 6px solid var(--color-primary);
    width: 70px;
    margin-top: -3px;
    z-index: 9999;
    position: relative;
}

.newsletter .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.newsletter a {
    background-color: #1D334D;
}

.block-social ul li {
    background-color: #000000;
}

.block-social ul li:hover {
    background-color: #f3991e;
}

.facebook {
    background-image: url(../img/facebook.svg);
    background-position: center;
}

.instagram {
    background-image: url(../img/instagram.svg);
    background-position: center;
}

.pinterest {
    background-image: url(../img/pinterest.svg);
    background-position: center;
}

.twitter {
    background-image: url(../img/twitter.svg);
    background-position: center;
}

.youtube {
    background-image: url(../img/youtube.svg);
    background-position: center;
}


/*bootstrap*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/icon-select.svg) no-repeat 95% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    background-color: #fff;
    border-color: #707070;
}

.custom-checkbox .square.custom-control-label::before {
    border-radius: 0 !important;
    background-color: #fff !important;
    border-color: #707070 !important;
}

#modal-carrito .custom-checkbox .custom-control-label::before,
#carrito .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    background-color: #E5E5E5;
    border-color: #E5E5E5;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    border-radius: 0;
}

.custom-control-input:checked ~ .square.custom-control-label::before {
    color: #fff !important;
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
    border-radius: 0 !important;
}

#modal-carrito .custom-control-input:checked ~ .custom-control-label::before,
#carrito .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #25B186;
    background-color: #25B186;
    border-radius: 50%;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.custom-control-label::before {
    border: #707070 solid 1px;
}

.alert-success {
    color: #25B186;
    background-color: #E2F5EF;
    border-color: #E2F5EF;
    font-weight: 600;
    border-radius: 8px;
    padding: 1rem 1.5rem;
}


.container-fluid-md {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 768px) {
    .container-fluid-md {
        max-width: 540px;
    }
}
