@import url('../fonts/fonts.css');

/*
  background: url('views/imgs/Aimsun-Start-Video-FiA.mp4') top center; no-repeat; width: 100%;
  height: 75vh;background-size: cover;position: relative;


  .container-video:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.container-video {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.container-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
} */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 85vh;
  background-size: contain;
  position: relative;
  overflow: hidden;
  /*
  width: 100%;
  height: 85vh;background-size: cover;position: relative;
  */
}
#hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -100
}
@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 900;
  line-height: 20px;
  color: #45505b;
  font-family: Raleway, sans-serif;
}
#hero p {
  color: #45505b;
  margin: 15px 0 0 0;
  font-weight: 900;
  font-size: 26px;
  font-family: Raleway, sans-serif;
}
#hero p span {
  color: #0563bb;
  letter-spacing: 1px;
}
#hero .social-links {
  margin-top: 30px;
}
#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}
#hero .social-links a:hover {
  color: #0563bb;
}
@media (max-width: 992px) {
  #hero {
    text-align: center;
  }
  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }
  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
/* WhatsApp icon */
.WhatsApp {
  position: fixed;
  left: 30px;
  bottom: 90px;
  z-index: 9;
}
.WhatsApp img {
  width: 6%;
}
.WhatsApp img:hover {
  width: 8%;
  -webkit-transition: all 0.5s 0.5s ease;
  -moz-transition: all 0.5s 0.5s ease;
  -o-transition: all 0.5s 0.5s ease;
  transition: all 0.5s 0.5s ease;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #0563bb;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
/*----------------------------------
	Página de Mantenimiento
----------------------------------*/

#offline {
  background-image: url('../../imgs/pagina_mantenimiento.png');
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 50%;
  margin: auto;
}
/*--------------------------------------------------------------
# aboutEvent
--------------------------------------------------------------*/
.aboutEvent .content {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  color: #858f9a;
}
.aboutEvent .contentEvent ul {
  list-style: none;

}

.aboutEvent .contentEvent ul li {
  margin-bottom: 15px;
  align-items: center;
  color: var(--color-primary-blue);
  font-size: 1.1rem;
  font-family: Raleway, sans-serif;
}

.aboutEvent .contentEvent ul strong {
  margin-right: 3px;
}
.aboutEvent .contentEvent ul i {
  font-size: 14px;
  margin-right: 5px;
  /*color: #0563bb;*/
  color: var(--color-primary-red);
  line-height: 0;
  font-size: 23px;
  font-weight: bold;
}

.blog .php-email-form .delimiterForm {
  height: 3px;
  background-color:#080809;
}
