@font-face {
    font-family: GrayscaleSignature;
    src: url('/fonts/GrayscaleSignature.ttf');
}

html {
    overflow: hidden scroll;
    scroll-behavior: smooth;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] { -moz-appearance:textfield; }

i {
    pointer-events: none;
}

body{
    margin: 0;
    padding: 0;
    font: 14px/1.5em Montserrat;
    color: #000;
}

body ul{
    list-style: none;
}

.subtitle{
    text-transform: uppercase;
    color: #f0e0d8;
    font-weight: 700;
}

.textPink{
    color: #cc6a7b;
}
.textGrey{
    color: #393939;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}

#header.header-fixed {
    background: rgba(154, 32, 25, 0.95);
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.stickyNavBar {
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

#navBar {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 10px;
    background: #fff;
}

#navBar ul {
    display: flex;
}

#navBar li a{
    color: #000;
    font-weight: 400;
}

#navBar li.menu-active a{
    color: #e3b39d;
    font-weight: 700;
}

#navBar li{
    margin: 0 2px;
    font-weight: normal;
}
#navBar li a.social{
    margin: 0 -5px;
}
#navBar li i{
    color: #c4007a;
}

.btn-jc {
    padding: 8px 50px;
    background: #f0e0d8;
    border-radius: 30px;
}

.box__title--general {
    margin-top: 1em;
    text-transform: uppercase;
}

.box__title--general img {
    width: 3em;
}

.box__title--general p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 300;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 520px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    display: flex;
    justify-content: center;
}

.modal.right .modal-content {
    height: 100vh;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

/*--------------------------------------------------------------
# Instagram
--------------------------------------------------------------*/
.caption-style-4{
    list-style-type: none;
    margin: 0px;
    padding: 0px 30px;

}
.caption-style-4 #list{
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.caption-style-4 #list:hover .caption{
    opacity: 1;
}
.caption-style-4 #list:hover img{
    opacity: 1;
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
}
.caption-style-4 img{
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 0;
}
.caption-style-4 .caption{
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition:all 0.45s ease-in-out;
    -moz-transition:all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    -ms-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
}
.caption-style-4 img{
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.caption-style-4 .blur{
    background-color: rgba(0,0,0,0.65);
    height: 300px;
    width: 400px;
    z-index: 5;
    position: absolute;
}
.caption-style-4 .caption-text h1{
    text-transform: uppercase;
    font-size: 24px;
}
.caption-style-4 .caption-text{
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 400px;
    height: 300px;
    text-align: center;
}
/** Nav Menu */
ul.nav-menu{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    width: 490px;
    margin: 60px auto;
}
ul.nav-menu li{
    display: inline;
    margin-right: 10px;
    padding:10px;
    border: 1px solid #ddd;
}
ul.nav-menu li a{
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
}
ul.nav-menu li a:hover, ul.nav-menu li a.active{
    color: #2c3e50;
}
/** content **/
.content{
    margin-top: 100px;
    margin-left: 100px;
    width: 700px;
}
.content h1, .content h2{
    font-family: "Source Sans Pro",sans-serif;
    color: #ecf0f1;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
.content h1{
    font-weight: 900;
    font-size: 64px;
}
.content h2{
    font-size:26px;
}
.content p{
    color: #ecf0f1;
    font-family: "Lato";
    line-height: 28px;
    font-size: 15px;
    padding-top: 50px;
}
p.credit{
    padding-top: 20px;
    font-size: 12px;
}
p a{
    color: #424242;
    font-weight: 700;
}
/** fork icon**/
.fork{
    position: absolute;
    top:0px;
    left: 0px;
}

.box-cortina{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,.5);
}
.rose-important-text{
    color: #d49c8c !important;
    font-weight: bold;
}
.section_title{
    font-family: 'GrayscaleSignature', cursive;
    text-align: center;
    background: #fff7f3;
    font-size: 1.2em;
}
.section_title h2{
    font-weight: 300;
    color: #393939;
    font-size: 2em;
    margin-bottom: 0;
    padding-top: .4em;
}
.section_title span{
    font-family: 'Allura', cursive;
    color: #cc6a7b;
    font-size: 2em;
}

.social-media ul li{
    border: 1px solid #888;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.social-media ul li i{
    color: #888;
    font-size: 1.5em;
    font-weight: 100;
}

#testimony .box-image{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid pink;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

#formRegister ::-webkit-input-placeholder { /* Edge */
    opacity: .3 !important;
}

#formRegister :-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: .3 !important;
}

#formRegister ::placeholder {
    opacity: .3 !important;
}

.box-checks label{
    color: #393939;
}

.error{
    color: darkred;
}

.imgSells img{
    width: 50%;
}

.headerGuarantee {
    background: #fff0e8;
    padding: 5px 100px;
}

.headerGuarantee a {
    color: #000;
}

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

.headerGuarantee img {
    width: 30px;
}

/*#ebb7a1*/
.swal2-progress-steps .swal2-progress-step {
    background: #ebb7a1 !important;
}

.swal2-progress-steps .swal2-progress-step-line {
    background: #ebb7a1 !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #ebb7a1 !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #ffe4d9 !important;
    color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #ffe4d9 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #ebb7a1 !important;
}

.highlightPrice {
    font-size: 25px;
    font-weight: 700;
}

.videoAdvertising {
    position: relative;
    max-height: 290px;
}

.iframeAdvertising {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .caption-style-4 li{
        width: 80%;
    }
    .caption-style-4 li img{
        width: 100%;
    }
    .caption-style-4 p{
        height: 70% !important;
    }
    .social-media ul li{
        width: 30px;
        height: 30px;
    }
    .social-media ul li i{
        font-size: 1em;
    }
    .imgSells img {
        width: 100%;
    }
    .videoAdvertising {
        height: 334px;
        margin-bottom: 25px;
    }
    .iframeAdvertising {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #navBar{
        background: #fff0e8;
    }
    #navBar ul {
        flex-flow: row wrap;
        padding: 0;
    }
    #navBar li a.nav-link{
        padding: 0.2rem .5rem;
    }

    .headerGuarantee {
        padding: 5px 10px;
    }
}
