@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Hind+Siliguri:wght@600&display=swap');

*{font-family: 'Inter', sans-serif;}
a{text-decoration: none;}
.row{--bs-gutter-x: 0rem;}
img{object-fit: cover;}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #009688; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

.fondo1{background: url(../img/bg_negro.png), url(../img/15.jpg);}
.fondo2{background: url(../img/bg_negro.png), url(../img/03.jpg);}
.fondo3{background: url(../img/bg_negro.png), url(../img/esquel.jpg);}

@media screen and (min-width: 320px) {

    #header{
        display: none;
    }
    
    #slider{      
        background-repeat: none;
        background-size: cover;
        background-position: center, top;
        background-attachment: fixed;
        color: #ffffff;
        height: 90vh;
    }

    .opacidad{
        text-align: center;
        padding:0%;
        
    }

    .opacidad p{
        position: absolute;
        font-size: 2em;
        width: 100%;
        margin-top: 200px;
        font-family: 'Archivo Black', sans-serif;
    }

    .opacidad h2{
        position: absolute;
        font-size: 1em !important;
        width: 100%;
        margin: auto;
        margin-top: 250px;
    }

    #texto{
        position: absolute;
        font-size: 1em !important;
        width: 100%;
        padding: 5px;
        margin: auto;
        margin-top: 350px;
    }

}

@media screen and (min-width: 390px) {

    #slider{
        height: 70vh;
    }

    .opacidad p{
        font-size: 2.5em;
    }

    .opacidad h2{
        font-size: 1.5em !important;
    }

    #texto{
        width: 100%;
        padding: 20px;
        margin: auto;
        margin-top: 350px;
    }

}

@media screen and (min-width: 414px) {

    .opacidad p{
        margin-top: 100px;
    }

    .opacidad h2{
        margin-top: 150px;
    }

    #texto{
        width: 100%;
        padding: 20px;
        margin: auto;
        margin-top: 200px;
    }

}

@media screen and (min-width: 667px) {

    #slider{
        height: 120vh !important;
    }

    .opacidad p{
        margin-top: 100px !important;
    }

    .opacidad h2{
        margin-top: 150px;
    }

    #texto{
        margin-top: 200px;
    }

}

@media screen and (min-width: 820px) {

    #slider{
        height: 120vh !important;
    }

    .opacidad p{
        margin-top: 200px !important;
    }

    .opacidad h2{
        margin-top: 250px;
    }

    #texto{
        padding: 5px;
        margin: auto;
        width: 90%;
        margin-top: 300px;
    }

}

@media screen and (min-width: 1180px) {

    #header{
        display: block;
    }

    #slider{
        height: 100vh;
    }

    .opacidad{
        width: 50%;
        margin:auto;
        text-align: center;
    }

    .opacidad p{
        margin-top: 150px;
        font-size: 4em;
        width: 60%;
    }

    .opacidad h2{
        width: 60%;
        margin: auto;
        margin-top: 300px;
        font-size: 2.1em !important;
    }

    #texto{
        position: absolute;
        font-size: 1.5em !important;
        width: 60%;
        padding: 5px;
        margin: auto;
        margin-top: 400px;
    }

}

@media screen and (min-width: 1280px) {

    .opacidad p{
        font-size: 4.2em;
        margin-top: 200px;
    }

    .opacidad h2{
        font-size: 2.5em !important;
    }

    #texto{
        font-size: 1.5em !important;
    }

}