/*.animBlock {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .55s ease-in;
  -moz-transition: all .55s ease-in;
  -ms-transition: all .55s ease-in;
  -o-transition: all .55s ease-in;
  transition: all .55s ease-in;
}
*/

.animBlock[data-position="left"] {
  left: -20%;
}

.animBlock[data-position="right"] {
  right: -20%;
}

.animBlock[data-position="top"] {
  top: -20%;
}

.animBlock[data-position="bottom"] {
  bottom: -20%;
}

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="top"].viewed {
  top: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="bottom"].viewed {
  bottom: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.site-footer {
  background-color: #545454;
  padding: 15px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: white;
  width: 100%;
  align-items: center;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.twitter:hover {
  background-color: #00aced
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}

.column.home {
  display: flex;
  align-items: center;
  justify-content: center;

}

section.standard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

img#home1 {
  width: 100%;
}

img#logoHome {
  width: 80%;
}

section#bodyText {
  padding-top: 20px;
  padding-bottom: 20px;
}

img#companyLogo {
  max-width: 290px;
  width: 100%;
}

@media (max-width: 600px) {
  .bodyCompanies {
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

span.sTitle {
  font-family: 'Open Sans', sans-serif;
  color: #025e2a;
  margin-top: 45px;
  margin-bottom: 45px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;

}

span#textBody {
  color: #696969;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  width: 100%;
}

div#bodyText {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  ;
  border-radius: 40px;


}

.spacerTitle {
  width: 100%;
  background-color: #025e2a;
  height: 30px;
}

.bodyText {


  text-align: justify;
  text-justify: inter-word;
  padding: 30px;



}

span#title {
  font-size: 45px;
}

div#sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
}

img#logoSponsor {
  height: 90px;
  margin: 10px;
}

span#titleSponsor {
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 600px) {
  .overlay {
    display: none;
  }
}

img#logoHomeMobile {
  display: none;
}

@media (max-width: 600px) {
  img#logoHomeMobile {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1500px) {
  img#logoHomeMobile {
    display: block;
  }
}

@media (max-width: 1500px) {
  .overlay {
    display: none;
  }
}

@media (max-width: 1100px) {
  section.standard {
    flex-direction: column;
  }
}

@media (max-width: 1500px) {
  .bodyText {

    width: 100%;
  }
}

@media (max-width: 7600px) {
  div#bodyText {
    width: 100%;
  }
}

@media (max-width: 7600px) {
  .column.home {
    width: 100%;
  }
}

@media (max-width: 760px) {
  div#sponsor {
    flex-direction: column;
    padding-top: 10px;
  }
}

@media (max-width: 760px) {
  span#titleSponsor {
    font-size: 30px;
  }
}

@media (max-width: 760px) {
  img#logoSponsor {
    max-height: 80px;
  }
}

@media (max-width: 1100px) {
  .bodyText {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (max-width: 760px) {
  img#companyLogo {
    min-width: 60%;
  }
}

a#navbarLabel {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 800px) and (max-width: 1600px) {
  .col-12 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1100px) {
  div#mainColumn {
    width: 100% !important;
    padding: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;


  }
}

@media (max-width: 1100px) {
  h2#whatwedo {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 1100px) {
  h2#ourpartners {
    margin-top: 10px !important;

  }
}

@media (max-width: 1100px) {
  div#swipeColumn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1100px) {
  section#swiper {
    padding: 0px !important;
  }
}

@media (max-width: 600px) {
  h2#contact {}
}

@media (max-width: 1100px) {
  span.sTitle {
    margin: 10px !important;
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }
}

h1#coverText {
  text-align: center;
}

@media (max-width: 1100px) {
  h2#coverText {
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  span#registration {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;

  }
}

@media (max-width: 700px) {
  span.sTitle.thanks {
    font-size: 25px !important;
  }
}

@media (min-width: 600px) and (max-width: 1030px) {
  div#container-channels {
    flex-direction: column;
  }
}

@media (max-width: 1050px) {
  div#container-channels {
    flex-direction: column;
  }
}

@media (max-width: 1050px) {
  img#imgChannel {
    max-width: 80%;
    padding-bottom: 25px;
    padding-top: 25px;
  }
}