@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&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap');

/* css pagina de inicio */

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;  
  background: linear-gradient(0deg, rgba(8, 16, 41, 1) 0%, rgb(0, 17, 66) 100%); 
}
  
  svg{
    width:100%;
    height:100%;
    visibility:hidden;  
  }
  
  #pContainer{
    mix-blend-mode:overlay;
  }
  
  text{
    font-family:Antic, sand-serif;
    font-size:54px;
    letter-spacing:-1px;
    opacity:0
  }

  .navbar-blur {
    background-color: rgba(255, 255, 255, 0.011);
  }

  .btn-custom-outline {
    color: white; 
    background-color: transparent;
    border-color: #e0842c;
  }
  
  .btn-custom-outline:hover {
    color: white; 
    background-color: #e0842c; 
  }

  .btn-custom{
    padding: 10px;
    border-radius: 10px;
    border: none;
  }

/* css pagina de inicio */

/* css tipografía roboto */

  .roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }

/* css tipografía roboto */

/* css tipografía adicional */

  h1{
    font-size: 60px;
  }

  .parrafo-principal{
    font-size: 23px;
  }

/* css tipografía adicional */

/* css acordeon pagina de inicio */

.slides{
  width: 100%;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slide{
  list-style-type: none;
  min-height: 700px;
  width: 5%;
  overflow: hidden;

  transition: all 500ms linear;
}

.brand1{
  background-color: rgba(255, 255, 255, 0.062);
}

.brand2{
  background: linear-gradient(rgba(49, 123, 169, 0.3), rgba(49, 123, 169, 0));
}

.brand3{
  background-color: rgba(255, 255, 255, 0.062);
}

.brand4{
  background: linear-gradient(rgba(49, 123, 169, 0.3), rgba(49, 123, 169, 0));
}

.brand5{
  background-color: rgba(255, 255, 255, 0.062);
}

.slide a.action{
  display: block;
  height: 100%;
  position: relative;
}

.slide a.action span{
  font-weight: 600;
  color: #ffffff;
  transform:rotate(270deg);
  position: absolute;
  width: 140px;
  left: -20%;
  height: 100px;
}

.slide a.action-1 span {
  top: 5%;
}

.slide a.action-2 span {
  top: -8%;
}

.slide a.action-3 span {
  top: 3%;
}

.slide a.action-4 span {
  top: 11%;
  white-space: nowrap;
}

.slide a.action-5 span {
  top: 0%;
}



.slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 710px;
  padding: 40px;
  color: #ffffff;
  margin: 0 auto;
}

.active{
  width: 100%;
}

.active a.action{
  display: none;
}

@media (max-width: 990px){

  .slides{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slide{
    width: 100%!important;
    margin-bottom: 15px;
    height: auto;
    border-radius: 20px;
    min-height: 500px;
  }
  .slide-content{
    width: 100%!important;
    padding: 25px;
    font-size: 95%;
  }
}

.pt-7{
  padding-top: 10%;
}

.pt-6{
  padding-top: 6%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  height: 0;
  width: 100%;
  max-width: 100%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Media query para dispositivos grandes */
@media (min-width: 1200px) {
  .video-wrapper {
    padding-bottom: 56.25%; /* Mantén la relación de aspecto */
    height: 600px;
    min-width: 1000px; /* Ajusta el ancho del video */
  }
}

/* Media query para dispositivos medianos */
@media (min-width: 992px) and (max-width: 1199px) {
  .video-wrapper {
    padding-bottom: 56.25%; /* Mantén la relación de aspecto */
    height: 0;
    width: 90%; /* Ajusta el ancho del video */
    max-width: 90%; /* Ajusta el ancho máximo del video */
  }
}

/* Media query para dispositivos pequeños */
@media (max-width: 991px) {
  .video-wrapper {
    padding-bottom: 56.25%; /* Mantén la relación de aspecto */
    height: 0;
    width: 100%; /* Ajusta el ancho del video */
    max-width: 100%; /* Ajusta el ancho máximo del video */
  }
}

/* css acordeon pagina de inicio */

/* css footer */

.footer{
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* css footer */ 

/* css animación de fondo */

#particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

/* css animación de fondo */


/* css login */

.h-100{
  min-height: 600px;
}

.btn-outline-primary{
  border-color: transparent transparent transparent;
}

.btn-outline-primary:hover {
  background-color: #e0842c; 
  border-color: #e0842c;
}

.icon-hover:hover{
  color: #FAAF3b;
}

/* css login */