.hero-image {
    background-image: url(../images/background/top-back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-two {
    background-image: url(../images/background/back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-three {
    background-image: url(../images/background/colors.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #2b969e;
}

.text-info-dark{color: #0A6369;}
.text-grey{color: grey;}

.bg-info-dark{background-color: #0A6369;}
.bg-alice-blue{background-color: aliceblue}
.bg-pink-light{background-color: #F6F6F6;}
.bg-sky{background-color: #E7F6F1;}
.bg-success-dark{background-color: #1B7C5A;}


.border-top-bottom
{
    border-top: 3px solid #2b969e;
    border-bottom: 3px solid #2b969e;

}
.rounded-10{
    border-radius: 10px;
}
.rounded-25{
   border-radius: 25px;
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
     align-items:initial;
    justify-content: space-between;
}

.ff-rasa{font-family: 'Rasa', serif;}
.ff-roboto{font-family: 'Roboto Light',serif;}
.ff-geometria{font-family: 'Geometria', sans-serif;}



.hero-text{
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
}

.content-text{
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
}

.w-30 { width: 30% !important;}
.w-28 { width: 28% !important;}
.w-35 { width: 35% !important;}
.w-60 { width: 60% !important;}

.fw-400{font-weight: 400!important;}
.fw-500{font-weight: 500!important;}
.fw-700{font-weight: 700!important;}
.fs-16{font-size: 16px !important;}
.fs-12{font-size: 12px !important;}
.fs-18{font-size: 18px !important;}
.fs-50{font-size: 50px !important;}
.fs-40{font-size: 40px !important;}
.fs-30{font-size: 30px !important;}
.fs-22{font-size: 22px !important;}

.btn-shadow-succes{
    color: #ffff;
    border: none;
    border-radius: 15px;
    width: 168px;
    background-color: #2D9571;

}

.btn-shadow-succes:hover{
    color: #ffff;
    box-shadow: 0px 3px 8px #2D9571;
    transition: all 0.3s ease 0s;
}

.btn-shadow-dark{
    color: #ffff;
    border: none;
    border-radius: 15px;
    width: 168px;
    background-color: #080909;

}

.btn-shadow-dark:hover{
    color: #ffff;
    box-shadow: 0px 3px 8px #080909;
    transition: all 0.3s ease 0s;
}

/*.bg-info-dark {*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-wrap: wrap;*/
/*}*/

.bg-info-dark > .col {
    text-align: center;
    margin: 10px;
    height: 170px;
}

.icon-image-shadow{

}

.icon-image-shadow:hover{
    -webkit-filter: drop-shadow(0px 0px 5px #ffffff);
    filter: drop-shadow(0px 0px 5px #ffffff);
}

.social-img-hover {
    position: relative;
    display: inline-block;
    margin: 0px;
}
.social-img-hover .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.social-img-hover:hover .img-top {
    display: inline;
}
.social-img-custom {
    margin: 0px;
    height: 35px;
    width: 45px;
}

/*.follow-img-hover {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    margin: 0px;*/
/*}*/
/*.follow-img-hover .img-top {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 99;*/
/*}*/
/*.follow-img-hover:hover .img-top {*/
/*    display: inline;*/
/*}*/

/*.follow-img-custom {*/
/*    margin: 0px;*/
/*    !*height: 17px;*!*/
/*    !*width: 22px;*!*/
/*}*/

.icon:hover path {
    fill: #2b969e;
}

.buy-now-discount{
    border: none;
    border-radius: 5px;
    color: #AD6E23;
    background-color: #FFEFDD;
    font-size: 18px;
    font-weight: 500;
}

.btn-buy{
    color: #2b969e;
    /*background-color: transparent;*/
    border: 2px solid#2b969e;
}
.btn-buy:hover {
    color: #ffffff;
    background-color: #2b969e;
    border-color: #2b969e;
}
.btn-check:focus + .btn-buy, .btn-buy:focus {
    box-shadow: 0 0 0 0.25rem #2b969e;
}
.btn-check:checked + .btn-buy, .btn-check:active + .btn-buy, .btn-buy:active, .btn-buy.active, .btn-buy.dropdown-toggle.show {
    color: #ffffff;
    background-color: #2b969e;
    border-color: #2b969e;
}
.btn-check:checked + .btn-buy:focus, .btn-check:active + .btn-buy:focus, .btn-buy:active:focus, .btn-buy.active:focus, .btn-buy.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem #2b969e;
}
.btn-buy:disabled, .btn-buy.disabled {
    color: #2b969e;
    background-color: transparent;
}
.bg-card{
    background-color: #F0FEFF !important;
    border: 5px solid #ffffff;
    border-radius: 20px;

}
.bg-card-white{
    align-items: center;
    background-color: #F9FFFD !important;
    border: none;
    border-radius: 20px;
    padding-left: 3px;
    padding-right: 3px;
    /*padding: 8px;*/
}

.priceCart img{
    display: none;
}
.priceCart.active{
    border: 3px solid #1AA372;
}
.priceCart.active img{
    display: block;
}

.bg-card-white:hover{
    border: 3px solid #1AA372;
}

.bg-card-white:focus{

}



.lh-65{line-height: 65px;}

.join-us
{
    font-family: 'Rasa', serif;
    font-weight: 700;
    font-size: 40px;
    background: linear-gradient(to top, #29d0bc, #6bdede, #b99ce4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    text-decoration: underline !important;
    text-decoration-color: #29d0bc !important;
    text-underline-offset: 10px !important;
}
.btn-outline-info-dark {
    color: #2b969e;
    border-color: #2b969e;
}
.btn-outline-info-dark:hover {
    color: #ffffff;
    background-color: #2b969e;
    border-color: #2b969e;
}
.modal-login {
    padding: 40px;
    border: 2px solid #ffffff;
    border-radius: 34px;
    background-color: aliceblue;
}

.modal-payment{
    /*height: 650px;*/
    /*width: 650px;*/
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 34px;
    background-color: aliceblue;
}
.d-flow-root{display: flow-root}
.custom-padding{
    padding-right: 4rem;
    padding-left: 6rem;
}
.text-justify
{
    text-align: justify;
}

.card-icon-size
{
    height: 60px;
    width: 60px;
}
.mt-6{margin-top: 4rem}



.ff-geometria .navbar-light .navbar-nav .nav-link:hover, .ff-geometria .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.95);
}

.btn-outline-info-dark {
    color: #2b969e;
    border-color: #2b969e;
}
.btn-outline-info-dark:hover {
    color: #ffffff;
    background-color: #2b969e;
    border-color: #2b969e;
}








