@font-face{
	font-family: "Fife Gallery";
    src: url("Fife Gallery.ttf");
	
}
@font-face{
	font-family: 'DancingScript Regular';
    src: url("DancingScript-Regular.ttf");
	
}

body {
    background-image: url("img/fondocontacto.jpg");
    background-size: cover;
}

.titulosecciones {
   text-align: center;
    font-family: "DancingScript Regular";
    color: #FFFFFF;
    font-weight: bold;
    font-size: xx-large;
   }


@media (min-width: 901px){
.posicion{
    position: relative;
}



.entrar {
    width: 50%;
     text-decoration: none;
    cursor: pointer;
    text-decoration-color: none;
    color: #FFFFFF;
}
.video {
    width: 100%;
}
    .posicion2{
        display: none;
    }
}

@media (max-width: 900px){	
    .posicion{
        display: none;
    }
    .video2 {
        width: 100%;
        max-height: 650px;
    }
    .entrar {
    width: 50%;
     text-decoration: none;
    cursor: pointer;
    text-decoration-color: none;
    color: #FFFFFF;
}

}