* {
  margin: 0;
  padding: 0;
}



.navbar {
  background-color: #034AA6 !important;
  z-index: 200;
  width: 100%;
}

.navbar a {
  color: #fff;
  margin-right: 40px;
}


.navbar-nav ul {
  display: flex;
  justify-content: end;
}


.navbar img {
  width: 150px;
}

.carrusel_todo {
  height: auto;
  width: 100%;
}


.carrusel_todo img {
  height: 350px;
  width: 900px;
}

.boton_creapc {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}


.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: #0f1923;
  cursor: pointer;
  position: relative;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  transition: all .15s ease;
}

.button::before,
.button::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button::before {
  top: 0;
  border-bottom-width: 0;
}

.button::after {
  bottom: 0;
  border-top-width: 0;
}

.button:active,
.button:focus {
  outline: none;
}

.button:active::before,
.button:active::after {
  right: 3px;
  left: 3px;
}

.button:active::before {
  top: 3px;
}

.button:active::after {
  bottom: 3px;
}

.button_lg {
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.5rem;
  background-color: #390099;
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
  width: 500px;
  height: 60px;
  border-width: 4px;
  border-image: linear-gradient(to right, #FF0000, #FFF200, #1E9600);
  border-image-slice: 1;
  /* Esto asegura que el gradiente se aplique a todo el borde */
  border-style: solid;
}

.button_lg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #0f1923;
}

.button_lg::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #0f1923;
  transition: all .2s ease;
}

.button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #034AA6;
  transform: skew(-15deg);
  transition: all .2s ease;
}

.button_text {
  position: relative;
}

.button:hover {
  color: #0f1923;
}

.button:hover .button_sl {
  width: calc(100% + 15px);
}

.button:hover .button_lg::after {
  background-color: #fff;
}

.descrip_img {
  display: flex;
  justify-content: end;
}

.descrip_img img {
  width: 460px;
  top: 0;
  right: 0;

}

.caja_descrip {
  display: flex;
  justify-content: center;
}

.caja {
  color: #fff;
  display: flex;
  width: 70%;
  background-color: #1A162D;
}

.caja p {
  margin-top: 10px;
  margin-left: 10px;
}


.caja button {
  margin-left: 10px;
  border: none;
  background-color: #034AA6;
  color: #fff;
  padding: 5px;
  font-weight: bold;
}


.btn_creapc:hover {
  background-color: #ffd500;
}


.video_pagi {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}


.todo_text {
  margin-top: 30px;
}

.todo-row {
  margin-top: 50px;
}


.todo-row img {
  display: block;
  margin: auto;
  width: 60%;
}



.todo-row strong {
  background-color: #034AA6;
  border-radius: 60%;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-right: 15px;
}


.todo_footer {
  margin-top: 20px;
  display: flex;
}

.todo_footer a {
  top: 20px;
  color: #000;
  text-decoration: none;
  margin-left: 40px;
  margin-top: 40px;
}

.todo_footer img {
  margin-top: 20px;
  width: 30%;
  height: 20%;
  margin-left: 10%;
}

.todo_footer p {
  margin-left: 20px;
}

.liena_separadora_footer {
  border: 1px dashed #333;
  width: 1px;
  background-color: #000;
  height: 150px;
  margin-left: 15px;
}

.img_content {
  width: 40%;
}

.text {
  margin-top: 20px;
  width: 20%;
}


.text a {
  display: block;
  margin: auto;
  margin-left: 10%;
}

.caja_baner {
  margin-top: 30px;
  display: flex;
  justify-content: center;

}

.contenedor_baner {
  display: flex;
  justify-content: end;
  color: #fff;
  width: 70%;
  background-color: #034AA6;
}

.img-conten {
  display: block;
  margin: auto;
}

.contenedor_baner img {
  display: block;
  margin: auto;
  width: 300px;
}

.contenedor_baner button {
  border: none;
  color: #fff;
  background-color: #034AA6;
}

.contenedor_baner button {
  padding: 20px;
}









@media screen and (max-width: 540px) {
  .descrip_img {
    display: none;
  }

  .contenedor_baner img {
    display: block;
    margin: auto;
    width: 100px;
  }

  .navbar {
    background-color: #034AA6 !important;
    z-index: 200;
    width: 100%;
  }
}










@media screen and (max-width: 920px) {
  .descrip_img img {
    display: none;

  }

  .button_lg {
    width: 300px;
    font-size: 1rem;
    height: 40px;
  }

}