/* CUSTOM COLORS */

/* DANGER /////////////////////////////////////////////////////////////////////// */
.alert-danger {
    color: #500e0d !important;
    background-color: #ecd2d2 !important;
    border-color: #e3bbbb !important;
}

.alert-danger hr {
    border-top-color: #d9a5a4 !important;
}

.alert-danger .alert-link {
    color: #300908 !important;
}

.badge-danger {
    color: #FFFFFF !important;
    background-color: #a01c1a !important;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #FFFFFF !important;
    background-color: #801715 !important;
}

.bg-danger {
    color: #FFFFFF !important;
    background-color: #a01c1a !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #801715 !important;
}

.border-danger {
    border-color: #a01c1a !important;
}

.btn-danger {
    color: #FFFFFF !important;
    background-color: #a01c1a !important;
    border-color: #a01c1a !important;
}

.btn-danger:hover {
    color: #FFFFFF !important;
    background-color: #901a18 !important;
    border-color: #a01c1a !important;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(160,28,26,0.5) !important;
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF !important;
    background-color: #a01c1a !important;
    border-color: #a01c1a !important;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #801715 !important;
    border-color: #701413 !important;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(160,28,26,0.5) !important;
}

.btn-outline-danger {
    color: #a01c1a !important;
    background-color: transparent !important;
    border-color: #a01c1a !important;
}

.btn-outline-danger:hover {
    color: #FFFFFF !important;
    background-color: #a01c1a !important;
    border-color: #a01c1a !important;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(160,28,26,0.5) !important;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #a01c1a !important;
    background-color: transparent !important;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #a01c1a !important;
    border-color: #a01c1a !important;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(160,28,26,0.5) !important;
}

.list-group-item-danger {
    color: #500e0d !important;
    background-color: #e3bbbb !important;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #500e0d !important;
    background-color: #d9a5a4 !important;
}

.list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF !important;
    background-color: #500e0d !important;
    border-color: #500e0d !important;
}

.table-danger {
    --bs-table-bg: #d08e8d !important;
    --bs-table-striped-bg: #e3bbbb !important;
    --bs-table-active-bg: #bd615f !important;
    --bs-table-hover-bg: #c67776 !important;
    border-color: #b34a48 !important;
}

.text-danger {
    color: #a01c1a !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #801715 !important;
}

.link-danger {
    color: #a01c1a !important;
}

a.link-danger:hover, a.link-danger:focus {
    color: #801715 !important;
}



/*
Orange ///////////////////////////////////////////////////////////////////////
*/
.alert-orange {
    color: #7b3c07 !important;
    background-color: #fee4cf !important;
    border-color: #fdd7b7 !important;
}

.alert-orange hr {
    border-top-color: #fcc99f !important;
}

.alert-orange .alert-link {
    color: #4a2404 !important;
}

.badge-orange {
    color: #FFFFFF !important;
    background-color: #f6780d !important;
}

.badge-orange[href]:hover, .badge-orange[href]:focus {
    color: #FFFFFF !important;
    background-color: #c5600b !important;
}

.bg-orange {
    color: #FFFFFF !important;
    background-color: #f6780d !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #c5600b !important;
}

.border-orange {
    border-color: #f6780d !important;
}

.btn-orange {
    color: #FFFFFF !important;
    background-color: #f6780d !important;
    border-color: #f6780d !important;
}

.btn-orange:hover {
    color: #FFFFFF !important;
    background-color: #de6c0c !important;
    border-color: #f6780d !important;
}

.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(246,120,13,0.5) !important;
}

.btn-orange.disabled, .btn-orange:disabled {
    color: #FFFFFF !important;
    background-color: #f6780d !important;
    border-color: #f6780d !important;
}

.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #c5600b !important;
    border-color: #ad540a !important;
}

.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246,120,13,0.5) !important;
}

.btn-outline-orange {
    color: #f6780d !important;
    background-color: transparent !important;
    border-color: #f6780d !important;
}

.btn-outline-orange:hover {
    color: #FFFFFF !important;
    background-color: #f6780d !important;
    border-color: #f6780d !important;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(246,120,13,0.5) !important;
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #f6780d !important;
    background-color: transparent !important;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #f6780d !important;
    border-color: #f6780d !important;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(246,120,13,0.5) !important;
}

.list-group-item-orange {
    color: #7b3c07 !important;
    background-color: #fdd7b7 !important;
}

.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
    color: #7b3c07 !important;
    background-color: #fcc99f !important;
}

.list-group-item-orange.list-group-item-action.active {
    color: #FFFFFF !important;
    background-color: #7b3c07 !important;
    border-color: #7b3c07 !important;
}

.table-orange {
    --bs-table-bg: #fbbc86 !important;
    --bs-table-striped-bg: #fdd7b7 !important;
    --bs-table-active-bg: #f9a156 !important;
    --bs-table-hover-bg: #faae6e !important;
    border-color: #f8933e !important;
}

.text-orange {
    color: #f6780d !important;
}

a.text-orange:hover, a.text-orange:focus {
    color: #c5600b !important;
}

.link-orange {
    color: #f6780d !important;
}

a.link-orange:hover, a.link-orange:focus {
    color: #c5600b !important;
}


/*
Black ///////////////////////////////////////////////////////////////////////
*/

.alert-black {
    color: #000000 !important;
    background-color: #cccccc !important;
    border-color: #b3b3b3 !important;
}

.alert-black hr {
    border-top-color: #999999 !important;
}

.alert-black .alert-link {
    color: #000000 !important;
}

.badge-black {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.badge-black[href]:hover, .badge-black[href]:focus {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

.bg-black {
    color: #FFFFFF !important;
    background-color: #000000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #000000 !important;
}

.border-black {
    border-color: #000000 !important;
}

.btn-black {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-black:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.5) !important;
}

.btn-black.disabled, .btn-black:disabled {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.5) !important;
}

.btn-outline-black {
    color: #000000 !important;
    background-color: transparent !important;
    border-color: #000000 !important;
}

.btn-outline-black:hover {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.5) !important;
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000 !important;
    background-color: transparent !important;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.5) !important;
}

.list-group-item-black {
    color: #000000 !important;
    background-color: #b3b3b3 !important;
}

.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #000000 !important;
    background-color: #999999 !important;
}

.list-group-item-black.list-group-item-action.active {
    color: #FFFFFF !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.table-black {
    --bs-table-bg: #808080 !important;
    --bs-table-striped-bg: #b3b3b3 !important;
    --bs-table-active-bg: #4d4d4d !important;
    --bs-table-hover-bg: #666666 !important;
    border-color: #333333 !important;
}

.text-black {
    color: #000000 !important;
}

a.text-black:hover, a.text-black:focus {
    color: #000000 !important;
}

.link-black {
    color: #000000 !important;
}

a.link-black:hover, a.link-black:focus {
    color: #000000 !important;
}


/*
Lightgray ///////////////////////////////////////////////////////////////////////
*/

.alert-lightgray {
    color: #727272 !important;
    background-color: #fafafa !important;
    border-color: #f7f7f7 !important;
}

.alert-lightgray hr {
    border-top-color: #f4f4f4 !important;
}

.alert-lightgray .alert-link {
    color: #454545 !important;
}

.badge-lightgray {
    color: #FFFFFF !important;
    background-color: #e3e3e3 !important;
}

.badge-lightgray[href]:hover, .badge-lightgray[href]:focus {
    color: #FFFFFF !important;
    background-color: #b6b6b6 !important;
}

.bg-lightgray {
    color: #FFFFFF !important;
    background-color: #e3e3e3 !important;
}

a.bg-lightgray:hover, a.bg-lightgray:focus,
button.bg-lightgray:hover,
button.bg-lightgray:focus {
    background-color: #b6b6b6 !important;
}

.border-lightgray {
    border-color: #e3e3e3 !important;
}

.btn-lightgray {
    color: #FFFFFF !important;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.btn-lightgray:hover {
    color: #FFFFFF !important;
    background-color: #cdcdcd !important;
    border-color: #e3e3e3 !important;
}

.btn-lightgray:focus, .btn-lightgray.focus {
    box-shadow: 0 0 0 0.2rem rgba(227,227,227,0.5) !important;
}

.btn-lightgray.disabled, .btn-lightgray:disabled {
    color: #FFFFFF !important;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.btn-lightgray:not(:disabled):not(.disabled):active, .btn-lightgray:not(:disabled):not(.disabled).active, .show > .btn-lightgray.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #b6b6b6 !important;
    border-color: #9f9f9f !important;
}

.btn-lightgray:not(:disabled):not(.disabled):active:focus, .btn-lightgray:not(:disabled):not(.disabled).active:focus, .show > .btn-lightgray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(227,227,227,0.5) !important;
}

.btn-outline-lightgray {
    color: #e3e3e3 !important;
    background-color: transparent !important;
    border-color: #e3e3e3 !important;
}

.btn-outline-lightgray:hover {
    color: #FFFFFF !important;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.btn-outline-lightgray:focus, .btn-outline-lightgray.focus {
    box-shadow: 0 0 0 0.2rem rgba(227,227,227,0.5) !important;
}

.btn-outline-lightgray.disabled, .btn-outline-lightgray:disabled {
    color: #e3e3e3 !important;
    background-color: transparent !important;
}

.btn-outline-lightgray:not(:disabled):not(.disabled):active, .btn-outline-lightgray:not(:disabled):not(.disabled).active, .show > .btn-outline-lightgray.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.btn-outline-lightgray:not(:disabled):not(.disabled):active:focus, .btn-outline-lightgray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lightgray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(227,227,227,0.5) !important;
}

.list-group-item-lightgray {
    color: #727272 !important;
    background-color: #f7f7f7 !important;
}

.list-group-item-lightgray.list-group-item-action:hover, .list-group-item-lightgray.list-group-item-action:focus {
    color: #727272 !important;
    background-color: #f4f4f4 !important;
}

.list-group-item-lightgray.list-group-item-action.active {
    color: #FFFFFF !important;
    background-color: #727272 !important;
    border-color: #727272 !important;
}

.table-lightgray {
    --bs-table-bg: #f1f1f1 !important;
    --bs-table-striped-bg: #f7f7f7 !important;
    --bs-table-active-bg: #ececec !important;
    --bs-table-hover-bg: #efefef !important;
    border-color: #e9e9e9 !important;
}

.text-lightgray {
    color: #e3e3e3 !important;
}

a.text-lightgray:hover, a.text-lightgray:focus {
    color: #b6b6b6 !important;
}

.link-lightgray {
    color: #e3e3e3 !important;
}

a.link-lightgray:hover, a.link-lightgray:focus {
    color: #b6b6b6 !important;
}


/* Secondary //////////////////////////////////////////////////////////////////// */
.alert-secondary {
    color: #6c6c6c !important;
    background-color: #f8f8f8 !important;
    border-color: #f4f4f4 !important;
}

.alert-secondary hr {
    border-top-color: #f0f0f0 !important;
}

.alert-secondary .alert-link {
    color: #414141 !important;
}

.badge-secondary {
    color: #FFFFFF !important;
    background-color: #d8d8d8 !important;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #FFFFFF !important;
    background-color: #adadad !important;
}

.bg-secondary {
    color: #FFFFFF !important;
    background-color: #d8d8d8 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #adadad !important;
}

.border-secondary {
    border-color: #d8d8d8 !important;
}

.btn-secondary {
    color: #FFFFFF !important;
    background-color: #d8d8d8 !important;
    border-color: #d8d8d8 !important;
}

.btn-secondary:hover {
    color: #FFFFFF !important;
    background-color: #c3c3c3 !important;
    border-color: #d8d8d8 !important;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(216,216,216,0.5) !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF !important;
    background-color: #d8d8d8 !important;
    border-color: #d8d8d8 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #adadad !important;
    border-color: #989898 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216,216,216,0.5) !important;
}

.btn-outline-secondary {
    color: #d8d8d8 !important;
    background-color: transparent !important;
    border-color: #d8d8d8 !important;
}

.btn-outline-secondary:hover {
    color: #FFFFFF !important;
    background-color: #d8d8d8 !important;
    border-color: #d8d8d8 !important;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(216,216,216,0.5) !important;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #d8d8d8 !important;
    background-color: transparent !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF !important;
    background-color: #d8d8d8 !important;
    border-color: #d8d8d8 !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216,216,216,0.5) !important;
}

.list-group-item-secondary {
    color: #6c6c6c !important;
    background-color: #f4f4f4 !important;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #6c6c6c !important;
    background-color: #f0f0f0 !important;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF !important;
    background-color: #6c6c6c !important;
    border-color: #6c6c6c !important;
}

.table-secondary {
    --bs-table-bg: #ececec !important;
    --bs-table-striped-bg: #f4f4f4 !important;
    --bs-table-active-bg: #e4e4e4 !important;
    --bs-table-hover-bg: #e8e8e8 !important;
    border-color: #e0e0e0 !important;
}

.text-secondary {
    color: #d8d8d8 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #adadad !important;
}

.link-secondary {
    color: #d8d8d8 !important;
}

a.link-secondary:hover, a.link-secondary:focus {
    color: #adadad !important;
}



/* 
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


  body{
    font-family: "Poppins", Arial, sans-serif;
  }

  .fw-medium {
    font-weight: 600;
  }


  /* NAVBAR -------------------------------------------------------- */
  .logo-header {
    height: 55px;
    width: auto;
}

.nav-link {
    color: #000;
}
.nav-link:focus, .nav-link:hover {
    color: #a01c1a;
}

.dropdown-menu {
    padding: 0 !important;
    border: none !important;
    --bs-dropdown-min-width: 8rem;
}

.dropdown-menu .menu-item > .dropdown-item:focus, .dropdown-menu  > .menu-item > .dropdown-item:hover {
    color: #fff;
    background-color: #a01c1a;
    border-radius: 6px 6px 0px 0px;
}

.dropdown-menu .menu-item:last-child > .dropdown-item:focus, .dropdown-menu  > .menu-item:last-child > .dropdown-item:hover {
    color: #fff;
    background-color: #a01c1a;
    border-radius: 0px 0px 6px 6px;
}

/* hacer el dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* HERO -------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .card-img-overlay {
        position: relative;
        background-color: #fff;
        border-radius: 0;
    }
}


/* SWIPER slider -------------------------------------------------------- */
/*.swiperSlider .swiper-slide .card-img-overlay{
    background: rgba(0, 0, 0, .4); 
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 15%, rgba(0,0,0,0) 75%);
}
@media screen and (max-width: 767px) {
    .swiperSlider .swiper-slide .card-img-overlay{
        background: rgba(0, 0, 0, 1);
    }
}*/

/* Overlay video slider */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*--- Progress Bar ---*/
.carousel-progress {
    position: relative;
    height: 5px;
    margin: -5px auto 0 auto;
    background-color: transparent;
    border-radius: 0px;
    z-index: 1 !important;
}

.progress {
    position: absolute;
    height: 5px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    animation-name: progress;
    animation-duration: 11s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@media screen and (max-width: 767px) {
    .progress {
        background-color: rgba(255, 255, 255, .4);
    }
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}



/* SWIPER CATEGORIAS -------------------------------------------------------- */
.swiper {
    width: 100%;
    height: auto;
}
.swiper-wrapper {
    margin-bottom: 0px;
}

.img-categoria{
    max-width: 90px;
    height: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: 'bootstrap-icons';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 30px);
    left: auto;
    color: #aaa;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #515151;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\F133';
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 30px);
    right: auto;
    color: #aaa;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\F129';
}

/* ABOUT SECTION -------------------------------------------------------- */

.grid-flex {
    height: 350px;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .grid-flex {
        height: auto;
    }
}

.row-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 100%;
    width: 100%;
}

.col-grid-1 { grid-area: 1 / 1 / 2 / 2; }
.col-grid-2 { grid-area: 2 / 1 / 3 / 2; }
.col-grid-3 { grid-area: 1 / 2 / 3 / 3; }
.col-grid-1 img, .col-grid-2 img, .col-grid-3 img {
    object-position: 50% 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}




/* FEATURED PRODUCTS SECTION -------------------------------------------------------- */

.card-producto{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.1);
    transition: box-shadow 0.3s ease-in-out;
}

.card-producto:hover{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.small, small {
    font-size: .75em;
}

/* WHERE TO BUY SECTION -------------------------------------------------------- */

#where-buy{
   height:450px; 
   background-size:cover; 
   background-position:center;
}

@media screen and (max-width: 767px) {
    #where-buy{ 
        height:350px; 
        background-image: none!important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
    #where-buy{
        height:350px; 
    }
}



/* PÁGINA WHERE TO BUY -------------------------------------------------------- */

.where-buy-background{
    background: #d8d8d8;
}

@media screen and (max-width: 767px) {
    .where-buy-background{
        background: #d8d8d8;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px)  {
    .where-buy-background{
        background: #d8d8d8;
    }
}

.img-retailer {
    max-width: 200px;
    height: auto;
}



/* FOOTER SECTION -------------------------------------------------------- */
input.gform_button {
    background-color: #000!important;
}



/* FOOTER SECTION -------------------------------------------------------- */

.iconos i {
    font-size: 160%;
}

#site-footer a:hover, #site-footer a:hover span{
    color: #a01c1a!important;
}


/* LINK TREE PAGE -------------------------------------------------------- */

.flex-both-center{
    display:flex;
    justify-content:center;
    align-items:center
}

.page-item-title {
    font-size: 18px;
    font-weight: 700;
}

.page-item-each {
    color: #1b1c1d;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    border-radius: 8px;
    
    min-height: 70px;
}

.page-item-each:hover {
    color: #a01c1a;
}


.page-item-wrap {
    margin: 16px 0;
}

.page-item-wrap:last-child {
    margin-bottom: 0;
}

.page-item-wrap:hover {
    transform: translate3d(0px, 0px, 0px) scale(1.025);
}

.link-each-image, .page-item-wrap {
    border-radius: 8px;
}
.page-item-wrap{
    transition:transform .15s cubic-bezier(.17,.67,.29,2.71) 0s
}

.page-item-wrap.show-embed{
    border-radius:30px;
    transition:unset;
    transform:unset
}

.page-item-wrap.show-embed:hover{
    transform:unset
}

.page-item-wrap.show-embed:hover .page-item:after,.page-item-wrap.show-embed:hover .page-item:before{
    -webkit-animation:unset;
    animation:unset
}

.page-item-wrap.show-embed .show-embed-item{
    overflow:visible
}

.embed-ind-arrow-icon{
    transform:rotate(-90deg)
}

.page-item-wrap.show-embed .embed-ind-arrow-icon{
    transform:rotate(0deg)
}

.page-item {
    border: 0px solid #FFFFFF;
    background: #FFFFFF ;
    border-radius: 8px;
   box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1), inset 0px 0px 2px 1px rgba(24, 39, 75, 0.05);
}

.page-item{
    box-sizing:border-box;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:-1
}
.page-social{
    display:block;
    cursor:pointer;
    margin:0 12px 12px
}

.page-social svg{
    width:28px;
    height:28px
}

.relative{
    position:relative
}

.link-each-image{
    width:60px;
    height:60px;
    position:absolute;
    left:9px;
    -o-object-fit:cover;
    object-fit:cover
}

.cursor-pointer{
    cursor:pointer
}

.page-item-each{
    text-decoration:none;
    overflow:hidden;
    z-index:10;
    box-sizing:border-box
}

.item-title{
    width:55%;
    word-break:break-word
}

.page-item-title{
    font-weight:700;
    margin-bottom:16px
}