.hipervinculoaqua {
  font-family: 'Quicksand';
  font-weight: 700;
  color: #5BC5AB;
}

.hipervinculoaqua:hover {
  font-family: 'Quicksand';
  font-weight: 700;
  color: #5BC5AB;
  text-decoration: underline;
}

.scrollIndexContain{
  position: absolute;
  height: calc(100% - 150px);
  z-index: 1;
  margin-left: 30px;

}

.stickyIndex{
  position: sticky;
  top: 15vh;
  width: fit-content;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lineIndex{
  position: absolute;
  width: 2px;
  height: 100%;
  background: #00b9b0;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.indexDots{
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.dotIndex{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00b9b0;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
} 

.dotIndex:hover{
  width: 20px;
  height: 20px;
}

.dotIndex.active{
  width: 20px;
  height: 20px;
}
.dotIndex::before{
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  top: 50%;
  left: 50%;
  transition: 0.5s;
}

.dotIndex.active::before{
  width: 10px;
  height: 10px;
}

.dotText{
  position: absolute;
  font-size: 1.2rem;
  font-weight: 500;
  transition: 0.5s;
  opacity: 1;
  color: rgba(15, 14, 15, 0.788);
  top: 50%;
  transform: translate(0, -50%);
  left: 22px;
  opacity: 0;
}

.stickyIndex:hover .indexDots .dotIndex .dotText{
  opacity: 0.5;
}

.dotIndex.active .dotText{
  opacity: 1;
  transition-delay: 0.3s;
}


.dotIndex:hover .dotText, .stickyIndex:hover .indexDots .dotIndex:hover .dotText{
  opacity: 0.7;
  transition: 0.25s;
}
.dotIndex.active:hover .dotText{
  opacity: 1;
  transition-delay: 0.3s;
}

.active .scrollIndexContain{
  opacity: 1;

}

.teamScroll{
  overflow: visible;
  overflow-x: clip;
  overflow-y: visible;
  overflow-y: clip;
}


/*ImagenesResponsivas*/
.responsiveResults { /*Esta cosa sirve para hacer responsivas las imagenes*/
width: 100%;
max-width: 1000px;
height: auto;
align-items: center;
display: block;
margin: auto;
}

.footImageResults { /*Esta cosa sirve para poner un pie de pagina que se ajuste a la responsividad del formato de la instruccion de arriba*/
width: 100%;
max-width: 1000px;
height: auto;
align-items: center;
display: block;
margin: auto;
text-align: justify;
font-style: italic;
font-size: medium;
text-indent: 0;
color: gray;
}

.divBorderResults { /*Esta cosa sirve para poner un borde en la parte de abajo a los divs que mide 3 veces lo que la font (sirve para no usar tanto <br>*/
margin-bottom: 3rem;
}

/*NuevoIndexBonito*/
.teamScroll{
overflow: visible !important;
}

.scrollIndexContain{
position: absolute;
height: calc(100% - 150px);
z-index: 1;

}

.stickyIndex{
position: sticky;
top: 15vh;
width: fit-content;
height: 75vh;
display: flex;
justify-content: center;
align-items: center;
}

.lineIndex{
position: absolute;
width: 2px;
height: 100%;
background: #00b9b0;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}

.indexDots{
position: absolute;
width: 20px;
height: 100%;
top: 0;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}

.dotIndex{
width: 10px;
height: 10px;
border-radius: 50%;
background: #00b9b0;
cursor: pointer;
transition: 0.3s;
position: relative;
} 

.dotIndex:hover{
width: 20px;
height: 20px;
}

.dotIndex.active{
width: 20px;
height: 20px;
}
.dotIndex::before{
content: '';
position: absolute;
width: 0px;
height: 0px;
border-radius: 50%;
transform: translate(-50%, -50%);
background: #ffffff;
top: 50%;
left: 50%;
transition: 0.5s;
}

.dotIndex.active::before{
width: 10px;
height: 10px;
}

.dotText{
position: absolute;
font-size: 1.2rem;
font-weight: 500;
transition: 0.5s;
opacity: 1;
color: rgba(15, 14, 15, 0.788);
top: 50%;
transform: translate(0, -50%);
left: 22px;
opacity: 0;
}

.dotIndex.active .dotText{
opacity: 1;
transition-delay: 0.3s;
}

.dotIndex.active:hover .dotText{
opacity: 1;
transition-delay: 0.3s;
}

.dotIndex:hover .dotText{
opacity: 0.5;
transition: 0.25s;
}

/*Tarjetas de achievements*/


.containerTrj {
  display: flex;
  justify-content: center;
  align-items: center;
}

.containerTrj .card {
  position: relative;
  min-width: 230px;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}

.containerTrj .card:nth-child(1) .box .content a {
  background: #447D9C;
}

.containerTrj .card:nth-child(2) .box .content a {
  background: #DE8551;
}

.containerTrj .card:nth-child(3) .box .content a {
  background: #D27063;
}

.containerTrj .card:nth-child(4) .box .content a {
    background: #C55B75;
}

.containerTrj .card:nth-child(5) .box .content a {
    background: #5BC5AB;
}

.containerTrj .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #F6AE2D;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.containerTrj .card .box:hover {
  transform: translateY(-50px);
}

.containerTrj .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.containerTrj .card .box .content {
  padding: 20px;
  text-align: center;
}

.containerTrj .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.containerTrj .card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.containerTrj .card .box .content p {
  font-size: 0.8rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.containerTrj .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.containerTrj .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}

/*Para los desplegables (p. ej. las referencias)*/
.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
  }
  .accordion-item {
  justify-self: center;
  background-color: #ffffff;
  color: #111;
  margin: auto;
  border-radius: 3px;
  box-shadow: 7px 7px #5BC5AB ;
  width: 80%;
  margin-bottom: 20px;
  border: solid 0.5px #EBEBF1;
  
  }
  .accordion-item-header {
  min-height: 60px;
  font-size: 1.2rem;
  padding: 0.5rem 3rem 0.5rem 1rem;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: 'Bricolage Grotesque';
  font-size: 1.5rem;
  }
  .accordion-item-header::after {
  content: "\002B";
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  }
  .accordion-item-header.active::after {
  content: "\2212";
  }
  .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding-left: 20px;
  padding-right: 20px;
  }
  .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  justify-content:center;
  font-weight: 600;
  font-family: 'Quicksand';
  text-align: justify;
  margin-left: 20px;
  margin-right: 20px;
  }

  .refer{
    max-width: 100%;
}

.refer .accordion-item{
    width: 100%;
    box-shadow: 7px 7px #447d9c;
}

@media screen and (max-width: 780px){
    .accordion-item-body-content p{
        margin: 0;
    }    
    .accordion-item {
        width: 100%;
        }
}


.ag-format-container {
  width: 1142px;
  margin: 0 auto;
  position: relative;
  z-index: 1;

}



.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}

.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}

.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #dbdbe0;
  color: #000000;

  overflow: hidden;

  position: relative;
}


.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(20);
}

.ag-courses-item_title {
  margin: 0 0 25px;
  font-family: 'Bricolage Grotesque';
  overflow: hidden;

  font-size: 23px;
  font-weight: bold;

  line-height: 1.15;
  z-index: 2;
  position: relative;
}

.ag-courses-item_date-box {
  font-size: 18px;


  z-index: 2;
  position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}



.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.ag-courses_item:nth-child(1) .ag-courses-item_bg {
  background-color: #447D9C;
}

.ag-courses_item:nth-child(2) .ag-courses-item_bg {
  background-color: #C55B75;
}

.ag-courses_item:nth-child(3) .ag-courses-item_bg {
  background-color: #A9BA6C;
}





@media only screen and (max-width: 979px) {
  .ag-courses_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  }

  .ag-courses-item_title {
      font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
      width: 96%;
  }

}

@media only screen and (max-width: 639px) {
  .ag-courses_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  }

  .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;

      font-size: 24px;
  }

  .ag-courses-item_link {
      padding: 22px 40px;
  }

  .ag-courses-item_date-box {
      font-size: 16px;
  }
}

.reference{
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Quicksand';
  text-align: justify;
  line-height: 1.5;
  color: black;
 }