
body {
  background: #fff;
  color: #161616;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #fff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
{
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #161616;
}



.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #161616;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #161616;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #fff;
  color: #161616;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;

  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-header p {
font-weight: 500;
  font-size: 20px;
    text-align: center;
 margin: 0;
  padding: 0;
}

.section-with-bg {
  background-color: #f6f7fd;
}


/*--------------------------------------------------------------
Clientes
--------------------------------------------------------------*/
.clientes h2 {
    margin-top: 4rem;
}
.carousel-nav-icon {
   height: 48px;
   width: 48px;
}
.carousel-item  .col, .col-sm, .col-md{
   
      margin: 8px;
      height: 400px;
      background-size: cover;
      background-position: center center;
   
}
.col text-center h1
{
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #161616;
}

/*--------------------------------------------------------------
Clientes 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: #161616;
  height: 70px;
  padding: 15px 0px;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding:0;
    margin: 0;
  max-height: 35px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 15px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: none;
  padding: 6px 15px;
  border-radius: 50px;
  border: 2px solid white;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: #161616;
    font-size: 0.9rem;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
    
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #161616;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #161616;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Submenu */


/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #161616;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: darkgrey;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #161616;
}

#mobile-nav ul .menu-item-active {
  color: #161616;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/*--------------------------------------------------------------
Clientes
--------------------------------------------------------------*/

.clientes {

    color: #161616;

}
.clientes .section-header {
    margin-bottom: 0;
}
.clientes h2 {
transform: translateY(80px);
}
/*--------------------------------------------------------------
Clientes 3
--------------------------------------------------------------*/
#clientes {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  
  background-color: #161616;
}
#clientes h2 {
  
      font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
    position: absolute;
}

.blog-card{
  position: absolute;
  height: 370px;
  width: 95%;
  max-width: 1100px;
  margin: auto;
  border-radius: 25px;
  background: white;
  box-shadow: 0px 10px 50px rgba(white);
}
.inner-part{
  position: absolute;
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}



.inner-part .img{
  height: 260px;
  width: 450px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 2px 3px 15px rgba(#161616);

}

.img img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  opacity: 0;
  transition: .6s;
  
}


#tap-1:checked ~ .inner-part .img-1,
#tap-2:checked ~ .inner-part .img-2,
#tap-3:checked ~ .inner-part .img-3,
#tap-4:checked ~ .inner-part .img-4,
#tap-5:checked ~ .inner-part .img-5,
#tap-6:checked ~ .inner-part .img-6,
#tap-7:checked ~ .inner-part .img-7,
#tap-8:checked ~ .inner-part .img-8,
#tap-9:checked ~ .inner-part .img-9
{
  opacity: 1;
  transition-delay: .2s;

}
.content{
  padding: 0 20px 0 35px;
  width: 530px;
  margin-left: 50px;
  opacity: 0;
  transition: .6s;
}

#tap-1:checked ~ .inner-part .content-1,
#tap-2:checked ~ .inner-part .content-2,
#tap-3:checked ~ .inner-part .content-3,
#tap-4:checked ~ .inner-part .content-4,
#tap-5:checked ~ .inner-part .content-5,
#tap-6:checked ~ .inner-part .content-6,
#tap-7:checked ~ .inner-part .content-7,
#tap-8:checked ~ .inner-part .content-8,
#tap-9:checked ~ .inner-part .content-9
{
  opacity: 1;
  margin-left: 50px;
  z-index: 100;
  transition-delay: .3s;
}
.content span{
  display: block;
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500
}
.content .title{
  font-size: 30px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 20px;
   
}

.content .title:hover{
  font-size: 3opx;
  font-weight 700;
  color: #161616;
  margin-bottom: 20px;

    
}
.content .text{
  color: #161616;
  font-size: 19px;
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: justify;
}
.content button{
  display: inline-flex;
  padding: 15px 20px;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  border: 1px solid #161616;
  background-color: #161616;
}

.sliders{
  position: absolute;
  bottom: 10px;
  left: 90%;
  transform: translateX(-10%);
  z-index: 12;
}

.sliders .tap{
  position: relative;
  height: 10px;
  width: 20px;
  background: #161616;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}
.sliders .tap:hover{
  background: #d9d9d9;
    transition: transform .6s;
}
.sliders .tap:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: -100%;
  background-color: #161616;
  border-radius: 10px;
  transform: scaleX(0);
  transition: transform .6s;
  transform-origin: left;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}
#tap-1:checked ~ .sliders .tap-1:before,
#tap-2:checked ~ .sliders .tap-2:before,
#tap-3:checked ~ .sliders .tap-3:before,
#tap-4:checked ~ .sliders .tap-4:before,
#tap-5:checked ~ .sliders .tap-5:before,
#tap-6:checked ~ .sliders .tap-6:before,
#tap-7:checked ~ .sliders .tap-7:before,
#tap-8:checked ~ .sliders .tap-8:before,
#tap-9:checked ~ .sliders .tap-9:before
{
  transform: scaleX(1);
  width: 100%;
    
}





    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/AEQ_TALENT_08_ActingAEQ_APP.webp) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}


#intro a {
    border-radius: 50px;
  border: 2px solid white;
    padding: 0.7rem;
    font-weight: bold;
    background-color: #fff;
    color: #161616;

}

#intro a:hover {
    border-radius: 50px;
  border: 2px solid white;
    padding: 0.7rem;
    font-weight: bold;
    background-color: #fff;
    color: #161616;
    font-size: 1.1rem;

}

#intro:before {
  content: "";
  background: #161616;
    opacity: 50%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #161616;
}

#intro img {
    width: 450px;
}
#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 28px;
}

#intro .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#161616 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
    visibility: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;

  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #161616;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#intro .about-btn:hover {
  background: #fff;
  color: #161616;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/



#about {
  background: url("../video/TALENT_Radio_Will_Never_Be_The_Same.gif");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 60px 0;
}

#about:before {
  content: "";
  background: #161616;
    opacity: 65%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 130px;
  color: #fff;
text-align: center;
}


#about p {
  font-size: 23px;
  margin-bottom: 20px;
  color: #fff;
    column-count: 3;
  
    text-align: center;
    align-content: center;
}




/*--------------------------------------------------------------
# Broadcaster Section
--------------------------------------------------------------*/
#broadcaster {
  background color: #fff;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  color: #161616;
  padding: 60px 0 40px 0;

}

.hiking span {
    color: black;
}

.birding span {
    color: black;
}

.laughing span {
    color: black;
}

.walking span {
    color: black;
}

.playing span {
    color: black;
}

.different-colors {
    text-align: center;
    padding: 5rem;
}

.different-colors h2 {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    text-align: left;
    justify-content: center;
    margin-left: 25rem;
    color: #757575;
}

/*--------------------------------------------------------------
# Desplegables
--------------------------------------------------------------*/

.Expande {
  margin-top: 8em;



}
#desplegables .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  margin-bottom: 2rem;
}
#desplegables h2 {
    text-align: center;
}

#desplegables p {
    
    font-size: 1.2rem;
    color: #161616;
    text-align: center;
}
#desplegables a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
    color: #161616;
    font-size: 4rem;
    font-weight: bold;
    justify-content: center;
}

#desplegables a:hover{
    font-size: 4.5rem;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
}



#desplegables #carousel6  {
    max-width: 320;
    max-height: 442;
}

#desplegables .panel-heading a.collapsed:focus {
  color: #161616;
}
#desplegables .panel-heading a.collapsed:hover::before,
#desplegables .panel-heading a.collapsed:focus::before {
  color: #161616;
}
#desplegables .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#desplegables .panel-heading a:not(.collapsed) {
  color: #161616;
  transition: all 0.2s ease-in;
}


#desplegables .panel-body .panelfrontal p {
    margin-top: 10rem;
}

#desplegables .talentfrontal {
position: absolute;

    transform: translateY(-360px);
    margin-right: 10rem;
    margin-bottom: 50rem;
    float: right;
    display: block;
    margin-left: 36rem;
}

#desplegables #carousel4
{
    margin-top: 10rem;
}

#desplegables .fa-chevron-down {
    font-size: 3rem;
    margin-left: 1rem;
}

#desplegables .icons {
    align-content: center;
    
}

#desplegables #talentlateral img
{
    max-width: 600px;
    max-height: 700px;

    padding-top: 20rem;
    transform: translateY(-600px);
    margin-left: 20rem;


    float: left;

}




#desplegables .textojustificado2 p {
      text-align: left;
    margin-left: 67rem;
    margin-top: 6rem;
    margin-right: 5rem;
}
#desplegables .textojustificado3 p{
      text-align: center;

    margin-top: 6rem;
    margin-right: 5rem;
}


#desplegables .textojustificado p {
    text-align: left;
    margin-left: 67rem;

}

#desplegables .fa-angle-right {
    font-weight: bold;
    font-size: 1.2rem;
  
}

img .expande1:hover { width: 5rem;
    
}


/*--------------------------------------------------------------
Carousel 02
--------------------------------------------------------------*/

#TraseraEquipo {
position: absolute;
    margin-top:5rem;
}
/*--------------------------------------------------------------
Carousel 01
--------------------------------------------------------------*/

#FotoActing01 {
    margin-top: 2rem;
}

#FotoActing01 img {

}



/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

#team {
margin-top: 6rem;
    justify-content: center;
    margin-bottom: 6rem;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #161616;
    border-color: #161616;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #161616;
    border-color: #161616;
}

#team {
    padding: 60px 0;
}

#team .section-title {
    text-align: center;
    color: #161616;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team h2 {
    font-size: 3.2rem;
    font-weight: 600;
}

#team p {
    font-size: 1rem;
    text-align: justify;
}

#team .card {
    border: none;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #161616 !important;
}

.backside .card .card-title {
    color: #161616 !important;
}




/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#audiocodecs {
  padding: 100px 50px 50px 50px;
}

#audiocodecs .audiocodec {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#audiocodecs .audiocodec .details {
  background: #161616;
    opacity: 90%;
  position: absolute;
  left: 0;
  bottom: -350px;
  right: 0;
  text-align: center;
  padding-top: 60px;
    padding-left: 5px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#audiocodecs .audiocodec .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#audiocodecs .audiocodec .details p {
  color: #fff;
  font-size: 50px;
  margin-bottom: 5px;
  font-style: normal;
}



#audiocodecs .audiocodec .details .social {
  height: 30px;
}

#audiocodecs .audiocodec .details a {
  color: #fff;
    font-size: 15px;
}

#audiocodecs .audiocodec .details a:hover {
  font-size: 17px;
}

#audiocodecs .audiocodec:hover .details {
  bottom: 0;
}

#audiocodecs-details {
  padding: 60px 0;
}

#audiocodecs-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#audiocodecs-details .details .social {
  margin-bottom: 15px;
}

#audiocodecs-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#audiocodecs-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#audiocodecs-details .details .social a i {
  font-size: 18px;
}

#audiocodecs-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 20px;
}




#audiocodecs .textoinvisible {
  color: #161616;
  font-size: 17px;
        text-align: center;
visibility: hidden;
}

/*--------------------------------------------------------------
# Image 01 Section
--------------------------------------------------------------*/
#gamer {
  background: url("../img/AEQ_Talent_Acting_15.JPG");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 1000px 0;
}

#gamer:before {
  content: "";
  background: #161616;
    opacity: 20%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#gamer p {
    overflow: hidden;
}
/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/

#schedule {
  padding: 60px 0 60px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/

#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Webinar
--------------------------------------------------------------*/

#webinar {
  background: url("../img/Gifs/AEQ_WEBINAR_TALENT_spa_21ABRIL.gif");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 100px 0 0px 0;
 
}

#webinar:before {
  content: "";
  background: #161616;
    opacity: 20%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#webinar h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 130px;
  color: #fff;
text-align: center;
}
#webinar a {
     font-size: 23px;
    font-weight: bold;
    font-family: "Raleway"
}

#webinar p {
  font-size: 23px;
  margin-bottom: 20px;
  color: #fff;
    column-count: 3;
  
    text-align: center;
    align-content: center;
}

.btn-primary {

    background-color: #f07d00;

}

.btn-primary:hover {
    color: #fff;
    background-color: #161616;
   
}


/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#aplicacionmovil {
  padding: 60px;
  overflow: hidden;
    
}

#aplicacionmovil h1 img { width: 6%;
    
}
#aplicacionmovil h1 img { width: 6%;
    
}
#aplicacionmovil .pilot a {
    text-align: center;
    font-size: 1.1rem;
    color: #161616;
transform: translateY(2rem);
}

#aplicacionmovil .pilot p {
    text-align: center;
    font-size: 2rem;
    color: #161616;
    margin-right: 30rem;
    margin-top: 1rem;
    font-weight: bold;
    transform: translateY(0.8rem);
}

#aplicacionmovil .phoenix a {
    text-align: center;
    font-size: 1rem;
    color: #161616;

}

#aplicacionmovil .phoenix a:hover {
    text-align: center;
    font-size: 1.2rem;
    color: #161616;
}





















#aplicacionmovil .pilot a:hover {
    text-align: center;
    font-size: 1.3rem;
    color: #161616;
}

#aplicacionmovil #carousel7 {
}

#aplicacionmovil .owl-nav,
#aplicacionmovil .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#aplicacionmovil .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#aplicacionmovil .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#aplicacionmovil .owl-dot.active {
  background-color: #161616;
}

#aplicacionmovil .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#aplicacionmovil .gallery-carousel .center {
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

#aplicacionmovil h1 {
    text-align: center;
    margin-top: 2rem;
}

.vl {
  border-left: 4px solid #161616;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
    margin-top: 20rem;
}





/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/

#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Foto Jesus
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe .subscribe-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 450px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}



#subscribe {
    margin-top: 9rem;
  padding: 60px;
    padding-bottom: 900px;
  background: url(../img/AEQ_Talent_Acting_01_app_WEB.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: #161616;
    opacity: 20%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



#subscribe input {
  background: #fff;
  color: #161616;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #161616;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 30px;
    font-weight: bold;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #fff;
    color:#161616;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
    
}

#subscribe p {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
    margin-top: 30rem;
}

#subscribe .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#161616 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

  position: relative;
  overflow: hidden;
    display: flex;
    margin: auto;
    align-content: center;
}

#subscribe .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#subscribe .play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;

  background: rgba(198, 16, 0, 0);
}

#subscribe .play-btn:hover::after {
  border-left: 15px solid #161616;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#subscribe .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#subscribe .subscribe-btn:hover {
  background: #fff;
  color: #161616;
}




@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Prueba
--------------------------------------------------------------*/
.how-section1{
    margin-top:-15%;
    padding: 10%;
}

.how-section1 .subheading{
    color: #161616;
    font-size: 20px;
    visibility: hidden;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-section1 img
{
    text-align: center;
}
.how-img-mic img{
    width: 130%;
transform: translateX(-100px);
    margin-top: 2rem;
}

.how-img-usb img {
        width: 90%;
    margin-left: 5rem;
    float: left;
    transform: translateX(-200px);
    transform: translateY(-100px);

}

#how p {
text-align: left;
    color: #161616;
    margin-top: 3rem;
    margin-right: 5rem;
}

.textousb {
text-align: left;
    color: #161616;
  transform: translateY(-35px);
    margin-left: 6rem;
}

/*--------------------------------------------------------------
# Expande Talent Dimensiones
--------------------------------------------------------------*/
.how-section-frontal{
    margin-top:-15%;
    padding: 10%;
}

.how-section-frontal .subheading{
    color: #161616;
    font-size: 20px;
    visibility: hidden;
}
.how-section-frontal .row
{
    margin-top: 10%;
}
.how-img-frontal
{
    text-align: center;
}
.how-img-frontal img{
    width: 65%;
    margin-left: 5rem;
}



#talentfrontal p {
text-align: left;
    color: #161616;
    margin-top: 2.5rem;
    margin-right: 5rem;
}

/*--------------------------------------------------------------
# Cracterísticas Técnicas
--------------------------------------------------------------*/

#caracteristicastecnicas {
  padding: 60px 0;
    margin-bottom: 8rem;
}

#caracteristicastecnicas #faq-list {
  padding: 0;
  list-style: none;
}

#caracteristicastecnicas #faq-list li {
  border-bottom: 1px solid #ddd;
}

#caracteristicastecnicas #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#caracteristicastecnicas #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#caracteristicastecnicas #faq-list p {
  margin-bottom: 20px;
}

#caracteristicastecnicas #faq-list a.collapse {
  color: #161616;
}

#caracteristicastecnicas #faq-list a.collapsed {
  color: #000;
}

#caracteristicastecnicas #faq-list a.collapsed i::before {
  content: "\f055" !important;
}


/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/

#buy-tickets {
  padding: 50px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Escenario 2 Section
--------------------------------------------------------------*/
#escenario2 {
  padding: 60px;
    padding-bottom: 1500px;
 background: url(../img/14_ActingAEQ.JPG) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#escenario2 p {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
    margin-top: 30rem;
}



#escenario2 input {
  background: #fff;
  color: #161616;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#escenario2 button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #161616;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 30px;
    font-weight: bold;
  border-radius: 50px;
}

#escenario2 button:hover {
  background: #fff;
    color:#161616;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
    
}


#escenario2 .subscribe-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 450px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}



#escenario2:before {
  content: "";
  background: #161616;
    opacity: 20%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#escenario2 .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#161616 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

  position: relative;
  overflow: hidden;
    display: flex;
    margin: auto;
    align-content: center;
}

#escenario2 .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#escenario2.play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;

  background: rgba(198, 16, 0, 0);
}

#escenario2 .play-btn:hover::after {
  border-left: 15px solid #161616;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#escenario2 .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


#escenario2 .subscribe-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#escenario2 .subscribe-btn:hover {
  background: #fff;
  color: #161616;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#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: #f82249;
}

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

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

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #161616;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
justify-content: center;
}



#footer .footer-top {
  background: #161616;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#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: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: grey;
  color: #fff;
}

#footer .footer-top .controlphoenix a {
    color: #161616;
    margin-top: 1rem;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}

#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: 5px;
  color: #fff;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: grey;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 1280px) {
    
    
    
/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe .subscribe-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 450px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}



#subscribe {
    margin-top: 9rem;
  padding: 10px;
    padding-bottom: 900px;
  background: url(../img/AEQ_Talent_Acting_01_app_WEB.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: #161616;
    opacity: 20%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



#subscribe input {
  background: #fff;
  color: #161616;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #161616;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 30px;
    font-weight: bold;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #fff;
    color:#161616;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
    
}

#subscribe p {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
    margin-top: 30rem;
}

#subscribe .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#161616 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

  position: relative;
  overflow: hidden;
    display: flex;
    margin: auto;
    align-content: center;
}

#subscribe .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#subscribe .play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;

  background: rgba(198, 16, 0, 0);
}

#subscribe .play-btn:hover::after {
  border-left: 15px solid #161616;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#subscribe .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#subscribe .subscribe-btn:hover {
  background: #fff;
  color: #161616;
}




@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}


    
    
     /*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#audiocodecs {
  padding: 100px 50px 50px 50px;
}

    #audiocodecs h2 {
        font-size: 2rem;
    }
    
#audiocodecs .audiocodec {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;

}

#audiocodecs .audiocodec .details {
  background: #161616;
    opacity: 90%;
  position: absolute;
  left: 0;
  bottom: -280px;
  right: 0;
  text-align: center;
  padding-top: 25px;
    padding-left: 5px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);

}

#audiocodecs .audiocodec .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#audiocodecs .audiocodec .details p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  font-style: normal;
}



#audiocodecs .audiocodec .details .social {
  height: 30px;
}

#audiocodecs .audiocodec .details a {
  color: #fff;
    font-size: 15px;
}

#audiocodecs .audiocodec .details a:hover {
  font-size: 17px;
}

#audiocodecs .audiocodec:hover .details {
  bottom: 0;
}

#audiocodecs-details {
  padding: 60px 0;
}

#audiocodecs-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#audiocodecs-details .details .social {
  margin-bottom: 15px;
}

#audiocodecs-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#audiocodecs-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#audiocodecs-details .details .social a i {
  font-size: 18px;
}

#audiocodecs-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 20px;
}
    
    
    
    #audiocodecs .audiocodec .details img
    {
        transform: translateX(-200px);
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}





























@media (min-width: 1239px) {
    
    #audiocodecs .audiocodec .details p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  font-style: normal;
}
}


@media (min-width: 868px) {
    
    #audiocodecs .audiocodec .details p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  font-style: normal;
}
    
    
   #audiocodecs {
  padding: 100px;
}
    
    
    
    
    
    
    
    
    
    
    
}








@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

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

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}




















@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: #161616;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

    
  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) 


{
      .back-to-top {
    bottom: 15px;
  }
#faq #faq-list i {
    top: 13px;
  }
    
  .submenu {
    display: block !important;
}  

    
    
   /*--------------------------------------------------------------
Clientes
--------------------------------------------------------------*/

.clientes h2 {
transform: translateY(80px);
}
/*--------------------------------------------------------------
Clientes 3
--------------------------------------------------------------*/
#clientes {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  
}
#clientes h2 {
  
      font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #fff;
    position: absolute;
}

.blog-card{
  position: absolute;
  height: 395px;
  width: 75%;
  max-width: 1100px;
  margin: auto;
  border-radius: 25px;
  background: white;
  box-shadow: 0px 10px 50px rgba(white);
}
.inner-part{
  position: absolute;
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}



.inner-part .img{
    position: absolute;
  height: 130px;
  width: 250px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 2px 3px 15px rgba(#161616);
    margin-left: 230px;
    margin-bottom: 100px;

}

.img img{
    position: absolute;
  height: 100%;
  width: 100%;
  object-fit:cover;
  opacity: 0;
  transition: .6s;
  
}


#tap-1:checked ~ .inner-part .img-1,
#tap-2:checked ~ .inner-part .img-2,
#tap-3:checked ~ .inner-part .img-3,
#tap-4:checked ~ .inner-part .img-4,
#tap-5:checked ~ .inner-part .img-5,
#tap-6:checked ~ .inner-part .img-6,
#tap-7:checked ~ .inner-part .img-7,
#tap-8:checked ~ .inner-part .img-8,
#tap-9:checked ~ .inner-part .img-9
    {
  opacity: 1;
  transition-delay: .2s;

}
.content{
      position:inherit;
  padding: 0 20px 0 35px;
  width: 530px;
  opacity: 0;
  transition: .6s;
}

#tap-1:checked ~ .inner-part .content-1,
#tap-2:checked ~ .inner-part .content-2,
#tap-3:checked ~ .inner-part .content-3,
#tap-4:checked ~ .inner-part .content-4,
#tap-5:checked ~ .inner-part .content-5,
#tap-6:checked ~ .inner-part .content-6,
#tap-7:checked ~ .inner-part .content-7,
#tap-8:checked ~ .inner-part .content-8,
#tap-9:checked ~ .inner-part .content-9
{
  opacity: 1;
  margin-left: 50px;
  z-index: 100;
  transition-delay: .3s;
}
.content span{
  display: block;
  color: #fff;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500
}
.content .title{

  font-size: 20px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 20px;
    margin-left: 250px;
    margin-top: 200px;
   
}


.content .text{
  color: transparent;
  font-size: 4px;
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: center;
margin-left: 175px;

}
.content button{
  display: inline-flex;
  padding: 15px 20px;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  border: 1px solid #161616;
  background-color: #161616;
    margin-left: 235px;
}

.sliders{
  position: absolute;
  bottom:1px;
  left:60%;
  transform: translateX(5%);
  z-index: 12;
}

.sliders .tap{
  position: relative;
  height: 7px;
  width: 10px;
  background: #161616;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 3px;
  cursor: pointer;
}
.sliders .tap:hover{
  background: #d9d9d9;
    transition: transform .6s;
}
.sliders .tap:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: -100%;
  width: 100%;
  background-color: #161616;
  border-radius: 10px;
  transform: scaleX(0);
  transition: transform .6s;
  transform-origin: left;
}
input[type="radio"],
input[type="checkbox"]{
  display: none;
}
#tap-1:checked ~ .sliders .tap-1:before,
#tap-2:checked ~ .sliders .tap-2:before,
#tap-3:checked ~ .sliders .tap-3:before,
#tap-4:checked ~ .sliders .tap-4:before,
#tap-5:checked ~ .sliders .tap-5:before,
#tap-6:checked ~ .sliders .tap-6:before,
#tap-7:checked ~ .sliders .tap-7:before,
#tap-8:checked ~ .sliders .tap-8:before,
#tap-9:checked ~ .sliders .tap-9:before
    
{
  transform: scaleX(1);
  width: 100%;
    
}

    
    
    
    
    
    
    
    
    
    
    
  #intro img {
        width: 300px;
        
    }
     
    #about h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 130px;
  color: #fff;
text-align: center;
}


#about p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
    column-count: 3;
  
    text-align: center;
    align-content: center;
}

    
    #desplegables p {
    
    font-size: 1rem;
    color: #161616;
    text-align: center;
        margin-top: 2rem;
}
    
    #desplegables a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
    color: #161616;
    font-size: 2rem;
    font-weight: bold;
    justify-content: center;
}

    
    #carousel2 {
        width: 150%;
        transform: translateX(-80px);
    }
    
     #carousel3 {
        width: 120%;
        transform: translateX(-32px);
    }
    
    #desplegables .fa-chevron-down {
    font-size: 2rem;
    margin-left: 1rem;
}
    
    
 
    /*--------------------------------------------------------------
# Escenario 2 Section
--------------------------------------------------------------*/
#escenario2 {
  padding: 120px;
   
  background: url(../img/14_ActingAEQ.JPG) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#escenario2:before {
  content: "";
  background: #161616;
    opacity: 20%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*--------------------------------------------------------------
# Desplegables
--------------------------------------------------------------*/

.Expande {
  margin-top: 8em;



}
#desplegables .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
  margin-bottom: 2rem;
}
#desplegables h2 {
    text-align: center;
    font-size: 1.5rem;
}



#desplegables a:hover{
font-size: 2rem;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
}



#desplegables #carousel6  {
    max-width: 320;
    max-height: 442;
}

#desplegables .panel-heading a.collapsed:focus {
  color: #161616;
}
#desplegables .panel-heading a.collapsed:hover::before,
#desplegables .panel-heading a.collapsed:focus::before {
  color: #161616;
}
#desplegables .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: center;
}
#desplegables .panel-heading a:not(.collapsed) {
  color: #161616;
  transition: all 0.2s ease-in;
}


#desplegables .panel-body .panelfrontal p {
    margin-top: 10rem;
}

#desplegables .talentfrontal {
position: absolute;

    transform: translateY(-360px);
    margin-right: 10rem;
    margin-bottom: 50rem;
    float: right;
    display: block;
    margin-left: 36rem;
}

#desplegables #carousel4
{
    margin-top: 10rem;
}


#desplegables .icons {
    align-content: center;
    
}

#desplegables #talentlateral img
{
    max-width: 600px;
    max-height: 700px;

    padding-top: 20rem;
    transform: translateY(-600px);
    margin-left: 20rem;


    float: left;

}




#desplegables .textojustificado2 p {
      text-align: left;
    margin-left: 67rem;
    margin-top: 6rem;
    margin-right: 5rem;
}
#desplegables .textojustificado3 p{
      text-align: center;

    margin-top: 6rem;
    margin-right: 5rem;
}


#desplegables .textojustificado p {
    text-align: left;
    margin-left: 67rem;

}

#desplegables .fa-angle-right {
    font-weight: bold;
    font-size: 1.2rem;
  
}

img .expande1:hover { width: 5rem;
    
}
    
    
    
    
    
    /*--------------------------------------------------------------
# Cracterísticas Técnicas
--------------------------------------------------------------*/

#caracteristicastecnicas {
  padding: 60px 0;
    margin-bottom: 8rem;
}

#caracteristicastecnicas #faq-list {
  padding: 0;
  list-style: none;
}

    #caracteristicastecnicas h2 {
        font-size: 2rem;
    }

#caracteristicastecnicas #faq-list li {
  border-bottom: 1px solid #ddd;
}

#caracteristicastecnicas #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#caracteristicastecnicas #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#caracteristicastecnicas #faq-list p {
  margin-bottom: 20px;
}

#caracteristicastecnicas #faq-list a.collapse {
  color: #161616;
}

#caracteristicastecnicas #faq-list a.collapsed {
  color: #000;
}

#caracteristicastecnicas #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

    
    
    /*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#audiocodecs {
  padding: 100px 50px 50px 50px;
}

    #audiocodecs h2 {
        font-size: 2rem;
    }
    
#audiocodecs .audiocodec {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#audiocodecs .audiocodec .details {

    opacity: 90%;
  position: absolute;
  left: 0;
  bottom: -300;
  right: 0;
  text-align: center;
  padding-top: 25px;
    padding-left: 5px;
  
}

#audiocodecs .audiocodec .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#audiocodecs .audiocodec .details p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 5px;
  font-style: normal;
    visibility: hidden;
}



#audiocodecs .audiocodec .details .social {
  height: 30px;
}

#audiocodecs .audiocodec .details a {
  color: #fff;
    font-size: 15px;
}

#audiocodecs .audiocodec .details a:hover {
  font-size: 17px;
}

#audiocodecs .audiocodec:hover .details {
  bottom: 0;
}

#audiocodecs-details {
  padding: 60px 0;
}

#audiocodecs-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#audiocodecs-details .details .social {
  margin-bottom: 15px;
}

#audiocodecs-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#audiocodecs-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

#audiocodecs-details .details .social a i {
  font-size: 18px;
}

#audiocodecs-details .details p {
  color: #112363;
  font-size: 1px;
  margin-bottom: 20px;
}
    
    #audiocodecs .textoinvisible a{
  color: #161616;
  font-size: 18px;
        text-align: center;
visibility: visible;
} 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*--------------------------------------------------------------
# Prueba
--------------------------------------------------------------*/
.how-section1{
    margin-top:-15%;
    padding: 10%;
}

.how-section1 .subheading{
    color: #161616;
    font-size: 20px;
    visibility: hidden;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-section1 img
{
    text-align: center;
}
.how-img-mic img{
    width: 220%;
transform: translateX(-165px);
    margin-top: 2rem;
}

.how-img-usb img {
        width: 170%;
    margin-left: 5rem;
    float: left;
    transform: translateX(-170px);
}



    #how .how-section1 .texto01 p {
        text-align: left;
        color: #161616;
        margin-left: 2rem;
        transform: translateX(20px);
    }
    
    #how .how-section1 .textousb p {
        text-align: left;
        color: #161616;
        margin-right: 1rem;
        transform: translateX(-40px);
    }

    #carousel9 {
        width: 200%;
        transform: translateX(-40px);
    }

    
    
    
    /*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#aplicacionmovil {
  padding: 60px;
  overflow: hidden;
    
}

#aplicacionmovil #carousel7 {
    margin-bottom: 5rem;
    width: 200%;
    transform: translateX(-100px);
}

#aplicacionmovil .owl-nav,
#aplicacionmovil .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#aplicacionmovil .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#aplicacionmovil .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#aplicacionmovil .owl-dot.active {
  background-color: #161616;
}

#aplicacionmovil .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#aplicacionmovil .gallery-carousel .center {
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

#aplicacionmovil h1 {
    text-align: center;
    font-size: 2rem;
}
    
    #aplicacionmovil h2 {
    text-align: center;
        font-size: 1.8rem;
        padding: 5;
}

    
    #aplicacionmovil .pilot a {
    text-align: center;
    font-size: 1rem;
    color: #161616;
transform: translateX(-0.5rem);
}

#aplicacionmovil .pilot p {
    text-align: center;
    font-size: 1.5rem;
    color: #161616;
    
    margin-top: 1rem;
    font-weight: bold;
    transform: translateY(0.8rem);
    transform: translateX(3rem);
}

#aplicacionmovil .phoenix a {
    text-align: center;
    font-size: 1rem;
    color: #161616;
    transform: translateX(-0.5rem);
}



#aplicacionmovil .phoenix p {
    text-align: center;
    font-size: 1.5rem;
    color: #161616;
    margin-top: 1rem;
    font-weight: bold;
   
    transform: translateX(-28rem);
    
    
}


    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

#team {
margin-top: 6rem;
    justify-content: center;
    margin-bottom: 6rem;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #161616;
    border-color: #161616;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #161616;
    border-color: #161616;
}

#team {
    padding: 60px 0;
    
}

#team .section-title {
    text-align: center;
    color: #161616;
 
    text-transform: uppercase;
}

#team h2 {
    font-size: 2rem;
    font-weight: 600;
}

#team p {
    font-size: 0.7rem;
    text-align: justify;
}

#team .card {
    border: none;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
    
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    margin-bottom: 20rem;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.backside .card {
    min-height: 312px;
    
}

.backside .card a {
    font-size: 18px;
    color: #161616 !important;
}

.backside .card .card-title {
    color: #161616 !important;
}



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/

#subscribe .subscribe-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 450px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}



#subscribe {
    margin-top: 9rem;

    padding-bottom: 10px;
    
  background: url(../img/02_ActingAEQ_02_mobile.webp) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: #161616;
    opacity: 20%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}



#subscribe input {
  background: #fff;
  color: #161616;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #161616;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 30px;
    font-weight: bold;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #fff;
    color:#161616;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-out;
    
}

#subscribe p {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
    margin-top: 10rem;
}

#subscribe .play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#161616 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

  position: relative;
  overflow: hidden;
    display: flex;
    margin: auto;
    align-content: center;
}

#subscribe .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#subscribe .play-btn:before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 3s;
  animation: pulsate-btn 3s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;

  background: rgba(198, 16, 0, 0);
}

#subscribe .play-btn:hover::after {
  border-left: 15px solid #161616;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#subscribe .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}


#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#subscribe .subscribe-btn:hover {
  background: #fff;
  color: #161616;
}




@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

    
    
    
    
    
    
    
/*--------------------------------------------------------------
# Expande Talent Dimensiones
--------------------------------------------------------------*/
.how-section-frontal{
    margin-top:-15%;
    padding: 10%;
}

.how-section-frontal .subheading{
    color: #161616;
    font-size: 20px;
    visibility: hidden;
}
.how-section-frontal .row
{
    margin-top: 10%;
}
.how-img-frontal
{
    text-align: center;
}
.how-img-frontal img{
    width: 90%;
    margin-left: 5rem;
    margin-top: 0.5rem;
    transform: translateX(-40px);
}



#talentfrontal p {
text-align: left;
    color: #161616;
    margin-top: 0.5rem;
    margin-right: 2rem;
    transform: translateX(30px);
    
}

    
    
    } 
   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}




    .carousel-inner img {
    width: 100%;
    height: 100%;
    }




