p {
    opacity: 1;
}

a,
label a {
    text-decoration: none;
    color: #fff;
}

p a:hover,
label a:hover {
    text-decoration: underline;
    color: #fff;
}

#section3 a,
#section7 a {
    text-decoration: none;
    color: #000;
}

#section3 a:hover,
#section7 a:hover {
    text-decoration: underline;
    color: #000;
}


/* Section 1
 * --------------------------------------- */

#section1 img {
    margin: 20px 0;
    opacity: 1;
}

#myVideo {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page
        background-image: /* our video 
        ;*/
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
}

#myVideoLogin {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page
        background-image: /* our video 
        ;*/
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
}

#myVideoApp {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page
        background-image: /* our video 
        ;*/
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /*cover video background */
    filter: brightness(50%);
}


/* Layer with position absolute in order to have it over the video
    * --------------------------------------- */

#section7 .layer,
#section1 .layer {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 30%;
    height: 100%;
}


/* Overwriting fullPage.js tooltip color
* --------------------------------------- */

#pp-nav.custom .pp-tooltip {
    color: #AAA;
}

#markup {
    display: block;
    width: 450px;
    margin: 20px auto;
    text-align: left;
}

input[type='text'],
input[type='email'],
input[type='password'] {
    background-color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    height: 60px;
    vertical-align: middle;
    position: relative;
    border-radius: 30px;
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 50px;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

#modalRecovery input,
#section7 input {
    background-color: #ccc;
    border: #000;
    border-color: #000;
    outline: none;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    position: relative;
    border-radius: 20px;
    width: 65%;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-align: left;
}

#section5b input,
#section2b input {
    height: 80px;
    vertical-align: middle;
    position: relative;
    border-radius: 15px;
    width: 100%;
    padding: 0 30 0 0px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-align: left;
}

.clean input {
    height: 30px;
    width: 50%;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
}

 ::-webkit-input-placeholder {
    font-weight: 300;
}

 ::-moz-placeholder {
    font-weight: 300;
}


/* firefox 19+ */

 :-ms-input-placeholder {
    font-weight: 300;
}


/* ie */

input:-moz-placeholder {
    font-weight: 300;
}

.btn {
    border-radius: 40px;
    font-weight: 300;
}

.btn-noborder {
    border: none;
    font-weight: 300;
}

#infoMenu {
    height: 20px;
    color: #f2f2f2;
    position: fixed;
    z-index: 70;
    bottom: 30px;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    padding: 8px 0 8px 0;
}

#infoMenu ul {
    padding: 0 40px;
}

#infoMenu li a {
    display: block;
    margin: 0 30px 0 0;
    color: #fff;
    text-decoration: none;
}

#infoMenu li a:hover {
    text-decoration: underline;
}

#infoMenu li {
    display: inline-block;
    position: relative;
}


/* APP - INDEX */

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    z-index: 100;
}

#section3b input[type=radio]:not(:checked),
#section4b input[type=radio]:not(:checked) {
    display: none;
    cursor: pointer;
}

#section3b input[type=radio]:checked::after,
#section4b input[type=radio]:checked::after {
    display: block;
    color: white;
    font-family: "bootstrap-icons";
    border: 2px solid #7d4294;
    content: "\F26E";
    font-size: 24px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 150px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background: #7d4294;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

#section3b label,
#section4b label {
    cursor: pointer;
}

.cardhover:hover {
    border-bottom: 2px solid #7d4294;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.nav-pills .nav-item .nav-link {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    min-width: 100px;
    color: #555;
    transition: all .3s;
    border-radius: 30px;
    padding: 10px 15px;
    text-align: center;
    border-radius: 30px;
}

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #7d4294;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(156, 39, 176, .6);
}

.btn-studio {
    color: #fff;
    background-color: #7d4294;
    border-color: #7d4294;
}

.btn-studio:hover {
    color: #7d4294;
    background-color: white;
    border-color: #7d4294;
}

.btn-outline-studio:hover {
    color: #fff;
    background-color: #7d4294;
    border-color: #7d4294;
    border-width: 1px;
}

.text-studio {
    color: #7d4294;
}

.tooltip {
    z-index: 1151 !important;
}

table {
    counter-reset: section;
}

.count:before {
    counter-increment: section;
    content: counter(section);
}


/*
.display-6 {
    font-size: 2.5rem;
}

.display-5 {
    font-size: 3rem;
}

.display-4 {
    font-size: 3.5rem;
}

.display-3 {
    font-size: 4rem;
}

.display-2 {
    font-size: 4.5rem;
}

.display-1 {
    font-size: 5rem;
}
*/

.payment input {
    background-color: #f1f1f1;
    border: #000;
    border-color: #000;
    outline: none;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    position: relative;
    border-radius: 20px;
    width: 65%;
    box-sizing: border-box;
    padding: 0 30px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    text-align: left;
}

.rounded-left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.rounded-right {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.btn {
    border-radius: 30px;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    letter-spacing: .02rem;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  
  .btn.btn-sm {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .btn.btn-lg {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  /* Primary */
  .btn-primary:hover, .btn-primary:focus {
    background-color: #006adb;
  }
  
  /* Secondary */
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #5b636a;
  }
  
  /* Success */
  .btn-success:hover, .btn-success:focus {
    background-color: #218a39;
  }
  
  /* Info */
  .btn-info:hover, .btn-info:focus {
    background-color: #138698;
  }
  
  /* Warning */
  .btn-warning:hover, .btn-warning:focus {
    background-color: #e2aa00;
  }
  
  /* Danger */
  .btn-danger:hover, .btn-danger:focus {
    background-color: #ca2333;
  }
  
  /* Orange */
  .btn-orange {
    background-color: #fd7e14;
    color: #fff;
  }
  
  .btn-orange:hover, .btn-orange:focus {
    background-color: #eb6c02;
    color: #fff;
  }
  
  /* Indigo */
  .btn-indigo {
    background-color: #6610f2;
    color: #fff;
  }
  
  .btn-indigo:hover, .btn-indigo:focus {
    background-color: #570bd3;
    color: #fff;
  }
  
  /* Pink */
  .btn-pink {
    background-color: #e83e8c;
    color: #fff;
  }
  
  .btn-pink:hover, .btn-pink:focus {
    background-color: #e41e79;
    color: #fff;
  }
  
  /* Purple */
  .btn-purple {
    background-color: #7d4294;
    color: #fff;
  }
  
  .btn-purple:hover, .btn-purple:focus {
    background-color: #845C94;
    color: #fff;
  }
  
  /* Blue */
  .btn-blue {
    background-color: #007bff;
    color: #fff;
  }
  
  .btn-blue:hover, .btn-blue:focus {
    background-color: #006adb;
    color: #fff;
  }
  
  /* Brown */
  .btn-brown {
    background-color: #a0855b;
    color: #fff;
  }
  
  .btn-brown:hover, .btn-brown:focus {
    background-color: #89724e;
    color: #fff;
  }
  
  /* Blue gray */
  .btn-blue-gray {
    background-color: #3f4d71;
    color: #fff;
  }
  
  .btn-blue-gray:hover, .btn-blue-gray:focus {
    background-color: #323d5a;
    color: #fff;
  }
  
  /* Deep orange */
  .btn-deep-orange {
    background-color: #ffac8e;
    color: #fff;
  }
  
  .btn-deep-orange:hover, .btn-deep-orange:focus {
    background-color: #ff926a;
    color: #fff;
  }
  
  /* Aqua */
  .btn-aqua {
    background-color: #3fc5f0;
    color: #fff;
  }
  
  .btn-aqua:hover, .btn-aqua:focus {
    background-color: #1ebbed;
    color: #fff;
  }
  
  /* Dark */
  .btn-dark {
    background-color: #393e46;
    color: #fff;
  }
  
  .btn-dark:hover, .btn-dark:focus {
    background-color: #292d32;
    color: #fff;
  }
  
  .btn-black {
    background-color: #000;
    color: #fff;
  }
  
  .btn-black:hover, .btn-black:focus {
    background-color: black;
    color: #fff;
  }
  
    /* Light */
    .btn-light {
      background-color: #f1f1f1;
      color: #393e46;
    }
    
    .btn-light:hover, .btn-light:focus {
      background-color: #f7f7f7;
      color: #393e46;
    }

    .btn-outline-light {
      color: #f1f1f1;
      background-color: none;
      border-color: #f1f1f1;
      border-width: 1px;
      border-style:solid;
  }
    
    .btn-outline-light:hover {
      color: #393e46;
      background-color: none;
      border-color: #f1f1f1;
      border-width: 1px;
  }

  .modal-header-purple {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #7d4294;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

