.content_grid_margin.container_evolucion{
    display: none;
}
@font-face {
font-family: "Dosis";
src: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/fonts/Dosis-ExtraBold.ttf);
font-weight: 700;
}

@font-face {
font-family: "Dosis";
src: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/fonts/Dosis-Bold.ttf);
font-weight: 600;
}

@font-face {
font-family: "Dosis";
src: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/fonts/Dosis-SemiBold.ttf);
font-weight: 500;
}

@font-face {
font-family: "Dosis";
src: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/fonts/Dosis-Regular.ttf);
font-weight: 400;
}

@font-face {
font-family: "Dosis";
src: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/fonts/Dosis-Medium.ttf);
font-weight: 300;
}

@font-face {
font-family: "Dosis";
src: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/fonts/Dosis-Light.ttf);
font-weight: 200;
}

@font-face {
font-family: "Dosis";
src: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/fonts/Dosis-ExtraLight.ttf);
font-weight: 100;
}

.ContenedorGorgona{
    height: 100vh;  /*Azul*/
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: none;
    outline: none;
    letter-spacing: 0.05em;
}

.onCharge{
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-80px);
}

.onCharge.fade{
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
    .IntroGorgona{
     width: 100%;
     height: 100%;
     background-color: #0B1D32; /*Azul*/
     margin: auto;
     display: block;
     position: relative;
    }
    .AperturaGorgona{
     width: 100%;
     height: 100%;
     /*background-color: #0B1D32;*/ /*Azul*/
     display: block;
     background-attachment: fixed;
     background-size: cover;
    }

    .ContenedorTextoGorgona{
     width: 100%;
     /*height: 60%;*/
     background-color: #003333; /*Verdecito*/
     display: block;
     position: relative;
     padding: 50px 0;
    }

    .TextoGorgona{
     width: 100%;
     /*height: auto;*/
     background-color: #003333; /*Verdecito*/
     display: block;
     position: relative;
     top: 0;
     z-index: 3;
     /*padding-top: 50px;   */
    }
    .LightBoxGorgonaE{
    top: 0;
    width: 100%;
    height: 16000px;
    background-color: #001918;
    opacity: 0.8;
    margin: auto;
    z-index: 18;
    position: absolute;
    display: none;
    cursor: pointer;
    }
    .FondoArticuloGorgona{
    top: 10%;
    width: 1000px;
    left: 50%;
    background-color: #003333;
    position: absolute;
    z-index: 19;
    margin: auto;
    margin-left: -500px;
    display: none;
    }

    .MapaGorgona{
     width: 100%;
     height: 100%;
     background-color: #0B1D32; /*Azul*/
     display: block;
     position: relative;
    }
    .CantosDeGorgona{
     width: 100%;
     height: 75%;
     background-color: #003333; /*Verdecito*/
     position: relative;
     display: block;
     overflow: hidden;
    }
    .GaleriaGorgona{
     width: 100%;
     height: 90%;
     background-color: #0B1D32; /*Azul*/
     display: block;
     position: relative;
    }

    .PautaGorgona{
    width: 100%;
    height: auto;
    background: #FFF;
    padding: 10px;
    }
    .ImagenPautaGorgona{
    display: block;
    margin: auto;
    }

    .CreditosGorgona{
     width: 100%;
     /*height: 570px;*/
     background-color: #003333; /*Verdecito*/
    position: relative;
    display: block;
    padding: 2% 0;
    }

    .DocumentalGorgona{
    width: 100%;
    height: 100%;
    top: 0;
    }

    .BtnIrAlEspecial{
    cursor: pointer;
    outline: none;
    background-color: none;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_VerDocumental.png);
    outline: none;
    border: none;
    width: 248px;
    height: 51px;
    background-repeat: no-repeat;
    border-bottom: none;
    display: block;
    margin: auto;
    margin-top: 40px;
    }

    .BtnIrAlEspecial:hover{
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_VerDocumental_Hover.png);
    }

    .EltituloGorgonaE{
    font-family: "operetta-12", serif;
    font-weight: 700;
    margin: auto;
    display: block;
    color: #C0F9EE;
    padding-top: 3%;
    text-align: center;
    font-size: 83px;
        line-height: 79px;
    }

    .ElSumarioGorgona{
    width: 452px;
    font-family: "Dosis";
    font-weight: 100;
    font-size: 19px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    margin-top: 100px;
	margin-left: 165px;
    line-height: 1.3em;
	z-index: 4;	
	position: absolute;
    }

    .LaIntroduccionGorgona{
    max-width: 1100px;
    /*width: 80%;*/
    -webkit-columns: 50px 2; /* Chrome, Safari, Opera */
    -moz-columns: 50px 2; /* Firefox */
    columns: 100px 2;
    font-family: "Dosis";
    font-size: 16px;
    font-weight: 100;
    color: #CCFFFF;
    margin: auto;
    display: block;
    /*padding-top: 80px; */
    line-height: 1.4em;
    }

    .LetraCapitalGorgona{
    font-family: operetta-12, serif;
    font-weight: 100;
    font-size: 81px;
    color: #CCFFFF;
    line-height: 0.6em;
    margin-top: 14px;
    color: #CCFFFF;
    float: left;
    display: block;
    margin-right: 1%;
    }

    .LetraCapitalGorgona2
    {
    font-family: operetta-12, serif;
    font-weight: 200;
    font-size: 68px;
    color: #CCFFFF;
    line-height: 16px;
    margin-top: 25px;
    color: #CCFFFF;
    float: left;
    display: block;
    margin-right: 1%;
    }

    .BtnSeguirLeyendoGorgona{
    z-index: 4;
    bottom: 10%;
    cursor: pointer;
    outline: none;
    background-color: none;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn-SeguirLeyendo.png);
    outline: none;
    border: none;
    width: 228px;
    height: 51px;
    background-repeat: no-repeat;
    border-bottom: none;
    margin: 2% auto;
    display: block;
    /*margin-top: 6%;
    margin-bottom: 5%;*/
    }

    .BtnSeguirLeyendoGorgona:hover{
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn-SeguirLeyendo-Hover.png);
    }

    .BtnCerrarArtGorgona{
    z-index: 5;
    top: 12px;
    right: 12px;
    cursor: pointer;
    outline: none;
    background-color: none;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn-CerrarArticuloGorgona.png);
    outline: none;
    border: none;
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    border-bottom: none;
    margin: auto;
    display: block;
    position: absolute;
    }

    .BtnCerrarArtGorgona:hover{
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn-CerrarArticuloGorgona_hover.png);

    }



    .TituloArticuloGorgona{
    font-family: "operetta-12", serif;
    font-weight: 700;
    margin: auto;
    display: block;
    color: #C0F9EE;
    padding-top: 5%;
    text-align: center;
    font-size: 50px;
    }

    .SumarioArticuloGorgona{
    width: 65%;
    font-family: "Dosis";
    font-weight: 200;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: auto;
    color: #FFFFFF;
    margin-top: 5%;
    line-height: 1.3em;
    }

    .CreditosJoseGorgona{
     width: 30%;
     font-family: "Dosis";
     font-size: 20px;
     font-weight: 400;
     left: 14%;
     top:37%;
     color: #CCFFFF;
     line-height: 1.4em;
     float: left;
     margin-left: 9%;
    }

    .ParrafosArtGorgona{
     width: 50%;
     font-family: "Dosis";
     font-size: 16px;
     font-weight: 100;
     margin-top: 3%;
     margin-left: 42%;
     right: 5%;
     color: #CCFFFF;
     line-height: 1.3em;
     clear: both;
    }

    .CompositorGorgona{
    font-family: "Dosis";
    font-size: 14px;
    font-weight: 600;
    color: white;
    }

    .ImagenArticuloGorgona{
    width: 650px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    }
.PiedeFotoArticuloGorgona{
     width: 650px;
     font-family: "Dosis";
     font-weight: 100;
     font-size: 13px;
     margin-left: 250px;
     color: white;
     display: block;
     padding-top: 5px;
     line-height: 1.3em;
      margin: auto;
     display: block;
    text-align: right;
    }

   .ImagenArticuloGorgona2{
    width: 400px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
    }
    .PiedeFotoArticuloGorgona2{
     width: 400px;
     font-family: "Dosis";
     font-weight: 100;
     font-size: 13px;
     /*margin-left: 250px;*/
     color: white;
     display: block;
     padding-top: 5px;
     line-height: 1.3em;
    margin: auto;
    display: block;
    text-align: right;
    }
    .VideoDentroArticuloGorgona{
    width: 60%;
    height: 356px;
    margin: auto;
    display: block;
    margin-top: 4%;
    margin-bottom: 4%;
    }

    .ParrafosArtGorgona2{
     width: 80%;
     font-family: "Dosis";
     font-size: 16px;
     font-weight: 100;
     margin: auto;
     display: block;
     right: 5%;
     color: #CCFFFF;
     line-height: 1.3em;
     clear: both;
     margin-top: 3%;
    }

    .BtnVolverAlEspecialGorgona{
    cursor: pointer;
    background-color: none;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_VolverAlEspecialGorgonaldpi.png);
    outline: none;
    border: none;
    width: 241px;
    height: 54px;
    background-repeat: no-repeat;
    border-bottom: none;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    align-content: center;
    align-items: center;
    }

    .BtnVolverAlEspecialGorgona:hover{
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_VolverAlEspecialHoverldpi.png);}

    .DestacadoArticuloGorgona{
     width: 60%;
     font-family: "Dosis";
     font-size: 19px;
     font-weight: 200;
     color: #FFFFFF;
     border-top: 1px solid #ffffff;
     border-bottom: 1px solid #ffffff;
     margin: auto;
     display: block;
     padding-bottom: 7px;
     padding-top: 7px;
     margin-top: 2%;
     margin-left: 199px;
     line-height: 1.3em;
    }

    .TituloIntermedioGorgona{
    font-family: "Dosis";
    font-weight: 500;
    font-size: 48px;
    margin: auto;
    display: block;
    color: #C0F9EE;
    width: 50%;
    text-align: center;
    margin-top: 1%;
    }

    .ImgMapaGorgona{
    width: 600px;
    z-index: 4;
    margin: auto;
    display: block;
    float: right;
    }

    .EstiloCreditosGorgona{
    font-family: "Dosis";
    font-weight: 300;
    font-size: 16px;
    color: white;
    }


    .ContenedorInstruccionMapa{
    width: 40px;
    left: 0;
    bottom: 10%;
    z-index: 4;
    position: absolute;
    right: 0;
    margin: 0 auto;
    }
    .TocarAnimalitosGorgona{
    clear: both;
    float: left;
    position: absolute;
    margin-top: -10%;
    margin-left: 15%;
    }
    .ConoceLosAnimales{
    width: 220px;
    clear: both;
    font-family: "Dosis";
    font-size: 14px;
    font-weight: 200;
    float: right;
    color: #C0F9EE;
    }

    .BtnMiniaturadeColombia{
        z-index: 8;
        top: 308px;
        cursor: pointer;
        outline: none;
        background-color: none;
        background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_MiniaturaColombia.png);
        outline: none;
        border: none;
        width: 216px;
        height: 259px;
        background-repeat: no-repeat;
        border-bottom: none;
        margin: auto;
        display: block;
        position: absolute;
        left: 10%;
    }

    .BtnMiniaturadeColombia:hover{
        background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_MiniaturaColombia_Hover.png);
    }
    .mapa-wrapper {
        width: 600px;
    z-index: 4;
    margin: auto;
    display: block;
    float: right;
    margin-right: 22%;
    margin-top: 10%;
    position: relative;
}
    .UbicacionDeColombia{
    position: absolute;
    left: 134px;
    bottom: 109px;
    z-index: 9;
    display: none;
    cursor: pointer;
    width: 300px;
    }

    .LaRosaDeLosVientos {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 100px;
    }

    .TituloMapaGorgona{
    width: 360px;
    position: absolute;
    font-family: operetta-12, serif;
    font-weight: 500;
    font-size: 36px;
    left: 70px;
    color: #C0F9EE;
    margin-top: 50px;
    }

    .PresentacionMapaGorgona{
    width: 20%;
    color: white;
    left: 70px;
    text-align: left;
    font-family: "Dosis";
    font-weight: 100;
    font-size: 16px;
    top: 140px;
    position: absolute;
    line-height: 1.3em;
    }

    .BtnIguana{
    width: 83px;
    height: 53px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnIguana.png);
    position: absolute;
    outline: none;
    border: none;
    bottom: 50%;
    right: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    }

    .CerrarVideoAnimalitos{
    width: 27px;
    height: 27px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/CerrarVideoG.png);
    position: absolute;
    outline: none;
    bottom: 205px;
    left: 490px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 12;
	border: none;
    }

    .CerrarVideoTortu{
    width: 27px;
    height: 27px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/CerrarVideoG.png);
    position: absolute;
    outline: none;
    bottom: 205px;
    right: -17px;
    cursor: pointer;
    background-repeat: no-repeat;
    z-index: 12;
	border: none;
    }




    .TextoAnimalitosGorgorna{
    width: 300px;
    height: auto;
    margin: auto;
    display: block;
    text-align: center;
    font-family: "Dosis";
    font-weight: 400;
    color: #CCFFFF;
    z-index: 13;
    position: absolute;
    bottom: 49px;
    left:130px;
    font-size:20px;
    }


	.TextoAnimalitosTortu{
    width: 300px;
    height: auto;
    margin: auto;
    display: block;
    text-align: center;
    font-family: "Dosis";
    font-weight: 400;
    color: #CCFFFF;
    z-index: 13;
    position: absolute;
    bottom: 49px;
    right:67px;
    font-size:20px;
    }

    .BtnIguana:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverIguana.png);
    }

    .BtnAveAzul{
    width: 44px;
    height: 72px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnAveazul.png);
    position: absolute;
    outline: none;
    border: none;
        top: 468px;
    left: 50%;
    cursor: pointer;
    background-repeat: no-repeat;
    }

    .BtnAveAzul:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverAveAzul.png);
    }

    .VideoCircularAveAzul{
    border-radius: 800px;
    position: absolute;
    bottom: 19px;
    left: 83px;
    z-index: 11;
    display: none;
    }

    .BtnBallenaJorobada{
    width: 110px;
    height: 52px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnBallena.png);
    position: absolute;
    outline: none;
    border: none;
    bottom: 30%;
        right: 80%;
    cursor: pointer;
    background-repeat: no-repeat;
    }

    .BtnBallenaJorobada:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverBallena.png);
    }

    .VideoCircularAnimalitos{
    border-radius: 800px;
    bottom: 19px;
    position: absolute;
    left: 83px;
    z-index: 11;
    display: none;
    }


    .BtnCangrejoG{
    width: 77px;
    height: 79px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnCangrejo.png);
    position: absolute;
    outline: none;
    border: none;
    top: 164px;
    right: 58%;
    cursor: pointer;
    }

    .BtnCangrejoG:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverCangrejo.png);
    }

    .VideoCircularCangrejo{
    border-radius: 800px;
    position: absolute;
    bottom: 19px;
    left: 83px;
    z-index: 11;
    display: none;
    }



    .BtnTiburonG{
    width: 116px;
    height: 62px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnTiburon.png);
    background-repeat: no-repeat;
    position: absolute;
    outline: none;
    border: none;
        bottom: 420px;
    left: 43%;
    cursor: pointer;
    }

    .BtnTiburonG:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverTiburon.png);
    }

    .VideoCircularTiburon{
    border-radius: 800px;
    position: absolute;
    bottom: 19px;
    left: 83px;
    z-index: 11;
    display: none;
    }

    .BtnLagartijaG{
    width: 90px;
    height: 69px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnLagartija.png);
    background-repeat: no-repeat;
    position: absolute;
    outline: none;
    border: none;
        bottom: 34px;
    left: 35%;
    cursor: pointer;
    }

    .BtnLagartijaG:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverLagartija.png);
    }

    .VideoCircularLagartijaG{
    border-radius: 800px;
    position: absolute;
    bottom: 19px;
    left: 83px;
    z-index: 11;
    display: none;
    }

    .BtnMonito{
    width: 81px;
    height: 73px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnMonito.png);
    background-repeat: no-repeat;
    position: absolute;
    outline: none;
    border: none;
        top: 123px;
    left: 56%;
    cursor: pointer;
    }

    .BtnMonito:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverMonito.png);
    }
    .VideoCircularMonito{
    border-radius: 800px;
    position: absolute;
    bottom: 19px;
    left: 83px;
    z-index: 11;
    display: none;
    }



    .BtnPelicanoG{
    width: 42px;
    height: 83px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnPelicano.png);
    background-repeat: no-repeat;
    position: absolute;
    outline: none;
    border: none;
        top: 268px;
    right: 9%;
    cursor: pointer;
    }

    .BtnPelicanoG:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverPelicano.png);
    }

    .VideoCircularPelicano{
    border-radius: 800px;
    position: absolute;
    bottom: 19px;
    left: 83px;
    z-index: 11;
    display: none;
    }





    .BtnTortuga{
    width: 87px;
    height: 66px;
    color: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/BtnTortuga.png);
    background-repeat: no-repeat;
    position: absolute;
    outline: none;
    border: none;
    top: 163px;
    right: 5%;
    cursor: pointer;
    }

    .BtnTortuga:hover {
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/BtnAnimales/HoverTortuga.png);
    }

    .VideoCircularTortuga{
    border-radius: 800px;
    position: absolute;
    z-index: 11;
    display: none;
    bottom: 19px;
    right: 17px;
    }

    .TituloCantosDelPacifico{
    line-height: 0.8em;
    text-align: center;
    font-family: operetta-12, serif;
    font-weight: 700;
    font-size: 50px;
    color: #C0F9EE;
    position: absolute;
    margin-top: 38px;
    left: 160px;
    z-index: 3;
    }
    .VideoCantosdeGorgona{
    min-width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    display: block;
    transform: translate(-50%, -30%);
    margin-left: 50%;
    }

    .GaleriaImagenesGorgona{
    display: block;
    position: absolute;
    }

    .GaleriaGorgona{
    align-self: baseline;
    }

.w3-display-container:hover
.w3-display-hover{display:block;}
.w3-display-container:hoverspan.w3-display-hover{display:inline-block;}
.w3-display-hover{display:none;}


.w3-content,.w3-auto{margin-left:auto;
    margin-right:auto;}
.w3-content{
max-width:98%;
/*padding-top: 110px;   */
}
.w3-auto{max-width:1100px}


.GaleriaGorgonaAtras{
    margin-left: 45%;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_AtrasImgGorgonal.png);
}

button.GaleriaGorgonaAtras{
    bottom: 5%;
    width: 55px;
    height: 50px;
    outline: none;
    border: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_AtrasImgGorgonal.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    left: -3%;
}

button.GaleriaGorgonaAtras:hover{
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_Hover_AtrasImgGorgonaldpi.png);
}

button.GaleriaGorgonaAdelante:hover{
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_Hover_AdelanteImgGorgonaldpi.png);
}

.GaleriaGorgonaAdelante{
    margin-left: 3%;
}

button.GaleriaGorgonaAdelante{
    position: absolute;
    bottom: 5%;
    width: 55px;
    height: 50px;
    outline: none;
    border: none;
    background-color: transparent;
    background-image: url(https://embed.eltiempo.digital/infografias/2019/06/gorgona/desktop/img/Btn_AdelanteImgGorgonaldpi.png);
    background-repeat: no-repeat;
    cursor: pointer;
    right: 41%;
}

.ImgGorgonaPeque1{
    position: absolute;
    width: 20%;
    top: 5%;
    left: 2%;
}

.ImgGorgonaGrande2{
    width: 45%;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ImgGorgonaPeque3{
    right: 2%;
    margin-bottom: 10%;
    top: 5%;
    position: absolute;
    width: 20%;

}

.DescripcionFotoGorgona{
 font-family: "Dosis";
 font-size: 14px;
 font-weight: 100;
 color: white;
 text-align: left;
 /*bottom: 130px;*/
 left: 32%;
 bottom: 13%;
 position: absolute;
 /*width: 550px;*/
 width:40%;
 line-height: 1.3em;
 text-align: right;
}

.TituloCreditosGorgona{
text-align: center;
font-family: operetta-12, serif;
font-weight: 500;
font-size: 30px;
color: #C0F9EE;
/*padding-top: 1%;
margin-top: 0;
margin-bottom: 30px;*/
margin: 0 0 30px 0;
}


.CreditosTextoGorgona{
font-family: "Dosis";
    font-size: 16px;
    font-weight: 400;
    color: white;
    text-align: center;
    line-height: 1.6em;
    /*margin-top: 30px;
    margin-left: 274px;*/
}

.AudiosGorgona{
 bottom: 100px;
 left: 13.5%;
 position: absolute;
}

.TitulosAudiosG1{
 width: 240px;
 text-align: center;
 font-weight: 500;
 position: absolute;
 display: block;
 font-family: operetta-12, serif;
 font-weight: 500;
 font-size: 20px;
 bottom: 150px;
 left: 15%;
 color: #C0F9EE;
 outline: none;
 background-color: rgba(0,0,0,0.5);
 cursor: pointer;
 border-radius: 10px;
 margin: 20px auto 30px;
 border: 1px solid #FFF;
 padding: 5px 20px;
}

.TitulosAudiosG2{
 width: 240px;
 text-align: center;
 font-weight: 500;
 position: absolute;
 display: block;
 font-family: operetta-12, serif;
 font-weight: 500;
 font-size: 20px;
 bottom: 260px;
 left: 15%;
 color: #C0F9EE;
 outline: none;
 background-color: rgba(0,0,0,0.5);
 cursor: pointer;
 border-radius: 10px;
 margin: 20px auto 30px;
 border: 1px solid #FFF;
 padding: 5px 20px;
}





    /* Fullscreen Section */
.opening {
  width: 100%;
  /* 100% height */
  height: 100vh;
  color: white;
  /*background: #2980b9;*/
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  /* Fancy flex-box centering */
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.opening .gorgona {
  width: 900px;
  fill: white;
}

.opening p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    max-width: 650px;
    margin: 20px auto;
    line-height: 1.2;
}

/*.opening .play {
  width: 70px;
  height: 70px;
  background: rgba(0,0,0,0.8);
  display: block;
  margin: 0 auto;
  /* Important for :after
  position: relative;
  /* Makes a circle
  border-radius: 50%;
}

.opening .play:hover {
  background: rgba(0,0,0,0.2);
  cursor: pointer;
}


.opening .play:after {
  position: absolute;
  content: "";
  /* Centering
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left:  -8px;
  /* CSS Triangle
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #FFFFFF;
}*/

/* Fullscreen Overlay */
.overlay {
  width: 100%;
  height: 100vh;
  /* 50% opacity black */
  background-color: #001918;
  /* Stays locked on scroll */
position: fixed;
    z-index: 7000;
  /* Hidden */
  opacity: 0;
  /* No interference */
  left: -100%;
  /* CSS3 Transition */
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
        top: 0;
}

/* 90% width container */
.overlay .video-container {
  width: 90%;
  /* Centering */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.overlay .close {
  width: 40px;
  fill: #C0F9EE;
  position: absolute;
  right: -4%;
  top:-2px;

  /* Bring above video */
  top: -5px;
  top: -5px;
  margin: 0 auto;
}

.overlay .close:hover {
  /* 50% opacity white */
  fill: rgba(255,255,255,0.5);
  cursor: pointer;
}


/* Class to fade in overlay */
.show {opacity: 1;}

/* Video */
.opening #video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
.opening .redes{
  margin: 40px 0px 0px;
  padding: 0;
}

.opening .redes li{
  display: inline-block;
  margin: 0 10px;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.opening .svg-icon {
  width: 25px;
  height: 25px;
}
.opening .svg-icon:hover {
  opacity: 0.5;
}

.opening .svg-icon path,
.opening .svg-icon polygon,
.opening .svg-icon rect {
  fill: #FFF;
}

@media only screen and (max-width: 760px) {
  .opening .gorgona {width: 300px;}

  .opening p {font-size: 18px;}
}


/*Extra Light
font-family: operetta-12, serif;
font-weight: 200;
font-style: normal;
*/

/*Light
font-family: operetta-12, serif;
font-weight: 300;
font-style: normal;
*/

/*Regular
font-family: operetta-12, serif;
font-weight: 400;
font-style: normal;
*/

/*Medium
font-family: operetta-12, serif;
font-weight: 500;
font-style: normal;
*/

/*Demi Bold
font-family: operetta-12, serif;
font-weight: 600;
font-style: normal;
*/

/*Bold
font-family: operetta-12, serif;
font-weight: 700;
font-style: normal;
*/

/*Ultra Bold
font-family: operetta-12, serif;
font-weight: 800;
font-style: normal;
*/

/*Black
font-family: operetta-12, serif;
font-weight: 900;
font-style: normal;
*/

.WrapperGaleriaGorgona{
    width: 1100px;
    height: auto;
    margin: auto;
    display: block;
}
