p{
  font-family: 'Raleway', sans-serif;
  color: black;
}

@media screen and (max-width: 426px) {/*mini mobile*/
  .hide-on-mobile{
    display: none;
  }

  .hero-waves{
    display: none !important;
  }
}

.footer-logo{
  height: 110px;
}

.black-color{
  color: black !important;
}

.color-black{
  color: black !important;
}

.underline{
  text-decoration: underline !important;
}

.p-t-95{
  padding-top: 95px !important;
}

.m-t-15{
  margin-top: 15px !important;
}

.underline{
  text-decoration: underline !important;
}

.left{
  float: left !important;
}

.card-loading{
  height: 330px;
}

.button-session{
  width: 100%;
  background-color: white;
  color: #585858;
}

.loading-spinner{
  border: 1px solid currentColor;
  border-right-color: transparent !important;
}

.button-session:hover {
  background-color: #f3f3f3;
  color: black;
}

.session-title{
  font-size: 132%;
  font-weight: 500;
}

.session-back{
  border: 1px solid #2c9dbc !important;
}

.session-continue{
  border: 1px solid #e39f9f;
}

.not-underline:hover {  
  text-decoration-line: none !important;
}

.link{
  color: blue !important;
}

.title-section{
  font-size: 165%;
  font-weight: 900;
}

.head-section-style{
  background-color: #b9b9b9;
  height: 2px;
  width: 90px;
}

.head-section-style-white{
  background-color: white;
  height: 2px;
  width: 90px;
}

.head-section-style-uncolor{
  background-color: white;
  height: 2px;
  width: 90px;
}

.section-container{
  margin-top: 110px !important;
}

.section-container-text{
  margin-bottom: 25px !important;
}

.z-1{
  z-index: 1 !important;
}

/*Head menu options*/
.head-image-icon{
  height: 60px;
    transition: height 0.25s linear;
}

.menu-option{
  font-size: 135%;
}

.bar{
  background-color: white;
  transition: 0.2s;
}

.bar:hover {
  background-color: #efefef;
}

.active-bar{
  transition: 0.2s;
}

.bar:hover .active-bar{
  width: 100%;
  height: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(37,122,20);
  background: linear-gradient(90deg, rgba(171,224,181,1) 32%, rgba(171,221,224,1) 100%);
}
/*Head menu options*/

.shadow-style{
  -webkit-box-shadow: 0px 10px 15px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 15px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 15px -1px rgb(0 0 0 / 40%)
}

.not-padding{
  padding: 0px !important;
}

.relative{
  position: relative !important;
}

.absolute{
  position: absolute !important;
}

.text-black{
  color: black !important;
}

.black-text{
  color: black !important;
}

.white-text{
  color: white;
}

.text-white{
  color: white;
}

.not-margin{
  margin: 0px !important;
}

.not-margin-rigth{
  margin-right: 0px !important;
}

.not-border{
  border: 0px !important;
}

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

.justify{
  text-align: justify !important;
}

.pointer{
  cursor: pointer !important;
}

.default{
  cursor: default !important;
}

.hide{
  display: none !important;
}

.hide_element{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.1s, opacity 0.1s linear;
}

.show{
  display: block !important;
}

.show_element{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear;
}

.messageAbsolute{
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  background-color: white;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
  float: right;
  width: 350px;
  margin-top: 10px;
}

.notificationFixed_topRigth{
  position: fixed;
  z-index: 999999;
  float: right;
  right: 0;
  margin-right: 10px;
  display: grid;
}

.notificationFixed_topLeft{
    position: fixed;
    z-index: 999999;
    float: left;
    left: 0;
    margin-left: 10px;
    display: grid;
}

.notificationFixed_bottomLeft{
    position: fixed;
    z-index: 999999;
    float: left;
    bottom: 0;
    margin-bottom: 10px;
    display: grid;
    margin-left: 10px;
}

.notificationFixed_bottomRigth{
    position: fixed;
    z-index: 999999;
    float: right;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    display: grid;
    margin-right: 10px;
}

.headMessage{
  padding-top: 10;
}

.infoClass{
  background-color: #8cd546 !important;
}

.warningClass{
  background-color: #aeb335 !important;
}

.errorClass{
  background-color: #8e0a0a !important;
}

.successClass{
  background-color: #137522;
}

.notificationStatus{
  width: 17px;
  height: 17px;
  position: absolute;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000000;
}

.notificationSpinner{
  height: 20px !important;
  width: 20px !important;
  border: 1px solid currentColor !important;
  border-right-color: transparent !important;
}

.titleNotification{
  margin-left: 25px;
  font-size: 80%;
  margin-bottom: 5px;
  margin-right: 25px;
  font-weight: 600;
}

.closeMessageNotification{
  position: absolute;
  top: 5px;
  right: 5px;
}

.hrNotification{
  margin: 0;
  margin-bottom: 5px;
}

.notificationMessage{
	font-size: 80%;
	margin-bottom: 5px;
	margin-top: 10;
	cursor: default;
	color: black;
	max-height: 15px;
	height: 15px;
	font-family: 'Hind Siliguri', sans-serif;
}

.notificationHover{
  /*height: 80px;
  max-height: 80px;*/
  transition: max-height 0.1s ease-out;
}

.notificationHover:hover{
  
  max-height: 86% !important;
  transition: max-height 0.1s ease-in !important;
}

.notificationHover:hover .notificationMessage{
  max-height: 100% !important;
  height: 100% !important;
  transition: max-height 0.1s ease-in !important;
  white-space: normal;
}

.zoom-zoom{
  transition: transform .3s;
}

.zoom-zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform .3s;
}

.zoom-zoom-little{
  transition: transform .3s;
}

.zoom-zoom-little:hover {
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
    transition: transform .3s;
}

.zoom{
  transition: transform .3s;
}

.item-zoom{
    transition: transform .3s;
}

.zoom:hover .item-zoom{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform .3s;
}

.green-font{
  color: #8cd546 !important;
}

.style-::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
    background-color: #B2B0AF;
}

/*heas bar styles*/
.bar-fixed{
  background-color: white;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.bar-menu-big{
    height: 66px;
    transition: height 0.25s linear;
}

.mobile_head.hide_style {
    transform: translateY(-120%);
}
/*heas bar styles*/

.modal-content{
  border: 0px !important;
}

.bar-container-activated{
    background-color: #f1f1f1 !important;
}

.bar-line-activated{
    width: 100%;
    height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(37,122,20);
    background: linear-gradient(90deg, rgba(37,122,20,1) 32%, rgba(0,185,255,1) 100%);
}

/*mobile menu styles*/
/*Menu mobile styles*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.mobile-background-body{
    height: 100%;
    position: absolute;
    width: 100%;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.2);
}

.mobile-content-nav{
  background-color: white;
  height: 100%;
  width: 260px;
  z-index: 1;
  position: absolute;
  background-image: url(../../images/mobile/bar-background.jpg);
  background-position: inherit;
  background-size: cover;
}

.mobile-close-nav{
  position: absolute;
  content: white;
  margin-left: 10px;
  margin-top: 10px;
  z-index: 1;
  right: 10;
  border: 1px solid #009f73;
  border-radius: 100%;
}

.mobile-background-content{
    /*
    background: url(../../images/mobile/mobile-background.jpg);
    */
    height: 217px;
    background-size: cover;
}

.mobile-image-contianer{
    position: absolute;
    width: 100%;
    height: 186px;
}

.mobile-image-logo{
    height: 145px;
}

.mobile-focus{
    width: 100%;
    height: 216px;
}

.mobile-line-style{
    background: linear-gradient(90deg, rgb(87 190 166) 32%, rgb(56 166 0) 100%);width: 266px;
    height: 3px;
    position: absolute;
    top: 183px;
    left: -4px;
    transform: rotate(11deg);
}

.mobile-line-style-one{
  top: 176px !important;
  height: 2px !important;
}

.mobile-triangle-bottom-design{
    width: 0;
    height: 0;
    border-right: 111px solid #f0ad4e00;
    border-top: 30px solid #f0ad4e00;
    border-left: 149px solid #222222;
    border-bottom: 22px solid #222222;
    position: absolute;
    top: 165px;
    z-index: 1;
}

.mobile-menu-options{
    padding: 10px;
    padding-top: 1px;
}

.mobile-option{
    margin-bottom: 14px;
}

.mobile-icon-posisionated{
    float: left;
}

.mobile-icon{
    width: 40px;
    height: 40px;
    padding-left: 8px;
    padding-top: 6px;
    border-radius: 100%;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 1px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #257a14, #05afdb);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}

.mobile-text-posisionated{
    margin: 0;
    padding-top: 10;
    padding-left: 60px;
}


.margin-mobile-ubication{
    margin-top: 20px;
}

.surf-cafe-system{
    color: #00ffd0 !important;
}
/*mobile menu styles*/

/*Check box styles*/
.toggle{
  --uiToggleSize: var(--toggleSize, 20px);
  --uiToggleIndent: var(--toggleIndent, .4em);
  --uiToggleBorderWidth: var(--toggleBorderWidth, 2px);
  --uiToggleColor: var(--toggleColor, #000);
  --uiToggleDisabledColor: var(--toggleDisabledColor, #868e96);
  --uiToggleBgColor: var(--toggleBgColor, #fff);
  --uiToggleArrowWidth: var(--toggleArrowWidth, 2px);
  --uiToggleArrowColor: var(--toggleArrowColor, #fff);
  display: inline-block;
  position: relative;
}

.toggle__input{
  position: absolute;
  left: -99999px;
}

.toggle__label{
  display: inline-flex;
  cursor: pointer;
  min-height: var(--uiToggleSize);
  padding-left: calc(var(--uiToggleSize) + var(--uiToggleIndent));
}

.toggle__label:before, .toggle__label:after{
  content: "";
  box-sizing: border-box;  
  width: 1em;
  height: 1em;
  font-size: var(--uiToggleSize);
  position: absolute;
  left: 0;
  top: 0;
}

.toggle__label:before{
  border: var(--uiToggleBorderWidth) solid var(--uiToggleColor);
  z-index: 2;
}

.toggle__input:disabled ~ .toggle__label:before{
  border-color: var(--uiToggleDisabledColor);
}

.toggle__input:focus ~ .toggle__label:before{
  box-shadow: 0 0 0 2px var(--uiToggleBgColor), 0 0 0px 4px var(--uiToggleColor);
}

.toggle__input:not(:disabled):checked:focus ~ .toggle__label:after{
  box-shadow: 0 0 0 2px var(--uiToggleBgColor), 0 0 0px 4px var(--uiToggleColor);
}

.toggle__input:not(:disabled) ~ .toggle__label:after{
  background-color: var(--uiToggleColor);
  opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label:after{
  opacity: 1;
}

.toggle__text{
  margin-top: auto;
  margin-bottom: auto;
}

.toggle__text:before{
  content: "";
  box-sizing: border-box;
  width: 0;
  height: 0;
  font-size: var(--uiToggleSize);
  border-left-width: 0;
  border-bottom-width: 0;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: var(--uiToggleArrowColor);
  position: absolute;
  top: .5428em;
  left: .2em;
  z-index: 3;
  transform-origin: left top;
  transform: rotate(-40deg) skew(10deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text:before{
  width: .5em;
  height: .25em;
  border-left-width: var(--uiToggleArrowWidth);
  border-bottom-width: var(--uiToggleArrowWidth);
  will-change: width, height;
  transition: width .1s ease-out .2s, height .2s ease-out;
}

.toggle__label:before, .toggle__label:after{
  border-radius: 2px;
}

.toggle__input:not(:disabled) ~ .toggle__label:before,
.toggle__input:not(:disabled) ~ .toggle__label:after{
  opacity: 1;
  transform-origin: center center;
  will-change: transform;
  transition: transform .2s ease-out;
}

.toggle__input:not(:disabled) ~ .toggle__label:before{
  transform: rotateY(0deg);
  transition-delay: .2s;
}

.toggle__input:not(:disabled) ~ .toggle__label:after{
  transform: rotateY(90deg);
}

.toggle__input:not(:disabled):checked ~ .toggle__label:before{
  transform: rotateY(-90deg);
  transition-delay: 0s;
}

.toggle__input:not(:disabled):checked ~ .toggle__label:after{
  transform: rotateY(0deg);
  transition-delay: .2s;
}

.toggle__text:before{
  opacity: 0;
}

.toggle__input:not(:disabled):checked ~ .toggle__label .toggle__text:before{
  opacity: 1;
  transition: opacity .1s ease-out .3s, width .1s ease-out .5s, height .2s ease-out .3s;
}


.toggle{
  --toggleColor: #1166ad;
  --toggleBgColor: #2f3f6c;
  --toggleSize: 25px;
}