/* Variables */
/******/
/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}
/* General */
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
body {
  background: #0b0b1c;
  font-family: sans-serif;
}
a {
  color: #FE007F;
  /*text-decoration: none;*/
  transition: 0.3s;
}
a:hover {
  color: #0067A0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
}
/* ==========
D
========== */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* ==========
Header
========== */
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  margin-top: 40px;
}
.header .log-sc img {
  height: 40px;
  padding: 5px 0;
  margin: 20px 15px 20px 0;
}
.header .navbar {
  background: #CA3C2D;
  padding: 8px 40px;
  border-radius: 240px;
}
.header.sticked {
  padding: 0;
}
@media (max-width: 1200px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .header {
    padding: 5px 0;
    margin-top: 0px;
  }
  .header.sticked {
    padding: 8px 0;
  }
  .log-sc img {
    height: 30px !important;
    margin: 10px 15px 10px 0 !important;
  }
}
/* ==========
Nav Desktop
========== */
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover > a {
    color: #ffffff;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
  }
  .mobile-nav-show {
    display: none !important;
  }
  .mobile-nav-hide {
    display: none !important;
  }
}
/* ==========
Nav mobile
========== */
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #0b0b1c;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    /****/
    text-align: center;
  }
  .navbar a {
    /*display: flex;
			align-items: center;
			justify-content: space-between;*/
    padding: 20px;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    text-decoration: none;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
  }
  .navbar .active {
    background: #e83e3f;
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li {
    /******/
    margin: 20px 0;
    padding: 15px 0;
    /******/
    list-style: none;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .mobile-nav-show {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 25px;
    top: 30px;
  }
  .mobile-nav-hide {
    color: rgba(255, 255, 255, 0.9);
    font-size: 35px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 25px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}
/* ==========
Hero
========== */
#hero {
  width: 100%;
  min-height: 500px;
  background: url("../img/backg/MA_MAPFRE_CX_MASTER_Principal.png") left center;
  background-size: cover;
  padding: 120px 15px;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  margin: 75px 0px 10px 0px;
}
#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  font-family: sans-serif;
  color: #e83e3f;
  word-spacing: 20px;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
/* ==========
Register
========== */
.registro {
  width: 100%;
  height: auto;
}
.registro .cont-w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
}
.registro .form {
  max-width: 1330px;
  margin: 40px auto;
  padding: 20px 4%;
  background: url("../img/backg/our-speaker-1-bg.png") center center;
  background-size: cover;
}
.registro .form .overlay {
  background-image: url(https://www.cxfrontier.com.mx/wp-content/uploads/2024/06/contact-bg-1.png);
  background-repeat: no-repeat;
  opacity: 0.5;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(50px) hue-rotate(0deg);
  inset: 0 20%;
  position: absolute;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.registro .form .formi {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  border: 1px solid rgba(255, 255, 255, 0.27);
  padding: 60px 2%;
}
.registro .form .formi input {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e83e3f;
  color: #e83e3f;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  transition: 0.3s ease all;
}
.registro .form .formi input:focus + label {
  transform: translateY(-25px);
}
.registro .form .formi input::placeholder {
  color: #e83e3f !important;
}
.registro .form .formi .errors {
  margin-top: 12px;
  text-align: center;
}
.registro .form .formi .errors ul {
  list-style: none;
  padding: 0;
}
.registro .form .formi .errors li {
  font-weight: 600;
  font-size: 1.4em;
}
.registro .form .formi .form-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.registro .form .formi .img-form {
  text-align: center;
  margin-bottom: 20px;
}
.registro .form .animated {
  margin-top: 40px;
}
.registro .form .animated .btn {
  position: relative;
  background: transparent;
  border: 1px solid #e83e3f;
  padding: 10px 60px;
  color: #e83e3f;
}
.registro .form .animated .btn:hover {
  background: #e83e3f;
  color: #fff;
}
@media (min-width: 768px) {
  .registro {
    background-size: cover;
    overflow: hidden;
    /*background-attachment: fixed;*/
  }
}
/** Modal **/
.modal-content {
  background: url("../img/backg/event-schedule-bg.png") center center;
  background-size: cover;
  border-radius: 15px;
}
.modal-content .modal-body {
  background-color: transparent;
  border: none;
  padding-top: 50px;
  padding-bottom: 20px;
}
.modal-content .modal-body .exit h3 {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
}
.modal-content .modal-body .exit i {
  vertical-align: middle;
  color: #e83e3f;
  font-size: 1.4em;
}
.modal-content .modal-body .exit p {
  color: #ffffff;
  font-size: 1.8em;
}
.modal-content .modal-body .exit span {
  font-weight: 800;
}
.modal-content .modal-body .exit img {
  max-height: 350px;
}
.modal-content .modal-body .post-all {
  max-width: 600px;
  margin: 20px auto;
}
.modal-content .modal-body .post-all .img-pst {
  text-align: center;
}
.modal-content .modal-body .post-all .img-pst a {
  color: #0067A0;
  font-weight: 600;
  font-size: 1.2em;
  text-decoration: none;
}
.modal-content .modal-body .post-all .img-pst a:hover {
  color: #FE007F;
}
.modal-content .modal-body .post-all .img-pst i {
  font-weight: 500;
  font-size: 2em;
  vertical-align: bottom;
}
.modal-content .modal-body .post-all .inst-post h5 {
  color: #0067A0;
  font-weight: 900;
  font-size: 1.2em;
}
.modal-content .modal-body .post-all .inst-post ol {
  color: #0067A0;
  font-weight: 600;
  font-size: 1em;
}
.modal-content .modal-body .post-all .inst-post p {
  color: #0067A0;
  font-weight: 600;
  font-size: 1em;
}
.modal-content .modal-body .modal-leg p {
  font-size: 14px;
  color: #0067A0;
}
.modal-content .modal-body .modal-leg a {
  color: #0067A0;
}
.modal-content .modal-body .modal-leg a:hover {
  color: #FE007F;
}
.modal-content .modal-footer {
  background-color: transparent;
  color: white;
  border: none;
}
.modal-content .modal-footer .btn-secondary {
  background-color: #e83e3f;
  border: none;
  padding: 12px 30px;
  border-radius: 12px;
}
/* ==========
Footer
========== */
#footer {
  background-image: url(https://www.cxfrontier.com.mx/wp-content/uploads/2024/04/Footer.png);
  background-position: center center;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0 60px;
}
#footer .img-foot {
  margin-bottom: 20px;
}
#footer .img-foot img {
  height: 40px;
}
#footer .social-links {
  margin: 20px auto;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin: 0 12px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 600;
}
#footer .copyright {
  font-size: 1.4em;
  margin: 0 0 5px 0;
}
.loader-form {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 2022;
}
.loader-form .three {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.loader-form .three .loader {
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* LOADER 6 */
#loader-6 span {
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #3498db;
  background-color: white;
}
#loader-6 span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}
#loader-6 span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}
#loader-6 span:nth-child(3) {
  animation: grow 1s ease-in-out 0.3s infinite;
}
#loader-6 span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
