/* COLORS GLOBALS ------ */
:root {
  --blue: #264e9c;
  --blue-100: #EDF1FA;
  --orange: #eb661a;
  --orange-200: #fab086;
}
/* -------------------- */

/* BACKGROUNDS -------- */
.bg-how {
  background-image: url("./../img/home/bg-how2.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size:100%
}
/* -------------------- */

/* LOGO ------------------- */
.logo img {
  max-height: 2.2rem;
  max-width: 195px !important;
  width: 100%;
}
.logo li {
  list-style: none;
}
.logo figure {
  padding: 0px !important;
  margin: auto;
}
/* ----------------------- */

/* NAV MAIN -------------- */
.navbar {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12),
    0px 2px 4px rgba(0, 0, 0, 0.2);
}
.nav-main li {
  max-width: 135px;
  text-align: center;
  width: 100%;
}
.nav .item-active {
  border-bottom: 3px solid var(--orange);
}
@media (max-width: 991.98px) {
  .nav-main li {
    width: auto;
    text-align: start;
    max-width: 100%;
  }
  .nav .item-active {
    background-color: var(--blue-100);
    border-radius: 4px;
    border-bottom: 0px;
  }
}

.nav .nav-link {
  font-weight: 600;
  color: var(--blue) !important;
}

.nav .nav-link:hover {
  font-weight: 600;
  color: var(--orange) !important;
}

.btn-bar i {
  color: var(--blue);
}

/* NAV FOOTER */
.footer-container li {
  list-style: none;
}
.footer-container figure {
  padding-left: 0 !important;
}
.footer-container .has-background {
  padding: 0 !important;
}
.nav-footer li {
  line-height: 2.4rem;
}
footer a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
footer a:hover {
  color: var(--orange) !important;
}
footer .wp-block-columns {
  margin-bottom: 0px !important;
}

hr.line- {
  height: 2px !important;
}
@media (max-width: 991.98px) {
  .footer-copyright {
    text-align: center;
  }
  .footer-copyright p {
    margin-bottom: 0px !important;
  }
  .wp-block-column {
    justify-content: center;
  }
  footer .col-center-mobile {
    text-align: center;
  }
  footer .col-center-mobile .wp-block-button {
    margin: auto;
  }
  footer .wp-block-social-links.alignright {
    justify-content: center !important;
  }
  footer .footer-social-media {
    display: flex;
  }
  footer .footer-social-media div:first-child {
    order: 1;
  }
  footer .footer-social-media div:first-child p:first-child {
    order: 1;
    margin-top: 12px !important;
  }
  /* wp-block-social-links */
}
/* ------------------------- */

/* SIDEBAR ----------------- */
.nav-sidebar {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 100vh;
  max-width: 74vw;
}

.nav-sidebar .header-sidebar {
  background-color: var(--blue);
  border-top-right-radius: 0.5rem;
  height: 1.2rem;
  width: 100%;
}

.sidebar {
  background: #0000004d;
  left: -100%;
}
.sidebar.sidebar-show {
  animation: sidebarshow 1s ease;
}
.sidebar.sidebar-hidden {
  animation: sidebarhidden 2s ease;
}
@keyframes sidebarshow {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes sidebarhidden {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
    display: none;
  }
}

/*  -----------------------------------------------  */

/* MAIN CONTAINER --------------------------------- */
.banner-main {
  min-height: 85vh !important;
  height: 100%;
}
.banner-main p {
  line-height: 2.5rem;
}
.banner-main .wp-block-cover__inner-container {
  max-width: 1140px;
  padding: 0 1rem;
}

/* ----------------------------------------------- */

/* SECTION HOW IT WORKS ------------------------- */
.icons-how-it-works .col-main {
  margin-left: 0 !important;
}
.icons-how-it-works .custom-icon {
  background-color: var(--orange-200);
  border-radius: 6px;
  margin: auto;
  max-width: 110px;
  padding: 10px;
}
.icons-how-it-works .wp-block-column {
  margin-left: 0 !important;
}
.icons-how-it-works .step-number {
  background-color: var(--orange-200);
  border-radius: 50%;
  margin: auto;
  max-width: 40px;
}
/* ---------------------------------------------- */

/* GET STARTED FOR JUST ------------------------- */
#get-started-for-just-main #col-get-started h2,
#get-started-for-just-main #col-get-started div,
#get-started-for-just-main #col-get-started p {
  max-width: 450px;
  margin: auto;
}

/* ---------------------------------------------- */

/*containers*/
.content {
  width: 75%;
  display: flex;
  margin: auto;
}
.triangle figure {
  margin-top: -1rem !important;
}

.radius-50 {
  border-radius: 50px;
}
.icon-how img {
  background-color: var(--orange-200);
  border-radius: 10px !important;
  padding: 1rem !important;
}
.mb-5rem {
  margin-bottom: 7rem !important;
}
@media (max-width: 767px) {
  .img-absolute img {
    width: auto;
    max-height: 15rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0.5rem;
  }
}
@media (max-width: 992px) {
  .price-text{
    font-size:64px!important
  }
  .bg-how{
    background-image: url("../../img/how\ it\ works-mobile.png");
    background-size:cover;
  }
}
@media (min-width: 1200px) {
  .my-container,
  .my-container-lg,
  .my-container-md,
  .my-container-sm,
  .my-container-xl {
    max-width: 1035px !important;
  }
  .img-absolute {
    position: absolute;
    margin: 2rem auto auto -6rem !important;
    z-index: 10;
  }
  .img-banner {
    position: absolute;
    right: 0px;
    top: 0px;
    margin: -2rem auto auto auto !important;
    z-index: 13;
  }
  .img-banner img {
    max-height: 110vh;
    width: auto !important;
  }
  .max-section {
    height: 80vh;
  }
}

.decoration-none {
  text-decoration: none;
}
input::placeholder {
  color: #264e9c !important;
}


input[type="text"],
input[type="email"],
input[type="password"] {
  border: none !important;
  padding: 0.75rem 1rem !important;
  /* box-shadow: 2px 2px 2px #0006; */
}
select[name="phone_code_id"]{
  color: #264e9c !important;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../img/dropdown_icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 10px;
}


input {
  box-shadow: none !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-bottom: 1px solid #264e9c !important;
}

input[type="checkbox"] {
  border: 2px solid #264e9c !important;
  width: 30px;
  height: 25px;
}

.input-group > span {
  border: none;
  background: white;
}

.border-none {
  border: none !important;
}

.pointer {
  cursor: pointer;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.btn-pagination {
  border-radius: 5px;
  background: #264e9c;
  color: white;
  font-family: "rubik-bold", sans-serif;
  border: none;
  width: 32px;
  height: 32px;
}

.btn-pagination:hover {
  background: #00246d;
}

.btn-pagination.active {
  background: #00246d;
}

.form-bg-container {
  min-height: 100vh;
  background-image: url(../../img/bg-login.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.form-bg-container-card {
  background-color: #dee7f7;
  width: 635px !important;
  height: auto;
  border-radius: 50px;
  box-shadow: 2px 2px 2px #0006;
}

.woocommerce-notices-wrapper,
.woocommerce-additional-fields,
.woocommerce-checkout-review-order-table,
#order_review_heading {
  display: none;
}

.woocommerce-NoticeGroup {
  margin-top: 2rem;
}

.border-blue {
  border: 2px solid var(--blue);
}

.bg-blue-light {
  background: var(--blue-100);
}

.bg-transparent {
  background: transparent !important;
}

.form-row {
  padding: 0 !important;
}

.btn-s-blue {
  background-color: var(--blue) !important;
  border-radius: 10px !important;
  padding: 0.75rem 2rem !important;
  text-decoration: none;
  min-width: 196px;
}

.notification {
  bottom: 0;
  right: 0;
  max-width:340px;
  z-index: 10;
  margin: 2rem;
  border-radius: 20px;
  box-shadow: 2px 2px 2px #bbb6;
  transition: all 200ms;
  opacity:0;
}

.notification.Error{
  border-top:5px solid #E82626
}

.notification.Error  i{
  color:#E82626
}

.notification.Error .type-container{
  background-color: #E82626;
  border-radius: 15px;
  box-shadow: 2px 2px 2px #bbb6;
}

.notification.Success{
  border-top:5px solid #7AD321
}

.notification.Success  i{
  color:#7AD321
}

.notification.Success .type-container{
  background-color: #7AD321;
  border-radius: 15px;
  box-shadow: 2px 2px 2px #bbb6;
}

@media screen and (max-width:576px){
  .btn-footer{
    width:100%!important  ;
  }
  .social-links > ul{
    margin:0!important;
    margin-bottom:1rem!important;
  }
}

.videos-home{
  border-radius: 20px;
  box-shadow: 2px 2px 2px #bbb6;
  height:325px
}

.img-column, .info-column{
  height:325px;
  overflow:hidden
}

.img-videos  img{
  height:325px!important
}

@media screen and (max-width:576px){
  .img-videos{
    min-height: auto!important;
    height:300px;
  }
  .img-videos  img{
    height:325px!important
  }
  .videos-home{
    height:auto
  }
  .info-column{
    height:300px;
    overflow:hidden
  }
}

@media screen and (max-width:576px){
  .w-sm-100{
    width:100%!important
  }
 
  .subtitle{
    font-size:36px!important
  }
  .icon-how figure{
    width: 85px;
  }
}

.br-20{
  border-radius: 20px!important;
}

.br-b-20{
  border-radius: 0 0 20px 20px;
}

.started-container > .wp-block-group__inner-container{
  background: #74DAD9;
  border-radius: 20px;
}

/*methodology*/
.wp-block-separator{
	width:5rem!important;
	margin:2rem auto; 
}
.methodology h1 {
	color: #00246D !important;
	font-family: 'rubik-bold';
	font-size: 64px;
}
.methodology h2 {
	color: #00246D !important;
	font-family: 'rubik-bold';
	font-size: 64px;
}
.methodology .rounded-top {
  border-top-left-radius: 0.938rem!important;
  border-top-right-radius: 0.938rem!important;
}
.methodology .rounded-bottom .n2-ss-layer-with-background {
  border-bottom-right-radius: 15px!important;
  border-bottom-left-radius: 15px!important;
}
.card-metodology{
  border-radius: 15px;
}
.rounded-teachers {
  border-radius: 20px!important;
}
.metodology-slider div#n2-ss-11 .n2-ss-slider-3 {
  padding: 50px 20px 50px 20px;
  width: 1100px!important;
  display: inline-grid;
	margin: auto;
  justify-content: space-between;
}
.methodology .levels-section{
  background-color: var(--blue-100);
}
@media (max-width: 768px){
	.rounded-teachers {
    border-radius: 15px!important;
  }
	.methodology h2 {
    font-size: 36px;
  }
	.levels .n2-ss-slide{
    height:1300px!important;
  }
 
}

/*terms*/
.bg-terms{
  background-image: url('../img/terms/bg-conditions.webp');
  background-size: cover;
  background-position-x: right;
  background-repeat: no-repeat;
  background-position-y: center;
}

@media screen and (max-width:992px){
  #mailpoet_form_1{
    width: 100%!important;
    margin:auto!important
  }

  #mailpoet_form_1 .mailpoet_form_columns{
    display:block
  }
  .btn-submit-email{
    text-align: center;
  }
  .bg-pricing-mobile{
    background-image: url('../../img/bg-pricing-mobile.png');
    background-repeat: no-repeat;
    background-size: 95%;
    background-position-y: top ;
  }
}

@media screen and (min-width:500px) and (max-width:992px){
  .btn-submit-email{
    margin-top:1rem
  }
} 

/*scrollbar*/
body::-webkit-scrollbar {
  width: 11px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--orange);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--orange);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
/*Pricing*/
.bg-pricing{
  background-image: url('../img/home/bg-pricing-home.webp');
  background-position-x: left;
  background-repeat: no-repeat;
  background-position-y: 90%;
}
/*Blog*/
.bg-blog{
  background-image: url('../img/blog/bg-blog.webp');
  background-size: cover;
  background-position-x: right;
  background-repeat: no-repeat;
  background-position-y: bottom;
}


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

.box-shadow-5{
  box-shadow: 5px 5px 5px #0006!important;
}

.box-shadow-2{
  box-shadow: 2px 2px 2px #0006!important;
}


.btn-shadow  a, .btn-shadow button, .btn-shadow input{
  box-shadow:2px 2px 2px #0006!important
}

.text-blue-bold{
  color:#00246D!important
}

.bg-blue-bold{
  background:#00246D!important
}

.container-content{
  max-width: 775px;
}

.text-shadow-2{
  text-shadow: 2px 2px 2px #0006!important;
}


.bg-price-info{
  background-color: rgb(223,247,247,50%)!important;
}