@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;700;900&display=swap');


/* GENERAL STYLE */
html, body {
    font-family: 'Raleway', sans-serif;
}
main[role="main"] {
    margin-top: 0em;
}
.text-orange {
    color: rgb(255, 121, 0);
}
p.title {
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
}
div.div-section {
    padding-top: 3em;
    padding-bottom: 3em;
}


/* NAVBAR STYLE */
nav.navbar{
    background-color: transparent;
    border-bottom: 0;
}
nav img.img-logo-center{
    height: 58px;
    width: auto;
    margin: 0 2em;
}
nav img#imgLogo{
    width: 14%;
    height: auto;
    margin: 0 43%;
}
nav ul li{
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.95rem;
    color: #000000;
    text-transform: uppercase;
}
nav ul li.active{
    font-weight: 700;
}
nav ul li a{
    padding-left: 18px !important;
    padding-right: 18px !important;
    color: #000000 !important;
}
nav .icon-bar {
    width: 24px; 
    height: 2px;
    background-color: rgb(255, 121, 0);
    display: block;
    transition: all 0.2s;
    margin-top: 6px;
}
nav .icon-bar.top-bar {
    margin-top: 0px;
}
nav .navbar-toggler{
    border: none;
    background: transparent !important;
    position: absolute; 
    top: 16px;
    right: 14px;
    z-index: 10;
    outline: none;
}
nav .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 0% 40%;
}
nav .navbar-toggler .middle-bar {
    opacity: 0;
}
nav .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 2% 90%;
}
nav .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
nav .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
nav .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}


/* FOOTER STYLE */
.footer {
    background-color: #000000;
}
.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.footer .img-logo-white {
    height: 50px;
    width: auto;
}
.footer .btn-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    font-size: 1.2rem;
    line-height: 1;
}
.footer .btn-social>i {
    margin-top: 0.2em;
}
.footer p.text {
    color: #FFF;
    font-weight: 600;
    font-size: .85rem;
}


/* BICYCLE STYLE */
div.div-base-bicycle {
    cursor: pointer;
}
div.div-base-bicycle > img {
    width: 80%;
    margin: 0 10%;
}
p.title-bicycle {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
p.title-bicycle2 {
    font-size: 1.3rem;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0.8em;
}
div.bike-part {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
p.title-selection {
    font-size: 1.1rem;
    font-weight: 700;
}
p.subtitle-selection {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1rem;
    font-weight: 400;
}
.subtitle-price {
    font-size: 1.1rem;
    font-weight: 400;
}
.title-price {
    font-size: 1.5rem;
    font-weight: 700;
}
.title-price2 {
    font-size: 1.35rem;
    font-weight: 700;
}


/* BTN's STYLE OPTIONS */
a.btn-gender {
    padding: 0 0.1em;
    color: rgb(199, 199, 199);
}
a.btn-gender > img {
    height: 60px;
    width: auto;
    opacity: 0.3;
}
a.btn-gender > p {
    color: #212529;
}
a.btn-gender.active > img {
    opacity: 1;
}
a.btn-gender:hover > img {
    opacity: 1;
}
a.btn-size {
    margin: 0;
    padding: 0 0.25em;
    color: rgb(199, 199, 199);
}
a.btn-size > span.size {
    font-size: 3rem;
    font-weight: 900;
    line-height: 0.9;
}
a.btn-size:hover {
    color: rgb(0, 0, 0);
}
a.btn-size.active {
    color: rgb(0, 0, 0);
}
a.btn-step {
    padding: 0;
}
a.btn-step > img {
    height: 40px;
    width: auto;
    opacity: 0.25;
}
a.btn-step:hover > img {
    opacity: 0.75;
}
a.btn-step.active > img {
    opacity: 1;
}
a.btn-subStep {
    padding: 0;
}
a.btn-subStep > img {
    height: 40px;
    width: auto;
    opacity: 0.25;
}
a.btn-subStep.btn-subStepLarge > img {
    width: 70px !important;
    height: auto !important;
}
a.btn-subStep:hover > img {
    opacity: 0.75;
}
a.btn-subStep.active > img {
    opacity: 1;
}
a.btn-subStepColor {
    margin: 0 0.2em;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
a.btn-subStepColor.btn-texture {
    background-image: url('../img/texture.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a.btn-order {
    background-color: rgb(0, 215, 0);
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 25px;
    padding-right: 30px;
    padding-left: 30px;
}
a.btn-order:hover {
    color: #FFF;
}
a.btn-back {
    background-color: rgb(255, 121, 0);
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 25px;
    padding-right: 30px;
    padding-left: 30px;
}
a.btn-back:hover {
    color: #FFF;
}
.btn-back-order {
    background-color: rgb(255, 121, 0);
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 25px;
    padding-right: 30px;
    padding-left: 30px;
}
.btn-back-order:hover {
    color: #FFF;
}


/* HELP PIN STYLE */
div#divBtnInfo01 {
    position: absolute;
    z-index: 1002; 
    left: 17.2%; 
    bottom: 41.4%;
}
div#divBtnInfo02 {
    position: absolute; 
    z-index: 1002; 
    left: 13.8%; 
    bottom: 66%;
}
div#divBtnInfo03 {
    position: absolute;
    z-index: 1002; 
    right: 30%; 
    top: -8%;
}
img.img-pin {
    width: 46px; 
    height: auto;
} 


/* POPOVER PIN HELP STATUS */
.popover {
    border: none;
}
.popover > .arrow {
    display: none;
}
.popover > .popover-body {
    border-radius: 8px;
    background-color: rgb(255, 121, 0);
    color: #FFF;
    font-weight: 300;
}
.popover p.title-popover {
    font-size: 1.1rem !important;
    text-align: center;
    font-weight: 700;
}
.popover p.text-popover > span {
    font-weight: 700;
}


/* HOME STYLE */
div#divHome {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: 58vh;
}

div#divAbout p.title {
    color: rgb(255, 121, 0);
}

div#divBuildBicycle {
    background-color: rgb(255, 121, 0);
    padding-bottom: 0;
}
div#divBuildBicycle p.title {
    color: #FFF
}
div#divBuildBicycle a.btn-custom {
    background-color: #FFF;
    color: rgb(255, 121, 0);
    font-weight: 600;
    border-radius: 20px;
    padding: 5px 30px;
}

div#divMoreSell {
    padding-top: 5em;
    padding-bottom: 5em;
}
div#divMoreSell p.title {
    color: rgb(255, 121, 0);
}
div.slide-bibycle {
    width: 100%;
    height: 17em;
    background-size: cover;
    background-position: bottom center;
}

div#divInstagram p.title {
    color: rgb(255, 121, 0);
}
div#divInstagram .div-post {
    min-height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* STEPS STYLE */
div.cover-step {
    background-color: rgb(238, 238, 238);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    padding-right: 0.9em;
    padding-left: 0.9em;
}
#titleSteps {
    font-weight: 700;
}
img.img-step {
    height: 70px;
    width: auto;
}
p.subtitle-step {
    margin-top: 1em;
    font-weight: 600;
}
a.btn-startStep {
    background-color: rgb(0, 215, 0);
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 25px;
    padding-right: 30px;
    padding-left: 30px;
}
a.btn-startStep:hover {
    color: #FFF;
}
p.text-step {
    font-size: 0.85rem;
}
p.text-step-aux {
    font-weight: 600;
}


/* FORM STYLE */
.btn-sendOrder {
    background-color: rgb(0, 215, 0);
    color: #FFF;
    border: 1px solid rgb(0, 215, 0);
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 25px;
    padding-right: 30px;
    padding-left: 30px;
}
.btn-sendOrder:hover {
    background-color: rgb(0, 215, 0);
    color: #FFF;
    border: 1px solid rgb(0, 215, 0);
}
.btn-sendOrder:active {
    background-color: rgb(0, 215, 0) !important;
    color: #FFF !important;
    border: 1px solid rgb(0, 215, 0) !important;
}
label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}
input.error {
    border: 1px dashed red;
    font-weight: 300;
    color: red;
}
.spinner-border-loader {
    width: 1.4rem;
    height: 1.4rem;
    border-width: .2em;
}


/* SWIPER STYLE */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.detail-bicycle {
    cursor: pointer;
}
.modal-header {
    padding: 0.4em 1.6em 0em 1em;
    border: 0;
}
.modal-header>button>span {
    font-size: 2.4rem;
    color: rgb(255, 121, 0);
}


/* WHATSAPP STYLE */
#btnWhats {
    position: fixed;
    z-index: 1000;
    right: 0.6em;
    bottom: 2em;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 2.8rem;
    line-height: 1;
    color: #FFF;
    background-color: rgb(255, 121, 0);
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
}
a#btnWhats > i {
    margin-left: -2px;
    margin-top: 2px;
}


/* LOADING BIKE STYLE */
div#loadingBike {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    z-index: 1005; 
    left: 0%; 
    top: 0;
    background-color: rgba(255, 255, 255, 0.4);
}
div#loadingBike > div.fa-3x {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
div#loadingBike > div.fa-3x > i.fas {
    color: rgb(255, 121, 0);
}


/* ORDER STYLE */
.subtitle-detail-order {
    font-weight: 700;
}
.name-detail-order {
    color: rgb(255, 121, 0);
}