/*CSS común*/

body {
    /* max-width: 100%;
    overflow-x: hidden; */
    /* -ms-touch-action: pan-y;
    touch-action: pan-y; */
}
/* 
#site {
    position: fixed;
    overflow: hidden;
}

.lock-screen {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
} */

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}


/*Fuentes*/

@font-face {
    font-family: Font1;
    src: url("Montserrat-ExtraLight.ttf");
}

@font-face {
    font-family: Font2;
    src: url("Montserrat-Light.ttf");
}

@font-face {
    font-family: Font3;
    src: url("Montserrat-ExtraBold.ttf");
}

@font-face {
    font-family: Font4;
    src: url("Montserrat-Black.ttf");
}

@font-face {
    font-family: Font5;
    src: url("Radomir\ Tinkov\ -\ Gilroy-Light.otf");
}

@font-face {
    font-family: FontMatas;
    src: url("ROCKET\ WILDNESS.ttf");
}

@font-face {
    font-family: FontNumbers;
    src: url("Retro\ Team.otf");
}

@font-face {
    font-family: FontFragment;
    src: url("Fragmentcore.otf");
}

.ResponsiveTitle {
    font-family: Font2;
    font-size: 3.5vh;
    /*font-weight:*/
    /*color: */
}

.Title {
    font-family: Font2;
    font-size: 6vh;
    text-transform: uppercase;
    /*font-weight:*/
    /*color: */
}

#rotateHola:hover {
    transform: rotate(360deg);
    transition: 0.1s;
}

.ResponsiveSubtitle {
    font-family: Font2;
    font-size: 1.5vh;
    /*font-weight:*/
    /*color: */
}

.Subtitle {
    font-family: Font2;
    font-size: 20px;
    /*font-weight:*/
    /*color:*/
}

.Paragraph {
    font-family: Font2;
    /*color:*/
}

.Link {
    text-decoration: none;
    /*color:*/
    cursor: pointer;
    font-family: Font2;
    /*font-size:*/
    transition: 0.3s;
}

.Link:hover {
    /*color:*/
    transform: scale(1.01);
}

.Numbers {
    font-family: FontNumbers;
    font-size: 5vh;
    color: white;
    text-align: center;
    padding-top: 25%;
    transition: 0.3s;
    cursor: pointer;
}

.Numbers:hover {
    transform: scale(1.1);
}

#closeContainer {
    position: absolute;
    right: 6.5vw;
    top: 7.5vh;
    width: 50px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    opacity: 0;
    z-index: 9999;
}

#closeContainer:hover {
    text-decoration: none;
    transform: scale(1.2);
}

.SlideContainer {
    position: absolute;
    left: 15vw;
    top: 14vh;
    width: 70vw;
    height: 70vh;
}


/*Index*/

.staticHeader {
    position: fixed;
    width: 100vw;
    text-align: center;
    z-index: 3;
}

#botonMenuDesplegable {
    position: absolute;
    top: 3.8vh;
    left: 5vw;
}

#botonMenuDesplegable:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

#botonMenuDesplegable2 {
    position: absolute;
    top: 3.8vh;
    left: 5vw;
}

#botonMenuDesplegable2:hover {
    transition: 0.5s;
    transform: scale(1.1);
}

.menuDesplegado {
    position: absolute;
    top: 3.8vh;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    color: black;
    transition: 1s;
}

#Toggle_Menu {
    opacity: 0;
}

#TogglePC {
    display: block;
}

#ToggleMobile {
    display: none;
}

#Menu_Option_1 {
    position: absolute;
    left: 5vw;
    transition: 1s;
}

#Menu_Option_1:hover {
    color: #3c9cd9;
}

#Menu_Option_2 {
    position: absolute;
    left: 5vw;
    transition: 1s;
}

#Menu_Option_2:hover {
    color: #3c9cd9;
}

#Menu_Option_3 {
    position: absolute;
    left: 5vw;
    transition: 1s;
}

#Menu_Option_3:hover {
    color: #3c9cd9;
}

#Menu_Option_4 {
    position: absolute;
    left: 5vw;
    transition: 1s;
}

#Menu_Option_4:hover {
    color: #3c9cd9;
}

#Menu_Option_5 {
    position: absolute;
    left: 5vw;
    transition: 1s;
}

#Menu_Option_5:hover {
    color: #3c9cd9;
}

#Menu_Option_6 {
    position: absolute;
    left: 5vw;
    transition: 1s;
}

#Menu_Option_6:hover {
    color: #3c9cd9;
}

#logoTourfeeling {
    position: absolute;
    top:3vh;
    right: 5vw;
    cursor: pointer;
}

#logoTourfeeling img {
    width: 30vh;
    max-width: 25vw;
}

.containerExplicativo {
    background-color: #3c9cd9;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 0vh;
    transition: 1.5s;
    z-index: 3;
}

#elementoExplicativo {
    color: white;
    display: none;
}

#elementoNavegacion {
    color: white;
    display: none;
}

#TituloExplicativo {
    position: relative;
    top: 50vh;
    left: 10vw;
    cursor: default;
}

#OpcionExplicativa_1 {
    position: relative;
    top: 23vh;
    left: 50vw;
    width: 35vw;
    text-align: center;
    font-family: Font2;
    font-size: 5vh;
    text-transform: uppercase;
    cursor: pointer;
}

#OpcionExplicativa_1:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#subOpcion {
    font-size: 3vh;
}

#OpcionExplicativa_2 {
    position: relative;
    top: 42vh;
    left: 50vw;
    width: 35vw;
    text-align: center;    
    font-family: Font2;
    font-size: 5vh;
    text-transform: uppercase;
    cursor: pointer;
}

#OpcionExplicativa_2:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#OpcionNavegacion_1 {
    position: relative;
    top: 3vh;
    left: 10vw;
    width: 80vw;
    text-align: center;
    font-size: 5vh;
    cursor: pointer;
    border-bottom: 2px solid white;
    padding-bottom: 3vh;
}

#OpcionNavegacion_1:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#OpcionNavegacion_2 {
    position: relative;
    top: 6vh;
    left: 10vw;
    width: 80vw;
    text-align: center;
    font-size: 5vh;
    cursor: pointer;
    border-bottom: 2px solid white;
    padding-bottom: 3vh;
}

#OpcionNavegacion_2:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#OpcionNavegacion_3 {
    position: relative;
    top: 9vh;
    left: 10vw;
    width: 80vw;
    text-align: center;
    font-size: 5vh;
    cursor: pointer;
    border-bottom: 2px solid white;
    padding-bottom: 3vh;
}

#OpcionNavegacion_3:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#OpcionNavegacion_4 {
    position: relative;
    top: 12vh;
    left: 10vw;
    width: 80vw;
    text-align: center;
    font-size: 5vh;
    cursor: pointer;
    border-bottom: 2px solid white;
    padding-bottom: 3vh;
}

#OpcionNavegacion_4:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#OpcionNavegacion_5 {
    position: relative;
    top: 15vh;
    left: 10vw;
    width: 80vw;
    text-align: center;
    font-size: 5vh;
    cursor: pointer;
    border-bottom: 2px solid white;
    padding-bottom: 3vh;
}

#OpcionNavegacion_5:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#OpcionNavegacion_6 {
    position: relative;
    top: 18vh;
    left: 10vw;
    width: 80vw;
    text-align: center;
    font-size: 5vh;
    cursor: pointer;
    border-bottom: 2px solid white;
    padding-bottom: 3vh;
}

#OpcionNavegacion_6:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.ParallaxBackground {
    width: 300vw;
    height: 200vh;
    position: fixed;
}

.ParallaxImg {
    width: 100vw;
    height: 100vh;
    position: absolute;
}

#ParallaxImg_1 {
    background-color: white;
}

.containerEfectosCerebro {
    position: absolute;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    background: url("../img/concerebro.webp") no-repeat center center;
    background-size: 60%;
    background-position-x: 95%;
    background-position-y: 25%;
}

.containerEcuacionesCerebro {
    position: absolute;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    background: url("../img/ecuaciones.webp") no-repeat center center;
    background-size: 30%;
    background-position-x: 85%;
    background-position-y: 35%;
    opacity: 0;
}

.containerColoresCerebro {
    position: absolute;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    background: url("../img/colorescerebro.webp") no-repeat center center;
    background-size: 30%;
    background-position-x: 65%;
    background-position-y: 35%;
    opacity: 0;
}

/* .ecuacionesCerebro {
    width: 100%;
    height: auto;
}

.coloresCerebro {
    width: 91%;
    position: relative;
    height: auto;
} */

#ParallaxImg_2 {
    top: 100vh;
    left: 0;
    /* background: url("../img/monsterBinari.jpg") no-repeat center center; */
    background-color: black;
    background-size: cover;
}

#ParallaxImg_3 {
    top: 100vh;
    left: 100vw;
    position: absolute;
    background: url("../img/bombilla_apagada.webp") no-repeat center center;
    background-size: 80%;
    background-position-x: 69%;
    background-position-y: 50%;
    z-index: -1;
}

#luzBombilla {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: url("../img/luzBombilla.webp") no-repeat center center;
    background-size: 80%;
    background-position-x: 69%;
    background-position-y: 50%;
    z-index: 3;
    display: none;
}

#rayosLuzBombilla {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: url("../img/rayosLuzBombilla.webp") no-repeat center center;
    background-size: 0%;
    background-position-x: 69%;
    background-position-y: 50%;
    z-index: 0;
    opacity: 0;
}

#ParallaxImg_4 {
    top: 0;
    left: 100vw;
    background: url("../img/monsterBinari.jpg") no-repeat center center;
    background-size: cover;
}

#ParallaxImg_5 {
    top: 0;
    left: 200vw;
    /* background: url("../img/monsterBinari.jpg") no-repeat center center; */
    background-color: white;
    background-size: cover;
}

#Page_1_Title {
    width: auto;
    height: auto;
    text-align: center;
    color: black;
    cursor: default;
}

#T_1_1 {
    position: absolute;
    top: 43vh;
    left: 10vw;
    font-size: 6vh;
}

#Texto_Tourfeeling_Rotate {
    position: absolute;
    top: 50vh;
    left: 10vw;
    color: #027fce;
    padding-bottom: 2vh;
    border-bottom: 2px solid #445266;
    font-size: 6vh;
    font-weight: bold;
}

#Texto_Tourfeeling_Rotate_Mobile {
    position: absolute;
    top: 23vh;
    left: 10vw;
    color: #027fce;
    padding-bottom: 2vh;
    border-bottom: 2px solid #445266;
    font-size: 6vh;
    font-weight: bold;
    display: none;
}

#T_1_2 {
    position: absolute;
    top: 60vh;
    left: 10vw;
    font-size: 2.8vh;
}

#T_1_3 {
    position: absolute;
    top: 59.7vh;
    left: 10vw;
    /* color: #027fce; */
    font-size: 2.8vh;
    /* font-weight: bold; */
}

#T_1_4 {
    position: absolute;
    top: 63vh;
    left: 10vw;
    width: 40vw;
    text-align: left;
    font-size: 2.8vh;
}

.flechaInicio {
    position: absolute;
    width: 8vw;
    height: auto;
    top: 76vh;
    left: 17vw;
    transform: scaleX(-1) rotate(180deg);
    cursor: pointer;
}

.flechaInicio:hover {
    width: 8.4vw;
    transition: 0.3s;
}

#Page_2_Title_1 {
    position: relative;
    top: 40vh;
    left: -25vw;
    text-align: left;
    color: white;
}

#Page_2_Title_2 {
    position: relative;
    top: 41vh;
    left: 125vw;
    text-align: left;
    color: white;
}

.TextosSobreNosotros {
    font-family: Font2;
    position: absolute;
    left: 10vw;
    top: 7vh;
    width: auto;
    height: auto;
    color: white;
    display: none;
}

#TextoSobreNosotros_1 {
    position: absolute;
    left: 17vw;
}

#TextoSobreNosotros_2 {
    position: absolute;
    left: 15vw;
}

.Title_SobreNosotros {
    font-size: 8vh;
    font-weight: bold;
    margin-bottom: 5vh;
}

.Subtitle_SobreNosotros {
    position: relative;
    top: 35vh;
    left: 24vw;
    font-size: 5vh;
    margin-top: 1vh;
}

.SobreNosotros_Final {
    position: relative;
    top: 33vh;
    left: 18vw;
    font-size: 5vh;
    margin-top: 1vh;
    line-height: 5vh;
    text-align: center;
}

.Paragraph_SobreNosotros {
    position: absolute;
    top: 33vh;
    left: 24vw;
    font-size: 4vh;
    width: 36vw;
    line-height: 5vh;
    text-align: left;
    text-transform: uppercase;
}

#HabilidadesPC {
    display: block;
}

#HabilidadesMB {
    display: none;
}

#Page_3_Title {
    position: absolute;
    top: 15vh;
    left: 5vw;
    z-index: 1;
    cursor: default;
}

#Page_3_Link {
    position: absolute;
    top: 64vh;
    left: 2vw;
    width: 40vw;
    text-align: center;
    font-size: 3vw;
    z-index: 3;
    cursor: default;
}

.Menu_Proyectos {
    position: absolute;
    top: 72vh;
    left: 22vw;
    color: white;
    z-index: 99;
}

.ObjectJob {
    width: 6vw;
    height: 6vw;
    border-radius: 6vw;
    position: absolute;
    top: 85vh;
    left: 150vw;
    cursor: pointer;
    line-height: 3.5vw;
    text-align: center;
    z-index: 3;
}

.silueta_Probeta {
    position: absolute;
    top: 15vh;
    left: 2vw;
    z-index: 2;
    height: 80vh;
    width: auto;
}

#tutorial {
    position: absolute;
    left: 2.7vw;
    top: 15vh;
    z-index: 1;
    width: 12vh;
    height: 70vh;
}

.Probeta {
    position: absolute;
    top: 7%;
    left: 18%;
    height: 80px;
}

#Probeta_1 {
    display: none;
}

#Probeta_2 {
    display: none;
}

#Probeta_3 {
    display: none;
}

#Probeta_4 {
    display: none;
}

#Probeta_5 {
    display: none;
}

#Probeta_6 {
    display: none;
}

#Probeta_7 {
    display: none;
}

#ObjectJob_1 {
    background: url("../img/Fondo_Transparente.webp") no-repeat center center;
    background-size: cover;
}

#ObjectJob_2 {
    background: url("../img/Fondo_Transparente.webp") no-repeat center center;
    background-size: cover;
}

#ObjectJob_3 {
    background: url("../img/Fondo_Transparente.webp") no-repeat center center;
    background-size: cover;
}

#ObjectJob_4 {
    background: url("../img/Fondo_Transparente.webp") no-repeat center center;
    background-size: cover;
}

#ObjectJob_5 {
    background: url("../img/Fondo_Transparente.webp") no-repeat center center;
    background-size: cover;
}

#ObjectJob_6 {
    background: url("../img/Fondo_Transparente.webp") no-repeat center center;
    background-size: cover;
}

#ObjectJob_7 {
    background: url("../img/Fondo_Transparente.webp") no-repeat center center;
    background-size: cover;
}

#flechaProyectos {
    position: absolute;
    top: 40vh;
    left: 55vw;
    width: 5vw;
    height: auto;
    opacity: 0;
    cursor: pointer;
    transition: 0.3s;
    z-index: 10;
}

#flechaProyectos:hover {
    transform: scale(1.1);
}

#myProyectos {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 100;
    width: 100%;
    height: 0;
    transition: 1s;
    z-index: 9999;
}

.CuadroProyectos {
    position: absolute;
}

.CuadroProyectos img {
    width: 20vw;
    height: 0vh;
    object-fit: fill;
}

#CuadroProyecto_1 {
    top: 15vh;
    left: 5vw;
}

#CuadroProyecto_2 {
    top: 15vh;
    left: 28vw;
}

#CuadroProyecto_3 {
    top: 15vh;
    left: 51vw;
}

#CuadroProyecto_4 {
    top: 15vh;
    left: 74vw;
}

#CuadroProyecto_5 {
    top: 70vh;
    left: 5vw;
}

#CuadroProyecto_6 {
    top: 50vh;
    left: 28vw;
}

#CuadroProyecto_7 {
    top: 65vh;
    left: 51vw;
}

#CuadroProyecto_8 {
    top: 50vh;
    left: 74vw;
}

#CuadroProyecto_9 {
    top: 105vh;
    left: 5vw;
}

#CuadroProyecto_10 {
    top: 95vh;
    left: 28vw;
}

#CuadroProyecto_11 {
    top: 105vh;
    left: 51vw;
}

#CuadroProyecto_12 {
    top: 110vh;
    left: 74vw;
}

#closeProyectos {
    position: absolute;
    right: 6vw;
    top: 3vh;
    text-decoration: none;
    z-index: 3;
    transition: 0.3s;
}

#closeProyectos img {
    width: 0;
    height: 0;
}

#closeProyectos:hover {
    text-decoration: none;
    transform: scale(1.2);
}


/*Equipo Tourfeeling*/

.equipo_Tourfeeling {
    width: 15vw;
    height: 15vw;
    border-radius: 15vw;
    cursor: pointer;
    z-index: 0;
}

.encuentraEquipo {
    font-family: Font2;
    font-size: 4vw;
    color: white;
    top: 45vh;
    left: 15vw;
    position: absolute;
    width: auto;
    height: auto;
    cursor: default;
    z-index: 9999;
}

.encuentraEquipo:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

#Leandro {
    position: absolute;
    top: 65vh;
    left: 5vw;
    background: url(../img/leandro_edit_bn.webp) no-repeat;
    background-position-x: -100%;
    background-position-y: center;
    background-size: cover;
    transition: 0.3s;
}

#Leandro:hover {
    background: url(../img/leandro_edit.webp) no-repeat;
    background-position-x: -100%;
    background-position-y: center;
    background-size: cover;
    filter: drop-shadow(0 0 2rem #009dff);
}

#Paco {
    position: absolute;
    top: 20vh;
    left: 70vw;
    background: url(../img/paco_edit_bn.webp) no-repeat center center;
    background-size: cover;
    transition: 0.3s;
}

#Paco:hover {
    background: url(../img/paco_edit.webp) no-repeat center center;
    background-size: cover;
    filter: drop-shadow(0 0 2rem #009dff);
}

#Edu {
    position: absolute;
    top: 50vh;
    left: 40vw;
    background: url(../img/edu_edit_bn.webp) no-repeat;
    background-position-x: right;
    background-position-y: -100%;
    background-size: cover;
    transition: 0.3s;
}

#Edu:hover {
    background: url(../img/edu_edit.webp) no-repeat;
    background-position-x: right;
    background-position-y: -100%;
    background-size: cover;
    filter: drop-shadow(0 0 2rem #009dff);
}

#Balta {
    position: absolute;
    top: 65vh;
    left: 80vw;
    background: url(../img/balta_edit_bn.webp) no-repeat center center;
    background-size: cover;
    transition: 0.3s;
}

#Balta:hover {
    background: url(../img/balta_edit.webp) no-repeat center center;
    background-size: cover;
    filter: drop-shadow(0 0 2rem #009dff);
}

#Miki {
    position: absolute;
    top: 15vh;
    left: 15vw;
    background: url(../img/miki_edit_bn.webp) no-repeat;
    background-position-x: 300%;
    background-position-y: center;
    background-size: contain;
    transition: 0.3s;
}

#Miki:hover {
    background: url(../img/miki_edit.webp) no-repeat;
    background-position-x: 300%;
    background-position-y: center;
    background-size: contain;
    filter: drop-shadow(0 0 2rem #009dff);
}

#Miguel {
    position: absolute;
    top: 10vh;
    left: 45vw;
    background: url(../img/miguel_edit_bn.webp) no-repeat;
    background-position-x: 300%;
    background-position-y: center;
    background-size: contain;
    transition: 0.3s;
}

#Miguel:hover {
    background: url(../img/miguel_edit.webp) no-repeat;
    background-position-x: 300%;
    background-position-y: center;
    background-size: contain;
    filter: drop-shadow(0 0 2rem #009dff);
}

.fondoModalEquipo {
    position: absolute;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.modalEquipo {
    position: absolute;
    top: 20vh;
    left: 20vw;
    width: 60vw;
    height: 60vh;
    background-color: white;
    border-radius: 1vw;
    box-shadow: 5px 10px 18px black;
    z-index: 9999;
}

.closeModalButton {
    position: absolute;
    top: 3vh;
    right: 3vw;
    font-family: Font2;
    font-size: 7vh;
    color: black;
    cursor: pointer;
    transition: 0.3s;
}

.closeModalButton:hover {
    transform: scale(1.1);
    color: lightgrey;
}

.infoModal {
    font-family: Font2;
    font-size: 2.5vh;
    position: absolute;
    top: 15vh;
    right: 8vw;
    width: 25vw;
    cursor: default;
    text-align: left;
    line-height: 4vh;
}

.textoModal {
    font-family: Font2;
    font-size: 3vh;
    position: relative;
    top: 7vh;
    left: 0vw;
    width: 25vw;
    cursor: default;
    text-align: center;
}

.fotoModal {
    position: relative;
    top: 5vh;
    left: 5vw;
    width: 15vw;
    height: auto;
}

#modalLeandro {
    display: none;
}

#modalPaco {
    display: none;
}

#modalEdu {
    display: none;
}

#modalBalta {
    display: none;
}

#modalMiki {
    display: none;
}

#modalMiguel {
    display: none;
}

.flechaLinterna {
    position: absolute;
    font-size: 10vh;
    color: white;
    z-index: 9999;
    opacity: 0;
    display: none;
}

#flechaDer {
    right: 5vw;
    top: 41vh;
}

#flechaDwn {
    width: 100vw;
    bottom: 5vh;
    text-align: center;
}

#Titulo_Contacto_1 {
    position: absolute;
    top: 20vh;
    left: 10vw;
    height: auto;
    color: #0280ceb4;
    cursor: default;
    text-transform: uppercase;
}

#Titulo_Contacto_2 {
    position: absolute;
    top: 27vh;
    left: 10vw;
    height: auto;
    color: #0280ceb4;
    cursor: default;
    text-transform: uppercase;
}

#Titulo_Contacto_3 {
    position: relative;
    top: 15vh;
    left: 10vw;
    width: 80vw;
    text-align: center;
    height: auto;
    color: #0280ceb4;
    cursor: default;
    font-size: 4vh;
    display: none;
    text-transform: uppercase;
}

.iconoUbi {
    font-size: 2.5vh;
}

#info_Contacto {
    position: absolute;
    line-height: 4vh;
    top: 45vh;
    left: 10vw;
    width: 25vw;
    height: auto;
    cursor: default;
    font-family: Font2;
    font-size: 3vh;
    font-weight: 400;
}

.form_Contacto {
    position: absolute;
    top: 20vh;
    right: 5vw;
    width: 45vw;
}

#nombre_Contacto {
    position: absolute;
    top: 5vh;
    left: 0vw;
    padding: 8px 5px 5px;
    width: 15vw;
    border: none;
    border-bottom: 2px solid #0280ceb4;
    color: black;
    font-family: Font2;
    font-size: 2vh;
    font-weight: 400;
}

:focus {
    outline: none;
}

#label_nombre_Contacto {
    position: absolute;
    top: 0vh;
    left: 0vw;
    font-family: Font2;
    font-size: 2.2vh;
    font-weight: bold;
}

#correo_Contacto {
    position: absolute;
    top: 5vh;
    left: 20vw;
    padding: 8px 5px 5px;
    width: 15vw;
    border: none;
    border-bottom: 2px solid #0280ceb4;
    color: black;
    font-family: Font2;
    font-size: 2vh;
    font-weight: 400;
}

:focus {
    outline: none;
}

#label_correo_Contacto {
    position: absolute;
    top: 0vh;
    left: 20vw;
    font-family: Font2;
    font-size: 2.2vh;
    font-weight: bold;
}

#subject_Contacto {
    position: absolute;
    top: 17vh;
    left: 0vw;
    padding: 8px 5px 5px;
    width: 35vw;
    border: none;
    border-bottom: 2px solid #0280ceb4;
    color: black;
    font-family: Font2;
    font-size: 2vh;
    font-weight: 400;
}

:focus {
    outline: none;
}

#label_subject_Contacto {
    position: absolute;
    top: 12vh;
    left: 0vw;
    font-family: Font2;
    font-size: 2.2vh;
    font-weight: bold;
}

#mensaje_Contacto {
    position: absolute;
    top: 28vh;
    left: 0vw;
    width: 35vw;
    height: 15vh;
    padding: 8px 5px 5px;
    border: none;
    border-bottom: 2px solid #0280ceb4;
    color: black;
    font-family: Font2;
    font-size: 2vh;
    font-weight: 400;
    line-height: 1.6;
    resize: none;
}

:focus {
    outline: none;
}

#label_mensaje_Contacto {
    position: absolute;
    top: 25vh;
    left: 0vw;
    font-family: Font2;
    font-size: 2.2vh;
    font-weight: bold;
}

.CustomButton {
    position: absolute;
    top: 49vh;
    left: 0vw;
    text-align: center;
    border: none;
    font-size: 2vh;
    font-family: Font2;
    background-color: rgba(0, 0, 0, 0.1);
    color: #0280ce;
    width: 15vh;
    height: 6vh;
    border-radius: 1vh;
    transition: 0.5s;
    cursor: pointer;
}

.CustomButton:hover {
    background-color: #0280ceb4;
    color: white;
}

#capchaStyle {
    position: absolute;
    top: 48vh;
    right: 10vw;
}

@media only screen and (max-width: 1300px) {
    #capchaStyle {
        position: absolute;
        top: 48vh;
        right: 10vw;
        transform: scale(0.85);
    }
}
@media only screen and (max-width: 1200px) {
    #capchaStyle {
        position: absolute;
        top: 47.5vh;
        right: 7vw;
        transform: scale(0.75);
    }
}
@media only screen and (max-width: 1070px) {
    #capchaStyle {
        position: absolute;
        top: 47.5vh;
        right: 6vw;
        transform: scale(0.70);
    }
}
@media only screen and (max-width: 1000px) {
    #capchaStyle {
        position: absolute;
        top: 47.5vh;
        right: 4vw;
        transform: scale(0.70);
    }
}

.fondoModalEnviado {
    position: absolute;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
}

.modalEnviado {
    position: absolute;
    top: 30vh;
    left: 30vw;
    width: 40vw;
    height: 40vh;
    background-color: white;
    border-radius: 1vw;
    box-shadow: 5px 10px 18px black;
    z-index: 9999;
}

.textoEnviado {
    font-family: Font2;
    width: 100%;
    height: 100%;
    padding: 10%;
    font-size: 2.5vh;
    text-align: center;
}

.CustomButtonEnviar {
    position: absolute;
    top: 27vh;
    left: 16vw;
    text-align: center;
    padding-top: 2vh;
    font-size: 2vh;
    font-family: Font2;
    background-color: rgba(0, 0, 0, 0.1);
    color: #0280ce;
    width: 15vh;
    height: 6vh;
    border-radius: 1vh;
    transition: 0.5s;
    cursor: pointer;
}

.CustomButtonEnviar:hover {
    background-color: #0280ceb4;
    color: white;
}

#probeta_Contacto_1 {
    position: absolute;
    top: 25vh;
    left: 60vw;
    width: 5vw;
    height: auto;
}

#probeta_Contacto_2 {
    position: absolute;
    top: 45vh;
    left: 75vw;
    width: 7.5vw;
    height: auto;
}

#probeta_Contacto_3 {
    position: absolute;
    top: 75vh;
    left: 65vw;
    width: 5vw;
    height: auto;
}


/**
* Make the field a flex-container, reverse the order so label is on top.
*/

.field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
}


/**
  * Add a transition to the label and input.
  * I'm not even sure that touch-action: manipulation works on
  * inputs, but hey, it's new and cool and could remove the 
  * pesky delay.
  */

label,
input {
    transition: all 0.2s;
    touch-action: manipulation;
}

label,
textarea {
    transition: all 0.2s;
    touch-action: manipulation;
}

input {
    font-size: 1.5em;
    border: 0;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

input:focus {
    outline: 0;
}

textarea {
    font-size: 1.5em;
    border: 0;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text;
}

textarea:focus {
    outline: 0;
}

label {
    text-transform: uppercase;
}


/**
  * Translate down and scale the label up to cover the placeholder,
  * when following an input (with placeholder-shown support).
  * Also make sure the label is only on one row, at max 2/3rds of the
  * field—to make sure it scales properly and doesn't wrap.
  */

input:placeholder-shown+label {
    cursor: text;
    /* max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    transform-origin: left bottom;
    transform: translate(0, 3vh) scale(1.2);
}

textarea:placeholder-shown+label {
    cursor: text;
    /* max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    transform-origin: left bottom;
    transform: translate(0, 12vh) scale(1.2);
}


/**
  * By default, the placeholder should be transparent. Also, it should 
  * inherit the transition.
  */

 ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

 ::-webkit-textarea-placeholder {
    opacity: 0;
    transition: inherit;
}


/**
  * Show the placeholder when the input is focused.
  */

input:focus::-webkit-input-placeholder {
    opacity: 1;
}

textarea:focus::-webkit-textarea-placeholder {
    opacity: 1;
}


/**
  * When the element is focused, remove the label transform.
  * Also, do this when the placeholder is _not_ shown, i.e. when 
  * there's something in the input at all.
  */

input:not(:placeholder-shown)+label,
input:focus+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

textarea:not(:placeholder-shown)+label,
textarea:focus+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}


/*CSS Responsive*/

@media only screen and (max-width: 970px) {

    #botonMenuDesplegable {
        position: absolute;
        top: 2vh;
        left: 5vw;
    }

    #botonMenuDesplegable2 {
        position: absolute;
        top: 2vh;
        left: 5vw;
    }

    #TogglePC {
        display: none;
    }
    
    #ToggleMobile {
        display: block;
    }

    #logoTourfeeling {
        position: absolute;
        top: 3.3vh;
        right: 5vw;
        cursor: pointer;
    }
    
    #logoTourfeeling img {
        width: 35vh;
        max-width: 65vw;
    }

    .containerEfectosCerebro {
        position: absolute;
        top: 0vh;
        left: 0vw;
        width: 100vw;
        height: 100vh;
        background: url("../img/concerebro.webp") no-repeat center center;
        background-size: 100%;
        background-position-x: 90%;
        background-position-y: 65%;
    }
    
    .containerEcuacionesCerebro {
        position: absolute;
        top: 0vh;
        left: 0vw;
        width: 100vw;
        height: 100vh;
        background: url("../img/ecuaciones.webp") no-repeat center center;
        background-size: 70%;
        background-position-x: 100%;
        background-position-y: 55%;
        opacity: 0;
    }
    
    .containerColoresCerebro {
        position: absolute;
        top: 0vh;
        left: 0vw;
        width: 100vw;
        height: 100vh;
        background: url("../img/colorescerebro.webp") no-repeat center center;
        background-size: 70%;
        background-position-x: 0%;
        background-position-y: 55%;
        opacity: 0;
    }

    #TituloExplicativo {
        position: relative;
        top: 3vh;
        left: 5vw;
        width: 90vw;
        text-align: center;
        cursor: default;
    }
    
    #OpcionExplicativa_1 {
        position: relative;
        top: 21vh;
        left: 10vw;
        width: 80vw;
        text-align: center;
        font-family: Font2;
        font-size: 4vh;
        text-transform: uppercase;
        cursor: pointer;
    }
    
    #OpcionExplicativa_1:hover {
        transform: scale(1.1);
        transition: 0.5s;
    }
    
    #subOpcion {
        font-size: 3vh;
    }
    
    #OpcionExplicativa_2 {
        position: relative;
        top: 36vh;
        left: 10vw;
        width: 80vw;
        text-align: center;
        font-family: Font2;
        font-size: 4vh;
        text-transform: uppercase;
        cursor: pointer;
    }
    
    #OpcionExplicativa_2:hover {
        transform: scale(1.1);
        transition: 0.5s;
    }

    #Texto_Tourfeeling_Rotate {
        display: none;
    }
    #Texto_Tourfeeling_Rotate_Mobile {
        display: block;
    }
    #T_1_1 {
        top: 15vh;
        left: 10vw;
    }
    #T_1_3 {
        top: 34vh;
        left: 10vw;
    }
    #T_1_4 {
        top: 38vh;
        left: 10vw;
    }
    .flechaInicio {
        width: 20vw;
        top: 73vh;
        left: 45vw;
        transform: scaleX(-1) rotate(180deg);
    }

    #Page_2_Title_1 {
        position: relative;
        top: 40vh;
        left: -5vw;
        text-align: left;
        color: white;
        font-size: 5vw;
        width: 45vw;
        line-height: 3vh;
    }
    #Page_2_Title_2 {
        position: relative;
        top: 40vh;
        left: 145vw;
        text-align: left;
        color: white;
        font-size: 5vw;
        width: 45vw;
        line-height: 3vh;
    }
    .Numbers {
        font-family: FontNumbers;
        font-size: 5vh;
        color: white;
        text-align: center;
        padding-top: 0%;
        transition: 0.3s;
        cursor: pointer;
    }
    .Numbers:hover {
        transform: scale(1.1);
    }
    .ObjectJob {
        width: 16vw;
        height: 16vw;
        border-radius: 15vw;
        position: absolute;
        cursor: pointer;
        line-height: 18vw;
        z-index: 3;
    }

    #ObjectJob_1 {
        background: url("../img/Fondo_Transparente.webp") no-repeat center center;
        background-size: cover;
        top: 70vh;
        left: 170vw;
    }
    #ObjectJob_2 {
        background: url("../img/Fondo_Transparente.webp") no-repeat center center;
        background-size: cover;
        top: 70vh;
        left: 175vw;
    }
    #ObjectJob_3 {
        background: url("../img/Fondo_Transparente.webp") no-repeat center center;
        background-size: cover;
        top: 70vh;
        left: 180vw;
    }
    #ObjectJob_4 {
        background: url("../img/Fondo_Transparente.webp") no-repeat center center;
        background-size: cover;
        top: 80vh;
        left: 135vw;
    }
    #ObjectJob_5 {
        background: url("../img/Fondo_Transparente.webp") no-repeat center center;
        background-size: cover;
        top: 80vh;
        left: 140vw;
    }
    #ObjectJob_6 {
        background: url("../img/Fondo_Transparente.webp") no-repeat center center;
        background-size: cover;
        top: 80vh;
        left: 145vw;
    }
    #ObjectJob_7 {
        background: url("../img/Fondo_Transparente.webp") no-repeat center center;
        background-size: cover;
        top: 80vh;
        left: 150vw;
    }

    .silueta_Probeta {
        position: absolute;
        top: 15vh;
        left: 2vw;
        z-index: 2;
        height: 80vh;
        width: auto;
    }
    #tutorial {
        position: absolute;
        left: 3vw;
        top: 15vh;
        z-index: 1;
        width: 12vh;
        height: 70vh;
    }
    .TextosSobreNosotros {
        font-family: Font2;
        position: absolute;
        top: 0vh;
        left: 7vw;
        width: auto;
        height: auto;
        color: white;
        display: none;
        z-index: 4;
    }

    #TextoSobreNosotros_1 {
        position: absolute;
        left: 10vw;
    }
    
    #TextoSobreNosotros_2 {
        position: absolute;
        left: 10vw;
    }

    .Title_SobreNosotros {
        font-size: 4vh;
        font-weight: bold;
        margin-bottom: 5vh;
    }

    .Subtitle_SobreNosotros {
        font-size: 2.3vh;
        top: 30vh;
        margin-top: 1vh;
    }

    .SobreNosotros_Final {
        position: relative;
        top: 20vh;
        left: 25vw;
        font-size: 3vh;
        width: 50vw;
        margin-top: 1vh;
    }

    .Paragraph_SobreNosotros {
        font-size: 2.3vh;
        line-height: 4vh;
        top: 30vh;
        left: 25vw;
        width: 55vw;
    }

    #HabilidadesPC {
        display: none;
    }
    
    #HabilidadesMB {
        display: block;
    }

    #ParallaxImg_3 {
        top: 100vh;
        left: 100vw;
        position: absolute;
        background: url("../img/bombilla_apagada.webp") no-repeat;
        background-size: 85%;
        background-position-x: -45%;
        background-position-y: 40%;
        z-index: -1;
    }
    
    #luzBombilla {
        width: 100vw;
        height: 100vh;
        position: absolute;
        background: url("../img/luzBombilla.webp") no-repeat;
        background-size: 85%;
        background-position-x: -45%;
        background-position-y: 40%;
        z-index: 3;
        display: none;
    }
    
    #rayosLuzBombilla {
        width: 100vw;
        height: 100vh;
        position: absolute;
        background: url("../img/rayosLuzBombilla.webp") no-repeat;
        background-size: 85%;
        background-position-x: -45%;
        background-position-y: 40%;
        z-index: 0;
        opacity: 0;
    }

    #Page_3_Link {
        left: 29vw;
        font-size: 7vw;
        top: 75vh;
    }
    #Page_3_Link_2 {
        left: 36vw;
        font-size: 7vw;
    }
    #close_Proyectos {
        left: 51vw;
    }

    .Menu_Proyectos {
        position: absolute;
        top: 60vh;
        left: 50vw;
        color: white;
    } 

    .equipo_Tourfeeling {
        width: 25vw;
        height: 25vw;
        border-radius: 25vw;
        cursor: pointer;
        z-index: 0;
    }
    
    .encuentraEquipo {
        font-family: Font2;
        font-size: 5vw;
        text-align: center;
        color: white;
        top: 45vh;
        left: 15vw;
        position: absolute;
        width: 70vw;
        height: auto;
        cursor: default;
        z-index: 9999;
    }
    
    .encuentraEquipo:hover {
        transform: scale(1.1);
        transition: 0.3s;
    }

    .modalEquipo {
        position: absolute;
        top: 0vh;
        left: 0vw;
        width: 100vw;
        height: 100vh;
        background-color: white;    
        border-radius: 0vw;
        box-shadow: 0px 0px 0px black;
    }
    
    .closeModalButton {
        position: absolute;
        top: 5vh;
        right: 5vw;
        font-family: Font2;
        font-size: 7vh;
        color: black;
        cursor: pointer;
        transition: 0.3s;
    }
    
    .closeModalButton:hover {
        transform: scale(1.1);
        color: lightgrey;
    }
    
    .infoModal {
        font-family: Font2;
        font-size: 2.5vh;
        position: relative;
        top: 15vh;
        left: 5vw;
        width: 90vw;
        cursor: default;
        text-align: left;
    }
    
    .textoModal {
        font-family: Font2;
        font-size: 3vh;
        position: relative;
        top: 12vh;
        left: 15vw;
        width: 70vw;
        cursor: default;
        text-align: center;
    }
    
    .fotoModal {
        position: relative;
        top: 10vh;
        left: 25vw;
        width: 50vw;
        height: auto;
    }

    #Leandro {
        position: absolute;
        top: 65vh;
        left: 15vw;
        background: url(../img/leandro_edit_bn.webp) no-repeat;
        background-position-x: -100%;
        background-position-y: center;
        background-size: cover;
        filter: drop-shadow(0 0 2rem #009dff);
    }

    #Paco {
        position: absolute;
        top: 10vh;
        left: 60vw;
        background: url(../img/paco_edit_bn.webp) no-repeat center center;
        background-size: cover;
        filter: drop-shadow(0 0 2rem #009dff);
    }

    #Edu {
        position: absolute;
        top: 35vh;
        left: 55vw;
        background: url(../img/edu_edit_bn.webp) no-repeat;
        background-position-x: right;
        background-position-y: -100%;
        background-size: cover;
        filter: drop-shadow(0 0 2rem #009dff);
    }
    
    #Balta {
        position: absolute;
        top: 55vh;
        left: 60vw;
        background: url(../img/balta_edit_bn.webp) no-repeat center center;
        background-size: cover;
        filter: drop-shadow(0 0 2rem #009dff);
    }

    #Miki {
        position: absolute;
        top: 15vh;
        left: 15vw;
        background: url(../img/miki_edit_bn.webp) no-repeat;
        background-position-x: 300%;
        background-position-y: center;
        background-size: contain;
        filter: drop-shadow(0 0 2rem #009dff);
    }
    
    #Miguel {
        position: absolute;
        top: 40vh;
        left: 15vw;
        background: url(../img/miguel_edit_bn.webp) no-repeat;
        background-position-x: 300%;
        background-position-y: center;
        background-size: contain;
        filter: drop-shadow(0 0 2rem #009dff);
    }





    #Titulo_Contacto_1 {
        display: none;
    }
    
    #Titulo_Contacto_2 {
        display: none;
    }

    #Titulo_Contacto_3 {
        display: block;
    }

    #info_Contacto {
       display: none;
    }

    .form_Contacto {
        position: absolute;
        top: 25vh;
        left: 10vw;
    }
    
    #nombre_Contacto {
        position: absolute;
        top: 5vh;
        left: 0vw;
        padding: 8px 5px 5px;
        width: 35vw;
        border: none;
        border-bottom: 2px solid #0280ceb4;
        color: black;
        font-family: Font2;
        font-size: 2.5vh;
        font-weight: 400;
    }
    
    :focus {
        outline: none;
    }
    
    #label_nombre_Contacto {
        position: absolute;
        top: 0vh;
        left: 0vw;
        width: 35vw;
        font-family: Font2;
        font-size: 2.7vh;
        font-weight: bold;
    }
    
    #correo_Contacto {
        position: absolute;
        top: 5vh;
        left: 45vw;
        padding: 8px 5px 5px;
        width: 35vw;
        border: none;
        border-bottom: 2px solid #0280ceb4;
        color: black;
        font-family: Font2;
        font-size: 2.5vh;
        font-weight: 400;
    }
    
    :focus {
        outline: none;
    }
    
    #label_correo_Contacto {
        display: block;
        position: absolute;
        top: 0vh;
        left: 45vw;
        width: 40vw;
        font-family: Font2;
        font-size: 2.7vh;
        font-weight: bold;
    }

    #subject_Contacto {
        position: absolute;
        top: 17vh;
        left: 0vw;
        padding: 8px 5px 5px;
        width: 80vw;
        border: none;
        border-bottom: 2px solid #0280ceb4;
        color: black;
        font-family: Font2;
        font-size: 2.5vh;
        font-weight: 400;
    }
    
    :focus {
        outline: none;
    }
    
    #label_subject_Contacto {
        position: absolute;
        top: 12vh;
        left: 0vw;
        font-family: Font2;
        font-size: 2.7vh;
        font-weight: bold;
    }
    
    #mensaje_Contacto {
        position: absolute;
        top: 28vh;
        left: 0vw;
        width: 80vw;
        height: 15vh;
        padding: 8px 5px 5px;
        border: none;
        border-bottom: 2px solid #0280ceb4;
        color: black;
        font-family: Font2;
        font-size: 2.5vh;
        font-weight: 400;
        line-height: 1.6;
        resize: none;
    }
    
    :focus {
        outline: none;
    }
    
    #label_mensaje_Contacto {
        position: absolute;
        top: 25vh;
        left: 0vw;
        width: 80vw;
        font-family: Font2;
        font-size: 2.7vh;
        font-weight: bold;
    }

    .CustomButton {
        position: absolute;
        top: 48vh;
    }

    #capchaStyle {
        position: absolute;
        top: 47vh;
        right: -35vw;
        transform: scale(1);
    }
    
    #probeta_Contacto_1 {
        left: 65vw;
        width: 10vw;
        opacity: 0.5;
        z-index: 0;
        display: none;
    }
    
    #probeta_Contacto_2 {
        left: 75vw;
        width: 15vw;
        opacity: 0.5;
        z-index: 0;
        display: none;
    }
    
    #probeta_Contacto_3 {
        left: 65vw;
        width: 10vw;
        opacity: 0.5;
        z-index: 0;
        display: none;
    }
}


/* SOME DUCKBAGS */

html,
body,
h1,
h2 {
    padding: 0;
    margin: 0;
    /* overflow: hidden; */
}

.animate {
    display: inline-block;
    /* vertical-align: -0.1vh; */
    font-size: 2.8vh;
    font-weight: normal;
    color: black;
}

.animate.on {
    animation: fade 1.5s infinite forwards;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* COSETES */

/* * { touch-action: none; } */

svg.intro {
    position: absolute;
    width: 35vw;
    min-width: 300px;
    height: 10vh;
    top: 20vh;
    left: 24vw;
    /* transform: translate(-50%, -50%); */
  }
  svg.intro .text {
    display: none;
  }
  svg.intro.go .text {
    font-family: Font2;
    font-weight: bold;
    text-align: left;
    font-size: 55px;
    text-transform: uppercase;
    display: block;
  }
  svg.intro.go .text-stroke {
    fill: none;
    stroke: grey;
    stroke-width: 8px;
    stroke-dashoffset: -250;
    stroke-dasharray: 250;
    stroke-linecap: butt;
    stroke-linejoin: round;
    -webkit-animation: dash 1.5s ease-in-out forwards;
            animation: dash 1.5s ease-in-out forwards;
  }
  svg.intro.go .text-stroke:nth-child(1) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  svg.intro.go .text-stroke:nth-child(2) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  svg.intro.go .text-stroke:nth-child(3) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  svg.intro.go .text-stroke:nth-child(4) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
    svg.intro.go .text-stroke-2 {
    stroke: white;
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  
  @-webkit-keyframes dash {
    100% {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes dash {
    100% {
      stroke-dashoffset: 0;
    }
  }

@media only screen and (max-width: 550px) {
    #capchaStyle {
        position: absolute;
        top: 46.5vh;
        right: -39vw;
        transform: scale(0.85);
    }
}
@media only screen and (max-width: 499px) {
    #capchaStyle {
        position: absolute;
        top: 46.5vh;
        left: 0vw;
        margin: 0vw;
        padding: 0vw;
        transform: scale(0.75);
    }
    .CustomButton {
        position: absolute;
        top: 58vh;
        left: 24vw;
    }
}

.pulse-button {
    background: black;
    border-radius: 10vw;
    color: white;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-animation: pulse 1.5s infinite;
  }
  .pulse-button:hover {
    -webkit-animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      /* transform: scale(0.9); */
    }
    70% {
      /* transform: scale(1); */
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
      /* transform: scale(0.9); */
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }