@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);

body {
  background: #fff;
  color: #000;
  font-family: "Open Sans", sans-serif
}
a, a:active {
  color: #0067b8
}
a:focus, a:hover {
  color: #0067b8;
  outline: 0;
  text-decoration: underline
}
p, li {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  font-weight: 400;
  font-size: 16px
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  margin: 0 0 20px 0;
  padding: 0;
  color: #000
}
h1 {
  font-size: 25px
}
h2 {
  font-size: 20px
}
.main-page {
  margin-top: 70px
}
.wow {
  visibility: hidden
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url(../img/preloader.svg) no-repeat center center
}
.back-to-top {
  position: fixed;
  display: none;
  background: #009444;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background .5s ease-in-out;
  box-shadow: 0 3px 5px #00000060
}
.back-to-top i {
  font-size: 24px;
  padding-top: 6px
}
.back-to-top:focus {
  background: #025729;
  color: #fff;
  outline: 0
}
.back-to-top:hover {
  background: #025729;
  color: #fff
}
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px
}
.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #00aeef;
  bottom: 0;
  left: calc(50% - 25px)
}
.section-header h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px
}
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2
}
.section-with-bg {
  background-color: #f6f7fd
}
#header {
  height: 60px;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all .5s;
  z-index: 997;
  background: #009444;
  box-shadow: 0 3px 5px 3px #00000014
}
#header.header-fixed, #header.header-scrolled {
  background: #009444;
  height: 60px;
  padding: 10px 0;
  transition: all .5s
}
#header #logo h1 {
  font-size: 25px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase
}
.btn-header {
  display: block;
  background: #ffe600;
  padding: 5px 25px;
  border-radius: 25px;
  color: #000;
  cursor: pointer !important;
  z-index: 3
}
.btn-header a:active {
  background: #ffe600;
  color: #000 !important
}
.btn-header a:hover {
  background: #ddd !important;
  color: #fff !important
}
#header #logo h1 span {
  color: #00aeef
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 75px
}
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99
}
.nav-menu li {
  position: relative;
  white-space: nowrap
}
.nav-menu > li {
  float: left
}
.nav-menu li.sfHover > ul, .nav-menu li:hover > ul {
  display: block
}
.nav-menu ul ul {
  top: 0;
  left: 100%
}
.nav-menu ul li {
  min-width: 180px
}
.sf-arrows .sf-with-ul {
  padding-right: 30px
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105"
}
#nav-menu-container {
  float: right;
  margin: 0
}
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: 0
}
.nav-menu .menu-active a, .nav-menu a:hover {
  color: #ffffff
}
.nav-menu > li {
  margin-left: 8px
}
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #36ea88;
  visibility: hidden;
  transition: all .5s ease-in-out 0s
}
.nav-menu .menu-active > a:before, .nav-menu a:hover:before, .nav-menu li:hover > a:before {
  visibility: visible;
  width: 100%
}
.nav-menu li.registro a {
  color: #007bff;
  background: #fff;
  padding: 4px 22px;
  border-radius: 2px;
  border: none;
  transition: all ease-in-out .3s;
  font-weight: 400;
  margin-left: 8px;
  margin-top: 7px;
  line-height: 1;
  font-size: 13px
}
button.contact100-form-btn {
  background: #eb0000;
  padding: 7px 25px;
  border: none;
  color: #fff;
  font-weight: 200
}
.nav-menu li.registro a:hover {
  background: #c40023;
  color: #fff
}
button.contact100-form-btn:hover {
  background: #c40023;
  color: #fff
}
li.registro.menu-active {
  margin-top: 7px
}
.nav-menu li.registro.menu-active a:before, .nav-menu li.registro:hover a:before {
  visibility: hidden
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  background: #fff;
  border-radius: 3px
}
.nav-menu ul li {
  transition: .3s
}
.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: .3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 0
}
.nav-menu ul li:hover > a {
  background: #fff;
  color: #fff
}
.nav-menu ul ul {
  margin: 0
}
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: 0 0;
  font-size: 24px;
  display: none;
  transition: all .4s;
  outline: 0;
  cursor: pointer
}
#mobile-nav-toggle i {
  color: #ffffff;
}
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, .9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: .4s
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none
}
#mobile-nav ul li {
  position: relative
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: 0
}
#mobile-nav ul li a:hover {
  color: #000
}
#mobile-nav ul li li {
  padding-left: 30px
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #000
}
#mobile-nav ul .menu-item-active {
  color: #000
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, .8);
  display: none
}
body.mobile-nav-active {
  overflow: hidden
}
body.mobile-nav-active #mobile-nav {
  left: 0
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff
}
#intro {
  width: 100%;
  height: 400px;
	background-color: black;
    background-image: url(../img/header.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.logo_intro {
  width: 70%;
  margin-top: 100px
}
#intro .intro-container {
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-top: 90vh;
  margin-left: 60px
}
#intro h1 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 5rem;
  line-height: 1;
  font-weight: 200;
  padding-top: 10px;
  text-shadow: 0 5px 6px rgba(0, 0, 0, .7)
}
#intro h1 strong, #intro p strong {
  font-weight: 600
}
#intro h2 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 200
}
#intro p {
  color: #ffffff;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align:right;
}
#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#d2ee00 50%, rgba(101, 111, 150, .15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden
}
#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all .4s cubic-bezier(.55, .055, .675, .19)
}
#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, .4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0)
}
#intro .play-btn:hover::after {
  border-left: 15px solid #d2ee00;
  -webkit-transform: scale(20);
  transform: scale(20)
}
#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0
}
.turing{
	background: rgba(0,148,68,0.90);
	padding:30px 30px 15px;
	margin-top:50px;
}
#MgotI {
  margin-top: 80px
}
.about-btn, .about-btn:active, .about-btn:visited {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 25px;
  transition: .5s;
  line-height: 1;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  background: #009444;
  border: 1px solid #009444;
  color: #fff;
}
.about-btn:focus, .about-btn:hover {
  background: #fff;
  color: #009444;
  text-decoration: none;
  border: 1px solid #009444;
  padding: 14px 25px
}
.about-btn-bk, .about-btn-bk:active, .about-btn-bk:visited {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 25px;
  transition: .5s;
  line-height: 1;
  color: #009444 !important;
  border: 1px solid #009444 !important;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  background: transparent;
}
.about-btn-bk:hover, .about-btn-bk:focus {
  background: #009444;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #009444 !important;
  padding: 14px 25px
}
.video-responsive iframe {
  margin-top: calc(50% + 5px)
}
.ytp-title-channel-logo {
  display: none !important
}
.ytp-title-text {
  display: none !important
}
.ytp-chrome-top-buttons {
  display: none !important
}
@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }
}
@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(.6, .6);
    transform: scale(.6, .6);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0
  }
}
#protegerse{
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 50px 0 50px 0
}
#protegerse h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 100;
  text-align: left
}
#protegerse p {
  color: #000 !important;
  font-weight: 200;
  text-align: left
}
#protegerse:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}

.webp #quehacemos{
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 0;
  background-color: #f1f1f1;
  /*background-image: url(../img/bg_event_02.webp);*/
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 50%;
}

.no-webp #protegerset2 {
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 0;
  background-color: #e6e7e8;
  /*background-image: url(../img/bg_event_02.jpg);*/
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 50%;
}
#quehacemos h2 {
  color: #009444;
  font-size: 2rem;
  font-weight: 400;
  text-align: left
}
#quehacemos p {
  color: #000 !important;
  font-weight: 400;
  text-align: left;
  margin-left:10px;
}
#protegerse2:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}
.webp #phrase {
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 50px 0 25px 0;
  background-image: url("../img/bg_event_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  text-align:center;
}
.no-webp #phrase {
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 50px 0 25px 0;
  background-image: url("../img/bg_event_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  text-align:center;
}
#phrase h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
#phrase h5 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left
}
#phrase p, #phrase li{
  color: #fff !important;
  font-weight: 400;
  text-align: center;
}
#phrase:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}
#phrase img {
  display: block;
  margin: 0 auto;
  padding: 15px;
  border-radius: 200px
}
.section-span-black {
  background: #000;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px
}
.section-span {
  background: #999;
  padding: 5px 10px;
  color: #000;
  font-size: 14px
}
#como-protegerse {
  padding: 50px 0 50px 0;
  background: #fff
}
#como-protegerse h2 {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 100;
  text-align: left
}
#como-protegerse h4 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  text-align: left
}
#como-protegerse li, #como-protegerse p {
  text-align: left
}
.webp #help {
/*  background: url(../img/background_cloud_2.webp) center;
  background-size: cover;
  background-repeat: no-repeat;*/
  padding: 50px 0 50px
}
.no-webp #help {
/*  background: url(../img/background_cloud_2.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;*/
  padding: 50px 0 50px
}
#help-2 {
  background-color: #377bff;
  padding: 0 0 50px 0;
  background: url(../img/que_es_bg.jpg) top center;
  background-size: cover;
  background-repeat: no-repeat
}
#help h2 {
  margin-top: 10px;
  color: #000000 !important;
  font-size: 2rem;
  font-weight: 100;
  text-align: left
}
#help li, #help p {
  color: #000 !important;
  font-weight: 400;
  text-align: left
}
#elija {
  background: #787375;
  padding: 50px 0 50px 0
}
#elija h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  text-align: left
}
#elija li, #elija p {
  color: #fff !important;
  font-weight: 200;
  text-align: left
}
.carousel-control-next, .carousel-control-prev {
  width: 20px;
  border: none
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  border: none
}
.carousel-control-prev {
  left: -30px
}
.carousel-control-next {
  right: -30px
}
span.label-input100 {
  color: #000000;
  font-size: 14px
}
a.more-info {
  color: #08adef !important;
  cursor: pointer
}
a.more-info:hover {
  color: #08adef !important;
  cursor: pointer;
  text-decoration: underline !important
}
a.more-info-bk {
  color: #000 !important;
  cursor: pointer
}
a.more-info-bk:hover {
  color: #000 !important;
  cursor: pointer;
  text-decoration: underline !important
}
h4.modal-title {
  color: #fff !important;
  font-size: 30px;
  font-weight: 200;
  text-align: left;
  line-height: 1
}
#about:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}
.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .35);
  background: #0091da;
  border-radius: 3px
}
.nav-menu ul li:hover > a {
  background: #00aeef;
  color: #fff
}
#visibilidad {
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 50px 0 50px 0
}
#visibilidad h2 {
  color: #000;
  font-size: 2rem;
  font-weight: 100;
  text-align: left
}
#visibilidad p {
  color: #000 !important;
  font-weight: 400;
  text-align: left
}
#visibilidad strong {
  font-weight: 600
}
#visibilidad a, #visibilidad a:active {
  color: #006cb4
}
#visibilidad:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}
.webp #perspectives {
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 50px 0 50px 0;
  background: url("../img/bg_event_04.webp") center center;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
.no-webp #perspectives {
  overflow: hidden;
  position: relative;
  color: #000;
  padding: 50px 0 50px 0;
  background: url("../img/bg_event_04.jpg") center center;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  position: relative;
}
#perspectives h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  text-align: left
}
#perspectives p {
  color: #fff !important;
  font-weight: 200;
  text-align: left
}
#perspectives strong {
  font-weight: 600
}
#perspectives:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}
#footer {
  background:#3a4d4c;
  padding: 0 0 25px 0;
  color:#9ea9a8;
  font-size: 14px
}
#footer .footer-top {
  background: #000;
  padding: 60px 0 30px 0
}
#footer .footer-top .footer-info {
  margin-bottom: 30px
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: left;
  width: 36px;
  height: 36px;
  transition: .3s
}
#footer a {
  color: #9ea9a8;
  vertical-align: middle
}
#footer a:hover {
  color: #556b69;
  text-decoration: underline
}
#footer .social-links a {
  padding: 0 5px
}
#footer .social-links {
  text-align: right
}
#footer .footer-top .social-links a:hover {
  background: #333;
  color: #fff
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #00aeef
}
#footer .footer-top .footer-links {
  margin-bottom: 30px
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #00aeef;
  font-size: 18px
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0
}
#footer .footer-top .footer-links ul a {
  color: #eee
}
#footer .footer-top .footer-links ul a:hover {
  color: #00aeef
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px
}
#footer .footer-top .footer-contact p {
  line-height: 26px
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #00aeef;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: left;
  color: #fff;
  transition: .3s;
  cursor: pointer
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f
}
#footer .copyright {
  text-align: left;
  padding-top: 30px
}
#footer .credits {
  text-align: left;
  font-size: 13px;
  color: #ddd
}
#btn_reg .about-btn {
  position: fixed;
  top: 80px;
  right: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 14px;
  width: 150px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 7px 32px;
  border-radius: 2px;
  transition: .5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  background: #009444;
}
#btn_reg .about-btn:hover {
  background: #fff;
  color: #009444
}
.modal {
    position: fixed;
     top: unset; 
    right: 0px;
    bottom: 0px;
     left: unset; 
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
	box-shadow: 0 0 10px #343a40;
    border-radius: 10px 0;
	border-bottom: 4px solid #009444;
}
.modal-dialog {
  max-width: 450px
}
.modal-header {
  display: block;
  color: #fff;
  font-size: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0.2rem 1rem;
  border-bottom: none;
}
.modal-header p {
  margin-bottom: 0
}
.modal-body{
	padding: 0 2rem;
}
.modal-body li, .modal-body p {
  color: #fff !important;
  font-weight: 200;
  text-align: left
}

.modal-content {
    border: none;
    border-radius: 0;
	background-color: rgba(78, 73, 75, .85);
}
.close {
  color: #FFF;
  text-shadow: none;
  opacity: 1
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #fff;
  text-decoration: none;
  opacity: .75
}
.modal-footer {
  display: -ms-flexbox;
  display: block;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 1rem;
  border-top: none
}
.modal-img img {
  width: 60%;
  padding: 10px 0 30px
}
.modal-dialog {
  margin: 0px auto;
}
.modal-backdrop {
    display: none;
}
.modal-open {
    overflow: auto !important;
}
.speaker a {
  cursor: pointer
}
@media (min-width:767px) {
  #subscribe input {
    min-width: 400px
  }
}
@media (min-width:768px) {
  #contact .contact-address, #contact .contact-email, #contact .contact-phone {
    padding: 20px 0
  }
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
  }
}
@media (min-width:1024px) {
  #subscribe {
    background-attachment: fixed
  }
}
@media (min-width:1980px) {
  img.banner {
    width: 480px !important
  }
}
@media (max-width:1024px) {
  #fanatical {
    background: url(../img/background_fanatical.jpg);
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 80px 0;
    text-align: left !important
  }
  #about {
    margin-top: 0
  }
  #intro .intro-container {
    top: 100px !important
  }
  img.banner {
    width: 300px !important
  }
  #about {
    padding: 40px 20px
  }
}
@media (max-width:1199px) {
  #header .container {
    max-width: 100%
  }
  .logo_intro {
    width: 80%;
    margin-top: 100px
  }
  .nav-menu a {
    padding: 8px 4px
  }
}
@media (min-width:992px) and (max-width:1198px) {
  img.banner {
    width: 300px !important
  }
  #video {
    height: 523px !important
  }
  .nav-menu a {
    font-size: 12px;
  }
}
@media (min-width:1199px) and (max-width:1440px) {
  img.banner {
    width: 350px !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  #registro iframe.responsive-iframe {
    height: 1336px !important
  }
}
@media (max-width:991px) {

  #intro {
    height: 500px
  }
  #MgotI {
    margin-top: -20px
  }
  #MgotI iframe {
    height: 240px !important
  }
  .intro-txt {
    font-size: 18px !important;
    padding: 0 20px
  }
  .whats-txt {
    font-size: 12px
  }
  .more-info {
    color: #08adef !important;
    cursor: pointer;
    font-size: 12px
  }
  #header {
    height: 70px;
    padding: 15px 0;
    transition: all .5s
  }
  #nav-menu-container {
    display: none
  }
  #mobile-nav-toggle {
    display: inline
  }
  .btn-header {
    font-size: 14px !important
  }
  #intro h1 {
    font-size: 3rem;
    margin-top: 50px
  }
  #intro p {
    font-size: 1.7rem
  }
  #schedule .nav-tabs a {
    padding: 8px 60px
  }
/*  .form-row > .col, .form-row > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px
  }*/
  #btn_reg .about-btn {
    position: fixed;
    top: 80px;
    right: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 14px;
    width: 150px;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 32px;
    border-radius: 2px;
    transition: .5s;
    line-height: 1;
    margin: 10px;
    color: #007bff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    background: #d2ee00
  }
  #btn_reg .about-btn:hover {
    background: #0071c5;
    color: #fff
  }
  .video-responsive {
    margin: 40px 0 30px
  }
  .video-responsive iframe {
    margin-top: 0;
    width: 100%
  }
  #intro .intro-container {
    margin-top: 90vh;
    margin-left: 0
  }
  #video {
    height: 390px !important
  }
}
@media (max-width:768px) {
  #intro h1 {
    margin-top: 50px
  }
  #intro h1, #intro p {
    padding: 0 30px
  }
  #about {
    background: #fff
  }
  .back-to-top {
    bottom: 15px
  }
  #faq #faq-list a {
    font-size: 18px
  }
  #faq #faq-list i {
    top: 13px
  }
  #video {
    height: 287px !important
  }
  .webp #quehacemos{
    background-color: #e6e7e8;
    background-image: none;
	}
  .no-webp #quehacemos{
    background-color: #e6e7e8;
    background-image: none;
	}
}
@media (min-width:415px) and (max-width:767px) {
  #registro iframe.responsive-iframe {
    height: 1408px !important
  }
}
@media (max-width:414px) {
  #registro iframe.responsive-iframe {
    height: 1550px !important
  }
}
@media (max-width:574px) {
  #venue .venue-info h3 {
    font-size: 24px
  }
  #video {
    width: 100% !important
  }
}
@media (max-width:480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px
  }
}
@media (max-width:460px) {
  #subscribe button {
    margin-top: 10px
  }
}
@media (max-width:400px) {
  #intro h1 {
    font-size: 2.3rem
  }
  #intro p {
    font-size: 1.2rem
  }
}
@media screen and (min-width:668px) and (max-width:991px) and (orientation:landscape) {
  #intro {
    width: 100%;
    height: 300px
  }
}
@media screen and (min-width:320px) and (max-width:667px) and (orientation:landscape) {
  #intro {
    width: 100%;
    height: 300px
  }
}
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600
}
.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600
}
.php-email-form .loading {
  display: none;
  background: 0 0;
  color: #c00;
  text-align: center;
  padding: 15px
}
#hero .hero-form .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite
}
.form-control {
  display: block;
  width: 100%;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #495057;
  margin-top: 10px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#modal-btn {
    position: fixed;
    top: 60px;
    right: 0px;
	box-shadow: 0 0 10px #343a40;
}
button:focus {
    outline: none;
}