@import "spacing.css";
@import 'https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,500;0,600;0,700;1,100;1,400;1,500;1,700&display=swap';

body {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

#blog {
    margin-bottom: 120px;
}

#blog .section-title {
    margin-bottom: 56px;
}

#gift .carousel {
    background: black;
}

#gift .carousel .carousel-indicators {
    bottom: 90px;
}

#gift .carousel .carousel-indicators li {
    background: white;
}

#gift .carousel .carousel-indicators li.active {
    background: #009BFF;
    border-color: #009BFF !important;
}

#gift .carousel .btn-custom-primary {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
}

#gift .carousel .btn-custom-primary:hover {
    background: #FFFFFF;
    color: #009BFF;
}

#gift-steps h2 {
    margin-bottom: 32px;

    text-align: left;
    font: normal normal bold 31px/38px Montserrat;
    letter-spacing: 0;
    color: #009BFF;
    opacity: 1;
}

#gift-steps p {
    margin-bottom: 18px;

    text-align: left;
    font: normal normal normal 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
#gift-steps p.text-gray {
    margin-bottom: 18px;
    text-align: center;
    font: normal normal normal 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}

#gift-steps p a,
#gift-steps p a:hover{
    color: #009BFF;
    border: 0;
    background: transparent;
    box-shadow: none;
    display: inline-block;
}

#gift-steps .contact h3 {
    margin: 0 0 42px;

    font: normal normal bold 18px/23px Montserrat;
    letter-spacing: 0px;
    color: #009BFF;
    opacity: 1;
}

#gift-steps .contact .btn-custom-primary {
    padding: 12px 18px;
    min-width: 205px;
}

#gift-steps .panel-group {
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 56px;
}

#gift-steps .panel {
    border-top: solid 1px #D4D4D4;
    box-shadow: none;
}

#gift-steps .panel-heading {
    border-radius: 0 !important;
    padding: 30px 15px;
}

#gift-steps .panel-body {
    border-top: none;
}

#gift-steps .panel-body h5 {
    margin: 20px 0 5px;

    text-align: left;
    font: normal normal bold 18px/23px Montserrat;
    letter-spacing: 0px;
    color: #009BFF;
}

#gift-steps .panel-body p {
    font-size: 16px;
}

#gift-steps .panel-title a,
#gift-steps .panel-title a:hover,
#gift-steps .panel-title a:active,
#gift-steps .panel-title a:focus,
#gift-steps .panel-title a:focus-visible {
    text-decoration: none;
}

#gift-steps .panel-title a {
    border: none;
    text-align: left;
    font: normal normal bold 18px/23px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: transparent;
    box-shadow: none;
}
#gift-steps .panel-title a span {
    width: fit-content;
    padding: 0;
    margin: 0;
    text-align: left;
    font: normal normal bold 18px/23px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: transparent;
    box-shadow: none;
}
#gift-steps .panel-title a:not(.collapsed) span {
    border-bottom: solid 3px #009BFF;
}

#hero {
    background: #000000;
    margin-bottom: 100px;
}

#hero .carousel .carousel-inner .item {
    background-size: cover;
    height: 615px;
}

#hero .carousel-control,
#carousel-noticias .carousel-control,
#carousel-regalo .carousel-control{
    display: flex;
    align-items: center;
    color: #009BFF;
    justify-content: center;
    opacity: 1;
    width: 7.5%;
}

#hero .carousel-control,
#hero .carousel-control:active,
#hero .carousel-control:hover,
#carousel-noticias .carousel-control,
#carousel-noticias .carousel-control:active,
#carousel-noticias .carousel-control:hover,
#carousel-regalo .carousel-control,
#carousel-regalo .carousel-control:active,
#carousel-regalo .carousel-control:hover{
    background: none !important;
}

#hero .carousel-control .glyphicon {
    background: white;
    padding: 12px;
    text-shadow: none;
}

#hero .gift-box {
    left: 10%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

#products {
    margin-bottom: 120px;
}

.mb-80{
    margin-bottom: 80px !important;
}

#products div.container h1.h1-inicio{
    font-size: 72px !important;
    text-transform: uppercase;
    line-height: 60px !important;
}

.bg-gray {
    background: #F9F9F9;
}

.bg-gray {
    background: #F9F9F9;
}

.bg-blue {
    background: rgba(0, 155, 255, 0.04);
}

.blog-item {
    text-align: center;
}

.blog-item h5 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;

    font: normal normal bold 18px/23px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    height: 70px;
}

.blog-item p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 48px;
    text-align: left;

    font: normal normal 500 14px/20px Montserrat;
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
    height: 60px;
}

.blog-item .btn-custom-bordered {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 24px;
}

.btn-custom-bordered {
    background: transparent;
    border: solid 1px #000000;
    border-radius: 0;
    color: #000000;
}

.btn-custom-bordered:hover,
.btn-custom-bordered:active,
.btn-custom-bordered:focus,
.btn-custom-bordered:focus-visible {
    background: black;
    color: white;
    outline: none;
}

.btn-custom-bordered.btn-semi-bold {
    font-size: 12px;
    font-weight: 600;
}

.btn-custom-primary {
    background: #009BFF;
    border: none;
    border-radius: 0;
    color: white;
}

.btn-custom-primary:hover,
.btn-custom-primary:active,
.btn-custom-primary:focus,
.btn-custom-primary:focus-visible {
    background: black;
    color: white;
    outline: none;
}

.btn-custom-secondary {
    background: #b2dbf7;
    border: solid 1px #07304c;
    border-radius: 0;
    font-weight: 500;
    color: #07304c;
    padding: 8px 16px;
}

.btn-custom-secondary:hover {
    background: black;
    color: white;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb a,
.breadcrumb .active {
    color: #707070;
    font-size: 16px;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.card-flex {
    display: flex;
}

.card-flex.a-i-center {
    align-items: center;
}

.card-flex.j-c-center {
    justify-content: center;
}

.card-flex-item {
    flex: 1;
}

.card-flex-item-fixed {
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
}

.comment {
    border-bottom: solid 1px #D4D4D4;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
}

.comment .comment-user {
    color: #009BFF;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    text-decoration: none;
}

.comment .comment-date {
    color: #009BFF;
    font-size: 16px;
    font-weight: 500;
}

.comment-form h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 56px 0 32px;
}

.comment-form label {
    font-size: 16px;
    font-weight: 400;
}

.comment-form .form-control {
    border-color: #D4D4D4;
    border-radius: 0;
}

.comment-form .form-group {
    margin-bottom: 56px;
}

.comment-form .btn-custom-primary {
    padding: 12px 18px;
    margin-bottom: 56px;
    min-width: 210px;
}

.design-gift h3 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 24px;

    text-align: left;
    font: normal normal bold 50px/61px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.design-gift {
    border: solid 1px #D4D4D4;
    margin-bottom: 6rem;
}

.design-gift p {
    margin-bottom: 24px;
}

.design-gift .btn-custom-primary {
    font-size: 14px;
    font-weight: 500;
    margin-top: 48px;
    padding: 12px 18px;
}

.delight {
    background: black;
    color: white;
}

.experience {
    background: #F8F8F8;
}

.delight,
.experience {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.delight h3,
.experience h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 24px 0;
    max-width: 484px;
    width: 100%;

    font: normal normal bold 36px/44px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-align: left;
    text-transform: uppercase;
}

.delight p,
.experience p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 48px;
    max-width: 484px;
    width: 100%;
}


.delight .btn,
.experience .btn {
    padding: 12px 18px;
    margin-bottom: 24px;
}

.gift-box {
    align-items: center;
    background: rgba(255, 255, 255, 0.89);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 369px;
    min-height: 440px;
    padding: 6rem 5rem;
}

.gift-box h2 {
    font-size: 36px;
    font-weight: 600;

    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-36)/var(--unnamed-line-spacing-44) var(--unnamed-font-family-montserrat);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--principal);
    text-align: center;
    font: normal normal bold 36px/44px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.gift-box p {
    font-size: 16px;
    font-weight: 500;

    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--principal);
    text-align: center;
    font: normal normal 600 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.gift-box .btn-custom-primary,
.gift-box .btn-custom-bordered {
    min-height: 50px;
    min-width: 220px;
    line-height: 38px;
}
.gift-box .btn-custom-bordered {
    text-align: center;
    font: normal normal 500 16px/38px Montserrat;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}
.gift-box .btn-custom-primary {
    text-align: center;
    font: normal normal 500 16px/38px Montserrat;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.gift-footer {
    align-items: center;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 300px;

    background: #009BFF url('../img/mascara.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.gift-footer h2 {
    margin-bottom: 42px;

    text-align: center;
    font: normal normal bold 36px/44px Montserrat;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.gift-footer .btn-custom-primary {
    background: #000000;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
}

.gift-footer .btn-custom-primary:hover {
    background: #FFFFFF;
    color: #000000;
}

.gift-item {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}

.gift-item-header {
    flex: 1 0 0%;
}
.gift-item-header h3 {
    margin: 18px 0;

    text-align: left;
    font: normal normal bold 31px/38px Montserrat;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}
.gift-item-header p {
    text-align: left;
    font: normal normal normal 16px/24px Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.gift-item-img {
    flex: 0 0 auto;
    width: 100%;
}

.gift-item-order {
    align-items: center;
    background-image: url("../img/ic_order.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    display: flex;
    flex: 0 0 auto;
    font-size: 28px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    margin-right: 15px;
    width: 71px;
}

.gift-step-indicator {
    background: #F2F2F2;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 56px;
}

.gifts {
    margin-bottom: 120px;
}

.hero-item {
    position: relative;
}

.hero-item:not(.last)::after {
    background: #707070;
    content: '';
    height: 175px;
    top: 0;
    position: absolute;
    right: -15px;
    width: 1px;
}

.hero-item header {
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}

.hero-item header h3 {
    color: #009BFF;
    font-size: 16px;
    font-weight: 700;
    flex: 1;
    line-height: 19px;
    margin: 0;
    text-transform: uppercase;

    text-align: left;
    font: normal normal bold 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #009BFF;
    opacity: 1;
}

.hero-item header .icon {
    align-items: center;
    background: white;
    border-radius: 50%;
    color: #009BFF;
    display: flex;
    height: 55px;
    justify-content: center;
    margin-right: 8px;
    width: 55px;
}

.hero-item p.primer-txt {
    color: white !important;
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 0;
}

.hero-item p {
    color: #707070 !important;
    font-size: 12px !important;
}
.hero-item p:not(.primer-txt ) {
    color: #707070 !important;
    font-size: 12px !important;
    margin-top: 0;
}

.img-full {
    width: 100%;
}

.text-gray {
    color: #707070;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    margin: 0;

    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-bold) var(--unnamed-font-size-36)/var(--unnamed-line-spacing-44) var(--unnamed-font-family-montserrat);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--principal);
    text-align: center;
    font: normal normal bold 36px/44px Montserrat !important;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.section-title span {
    position: relative;
}

.section-title span::before,
.section-title span::after {
    background: #000000;
    border-radius: 50%;
    content: '';
    height: 10px;
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
}

.section-title span::after {
    left: auto;
    right: -36px;
}

.section-subtitle {
    color: #009BFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 0;
    text-align: center;
}

.section-subtitle.black {
    color: #000000;
}

@media screen and (max-width: 992px) {
    #hero .gift-box {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .card-flex {
        flex-direction: column;
    }

    .card-flex-item {
        text-align: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .card-flex-item * {
        text-align: left;
    }

    .delight {
        margin-bottom: 3rem;
    }

    .design-gift h3 {
        font-size: 36px;
    }

    .design-gift h3,
    .design-gift p {
        max-width: 484px;
    }
}

@media (max-width: 500px) { /*https://tecalis.atlassian.net/browse/LGC-1672*/
    #products div.container h1.h1-inicio{
        font-size: 62px !important;
    }
}
