
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}


p{
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-size: 14px;
}

h1{
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-size: 90px !important;
    font-weight: 900 !important;
    line-height: 1em !important;
    overflow: hidden;
    
}

h2{
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-size: 64px !important;
    font-weight: 700 !important;
}

h3{
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-size: 40px !important;
    font-weight: 600 !important;
}

h4{
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-size: 32px !important;
    font-weight: 500 !important;
}

h5{
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}

h6{
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}

.logo{
    width:350px;
}

@media(max-width: 768px){
.logo{
    width: 100%;
}}



.bg-primario{
    background-color: #282D3C !important;
}

.text-primario{
    color:#282D3C;
}
.text-secundario{
color: #6C2831;
}

.text-tercero{
color: #2AB2E3;}




.titulo{
    background-color: rgba(255,255,255,.8);
}


.portada-1{
    background-image: url("../assets/img/arte_funerario.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    min-height: 80vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.portada-2{
    background-image: url("../assets/img/portada.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    min-height: 450px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.portada-3{
    background-image: url("../assets/img/hogar.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
    min-height: 450px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.navbar{
    font-family:'Roboto', Helvetica, sans-serif;

}

.navbar a{
    color: #fff;
    text-decoration: none;
}
.navbar a:hover{
    color:#2AB2E3;
}

.visitanos{
    font-weight: bold;
    font-size: 96px;
    line-height: 1em;
}

a{
    color: #2AB2E3 !important;
    text-decoration: none !important;
}

a:hover{
color: #fff !important;}



@media(max-width: 768px){
    .sticky-mobile{
        position: fixed !important;
        top: 0;
        z-index: 1;
    }

    .navbar{
        display: none !important;
    }
    .body{
        margin-top: 100px;
    }

}

@media(min-width:768px){
    .sticky{
        position: fixed !important;
        top: 0;
        z-index: 1;
    }

}


@media(min-width: 992px){
    .titulo{
        position: absolute;
        top: 25%;
        background-color: rgba(255,255,255,.8);
    }
}