/*.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: #4d7d99;
  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;
  align-items: center;
  animation: center;
  justify-content: 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: 1300px) {
  section.standard {
    flex-direction: column-reverse;
  }
}

@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#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;
  }
}

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;
  }
}

.rowCollage {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnCollage {
  flex: 25%;
  max-width: 700px;
  padding: 0 4px;
}

.columnCollage img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnCollage {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnCollage {
    flex: 100%;
    max-width: 100%;
  }
}

div#card {
  width: 200px;
}

div#textItem {
  max-width: 650px;

}

img#portada {
  width: 100%;
}



.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}


.section_padding {
  padding: 35px 0;
}

.section_heading {
  margin-bottom: 30px;
}

.section_heading h2 {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.section_heading h2 span {
  color: orangered;
}

.section_heading p {
  font-size: 16px;
  margin: 10px 0 5px;
}

.single-blog {
  transition: all 0.30s ease 0s;
}

.single-blog:hover {
  transform: translateY(-10px);
}

.single-blog .post-img {
  position: relative;
}

.single-blog .post-img img {
  max-width: 100%;
  height: auto;
}

.single-blog .org-img {
  position: relative;
}

.single-blog .org-img img {
  max-width: 300px;
  height: auto;
}

.single-blog .post-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.30s ease 0s;
}

.single-blog:hover .post-img:after {
  opacity: 1;
}

.single-blog .single_blog {
  border-top: none;
  padding: 25px 20px 25px;
  background: #fff;
  position: relative;
}

.single-blog .post-title {
  margin: 0 0 15px 0px;
  font-size: 20px;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.single-blog .blog-text {
  font-size: 15px;
  line-height: 23px;
  margin: 7px 0 10px;
}

.icon-area {
  list-style: none;
  font-size: 14px;
  padding: 0;
}

.icon-area>li {
  display: inline-block;
  margin-right: 5px;
  color: #555;
  font-style: italic;
}

.icon-area>li i {
  color: orangered;
  margin-right: 5px;
  font-size: 14px;
}

.btn-area a {
  background: linear-gradient(to right, #ff512f, #f09819);
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 11px 22px;
  margin: 10px 0px 10px;
  border: none;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out 0s;
}

white-gradient {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translate3d(calc(-200px * 22), 0, 0);
  }
}

.sliderChannels {
  background: white;
  height: 200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sliderChannels::before,
.sliderChannels::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.sliderChannels::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.sliderChannels::before {
  left: 0;
  top: 0;
}

.sliderChannels .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
}

.sliderChannels .slideChan {
  height: 200px;
  width: 200px;
}

.textitem {
  max-width: 300px;
}

.item {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
}

img#piano {
  max-width: 560px;
}

@media (max-width: 600px) {
  section#about {
    flex-direction: column-reverse;
  }
}

@media (max-width: 600px) {
  div#about2 {
    min-width: 100% !important;
    padding: 0;
  }
}

@media (max-width: 600px) {
  div#about1 {
    min-width: 100% !important;
    padding: 0;
    margin-top: 15px;
  }
}

@media (max-width: 1100px) {
  img#piano {
    width: 100%;
  }
}

@media (max-width: 600px) {
  img#orgImg {
    max-width: 250px !important;
    max-height: 250px !important;
  }
}

@media (max-width: 600px) {
  .owl-carousel.owl-theme.col-6 {
    min-width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 1300px) {
  div#about2 {
    min-width: 100% !important;
  }
}

@media (min-width: 600px) and (max-width: 1300px) {
  div#about1 {
    min-width: 100% !important;
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 1300px) {
  img {
    min-height: 45px;
  }
}
@media (max-width: 720px){
img#portada{
  display: none;
}
}
img#portadaMobile{
  width: 100%;
  display: none;
}
@media (max-width: 720px){
img#portadaMobile{
  display: initial;
}
}