@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700&family=Lato:wght@300;400;700&display=swap');
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  scroll-behavior: smooth;
}
header {
  position: relative;
  background-color: black;
  height: auto;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/bg-ochoa.jpg);
  background-size: cover;
  background-attachment: inherit;
  background-color: #0000006e;
  background-blend-mode: overlay;
  filter: grayscale(0%);
  background-position-x: 25%;
}
#especial {
  position: relative;
  background-image: url(../images/bg-ochoa-2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-color: #0000009e;
  background-position-x: 25%;
}
header .container, header .logo, header .navbar{
  position: relative;
  z-index: 2;
}
.btn.btn-warning {
  font-size: 1.2vw;
padding: 10px 30px;
background: #fff;
border-color: red;
color: #bd0000;
font-weight: 400;
}

header .logo{
    padding:20% 0px;
}
.blur{
  animation: blur 5s ease-in-out 0s 1 ;
  -webkit-animation: blur 5s ease-in-out 0s 1 ;
  -moz-animation: blur 5s ease-in-out 0s 1 ;
  filter: blur(0px);
  opacity: 1;
}

@keyframes blur {
  0% {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    opacity: 1;
  }

}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
h1{
  font-family: 'Cinzel', serif;
  font-size: 4vw;
  color:#ce0000;;
}
h2{
	font-size: 1.1vw;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#fff; 
}
.barra{
  background-color: rgba(0, 0, 0, 0.3);
}
h5{
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
}

.noticias a{
  color: #262626;
  text-decoration: none;
}


a:hover h5{
	text-decoration: none;
}
iframe{
	border: 5px solid red;
}
footer{
  background-color: #111;
  padding: 30px 0px;
}
footer h4, footer h6{
  color: #fff;
      font-weight: 600;
    font-family: 'Lato', sans-serif;
}
footer p{
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
a {
    color: #a10401;
    text-decoration: none;
    background-color: transparent;
}
.caja1{
	padding: 12% 0px;

}
.caja{
	margin-bottom: 10px;
	cursor: pointer;
}
.video{
	margin-bottom: 30px;
	border: 10px solid #a10401;
}

.intro{
  color: #fff;
  font-size:1.3vw;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.creditos img{
  margin:20px 0px;
}
.fantasma{
  color: #111 !important;
}
.agradecimientos a{
  color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.comenta{
  padding: 100px 0px;
   background: rgb(149,149,149);
background: linear-gradient(180deg, rgb(204, 204, 204) 80%,rgb(17, 17, 17) 100%);
}
.comenta h3{
  margin-bottom: 40px;
  color: #ce0000;
}
.comparte{
  padding: 0px 0px 60px 0px;
}
.comparte h4{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.navbar-brand{
  color: #fff !important;
  font-weight: 100;
}

@media (max-width:767px) {
  h1 {
    font-size: 8vw;
    color: #fff;
  }
  .intro {
    font-size: 5vw;
    line-height: 5.5vw;
    padding: 0px;
    margin-bottom: 15px;
  }
  h5{
    font-size: 5vw;
    margin-bottom: 30px;
  }
  #especial{
    background-position-x: 60%;
  }
  .ocultar{
    display: none;
  }
  header{
    background-position-x: 0%;
  }
  header .logo {

    padding-top: 70%;

  }

  .gradient{
    background-image: linear-gradient(to top, #000000, #000000, #000000cd, #000000b1,#0000005d, #00000038, #00000000);
    padding-top: 40px;
    padding-bottom: 20px;;
  }
  .btn.btn-warning {
    font-size: 5vw;
    padding: 5px 15px;
  }
}