

@font-face {
    font-family:'Gotham Medium' ;
    src: url(../fonts/GOTHAM/GOTHAM-MEDIUM.TTF);
}
@font-face {
    font-family:'Gotham Light' ;
    src: url(../fonts/GOTHAM/GOTHAM-LIGHT.TTF);
}


.backpop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(47,165,174,.8);

}

.body_popup{

    width: 1000px;
    height: 527px;
    border: 2px solid #D5D0D0;
    border-radius:6px;
    display: flex;
    /*justify-content: center;*/
    background-color: #f7f7f7;
    margin: 0 auto;
    transform: translate(0%,20%);

}



.flecha_izq{


    float: left;
    width: 38.7px;
    height: 527px;

}

.boton_anterior{

    background-image: url(../images/btn_left_normal.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    margin-top: 248px;
    margin-left: 11px;
    cursor: pointer;

}

.boton_anterior:hover{

    background-image: url(../images/btn_left_roll.svg);

}

.principal{

    float: left;
    width: 915px;
    height: 520px;
}

.flecha_der{



    width: 38.7px;
    height: 527px;
      z-index: 12;
}

.cerrar{

    background-image: url(../images/btn_close_normal.svg);
    background-size: cover;
    width: 26.36px;
    height: 26.36px;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;

}


.cerrar:hover{



    background-image: url(../images/btn_close_roll.svg);
    background-size: cover;
    width: 26.36px;
    height: 26.36px;
    margin-left: 10px;
    margin-top: 5px;


}

.boton_siguiente{

    /* border: 1px solid white; */
    background-image: url(../images/btn_right_normal.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;

    margin-top: 217px;
    margin-left: 16px;
    /* text-align: center; */
    cursor: pointer;

}


.boton_siguiente:hover{

    background-image: url(../images/btn_right_roll.svg);

}

.foto{


    float: left;
    height: 500px;
    width: 490px;
    margin-top: 12px;

}

.foto_embajador{
    border-radius: 5px;
    height: 500px;
    width: 490px;



}

.datos{


    float: left;
    height: 500px;
    width: 420px;
    position: relative;
    left: 14px

}

.encabezado
{

    position: absolute;
    z-index: 11;
    /*top: 10px;*/
    /*height: 44px;*/
    width: 100%;
    text-align:center;

}

.encabezado div{

  background-color: #3AB9BF;
  color: white;
  font-size: 22px;
  font-family: 'Gotham Medium';
  padding: 10px;
  position: relative;
  top: 21px;
  display: inline;
  border-top:3px solid  #3AB9BF;


}

.experiencia{


    height: 150px;
    width: 365px;
    margin-top: 70px;
    margin-left: 25px;
    font-size: 16px;
    font-family: 'Gotham Medium';
    color: #31BD9C;
    text-align: left;
    display: table;
}

.testimonio{
  display: table-cell;
  vertical-align: middle;
  font-style: italic;
}

.persona1, .persona2{

    /*height: 84px;*/
    width: 367px;
    margin-top: 8px;
    margin-left: 25px;
    font-size: 14px;
    font-family: 'Gotham Medium';
    color: #506667;
    line-height: 15px

}

.redes_sociales{



}

.redes_sociales ul{
  display:flex;
  list-style:none;
}

.redes_sociales li{
  margin-left: 45px;
}

.icon_red{
  width: 25px;
  height: 25px;
  cursor:pointer;
}
