:root{
    --darkP: #1c1b30;
    --mainPurple: #4d458f;
    --secondaryPurple: #5259dd;
    --complmntDark: #3e5ca0;
    --complmntLight: #3e71cc;
    --lighGray: #d4d4d4;
}

html {
    scroll-behavior: smooth;
  }

  a,a:hover,a:active, a:focus{
      text-decoration: none !important;
      color: white;
  }


body{
    font-family: 'Open Sans', sans-serif;
    background-color: var(--darkP);
    overflow-x: hidden;
}

.bodyWhite{
    background-color: #eeeff1;
}

.whiteBakCtrl{
    background-color: var(--lighGray);
    border-radius: 20px 0px 0px 100px;
    /* box-shadow: 0px 0px 18px rgba(0,0,0,.8); */
    padding: 50px;
    min-height: 530px;
}

.containerFeedCtrl{
    /* display: block; */
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding-right: 150px;
    flex-wrap: wrap;
    width: 100%;
}


.suprtLinkCtrl,.suprtLinkCtrl i{
    color: white !important;
    text-transform: uppercase;
    
}
.suprtLinkCtrl{
    text-align: right;
    display: block;
}
.rowSpacing{
    height: 60px;
    background-color: var(--darkP);
}

.rowSpacing_white{
    height: 60px;
    background-color: #ffffff;
}

.rowSpacing_t{
    height: 60px !important;
}

.staticCtrl{
    background-color: rgba(0,0,0,.9) !important;
}


.grayContainer{
    background-color: #f7f7f7;
}

.gradientContainer{
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
}

.logoCtrl{
    width: 200px;
    margin-bottom: 40px;
}

.mainText{
    font-size: 40px;
    color: white;
    font-weight: bold;
    display: block;
}
.smallText {
	font-size: 10px;
}

.background__Background-esq3f2-0 .ksgChW{
    /* filter: blur(8px); */
    opacity: 0 !important;
    background: none !important;
}

.mainText_dark{
    font-size: 40px;
    color: var(--darkP);
    font-weight: bold;
    display: block;
    /* margin-left: 50px; */
    margin-bottom: 20px;
}

.mainText_right{
    font-size: 40px;
    color: white;
    font-weight: bold;
    display: block;
    text-align: right;
}

.mainText_white{
    font-size: 40px;
    color: white;
    font-weight: bold;
    display: block;
    width: 100%;
}

.pushRight{
    text-align: right;
}

.secondaryText{
    color: rgba(255,255,255,.4);
}

.secondaryText_dark{
    color: rgba(0,0,0,.4);
}

.secondaryText_right{
    color: rgba(255,255,255,.4);
    display: block;
    text-align: right;
}

.callToActionCtrl{
    background-color:  var(--secondaryPurple);
    color: white;
    text-transform: uppercase;
    max-width: 230px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
    margin-top: 40px;
    
}

.callToActionCtrl2{
    background-color:  var(--secondaryPurple);
    color: white;
    text-transform: uppercase;
    max-width: 430px;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
    display: flex !important;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
    justify-content: center;
    cursor: pointer;
}

.callToActionCtrl3{
    background-color:  var(--secondaryPurple);
    color: white;
    text-transform: uppercase;
    max-width: 230px;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .5);
    margin-top: 40px;
    height: 20px;
    margin-top: 30px !important;
}


.callToActionCtrl:hover,.callToActionCtrl2:hover{
    transition: all ease-in-out .5s;
    transform: scale(1.2,1.2);
    filter: brightness(120%);
    box-shadow: 0px 13px 18px rgba(0, 0, 0, .3);
}

.actionBtnCtrl{
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: var(--secondaryPurple) solid 4px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.4);
    background-color: black;
    color: white;
    position: absolute;
    top: 35%;
    right: 5%;
    animation: bouncer 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}


@keyframes bouncer {
    from {
      transform: scale(1,1);
      box-shadow: 0px 0px 7px rgba(0,0,0,.4);
    }
  
    to {
        transform: scale(1.2,1.2);
        box-shadow: 0px 4px 15px rgba(0,0,0,.6);
        filter: brightness(130%) contrast(190%);
    }
  }

  .iconPlayCtrl{
      width: 25px;
      margin-left: 6px;
  }


.flexGridCtrl{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

.img1{
    flex: 1 70%;
    background-image: url(../img/colorized/img1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    /* border: solid 8px #f7f7f7; */

}

.img2{
    flex: 1 30%;
    background-image: url(../img/gray/img2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    /* border: solid 8px #f7f7f7; */
}

.img3{
    flex: 1 35%;
    background-image: url(../img/gray/img3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    /* border: solid 8px #f7f7f7; */
}

.img4{
    flex: 1 35%;
    background-image: url(../img/colorized/img4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

.img5{
    flex: 1 30%;
    background-image: url(../img/normal/img5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

.rewContainer{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: left;
    justify-content: space-around;
    color: white;
}

.rewItem{
    margin-top: 60px;
}

.rewItem span{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top:4px !important;
    padding-top: 5px;
}

.numberDynaCtrl{
    display: block;
    width: 100%;
    color: var(--secondaryPurple);
    text-align: center;
    font-weight: bold !important;
    font-size: 30px !important;
    animation: bounce 6s ease-in;
    animation-direction: normal;
    transform: scale(2.3,2.3);
    margin-bottom: 19px !important;
    
}


.numberDynaCtrl::before, .numberDynaCtrl::after{
    content:"";
}

@keyframes bounce{
    0%{
        transform: scale(1,1);
    }
    100%{
        transform: scale(2.3,2.3);
    }
}

.imgCtrl{
    max-width: 350px;
    display: flex;
    margin-left: 120px;
    margin-right: auto;
    margin-top: 120px;
    margin-bottom: auto;
}


.rectContainer{
    overflow-x: hidden !important;
    width: 100%;
}

.square{
    position: absolute;
    transition: 0.5s ease-out;
    overflow: hidden !important;
    border-radius: 20%;
}

.square1{
    width: 200px;
    height: 200px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .3;
    animation: move-RL 6s infinite;
    top: -19%;
    left: 3%;
}

.square2{
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: 1;
    animation: move-RL2 6s infinite;
    top: 79%;
    left: 43%;
}

.square3{
    width: 600px;
    height: 600px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .1;
    animation: move-RL 2s infinite;
    top: 78%;
    right: 1%;
}

.square4{
    width: 60px;
    height: 60px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .9;
    animation: move-RL 8s infinite;
    top: 9%;
    left: 5%;
}

.square5{
    width: 300px;
    height: 300px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .1;
    animation: move-RL 3s infinite;
    top: 70%;
    left: 5%;
}

.square6{
    width: 360px;
    height: 360px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .2;
    animation: move-RL2 4s infinite;
    top: 20%;
    left: 35%;
}

.square7{
    width: 90px;
    height: 90px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .7;
    animation: move-RL 4s infinite;
    top: 10%;
    right: 14%;
}

.square8{
    width: 200px;
    height: 200px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .2;
    animation: move-RL2 5s infinite;
    top: 198%;
    left: 76%;
    z-index: 1;
    /* border: solid 1px yellowgreen; */
    /* visibility: hidden; */
}

.square9{
    width: 500px;
    height: 500px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .3;
    animation: move-RL2 7s infinite;
    /* position: relative; */
    top: 158%;
    left: 17%;
    /* border: solid yellow 2px; */
}

.square10{
    width: 70px;
    height: 70px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: 1;
    animation: move-RL2 3s infinite;
    /* position: relative; */
    top: 170%;
    left: 75%;
    /* border: solid yellow 2px; */

}

.square11{
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .8;
    animation: move-RL 5s infinite;
    top: 200%;
    left: 5%;
    /* border: solid yellow 2px; */

}

.square12{
    width: 400px;
    height: 400px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .3;
    animation: move-RL 5s infinite;
    top: 253%;
    left: 10%;
    /* border: solid yellow 2px; */

}

.square13{
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .8;
    animation: move-RL 3s infinite;
    top: 250%;
    left: 40%;
    /* border: solid yellow 2px; */
}

.square14{
    width: 60px;
    height: 60px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .6;
    animation: move-RL2 5s infinite;
    top: 270%;
    left: 80%;
    /* border: solid yellow 2px; */
}

.square15{
    width: 300px;
    height: 300px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .3;
    animation: move-RL 3s infinite;
    top: 310%;
    left: 70%;
    /* border: solid yellow 2px; */
}

.square16{
    width: 200px;
    height: 200px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .3;
    animation: move-RL 2s infinite;
    top: 330%;
    left: 10%;
    /* border: solid yellow 2px; */
}

.square17{
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .8;
    animation: move-RL2 5s infinite;
    top: 470%;
    left: 10%;
    /* border: solid yellow 2px; */
    z-index: 0;
}

.square18{
    width: 300px;
    height: 300px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .5;
    animation: move-RL 5s infinite;
    top: 470%;
    left:75%;
    /* border: solid yellow 2px; */
    z-index: 1;
}

.square19{
    width: 150px;
    height: 150px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .9;
    animation: move-RL 5s infinite;
    top: 565%;
    left:5%;
    /* border: solid yellow 2px; */
    z-index: 1;
}

.square20{
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .5;
    animation: move-RL 5s infinite;
    top: 575%;
    left:65%;
    /* border: solid yellow 2px; */
    z-index: 1;
}

.square21{
    width: 300px;
    height: 300px;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    opacity: .2;
    animation: move-RL 4s infinite;
    top: 610%;
    left:55%;
    /* border: solid yellow 2px; */
    z-index: 1;
}



@keyframes move-RL{
    0% {
        transform: translateX(-10px);
      }
      50% {
        transform: translateX(10px);
      }
      100% {
        transform: translateX(-10px);
      }
}

@keyframes move-RL2{
    0% {
        transform: translateX(-20px);
      }
      50% {
        transform: translateX(20px);
      }
      100% {
        transform: translateX(-20px);
      }
}

.prgrsCtrl{
    /* border: solid yellow 1px; */
    width: 400px;
    border-radius: 30px;
    height: 10px !important;
}

.prgrsCtrl .progress-bar{
    background-color: var(--secondaryPurple);
}


.carrCtrl{
    /* border: solid 1px yellow; */
    color: white;
    height: 320px;
    /* transition: all .5s ease-in-out !important; */
}

.cardContainerCtrl{
    width: 100%;
    padding: 30px;
    min-height: 300px;
    transition:  all ease-in-out .5s;
}

.infoTestCtrl{
    /* height: 290px; */
    background-color: var(--darkP);
    /* filter: brightness(130%); */
    border-radius: 10px 10px 10px 50px;
    box-shadow:0px 0px 6px rgba(0,0,0,.9);
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}


.usrPhoto{
    width: 150px;
    height: 150px;
    border: solid var(--secondaryPurple) 6px;
    border-radius: 15px;
    position: relative;
    left: -20px;
    box-shadow: 0px 0px 6px rgba(0,0,0,.8);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jobUsrctrl{
    color:var(--secondaryPurple);
    text-transform: uppercase;
    font-weight: lighter;
    transition: all ease-in-out .5s !important;
    display: block;
    width: 100%;
    padding-left: 20px;
}

.textTestCtrl{
    font-size: 30px;
    font-style: italic;
    font-weight: bolder;
    margin-top: 20px;
    color: white !important;
    display: block;
    width: 100%;
    padding-left: 20px;
}

.byUsrCtrl{
    font-weight: normal;
    font-size:10px;
    text-transform: uppercase;
    /* opacity: .3; */
    color: var(--secondaryPurple);
    /* opacity: .4 !important; */
    display: block;
    width: 100%;
    padding-left: 20px;
}

#photo1{
    background-image: url(../img/people/usr1a.jpg);
}

#photo2{
    background-image: url(../img/people/usr2.jpg);
}

#photo3{
    background-image: url(../img/people/usr3.jpg);
}

#photo4{
    background-image: url(../img/people/usr4.jpg);
}

.featureCtrl{
    /* max-width: 100px !important; */
    /* border: solid 1px yellow; */
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    display: block;
    width: 100%;
    /* border: solid yellowgreen 1px; */
    margin-bottom: 60px;
}


.rewItemFeat{
    max-width: 190px;
    min-height: 200px;
}



.overlayCtrl{
	
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0px;
    background-color: rgba(0,0,0,.9);
    z-index: 999;
    backdrop-filter: blur(9px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    padding: 10px;
	
}

.actionCloseBtn{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.actionCloseBtn:hover{
transform: scale(1.2,1.2);
}

.show{
    visibility: visible;
    opacity: 1;
}

.imgContainerCtrl:hover {
    transform: scale(1.2,1.3);
    filter: saturate(230%);
    
}

.imgContainerCtrl{
    /* border: red solid 1px; */
    max-width: 300px;
    height: 300px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out !important;
}


.secondContent{
    background-color: var(--mainPurple);
    min-height: 500px;
}

.iframeCtrl{
    /* border: solid yellowgreen 1px; */
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0,0,0,.2);
}

.thirdContainerCtrl{
    background-color: var(--lighGray);
    min-height: 100px;
}

.containePrices{
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-content: center;
    /* align-items: center; */
    margin-top: 30px;
    z-index: 999 !important;
}

.containerPriceCtrl{
    background-color: var(--darkP);
    width: 300px;
    min-height: 200px;
    border: solid 3px var(--secondaryPurple);
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(85, 31, 211, 0.2);
    transition: all .3s ease-in-out;
    z-index: 9;
}

/* .containerPriceCtrl:hover{
    box-shadow: 0px 10px 20px rgba(0,0,0,.6);
    transform: scale(1.2,1.2);
} */

.containerPriceCtrl_active{
    box-shadow: 0px 10px 20px rgba(0,0,0,.6);
    transform: scale(1.2,1.2);
    z-index: 99;
}

.contnrHdrCtrl{
    background-color: var(--mainPurple) !important;
    padding: 5px 20px 5px 20px;
    border-radius: 90px;
    margin-bottom: 4px;
}

 .panel{
    background: none !important;
    background-color: rgba(85, 31, 211, 0);
    border: none!important;
}

.contnrHdrCtrl .faqCtrl{
    color: white;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
    
}

.bdyCntnrCtrl{
    background-color: rgba(0,0,0,.3);
    color: white;
    margin-top: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    font-weight: lighter;
}

.footerCtrl{
    background-color: black;
    min-height: 150px;
    padding-top: 15px;
}

.footerCtrl ul{
    list-style-type: none !important;
    color: var(--secondaryPurple);
    stroke: var(--secondaryPurple);
}

.footerCtrl li{
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}

.footerCtrl i{
    color: var(--secondaryPurple);
    padding-bottom: 3px;
}



.navbar { 
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;  
  z-index: 99999;
}

.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
}

.navbar {
    min-height: 80px;
    background-color: transparent;
    border: none;
    color: white;
    z-index: 100;
    transition: background-color .5s ease 0s;
    padding-left: 100px;
  }
  

  
  /* Solid class attached on scroll past first section */
  
  .solid {
    background-color: rgba(0,0,0,.9) !important;
    transition: background-color 1s ease 0s;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
  
  
  }
  
  
  .fixedMenuCtrl{
      position: fixed;
      top: 0px;
      /* border: solid orange 1px; */
      height: 90px;
      z-index: 999;
  }

  .linkMenuCtrl{
      color: white !important;
      text-transform: uppercase;
      margin-left: 14px;
      /* margin-right: 3px; */
      font-weight: normal !important;
      /* margin-bottom: 13px; */
      margin-top: 15px;
      text-decoration: none !important;
  }

  .linkMenuCtrl:hover{
      /* transition: all ease-in-out .5s; */
      border-bottom: solid 2px var(--secondaryPurple);
      color: white !important;
      text-decoration: none !important;
  }

  .flexMenuCtrl{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: left;
      align-content: center;
      align-items: center;
  }

  .navbar-default .navbar-toggle{
      margin-top: 20px;
      color: var(--secondaryPurple)!important;
  }

  /* .carousel{
      z-index: 99;
  } */

  .carousel-indicators{
      /* border: solid red 1px; */
      z-index: 999;
      margin-top: 18px !important;
      /* position: relative !important; */
      bottom: -10px !important;
  }

  .carousel-indicators li{
      border-color:var(--secondaryPurple) !important;
  }

  .carousel-indicators .active{
      background-color: var(--secondaryPurple) !important;
  }

  .carousel-control{
      background-image: none !important;
      opacity: 1 !important;
  }

  .right span{
      position: absolute;
      right: 0px !important;
  }

  .left span{
    position: absolute;
    left: 0px !important;
    bottom: 0px !important;
  }

  .controlsCtrl{
      font-size: 18px !important;
      max-width: 30px;
      max-height: 30px;
      background-color: black !important;
      opacity: 1 !important;
      box-shadow: 0px 0px 10px rgba(0,0,0,.6) !important;
     display:  flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     border-radius: 30px;
     padding: 6px;
  }

  .namePlanCtrl{
      display: block;
      width: 100%;
      color: white;
      text-align: center;
      padding-top: 7px;
      padding-bottom: 7px;
      font-weight: normal;
      font-size: 15px;
  }

  .actionTabCtrl{
      display: block;
      color: white;
      text-align: right;
      text-transform: uppercase;
      font-weight: lighter;
      font-size: 16px;
      height: 57px;
      padding-top: 17px;
      /* border: solid yellow 1px; */
      margin-bottom: 4px;
      padding-right: 0px;
      transition: all ease-in-out .6s;
      /* transition: border-radius 1s ease-in-out; */
      /* transition: background-image 1s ease-in-out; */
      width: 100%;
  }

  .activeFeatCtrl{
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    border-radius: 90px;
    text-align: center !important;
    font-weight: bold !important;
    transition: all .5s ease-in-out;
}


  .actionTabCtrl:hover{
      padding-right: 20px;
      /* background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple)); */
    /* border-radius: 90px; */
    font-weight: bold !important;
    cursor: pointer;
  }

  .imgFeaturedCtrl{
      max-width: 400px;
      margin-top: -200px;
      display: flex;
      margin-right: auto;
      margin-left: auto;
  }
  .nameFeatCtrl{
      padding-left: 90px;
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 18px;
      display: block;
  }

  .descCtrl{
      display: block;
      color: white;
      font-weight: lighter;
      font-size: 14px;
      text-align: justify;
      padding-left: 90px;
      padding-right: 90px;
      padding-top: 10px;
  }

  .centeredCtrl{
      text-align: center !important;
  }

  .nopaddCtrl{
      padding: 20px !important;
  }

  .paddnrCtrl{
      margin-left: 90px;
      border: solid 3px var(--mainPurple);
  }


  
.priceCtrl{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 43px;
    font-weight: bold;
    color: white;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, .8);
}

.table{
    padding: 20px !important;
    color: white;
    margin-top: 30px;
    font-weight: normal !important;
}

tbody{
    padding: 20px;
}

.continrCtrl{
    font-weight: normal !important;
    padding:10px !important;
}

th,td{
    border-top: none !important;
}

th{
    padding-left: 30px !important;
}

.callToActionCtrl3{
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    background-image: linear-gradient(to right bottom, var(--mainPurple),var(--secondaryPurple));
    /* position: relative; */
    max-width: 200px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 6px;
    border-radius: 30px;
}

.thumbnailctrl{
    width: 100%;
    height: 300px;
    background-color: black;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.9);
	background-image: url(../img/pantalla-video1.jpg);
}

.tittleLinkCtrl{
    color: white;
    text-transform: uppercase;
    margin-top: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.tittleLinkCtrl span{
    color: var(--secondaryPurple) !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: black !important;
    }

#featShowCtrl{
        visibility: hidden;
        display: none;
    }

@media(max-width:1024px){
    .navbar{
        padding-left:0px !important;
    }
}

@media(max-width:940px){
    .contnrHdrCtrl{
        /* border: solid red 1px; */
        min-height: 45px;
        font-size: 14px;
        margin-bottom: 8px;
    }
}


@media(max-width:918px){
    .logoCtrl{
        width: 150px;
        margin-top: 7px;
    }
    .linkMenuCtrl{
        margin-left: 5px;
    }
}

@media(max-width:824px){
    .linkMenuCtrl{
        margin-left: 0px !important;
    }
}

@media(max-width:801px){
    #featHideCtrl{
        visibility: hidden;
        display: none !important;
    }
    #featShowCtrl{
        visibility: visible;
        display: initial;
    }

    .footerCtrl .col-sm-6{
        /* border: solid yellowgreen 1px; */
        height: 90px;
        color: var(--secondaryPurple);
        word-wrap: break-word;
    }
}


@media(max-width:768px){
    
    .thumbnailContainerCtrl{
        margin-top: 40px;
    }
    .actionBtnCtrl{
        right: 38%;
    }

    .hideSpace{
        visibility: hidden;
        height: 0px !important;
    }
    .containePrices{
        flex-direction: column !important;
        justify-content: center !important;
        align-content: center !important;
        align-items: center !important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background-color: black;
    }

    .containerPriceCtrl_active{
        transform: scale(1.1,1.1);
    }

    .square15,.square18{
        left: 46% !important;
    }

    .square9{
        display: none;
    }

    .square13{
        opacity: .3;
        top: 240%;
        z-index: 0;
    }

    .respIMGCtrl{
        max-width: 400px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .centeredCtrl{
        margin-top: 0px;
    }

    .descCtrl{
        margin-bottom: 70px;
    }
}

@media(max-width:645px){
    .alignedTextResp{
        padding-left: 40px !important;
        /* border: solid red 1px; */
    }
    .textTestCtrl{
        font-size: 19px;
    }
    .usrPhoto{
        left: -45px !important;
        top: -30px !important;
    }
    .square{
        z-index: 0 !important;
        opacity: .3!important;
    }
    .square6,.square8,.square11,.square15,.square18,.square21{
        display: none !important;
        width: 0px !important;
        height: 0px !important;
    }
    
    .whiteBakCtrl{
        border-radius: 0px !important;
    }

    .testTittleCtrl{
        margin-bottom: 30px;
    }
}


@media(max-width:628px){
    .usrPhoto{
        width: 130px;
        height: 130px;
        top: -50px !important;
        left: 0px;
    }
    .alignedTextResp{
        padding-left: 0px !important;
    }
}

@media(max-width:529px){
    .alignedTextResp{
        padding-left: 9px !important;
    }
}



@media(max-width:485px){
    .usrPhoto{
        width: 100px;
        height: 100px;
    }
    .alignedTextResp{
        padding-left: 0px !important;
    }
}

@media(max-width:470px){
    .left,.right{
        /* border: solid 1px yellowgreen !important; */
    }
    .respFlexCtrl{
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .usrPhoto{
        display: flex !important;
        position: relative;
        left: unset !important;
        margin-left: auto;
        margin-right: auto;
    }

    .alignedTextResp{
        font-size: 14px;
        display: block;
        width: 100%;
        padding-left: 15px !important;
    }

    .widerCtrl{
        width: 100% !important;
    }

    .infoTestCtrl{
        border-radius: 5px !important;
        margin-left: -4px !important;
        margin-right: -4px !important;
    }
    .heighterCtrl{
        height: 75px !important;
    }
}



@media(max-width:463px){
    .usrPhoto{
        left: -53px ;
        top: -35px ;
    }

    .footerCtrl .col-sm-6{
        /* border: solid yellowgreen 1px; */
        height: 130px;
        color: var(--secondaryPurple);
    }
    
    .respIMGCtrl{
        max-width: 300px !important;
    }

    .square3,.square12{
        display: none !important;
        width: 0px !important;
        height: 0px !important;
    }

    .contnrHdrCtrl{
        border-radius: 5px !important;
    }
    .contnrHdrCtrl .faqCtrl{
                font-size: 12px !important;
    }
}


@media(max-width:345px){
    .containerPriceCtrl_active{
       transform: scale(1,1) !important;
    }
}



@media(max-width:320px){
    .respIMGCtrl{
        max-width: 150px !important;
    }
    .containerPriceCtrl{
        width: 100% !important;
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
}


@media(max-width:560px){
    .iframeCtrl{
       height: auto!important;
       min-height: 300px!important;
       border-radius: 5px;
    }
}

.iframeCtrlOverlay{
    max-width: 800px;
    height: auto;
    min-height: 500px;
    border-radius: 7px;

}


/* estilos tyc  */
.bdyCtrl{
    color: rgba(255,255,255,.7) !important;
}

.titleCtrl{
    display: block;
    width: 100%;
    color: white;
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 800;
}

.tycTxtCtrl{
    color: rgba(255,255,255,.7) !important;
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 15px;
}

.tycTxtCtrl span{
    color: rgba(255,255,255,.7) !important;
    text-align: justify;
    margin-bottom: 20px;
    padding-top: 15px;
}

.listCtrl{
    color: rgba(255,255,255,.7) !important;
    text-align: justify;
}

.tycTxtCtrl a{
    color: var(--complmntLight);
}

.tycTxtCtrl strong{
    color: white;
}

.subtitleCtrl{
    font-size: 14px;
    font-weight: 700;
    color: var(--complmntLight);
    margin-bottom: 25px !important;
    border-bottom: solid var(--complmntDark) 3px;
}

.anotationCtrl{
    font-size: 12px;
    font-style: italic;
    color: white;
}

.scndlvlSbttleCtrl{
    display: block;
    width: 100%;
    margin-top: 10px;
    color: white;
    padding-left: 50px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
}

.tablePlnsCtrl th, .tablePlnsCtrl td{
    text-align: center !important;
}

.lblformCtrl{
    color: white;
    text-transform: uppercase;
    font-size: 12px;
}

.inputFrmCtcCtrl{
    max-width: 350px;
}

.rightTxtCtrl{
    text-align: right!important;
    padding-right: 20px;
}