@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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');
@import url("../font-awesome/css/all.css");
@import url("animate.min.css");

body {
  background: url("../img/bg-header.png") repeat #481273;
}

.box-shadow{
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
}

.close-section{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  color: purple;
}

.close-section:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.flex-direction-nav a:before {
  font-size: 32px !important;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 4s;
}

.btn-informe{
  color: #fff;
  background-color: #481273;
  border-color: #1f0632;
}

.btn-informe:hover {
  color: #fff;
  background-color: #1f0632;
  border-color: #1f0632;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header {
  padding: 1.2rem 0;
}

header .logo-1{
  width: 540px;
  margin: 0 5rem;
}

header .logo-2{
  float: right;
  width: 225px;
  margin: .5rem 5rem;
}

main a {
  color: #fff;
}

main a:hover {
  color: #fff;
}

#principal .row div{
  padding: 0;
}

.eje{
  position: relative;
  height: 89vh;
  overflow: hidden;
  cursor: pointer;
}

.eje img{
  transition: transform 1s ease;
  height: 89vh;
  object-fit: cover;
  z-index: 1;
}

.eje:hover img{
  transform: scale(1.3);
}

.eje .title{
  width: 100%;
  position: absolute;
  padding: 3rem !important;
  bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  z-index: 3;
}

.eje .title i{
  margin-bottom: 1.1rem;
}

.eje .title h2{
  font-weight: 600;
}

.circulo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: url("../img/circle.png") top left no-repeat;
  background-size: 90%;
  background-position-x: -82px;
  z-index: 1;
}

.gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: rgb(53,17,71);
  background: linear-gradient(0deg, rgba(53,17,71,1) 0%, rgba(0,0,0,0) 100%) !important;
  z-index: 2;
}

#video-del-mensaje,
#mensaje,
#reporte-tecnico,
#series-historicas,
#cucei-en-cifras{
  display: none;
}

section {
  /* position: absolute; */
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  overflow-y: auto;
  z-index: 4;
  background: url("../img/bg-section.png") center top repeat-x #e3e2e3;
  padding: 2rem 0;
  height: 100vh;
}

section h2{
  margin: 1.5rem 0 2rem 0;
  text-align: center;
  color: #481273;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

section p{
  font-family: 'Roboto', sans-serif;
  color: #2b2b2b;
}

section a span{
  font-size: .7rem;
  font-style: italic;
}

section embed{
  width: 100%;
  height: 80vh;
}

#video-del-mensaje .container .video{
  padding: 2.2rem 0;
}

#video-del-mensaje h3 {
  font-family: 'Montserrat', sans-serif;
  color: #481273;
  margin-bottom: 1.5rem;
}

section .descargas {
  margin: 1rem 0 3rem 0;
  text-align: center;
}

section .att{
  text-align: right;
  font-family: "Georgia", serif;
  font-weight: 900;
  margin: 2.5rem 1.5rem 2.5rem 0;
}

section .att span{
  font-weight: 200;
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  background: url("../img/video-play-icon.png") center no-repeat #000;
  background-size: 20%;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

footer {
  font-size: 0.75rem;
  color: #fff;
  background-color: #3a3a3a;
  padding: 3rem 0;
}

footer .footer-logo {
  width: 300px;
  margin: 33px 48%;
}

@media (max-width: 1400px) {
  header .logo-1, header .logo-2{
    margin: 1.5rem auto !important;
    float: none !important;
  }
  
  header .logo-1{
    display: none;
  }

  header .logo-2{
    width: 56%;
  }
  
  .close-section{
    position: fixed;
    top: 2.8rem;
    right: 3.5rem;
  }

  footer .footer-logo{
    width: 250px;
    margin: 0 auto;
  }

  footer .footer-address{
    margin-top: 1.5rem;
    text-align: center;
  }
}
