:root {
  --bg-color1: rgb(32,52,120);
  --bg-color2: rgb(0,159,227);
}
*{position:relative;
  margin: 0;
  padding:0;
  border:0;
}
html {-webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      scroll-behavior: smooth;
}
*, *:before, *:after {box-sizing: inherit;
}
a:link, a:visited, a:active {text-decoration:none;
}
input:focus, input.form-control:focus {outline:none !important;
                                       outline-width: 0 !important;
                                       box-shadow: none;
                                       -moz-box-shadow: none;
                                       -webkit-box-shadow: none;
}
ul{list-style: none;
}
h1,h2,h3,h4,h5,h6,h7 {font-weight: normal;
}
html, body{
  display: flex;
  flex-direction: column;
  height:100vh;
  margin 0;
}
/*=============================== HOME =================================================*/
.visible {opacity: 100%;}
.novisible {opacity: 0;}
.fotos {position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: black;
        background-position: center;
        transition: all 1.5s linear;
}
#traslado {background-image: url(../images/cartel.jpg);}
#cena {background-image: url(../images/cena.jpg);}
#virgen {background-image: url(../images/virgen.jpg);}
#sabado {background-image: url(../images/sabado.jpg);}
