@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yrsa&display=swap');

* {
    margin: 0;
    font-family: 'Yrsa', serif;
    font-display: swap
}


/*general*/
body {
    overflow-y="hidden";
}

html body main {
    background-color: white;
    color: black;
}

body .slide-gallery {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

body.all-page{
    background-color: black;
    color: beige;
}
body.all-page .back-btn{
    background-color: black;
}
body.all-page .back-btn a{
    color: beige;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.close {
    color: azure !important;
    position: fixed;
    text-align: right;
    font-size: 50px;
    top: 3%;
    left: -3%;
    width: 100%;
    z-index: 122;
    visibility: hidden;
}

.icon-cerrar {
    font-family: 'Fjalla', sans-serif;
    cursor: pointer;
}

p,
h1,
h2,
h3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*cabecera*/
.banner-home a {
    color: white;
}

.banner-home a:hover {
    color: #92c0be;
    text-decoration: none;
}

.banner h2 {}

.banner a {
    color: black;
}

.banner a:hover {
    color: #92c0be;
    text-decoration: none;
}

.banner-home {
    width: 100%;
    height: 960px;
    background-image: url(../../src/image/pileta.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: black;
}

@media (max-width: 720px) {
    .banner-home {
        margin-bottom: -300px;
    }

    .first-buttom {
        margin-bottom: 30%;

    }
}

.banner .container {
    width: 100%;
    background-color: white;
}
ul li{
    display:inline-block;
}

ul ul{
    position: absolute;
    text-align: left;
    z-index: 100;
}


#foto {
    visibility: hidden;
}
#foto1 {
    visibility: hidden;
}
div img {
    cursor: pointer;
    cursor: url(/src/icon/hand-pointer_icon-icons.com_58783.ico);
}

.first-buttom {
    position: absolute;
    left: 45%;
    bottom: 10%;

}

.first-buttom a {
    color: white;
    font-size: 50px;
    text-decoration: none;
}

.first-buttom a:hover {
    color: #375d5b;
    text-decoration: none;
}

header h1 {
    font-family: 'Fjalla One', sans-serif;
    padding-top: 2rem;
}

header h2 {
    font-size: 16px;
}

/*main*/
.prueba {
}


/*pie de pagina*/
footer {
    position: static;
    width: 100%;
    bottom: 0px;
}

footer div {
    text-align: center;
    margin: 2rem 2rem 2rem 2rem;
}
footer div i{
    color: lightblue;
}
footer div i:hover{
    color: red;
}
footer .rights a{
    color: sandybrown;
}


.thumbail-gallery {
    width: 100%;
}

.gallery-overlapping {}

.gallery-title {
    width: 80%;
    position: absolute;
    top: 5%;
    margin-left: 5%;
}

.gallery-title h1 {
    color: azure;
    font-size: 3rem;
}

.alt-1 h1 {
    font-size: 4rem;
    color: black;

}

.alt-2 h1 {
    font-size: 3rem;
}

.alt-3 h1 {
    font-size: 3.5rem;
}

.gallery-text {
    position: absolute;
    margin-top: -30%;
    margin-left: 5%;
    width: 80%;
}

.gallery-text p {
    position: absolute;
    color: azure;
    font-size: 2rem;
    margin-top: 10%;
    width: 100%;
}

@media (min-width:720px) {
    .gallery-text p {
        margin-top: 10%;
        font-size: 1.2rem;
    }
}

.alt-1 p {
    width: 100%;
    margin-top: 0%;
}

.alt-2 p {
    width: 100%;
}


.video-tittle {
    position: absolute;
    margin-top: -65%;
    width: 80%;
    margin-left: 5%;
}

@media (max-width: 560px) {
    .video-tittle h1 {
        color: azure;
        font-size: 1.5rem;
    }
}

@media (min-width: 560px) {
    .video-tittle h1 {
        color: azure;
        font-size: 2.25rem;
    }
}

@media (min-width: 760px) {
    .video-tittle h1 {
        color: azure;
        font-size: 3rem;
    }
}

.video-text {
    position: absolute;
    margin-top: -55%;
    margin-left: 5%;
    width: 80%;
}

@media (min-width: 560px) {
    .video-text p {
        color: azure;
        font-size: 1rem;
    }
}

@media (min-width: 760px) {
    .video-text p {
        color: azure;
        font-size: 1.5rem;
    }
}

@media (max-width: 560px) {
    .video-text p {
        color: azure;
        font-size: 0.75rem;
    }
}


.instagram {
    font-size: 25px;
}

.instagram a {
    text-decoration: none;
    color: black;
}

.instagram a:hover {
    color: red;
}

.ltl-bio {
    font-size: 15px;
    font-family: sans-serif;
    font-style: italic;
}

.back-btn {
    margin-top: 5rem;
    text-align: center;
    font-size: 3rem;
}

.back-btn a {
    color: black;
    text-decoration: none;
}

.back-btn a:hover {
    text-decoration: none;
    color: #92c0be;
}

.rights {
    text-align: center;
    margin: 2rem;
}

.rights div {
    margin: 4px;
}

.rights a {
    color: black;
    text-decoration: none;
}

.rights a:hover {
    color: gray;
    text-decoration: none;
}



.user{
    visibility: visible;
}


.p-contact {
    width: 50%;
    margin: 0px 20px 20px 0px;
}

.dsc-video {
    width: 50%;
}

.download-icon {
    position: absolute;
    bottom: -12%;
    right: 8%;
    margin: 0 auto;
    font-size: 3rem;
    width: auto;
    height: auto;
}

.download-icon a {
    color: #ff7dcb;
}

.download-icon a:hover {
    color: #74c4ff;
}
