@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
# My Styles
--------------------------------------------------------------*/

.section {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-color: #E610A5;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.justify-content-center{
    justify-content:center;
}

.grow {
    transition: transform 0.5s;
}

.grow:hover {
    transform: scale(110%);
    transition-duration: all 0.5s;
}

.shrink {
    transition: transform 0.5s;
}

.shrink:hover {
    transform: scale(98%);
    transition-duration: all 0.5s;
}

/*---------------------
# Media Queries Ads
----------------------*/

.ad-1{
}

.ad-2{
    display: none;
    
}

@media (max-width: 768px){
    .ad-1{
        display: none;
    }
}

@media (max-width: 768px){
    .ad-2{
        display: block;
    }
}

/*---------------------
# FAQ
----------------------*/

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid rgba(255,255,255,0.10);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: #00BAFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-right: 25px;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
    color: #FFFFFF;
}

.faq .faq-list a.collapsed:hover {
  color: #00BAFF;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.text-green{
    color: #58C231;
    text-align: center;
    font-size: small;
    padding-top: 15px;
    padding-bottom: 10px;
}

.text-green:hover{
    color: #6FEA42;
}

/*---------------------
# Text Color
----------------------*/

.text-blue{
    color: #50BEE7
}

.text-white{
    color: #FFFFFF
}

.text-yellow{
    color: rgba(249,195,5,1.00);
}

.text-amazon-orange{
    color: orange;
}


/*---------------------
# Text Heading
----------------------*/

.hero-heading {
    font-size: calc(1.75rem + 1vw);
}


/*---------------------
# Margin Top -
----------------------*/

.mar-top--5px{
    margin-top: -5px;
}

.mar-top--10px{
    margin-top: -10px;
}

.mar-top--15px{
    margin-top: -15px;
}

.mar-top--20px{
    margin-top: -20px;
}

.mar-top--25px{
    margin-top: -25px;
}

.mar-top--30px{
    margin-top: -30px;
}

.mar-top--35px{
    margin-top: -35px;
}

.mar-top--40px{
    margin-top: -40px;
}

.mar-top--45px{
    margin-top: -45px;
}

.mar-top--50px{
    margin-top: -50px;
}

/*---------------------
# Margin Bottom -
----------------------*/

.mar-bot--5px{
    margin-bottom: -5px;
}

.mar-bot--10px{
    margin-bottom: -10px;
}

.mar-bot--15px{
    margin-bottom: -15px;
}

.mar-bot--20px{
    margin-bottom: -20px;
}

.mar-bot--25px{
    margin-bottom: -25px;
}

.mar-bot--30px{
    margin-bottom: -30px;
}

.mar-bot--35px{
    margin-bottom: -35px;
}

.mar-bot--40px{
    margin-bottom: -40px;
}

.mar-bot--45px{
    margin-bottom: -45px;
}

.mar-bot--50px{
    margin-bottom: -50px;
}




/*---------------------
# Margin Top
----------------------*/

.mar-top-5px{
    margin-top: 5px;
}

.mar-top-10px{
    margin-top: 10px;
}

.mar-top-15px{
    margin-top: 15px;
}

.mar-top-20px{
    margin-top: 20px;
}

.mar-top-25px{
    margin-top: 25px;
}

.mar-top-30px{
    margin-top: 30px;
}

.mar-top-35px{
    margin-top: 35px;
}

.mar-top-40px{
    margin-top: 40px;
}

.mar-top-45px{
    margin-top: 45px;
}

.mar-top-50px{
    margin-top: 50px;
}

/*---------------------
# Margin Bottom
----------------------*/

.mar-bot-5px{
    margin-bottom: 5px;
}

.mar-bot-10px{
    margin-bottom: 10px;
}

.mar-bot-15px{
    margin-bottom: 15px;
}

.mar-bot-20px{
    margin-bottom: 20px;
}

.mar-bot-25px{
    margin-bottom: 25px;
}

.mar-bot-30px{
    margin-bottom: 30px;
}

.mar-bot-35px{
    margin-bottom: 35px;
}

.mar-bot-40px{
    margin-bottom: 40px;
}

.mar-bot-45px{
    margin-bottom: 45px;
}

.mar-bot-50px{
    margin-bottom: 50px;
}

/*---------------------
# Padding 360
----------------------*/

.pad-0-0-0-0{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.pad-5-5-5-5{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.pad-10-10-10-10{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.pad-15-15-15-15{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.pad-20-20-20-20{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.pad-25-25-25-25{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.pad-30-30-30-30{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.pad-35-35-35-35{
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
}

.pad-40-40-40-40{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.pad-45-45-45-45{
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
}

.pad-50-50-50-50{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

/*---------------------
# Padding Left Right
----------------------*/

.pad-lef-15px {
    padding-left: 15px;
}

.pad-lef-rht-0px{
    padding-left: 0px;
    padding-right: 0px;
}

.pad-lef-rht-5px{
    padding-left: 5px;
    padding-right: 5px;
}

.pad-lef-rht-10px{
    padding-left: 10px;
    padding-right: 10px;
}

.pad-lef-rht-15px{
    padding-left: 15px;
    padding-right: 15px;
}

.pad-lef-rht-20px{
    padding-left: 20px;
    padding-right: 20px;
}

.pad-lef-rht-25px{
    padding-left: 25px;
    padding-right: 25px;
}

.pad-lef-rht-30px{
    padding-left: 30px;
    padding-right: 30px;
}

.pad-lef-rht-35px{
    padding-left: 35px;
    padding-right: 35px;
}

.pad-lef-rht-40px{
    padding-left: 40px;
    padding-right: 40px;
}

.pad-lef-rht-45px{
    padding-left: 45px;
    padding-right: 45px;
}

.pad-lef-rht-50px{
    padding-left: 50px;
    padding-right: 50px;
}

/*---------------------
# Padding Top
----------------------*/

.pad-top-5px{
    padding-top: 5px;
}

.pad-top-10px{
    padding-top: 10px;
}

.pad-top-15px{
    padding-top: 15px;
}

.pad-top-20px{
    padding-top: 20px;
}

.pad-top-25px{
    padding-top: 25px;
}

.pad-top-30px{
    padding-top: 30px;
}

.pad-top-35px{
    padding-top: 35px;
}

.pad-top-40px{
    padding-top: 40px;
}

.pad-top-45px{
    padding-top: 45px;
}

.pad-top-50px{
    padding-top: 50px;
}

/*---------------------
# Padding Bottom
----------------------*/

.pad-bot-5px{
    padding-bottom: 5px;
}

.pad-bot-10px{
    padding-bottom: 10px;
}

.pad-bot-15px{
    padding-bottom: 15px;
}

.pad-bot-20px{
    padding-bottom: 20px;
}

.pad-bot-25px{
    padding-bottom: 25px;
}

.pad-bot-30px{
    padding-bottom: 30px;
}

.pad-bot-35px{
    padding-bottom: 35px;
}

.pad-bot-40px{
    padding-bottom: 40px;
}

.pad-bot-45px{
    padding-bottom: 45px;
}

.pad-bot-50px{
    padding-bottom: 50px;
}

/*---------------------
# Bottons
----------------------*/

.lets-go-btn{
    border: thin solid rgba(0,0,0,0.00);
    font-size: x-large;
    font-weight: bolder;
    color: #121212;
    border-radius: 0px;
    background-color: rgba(77,211,247,1.00);
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.yes-i-want-this-btn{
    background-color: rgba(249,195,16,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: #1C1C1C;
    border-radius: 33px;
    margin-yop: 20px;
    margin-top: 0px;
}

.yes-i-want-this-btn:hover{
    background-color: rgba(22,22,22,1.00);
    color: rgba(255,255,255,1.00);
  
}

.yes-i-want-this-btn-big{
    background-color: #F9C303;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    padding-left: 40px;
    color: rgba(19,19,19,1.00);
    margin-bottom: 20px;
    margin-yop: 20px;
    font-size: 24px;
    font-weight: 800;
    margin-top: 15px;
}

.yes-i-want-this-btn-big:hover{
    background-color: rgba(22,22,22,1.00);
    color: rgba(255,255,255,1.00);
}

.yes-i-want-this-btn-blue{
    background-color: rgba(0,206,255,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: rgba(19,19,19,1.00);
    border-radius: 33px;
    margin-bottom: 20px;
    margin-yop: 20px;
    margin-top: 15px;
}

.yes-i-want-this-btn-blue:hover{
    background-color: rgba(22,22,22,1.00);
    color: rgba(255,255,255,1.00);
    margin-yop: 20px;
}

.gradient-btn {
    background-image: linear-gradient(30deg, #f48c06, #F9C303, #f48c06);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;    
    border-radius: 4px;
    background-size: 200%;
    background-position: left;
    transition: 0.5s background-position ease-in-out;
    color: rgba(22,22,22,1.00);
    -webkit-box-shadow: 1px 1px 20px rgba(31,52,68,0.15);
    box-shadow: 1px 1px 20px rgba(31,52,68,0.15);
}

.gradient-btn:hover {
    background-position: right;
    transition-duration: 0.5s;
    color: rgba(22,22,22,1.00);
    -webkit-box-shadow: 1px 1px 5px rgba(19,33,44,0.17);
    box-shadow: 1px 1px 5px rgba(19,33,44,0.17);
}
.gradient-btn-membership {
    background-image: linear-gradient(30deg, #f48c06, #F9C303, #f48c06);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    background-size: 200%;
    background-position: left;
    transition: 0.5s background-position ease-in-out;
    color: rgba(22,22,22,1.00);
    -webkit-box-shadow: 1px 1px 20px rgba(31,52,68,0.15);
    box-shadow: 1px 1px 20px rgba(31,52,68,0.15);
    margin-top: 30px;
    text-align: center;
}
.gradient-btn-membership:hover {
    background-position: right;
    transition-duration: 0.5s;
    color: rgba(22,22,22,1.00);
    -webkit-box-shadow: 1px 1px 5px rgba(19,33,44,0.17);
    box-shadow: 1px 1px 5px rgba(19,33,44,0.17);
}

.call-btn-profile{
    width: 100px;
    opacity: 0.9;
    -webkit-box-shadow: 0px 0px 100px #F9C303;
    box-shadow: 0px 0px 100px #F9C303;
    border-radius: 111px;
    margin-top: 30px;
}

.call-btn-profile:hover{
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 100px #3DCCF7;
    box-shadow: 0px 0px 100px #3DCCF7;
    border-radius: 117px;
}

/*---------------------
# 
----------------------*/

.new {
    background-image: -webkit-linear-gradient(58deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    background-image: -moz-linear-gradient(58deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    background-image: -o-linear-gradient(58deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    background-image: linear-gradient(32deg,rgba(255,210,0,1.00) 0.88%,rgba(255,221,0,1.00) 10.30%,rgba(255,205,0,1.00) 30.19%,rgba(255,224,0,1.00) 63.74%,rgba(255,202,0,1.00) 85.83%,rgba(255,206,0,1.00) 100%);
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    float: left;
    font-size: 12px;
}

.divider{
    border-bottom: thin solid #EAE8E8;
    padding-top: 0px;
    padding-bottom: 0px;
}

.flipbook-iframe{
    display: flex;
    align-content: center;
    align-items: center;
    width: 100vw;
    border-color: #000000;
    height: 85vh;
    padding-top: 20px;
    padding-bottom: 20px;
}

.insert-email {
    color: rgba(255,255,255,1.00);
    border-bottom: thin solid rgba(255,255,255,0.29);
    text-align: center;
}

.no-bg {
    background-color: rgba(0,0,0,0.00);
}

.no-border {
    border-color: rgba(0,0,0,0.00);
}

.map-embed-100vw {
    width: 100vw;
    margin-left: -12px;
    margin-bottom: -56px;
    opacity: 1;
    margin-top: 50px;
}

.z-in--1{
    z-index: -1;
}

.z-in-1{
   z-index: 1; 
}

.z-in-2{
    z-index: 2;    
}

.z-in-3{
   z-index: 3;     
}

.z-in-4{
   z-index: 4;     
}

.z-in-5{
    z-index: 5;    
}

.z-in-6{
    z-index: 6;    
}

.sticky-top {
  position: sticky;
  top: 0;
}
.sticky-top-15px {
    position: sticky;
    top: 15px;
}

.certificates {
    padding: 15px;
}

.drop-shadow {
    -webkit-box-shadow: 1px 1px 20px 1px rgba(176,176,176,0.68);
    box-shadow: 1px 1px 20px 1px rgba(176,176,176,0.68);
    border: thin solid rgba(208,206,206,0.68);
}

.banner-hero {

}

.banner-hero-content {
    padding: 15px;
    width: 90%;
    max-width: 1150px;
    margin-top: -35px;
    z-index: 2;
    background-color: #FEF7CE;
    height: auto;
    border-radius: 5px;
}

.banner-hero-col {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.twelve-px {
    font-size: 12px;
}

.display-flex {
    display: flex;
}

.disc-link {
}

.disc-link:hover {
    color: rgba(18,50,94,0.50);
}


.hidden{
    display: none;
    visibility: hidden;
}