.cortina {
  background-color: #221f1f;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 10000;
}

.overFlowHidden {
    overflow-y: hidden!important;
}

.escondido {
  display:none!important;
}

.botonIconoBloqueado {
  color:#fff!important;
  font-size: 25px;
  background-color: #777;
  position: fixed;
  left: 0px;
  top:30%;
  z-index: 200000000000000000000000000;
  text-align: center;
  padding:10px 10px 5px 10px;
  margin:0px;
  cursor: default;
  min-width: 50px;
}

.botonIcono {
  color:#fff!important;
  font-size: 25px;
  background-color: #2e9b84;
  position: fixed;
  left: 0px;
  top:30%;
  z-index: 200000000000000000000000000;
  text-align: center;
  padding:10px 10px 5px 10px;
  margin:0px;
  cursor: pointer;
  min-width: 50px;
}

.botonIcono:hover {
  background-color: #000;
}

.botonCerrar {
  color:#fff!important;
  font-size: 25px;
  background-color: #2e9b84;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 200000000000000000000000000;
  text-align: center;
  padding:10px 10px 5px 10px;
  margin:0px;
}

.botonCerrar:hover {
  background-color: #000;
}

.fichaTecnica {
  background-color: #fff;
  width: 80%;
  height: 80%;
  position: fixed;
  z-index: 40000;
  margin-left: auto;
  margin-right: auto;
  left: 10%;
  right: 10%;
  top: 10%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.fichaTecnica .clearLeft {
  clear: left!important;
}

.fotoInterior {
  margin-bottom: 10px;
}

::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}

.videoAlternativoLink {
    background-color: #2d2d2d;
    display: inline-block;
    padding: 10px;
    color:#fff!important;
    margin-right: 5px;
    border-radius: 10px 10px 0px 0px!important;
    text-decoration:none;
}

.videoAlternativoLink:hover {
    background-color: #221f1f!important;
    color:#fff!important;
    text-decoration:none;
}

.videoSeleccionado {
  background-color:#221f1f!important;
  text-decoration:none;
}

.fichaTecnica .videoBox {
  background-color: #221f1f;
  clear: left;
  display: block;
  width: 100%;
  padding-bottom: 20px;
  padding-top:20px;
}

.videoResponsive {
   width: 100%;
}

@media screen and (max-width: 800px) {
  .fichaTecnica .videoBox {
      height: 350px!important;
  }
  .videoResponsive {
      height: 350px!important;
  }
}

@media screen and (max-width: 705px) {
  .fichaTecnica .videoBox {
      height: 250px!important;
  }
  .videoResponsive {
      height: 250px!important;
  }
}



@media screen and (min-width: 800px) {
  .fichaTecnica .videoBox {
      height: 400px!important;
  }
  .videoResponsive {
      height: 400px!important;
  }
}

@media screen and (min-width: 1200px) {
  .fichaTecnica .videoBox {
      height: 700px!important;
  }
  .videoResponsive {
      height: 700px!important;
  }
}
