@D@@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
  color: #444;
  overflow-x: hidden;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}

  :root {

    --base-font-family:     'Plain', sans-serif;
    --font-weight-bold:     bold;
    --font-weight-normal:   normal;
    --font-weight-light:    300;
    --font-weight-thin:     100;

    --h1-font-size:         48px;
    --h2-font-size:         40px;
    --h3-font-size:         28px;
    --h4-font-size:         24px;
    --h5-font-size:         22px;
    --h6-font-size:         22px;
    --p-font-size:          18px;
    --base-font-size:       16px;
    --menu-font-size:       14px;

    --border-radius-large:  100%;
    --border-radius-small:  2px;
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: var(--font-weight-thin);
    line-height: normal;
  }

  h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    margin: 20px 0;
  }

  h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--font-weight-bold);
    letter-spacing: -1px;
    margin: 0;
    color: #808080;
  }

  h4 {
    font-size: var(--h4-font-size);
  }

  h5 {
    font-size: var(--h5-font-size);
  }

  h6 {
    color: var(--gray-color);
    font-size: var(--h6-font-size);
    line-height: inherit;
    margin: 0;
  }

  p {
    color: #fff;
    font-size: 20px;
    font-weight: initial;
    line-height: 1.5em;
  }

  b, 
  strong {
    font-weight: var(--font-weight-bold);
    letter-spacing: 0;
  }

  .row {
    justify-content: center;
  }

  .btn-primary {
    color: #fff;
    background-color: #174371 !important;
    border:none !important;
    
  }

  .btn-primary:hover {
    background-color: #174371bf !important;
    border-color: #174371bf !important;
    
  }

  .img-conquist {
    width: 320px;
    height: auto;
    padding-left: 20px;
  }
  
  .img-conquist1 {
    width: 500px;
    padding-top: 20px;
  }

  .img-adriano {
    width: 450px;
    float: left;
    margin-right: 30px;
  }

  .img-premios {
    display: flex;
  }


  .float-left {
    margin-left: -200px;
  }

  .img-leandro {
    width: 230px;
  }

  .form-row {
    justify-content: center;
  }

  .h2-title {
    text-transform: uppercase;
    font-size: 30px;
    color: #000 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
  }

  .bck-section {
    background-color: #fff;

  }

  .p-about {
    color: #fff;
    text-align: justify;
  }

  .content-aulas {
    margin-left: 20px;
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
  }


  .bck-section2 {
    background: linear-gradient(to right, rgb(242, 252, 254), rgb(28 134 210 / 43%));
  }

  .section {
    padding: 7rem 0;
    margin-top: 80px;
  }

  .section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #ffffff;
    margin-top: 40px;
  }

  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }


  .text-white {
    color: #000 !important;
  }
  .text-white1 {
    color: rgb(255, 255, 255) !important;
  }

  .mt-3, .my-3 {
    padding: 0%;
    margin-left: 40px;
}

  .card {
    margin-left: 30px;
  }

  
  .img-fluid {
    width: 300px !important;
    height: 300px !important;
    max-width: -webkit-fill-available;
    object-fit: cover;
    

}

.content-bio {
  padding: 0px;
  text-align: justify;
}

.content-bio p {
  font-size: 16px;
}

.content-bio h2 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #39866d;
  text-transform: uppercase;
}

.modal-title {
  font-weight: 600 !important;
}

.modal-content {
  border: none !important;
}

.modal-open .modal {
  background: #000000bf;
}

  
  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 114px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero p {
    font-size: smaller;
    width: 100% !important;
    }
    
  .img-adriano {
    width: 330px;
    margin-bottom: 10px;
    }
    
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }

  .img-fluid1 {
    height:initial;
  }
  
  .p-about {
      font-size:17px;
      padding-left:10px;
  }
  
  .mobile-img {
      display: flex;
      justify-content: center;
  }
  
  h2 {
    font-size: 30px;
  }
  
  .links-header {
      padding-right: 30px !important;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 50px !important;
  height: 50px !important;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (min-width: 1360px) {
  
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 80%;
    text-align: justify;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0;
    background: rgb(69 67 67);
    z-index: 997;
  }
  
  #header.header-scrolled {
    box-shadow: 0px 0px 80px 0px rgb(0 0 0);
  }
  
  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #1c5c93;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 100px;
    margin-top: -10px;
    margin-left: 80px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */
  .nav-menu, .nav-menu * {
    margin-top: 6px;
    list-style: none;
    display: flex;
    justify-content: center;
  }
  
  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
  }
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 12px 13px;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    
  }
  
  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #eeff00;
    text-decoration: none;
  }
  
  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
  }
  
  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }
  
  .nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #103453;
  }
  
  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #428bca;
  }
  
  .nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
  }
  
  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: 100%;
  }
  
  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
  }
  
  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }
  
  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }
  
  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }
  
  /* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #2b2929;
  transition: 0.4s;
}

.btn-USA {
  width: 25px;
  margin-left: 10px;
  display: inherit;
  margin-top: 5px;
}



.mobile-nav * {
  margin: 0;
  padding: 5px;
  list-style: none;
}

.btn {
  border-radius: 9999px;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fbff00;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  margin-top: 20px;
}

.mobile-nav-toggle i {
  color: #ffffff;
  font-size: 30px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* agenda */

.schedule {
    background:rgb(255, 255, 255);
  }

  .schedule-table {
    display: table;
    border: 0;
    text-align: center;
  }

  .schedule-table strong,
  .schedule-table span {
    display: block;
    text-align: center;
  }

  .schedule-table strong {
    color: #000;
  }

  .schedule-table span {
    color: var(--gray-color);
  }

  .schedule-table span,
  .schedule-table small {
    font-size: var(--menu-font-size);
    text-transform: uppercase;
  }

  .schedule-table small {
    position: relative;
    top: 10px;
  }

  .table .thead-light th,
  .schedule-table tr td:first-child {
    background: #428bca;
    border: 1px solid #212122;
    color: rgb(255, 255, 255);
  }

  .schedule-table .thead-light th {
    text-transform: uppercase;
  }

  .table-bordered td, 
  .table-bordered th {
    border: 1px solid #212122;
  }

  .table-bordered td {
    padding-bottom: 22px;
  }

  .table td, .table th {
    padding: 1rem;
  }

  /*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #f1eded;
  padding: 60px 0 30px 0;
  margin-top: 80px;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(0.95);
}

.team .member .member-info {
  position: initial;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }

  .float-left {
    margin-left: 0px;
  }

  .fonts-form1 {
    top: 286px !important;
  }

  .btn-USA {
   width: 40px;
  }
  
  
}

.fonts-form {
  position: absolute;
  left: 20px;
  top: 12px;
  height: 18px;
  fill: #6987ab;
  padding-right: 10px;
  z-index: 1;
  transition: all .3s ease;
  color: #6693f9;
  border-right: 1px solid #0000005c;
}

.fonts-form1 {
  position: absolute;
  left: 60px;
  top: 203px;
  height: 18px;
  fill: #6987ab;
  border-right: 1px solid #0000005c;
  padding-right: 7px;
  z-index: 1;
  transition: all .3s ease;
  color: #6693f9;
}





/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgb(65 132 202 / 25%);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgb(65 132 202 / 25%);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: flex;
  justify-content: center;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 20px 50px;
  background: #fdfeff78;
}

.contact .php-email-form textarea {
  padding: 12px 50px;
  background: #fdfeff78;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #6aa3d5;
}


  /*Footer*/

  .footer-p {
    color: #000000b5;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
  }

  #footer {
    background: #000000e8;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  
  #footer .footer-top {
    background: #f1f1f1;
    border-top: 1px solid #768fa654;
    border-bottom: 1px solid #67839c;
     
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
  }
  
  #footer .footer-top .social-links a {
    font-size: 22px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 14px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    padding-right: 80px;
  }
  
  #footer .footer-top .social-links a:hover {
    color: #fff;
    text-decoration: none;
  }

  .facebook, .instagram, .youtube {
    font-size: 40px;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }

  .facebook {
    color: rgb(11, 82, 214);
  }
  
  .instagram {
    color: rgb(124, 3, 59);
  }

  .youtube {
    color: rgb(226, 4, 4);
  }

  .facebook:hover {
    transform: rotateZ(360deg);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }

  .instagram:hover {
    transform: rotateZ(360deg);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }

  .youtube:hover {
    transform: rotateZ(360deg);
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    color: #3e5a98ed;
    position: relative;
    padding-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    margin-left: 15px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #9eccf4;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: #9eccf4;
  }
  
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4;
  }
  
  #footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #428bca;
    color: #fff;
    transition: 0.3s;
    border-radius: 4;
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #5295ce;
  }
  
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }
  
  #footer .credits a {
    color: #9eccf4;
  }
 
  .back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #e4ff00;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
  }
  
  .back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 12px;
    color: #000;
  }
  
  .back-to-top:hover {
    color: #fff;
    background: #919c34;
    transition: background 0.2s ease-in-out;
  }


  @media screen and (max-width: 992px) {
      #header .logo img {
        margin-left: initial;  
      }
    .schedule-table {
        display: block;
      }

    .row {
      padding-top: 45px;
      padding-right: 20px;
      justify-content: center;
    }  
  }

  a:hover,a:focus{
    text-decoration: none;
    outline: none;
}

a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
#accordion .panel{
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 15px;
}
#accordion .panel-heading{
  padding: 0;
  border: none;
  border-radius: 3px;
}
#accordion .panel-title a{
  display: block;
  padding: 12px 15px;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  border: 1px solid #0000005d;
  box-shadow: 0 0 10px rgba(0,0,0,.05);
  position: relative;
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed{
  box-shadow: none;
  color: #000000;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 900;
  color: #000000;
  text-align: center;
  position: absolute;
  top: 8px;
  right: 15px;
  transform: rotate(135deg);
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
  color: #000000;
  transform: rotate(0);
}
#accordion .panel-title a:after{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 55px;
}
#accordion .panel-body{
  padding: 10px 15px 15px;
  border: 1px solid;
  font-size: 15px;
  color: #000000;
  line-height: 27px;
  border-color: #0000005d;
  border-top: none;
  background: #fff;
}

.accordion-mod1 {
  background: #fff !important; 
}
.accordion-mod2 {
  background: #fff !important;
}
.accordion-mod2Analise {
  background: #fff !important;
}
.accordion-mod2Mentoria {
  background: #fff!important;
}

.float-right {
  float: none !important;
}

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #3022f8;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
  padding-top: 10px;
  letter-spacing: 2px;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #f82249;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
  outline: none;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

.links-header {
  font-size: 20px;
  display: flex;
  justify-content: center;
  margin-top: -10px;
  padding-right: 50px;
}

.face-top {
  color: #fff;
}

.face-top:hover {
  color: rgb(229, 255, 0);
}

.insta-top {
  color: #fff;
}

.insta-top:hover {
  color: rgb(229, 255, 0);
}

.youtube-top {
  color: #fff;
}

.youtube-top:hover {
  color: rgb(229, 255, 0);
}


.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
 width: 300px;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.479);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.vbox-container img {
  width: 700px;
}
