/*
Estilos Globales
*/
html {
  scroll-behavior: smooth;
  height: 100%;
}

body{
  height: 100%;
  overflow: hidden;
}
.contenido-principal h1,.contenido-principal h2,.contenido-principal h3,.contenido-principal h4,.contenido-principal h5,.contenido-principal h6{
  font-weight: bold;
}

/*
Bootstrap Overwrite
*/

/*
Estilos personales
*/

/*-------- PÁGINA DE CARGA -------*/
.load-screen{
  display: flex;
  background-color: #000;
  align-items: center;
  justify-content: center;
  height: 100%;
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
  opacity: 1;
}
.lds-dual-ring {
  display: block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*-------- / PÁGINA DE CARGA -------*/

.enlace-slider:hover{
  text-decoration: none;
}
.slider-principal{
  min-height: 800px;
}

.titulo-slider{
  font-size: 3em;
  font-weight: lighter;
  color: #fff;
  text-shadow: 2px 0px 10px #000;
  margin: 0 auto;
  width:80%;
  text-align: center;
  position: absolute !important;
  top: 30% !important;
  left: 10% !important;
}
.subtitulo-slider{
  font-size: 1.5em;
  font-weight: lighter;
  color: #fff;
  text-shadow: 2px 0px 10px #000;
  margin: 0 auto;
  width:80%;
  text-align: center;
  position: absolute !important;
  top: 60% !important;
  left: 10% !important;
}

.contenido-principal{
  min-height: 600px;
}
footer{
  font-size: 12px;
}
.derechos{
  background-color: #000;
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 11px;
}

#volver_arriba {
  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 */
  cursor: pointer; /* Add a mouse pointer on hover */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .navbar-collapse{
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .titulo-slider{
    font-size: 3em;
    width: 80%;
    top: 30% !important;
    left: 10% !important;
  }
  .subtitulo-slider{
    font-size: 2em;
    width: 80%;
    top: 50% !important;
    left: 10% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar-collapse{
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
    padding-bottom: 0;
  }
  .titulo-slider{
    font-size: 4em;
    width: 80%;
    top: 30% !important;
    left: 10% !important;
  }
  .subtitulo-slider{
    font-size: 3em;
    width: 80%;
    top: 50% !important;
    left: 10% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
