

@media screen and (min-width:320px) {
    
    
.inicio{
    width: 100%;
    height: auto;
    min-height: 30rem;
    position: relative;  
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: url(../img/nieve-inicio.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:#002c58
}


.inicio div h2{
    font-size: calc(1.325rem + 0.9vw);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.inicio div h1{
    font-size: 4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.inicio div h3{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-style: italic;

}

}

/*
.lottie{
    position: absolute;
    top: 0;
    width: 100%;
    height: 350px;
    border: 1px solid red;
    z-index: 3;
}*/

