@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins: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&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

.no-pad {
  padding: 0 !important;
}

.pad-4 {
  padding: 4px;
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.no-mar {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

button {
  outline: none !important;
  stroke: none !important;
}

.blanco {
  color: #ffffff;
}

.azul {
  color: #0a3288;
}

.azul_sec {
  color: #1457c9;
}

.celeste {
  color: #c7dbff;
}

.francia {
  color: #0b64ff;
}

.palido {
  color: #ecf3ff;
}

.amarillo {
  color: #f8a132;
}

.gris {
  color: #323232;
}

p {
  font-family: "Roboto Flex", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
}

body {
  font-family: "Roboto Flex", serif;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
#Cabezal {
  background: #1457c9;
  margin-top: 110px;
}
#Cabezal .container {
  padding: 40px 60px;
}
#Cabezal .container h1 {
  font-family: "Poppins", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 120% */
  letter-spacing: -1px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #Cabezal .container {
    padding: 24px 30px;
  }
  #Cabezal .container h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.bread {
  margin-top: 110px;
}
.bread ol {
  margin-bottom: 0;
  padding: 32px !important;
  background: #ecf3ff;
}

.navbar .items {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar .items .nav-link {
  margin-right: 24px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !important;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar .items .nav-link.contactanos {
  display: none;
}
.navbar .items .nav-link::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 0;
  background: #ffffff;
  transition: width 0.2s;
}
.navbar .items .nav-link:hover::after {
  width: 100%;
}
.navbar .items .nav-link.active::after {
  width: 100%;
}
.navbar #controles {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar #controles a {
  height: 24px !important;
}
.navbar #controles #playPauseButton {
  display: flex;
  align-items: center;
}
.navbar #controles #playPauseButton i {
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  margin-right: 8px;
}
.navbar #controles #playPauseButton span {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #ffffff !important;
}
.navbar #controles .icon-play {
  background-image: url("../images/Icons/pause.svg");
}
.navbar #controles .icon-pause {
  background-image: url("../images/Icons/play.svg");
}
.navbar.bg-dark {
  background: rgba(10, 50, 136, 0) !important;
}
.navbar.scrolled {
  background: rgba(20, 16, 27, 0.8) !important;
}
.navbar .container {
  margin: 22px auto;
}
.navbar .container .navbar-brand {
  margin: 0 auto;
  padding: 0;
  width: 280px;
  height: 20px;
  background: url("../images/logos/yr42032.svg") left top no-repeat;
  background-size: contain;
}
.navbar .container .nav-item {
  display: flex;
  align-items: center;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 12px;
  /* From Uiverse.io by ryota1231 */
}
.navbar .container .nav-item .nav-link {
  color: #ffffff !important;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.navbar .container .nav-item .nav-link.contactanos {
  display: none;
}
.navbar .container .nav-item .nav-link::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 0;
  background: #ffffff;
  transition: width 0.2s;
}
.navbar .container .nav-item .nav-link:hover::after {
  width: 100%;
}
.navbar .container .nav-item .nav-link.active::after {
  width: 100%;
}
.navbar .container .nav-item .animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 32px;
  font-family: "Poppins", serif;
  font-weight: bold;
  color: #0a3288;
  text-decoration: none;
  font-size: 10px;
  text-transform: uppercase;
  background-color: #f8a132;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar .container .nav-item .animated-button img {
  position: absolute;
  width: 24px;
  fill: #0a3288;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar .container .nav-item .animated-button .arr-2 {
  left: -25%;
}
.navbar .container .nav-item .animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(0px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.navbar .container .nav-item .animated-button:hover .arr-2 {
  left: 16px;
}
.navbar .container .nav-item .animated-button:hover .text {
  transform: translateX(12px);
}
.navbar .container .nav-item .animated-button:active {
  scale: 0.95;
}
.navbar .container .whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 8px;
}
.navbar .container .whatsapp a {
  width: 38px;
  height: 38px;
  background: url("../images/Icons/whatsapp-default.svg") center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar .container .whatsapp a:hover {
  background: url("../images/Icons/whatsapp-hover.svg") center no-repeat;
}

#Home {
  width: 100%;
  height: 100vh;
  z-index: 100;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#Home .browser {
  margin-top: 5%;
  width: 1080px;
  height: auto;
}
#Home .browser .header {
  height: 60px;
  border-bottom: 2px solid #ffffff;
  padding: 26px;
  display: flex;
}
#Home .browser .header .circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ffffff;
  margin-right: 6px;
}
#Home .browser .content {
  padding: 0;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#Home .browser .content #countdown {
  color: #ffffff;
}
#Home .browser .content #countdown h3 {
  margin: 0;
  text-align: center;
}
#Home .browser .content #countdown h3 small {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 5px;
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #14101b 0px 0px 20px, #14101b 0px 0px 30px, #c7dbff 0px 0px 40px, #14101b 0px 0px 50px, #14101b 0px 0px 75px;
}
#Home .browser .content #countdown hr {
  border-color: #c7dbff;
  opacity: 0.4;
}
#Home .browser .content #countdown .numeros {
  display: flex;
  justify-content: center;
}
#Home .browser .content #countdown .numeros div {
  font-family: "Poppins", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 100% */
  letter-spacing: -1.2px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 16px;
}
#Home .browser .content #countdown .numeros div span {
  font-size: 8px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #c7dbff;
}
#Home .browser .content h3 {
  font-family: "Roboto Flex", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 100% */
  letter-spacing: -0.48px;
  color: #ecf3ff;
}
#Home .browser .content h1 {
  font-family: "Poppins", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 100% */
  letter-spacing: -1.2px;
  color: #ffffff;
}
#Home .browser .content p {
  font-weight: 500;
  color: #ffffff;
  width: 42%;
}
#Home .browser .content .animated-button {
  margin: 0 auto;
  box-shadow: 0px 0px 52px 5px rgba(19, 75, 196, 0.5);
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 24px 40px;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  color: #323232;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
#Home .browser .content .animated-button img {
  position: absolute;
  width: 24px;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
#Home .browser .content .animated-button .arr-2 {
  left: -25%;
}
#Home .browser .content .animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(0px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
#Home .browser .content .animated-button:hover {
  background: #14101b;
}
#Home .browser .content .animated-button:hover .arr-2 {
  left: 20px;
}
#Home .browser .content .animated-button:hover .text {
  transform: translateX(12px);
  color: #ffffff;
}
#Home .browser .content .animated-button:active {
  scale: 0.95;
}
#Home .mouse-scroll {
  position: absolute;
  bottom: 24px;
  width: 40px;
}
@media (max-width: 1110px) {
  #Home .browser {
    width: 100%;
  }
  #Home .browser .content h3 {
    font-size: 24px;
  }
  #Home .browser .content h1 {
    font-size: 60px;
  }
  #Home .browser .content p {
    width: 80%;
  }
}
@media (max-width: 800px) {
  #Home .browser .content .numeros div {
    font-size: 35px !important;
  }
  #Home .browser .content .numeros div#milliseconds {
    display: none !important;
  }
  #Home .browser .content h3 {
    font-size: 18px;
    line-height: 18px;
  }
  #Home .browser .content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  #Home .browser .content h1 br {
    display: none;
  }
  #Home .browser .content p {
    width: 100%;
  }
  #Home .browser .content .animated-button {
    width: fit-content;
    padding: 16px 40px;
    font-size: 11px;
  }
}
@media (max-width: 400px) {
  #Home .browser {
    margin-top: 14%;
  }
  #Home .browser .content #countdown h3 small {
    font-size: 12px;
    letter-spacing: 2px;
  }
  #Home .browser .content h3 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
  }
  #Home .browser .content h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

#Messages .container {
  padding: 64px 60px;
}
#Messages .container h1 {
  font-family: "Poppins", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 75% */
  letter-spacing: -1.6px;
  color: #ffffff;
}
#Messages .container .card_con_imagen {
  margin-top: -24px;
}
#Messages .container .card_con_imagen .content {
  margin: 64px 0 36px 0;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 24px 0 0 24px;
}
#Messages .container .card_con_imagen .content h2 {
  font-family: "Roboto Flex", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  color: #1457c9;
}
#Messages .container .card_con_imagen .content .separador {
  width: 100%;
  border: 1px solid #c7dbff;
  color: #c7dbff;
  margin: 24px 0 40px 0;
}
#Messages .container .card_con_imagen .content p {
  font-family: "Roboto Flex", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: -0.32px;
  color: #323232;
  margin: 0 0 20px 0;
}
#Messages .container .card_con_imagen .imagen {
  background-color: #14101b;
  border-radius: 24px;
  padding: 30px;
}
#Messages .container .card_con_imagen .imagen h3 {
  color: #ffffff;
  margin-bottom: 34px;
}
#Messages .container .card_con_imagen .imagen h3 small {
  font-size: 1rem;
  font-style: italic;
}
#Messages .container .card_con_imagen .imagen h3.normal {
  margin-bottom: 16px;
}
#Messages .container .card_con_imagen .imagen h3.normal small {
  font-style: normal;
}
#Messages .container .card_con_imagen .imagen h4 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 16px;
}
#Messages .container .card_con_imagen .imagen h5 {
  font-size: 1.2rem;
  color: #959595;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 14px;
}
#Messages .container .card_con_imagen .imagen p {
  color: #959595;
}
@media (max-width: 1110px) {
  #Messages .container {
    padding: 64px 30px;
  }
}
@media (max-width: 767px) {
  #Messages .container {
    padding: 40px 30px;
  }
  #Messages .container h1 {
    font-size: 28px;
    text-align: center;
  }
  #Messages .container .card_con_imagen {
    margin-top: 0px;
  }
  #Messages .container .card_con_imagen .content {
    margin: 30px 0 30px 0;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 24px;
  }
}

footer {
  background: #14101b;
  color: #ffffff;
}
footer .container {
  padding: 64px 60px 30px 60px;
  font-size: 14px;
}
footer .container .logofooter {
  height: 20px;
  margin-bottom: 32px;
}
footer .container p {
  font-weight: 400;
}
footer .container a {
  color: #ecf3ff;
  opacity: 70%;
}
footer .container a:hover {
  color: #ffffff;
  opacity: 100%;
  text-decoration: none;
}
footer .container ul {
  padding-left: 16px;
}
footer .container small {
  opacity: 70%;
}
footer .container .social {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container .social a {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
footer .container .social a img {
  width: 32px;
  height: 32px;
}
footer .container .social a:hover {
  background-color: #323232;
}
@media (max-width: 1110px) {
  footer .container {
    padding: 64px 30px 30px 30px;
  }
}
@media (max-width: 800px) {
  footer .container {
    padding: 40px 30px 24px 30px;
  }
}
@media (max-width: 767px) {
  footer .container .col-12 {
    margin-bottom: 16px;
    border-bottom: 1px solid #ecf3ff;
    padding-bottom: 24px;
  }
  footer .container .col-12:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.video-background {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: -1;
}
.video-background .overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(69, 138, 255);
  background: -moz-linear-gradient(180deg, rgba(69, 138, 255, 0.1069021359) 0%, rgba(0, 0, 0, 0.6167060574) 100%);
  background: -webkit-linear-gradient(180deg, rgba(69, 138, 255, 0.1069021359) 0%, rgba(0, 0, 0, 0.6167060574) 100%);
  background: linear-gradient(180deg, rgba(69, 138, 255, 0.1069021359) 0%, rgba(0, 0, 0, 0.6167060574) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#458aff",endColorstr="#000000",GradientType=1);
  z-index: 200;
}
.video-background video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 10;
}
.video-background .background {
  width: 100%;
  height: 100vh;
  z-index: 100 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 1;
}
.video-background .background::after {
  content: "";
  display: block;
  position: fixed; /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(50deg, rgba(0, 0, 0, 0.7959558824) 0%, rgba(245, 26, 93, 0) 100%);
  background: -webkit-linear-gradient(50deg, rgba(0, 0, 0, 0.7959558824) 0%, rgba(245, 26, 93, 0) 100%);
  background: linear-gradient(50deg, rgba(0, 0, 0, 0.7959558824) 0%, rgba(245, 26, 93, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#f51a5d",GradientType=1);
}

#Contacto .container {
  padding: 64px 60px;
}
#Contacto .container h1 {
  font-family: "Poppins", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 75% */
  letter-spacing: -1.6px;
  color: #0a3288;
}
#Contacto .container small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  color: #0a3288;
  opacity: 60%;
}
#Contacto .container .card {
  background: #ffffff;
  padding: 32px;
  border: none;
  border-radius: 24px;
}
#Contacto .container .card .card-body {
  padding: 0;
}
#Contacto .container .card .card-title {
  font-family: "Roboto Flex", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.48px;
  color: #1457c9;
  margin-bottom: 12px;
}
#Contacto .container .card .card-subtitle {
  font-family: "Roboto Flex", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  color: #1457c9;
  margin: 0;
}
#Contacto .container .card .separador {
  width: 100%;
  border: 1px solid #c7dbff;
  color: #c7dbff;
  margin: 12px 0 12px 0;
}
#Contacto .container form {
  margin-top: 40px;
}
#Contacto .container form .form-row {
  margin-bottom: 24px;
}
#Contacto .container form label {
  font-size: 14px;
  color: #1457c9;
  margin-bottom: 6px;
}
#Contacto .container form label.form-check-label {
  margin-bottom: 12px;
}
#Contacto .container form .form-control {
  color: #1457c9;
}
#Contacto .container form .animated-button {
  width: 135px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 24px 40px;
  font-family: "Roboto Flex", serif;
  font-weight: bold;
  color: #1457c9;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
#Contacto .container form .animated-button img {
  position: absolute;
  width: 24px;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
#Contacto .container form .animated-button .arr-2 {
  left: -25%;
}
#Contacto .container form .animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(0px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
#Contacto .container form .animated-button:hover {
  background: #0a3288;
}
#Contacto .container form .animated-button:hover .arr-2 {
  left: 20px;
}
#Contacto .container form .animated-button:hover .text {
  transform: translateX(12px);
  color: #ffffff;
}
#Contacto .container form .animated-button:active {
  scale: 0.95;
}
@media (max-width: 1110px) {
  #Contacto .container {
    padding: 64px 30px;
  }
}
@media (max-width: 767px) {
  #Contacto .container {
    padding: 40px 30px;
  }
  #Contacto .container h1 {
    font-size: 28px;
    text-align: center;
  }
  #Contacto .container .card {
    padding: 24px;
    margin-top: 32px;
  }
  #Contacto .container form .animated-button {
    width: 170px;
    padding: 16px 40px;
    font-size: 12px;
  }
}

/* Estilos para la pantalla de carga */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #14101b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease-out;
}
#loader h1 {
  color: #ecf3ff;
  text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #14101b 0px 0px 20px, #14101b 0px 0px 30px, #c7dbff 0px 0px 40px, #14101b 0px 0px 50px, #14101b 0px 0px 75px;
  line-height: 60px;
}
#loader small {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  margin-top: 40px;
}

/* Animación de carga */
.spinner {
  border: 8px solid #211c2a;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a {
  color: #959595;
}
a:hover {
  text-decoration: underline;
  color: #ffffff;
}

#playPauseButton {
  cursor: pointer;
}/*# sourceMappingURL=estilos.css.map */