@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap");
body {
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
}

/*
.container-fluid{
 max-width: 1440px;
}
*/
.col-15,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
}

.col-15 {
  width: 20%;
  float: left;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.img-clientes {
  width: 60%;
}

.quitar_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

p {
  margin-bottom: 0;
}

/* ************************* Colors **************************** */

.azul {
  color: #4279e4;
}

.gris {
  color: #323232;
}

.blanco {
  color: #ffffff;
}
/* background.jpg */
/* *********************** Background ************************** */

.bg_azul_claro {
  background-color: #edf0f7;
}

.bg_azul {
  background-color: #4279e4;
}

.bg_rosa {
  background-color: #f66468;
}

.bg_negro {
  background-color: #000000;
}
.bg_mov2 {
  background-image: url(../img/bg_header.jpg); /*bg_mov.png*/
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-size: 100% 100%;
}

.bg_mov {
  background-image: url(../img/background.jpg); /*bg_mov.png*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bg_form {
  background: #ffffff;
  border-radius: 10px;
}

.bg_rosa_img {
  background-image: url(../img/img_rosa.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-size: 100% 100%;
}

.bg_gris_img {
  background-image: url(../img/bg_gris.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.bg_lila_img {
  background-image: url(../img/img_lila.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-size: 100% 100%;
}

.bg_escalera {
  /* background-image: url(../img/bg_header.png);
  background-repeat: no-repeat;
  background-position: top right; */
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}

/* *********************** End colors ************************** */

/* *********************** Bottom ************************** */

.btn.btn-primary {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
}

.bg_rosa.btn.btn-primary:hover {
  background-color: #f66468;
  opacity: 0.8;
}

.bg_azul.btn.btn-primary:hover {
  background-color: #4279e4;
  opacity: 0.8;
}

/* ********************* End bottom ************************ */

/* *********************** Fuentes  ************************** */

.maxi {
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 22px;
}

.titulo {
  font-style: normal;
  /*font-weight: 700;*/
  font-size: 44px;
  /*line-height: 41px;*/
}

.mini_titulo {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 29px;
}

.parrafo {
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}

.parrafo_alert {
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
}

.mini_parrafo {
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
}

a.blanco:hover {
  color: #fff;
}

/* ********************* End fuentes ************************ */

/* *********************** Cards ************************** */
.card {
  background: #f7f9ff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  color: #323232;
  min-height: 225px;
}

#card1.card:hover {
  background: none;
  border: 2px solid #4279e4;
  border-radius: 10px;
  color: #4279e4;
}

#card2.card:hover {
  background: none;
  border: 2px solid #fc676b;
  border-radius: 10px;
  color: #fc676b;
}

#card3.card:hover {
  background: none;
  border: 2px solid #9cd6d4;
  border-radius: 10px;
  color: #9cd6d4;
}

#card4.card:hover {
  background: none;
  border: 2px solid #64a2c6;
  border-radius: 10px;
  color: #64a2c6;
}

.gris_card {
  color: #323232;
}

/* ********************* End cards ************************ */

/* *********************** Particles ************************** */

#particles-js {
  position: absolute;
  position: absolute;
  top: 18%;
  left: 43%;
  right: 20%;
  height: 526px;
}

/* ********************* End particles ************************ */

/* *********************** img_circulo ************************** */
.img_circulo {
  width: auto;
  max-height: 600px;
}

/* ********************* End img_circulo ************************ */

/* *********************** Animaciones ************************** */

.rota {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 0;
}

.rotador1 {
  position: absolute;
  right: 0;
  animation-name: turn;
  animation-duration: 1.5s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}

.rotador2 {
  position: absolute;
  left: 51px;
  top: 39px;
  animation-name: turn;
  animation-duration: 1.5s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}

.obj1 {
  background-image: url(../img/obj1.png);
  position: absolute;
  left: 2%;
  z-index: 0;
}
.obj2 {
  position: absolute;
  left: 10%;
  z-index: 0;
}
.obj3 {
  position: absolute;
  left: 20%;
  z-index: 0;
}
.obj4 {
  position: absolute;
  left: 30%;
  z-index: 0;
}
.obj5 {
  position: absolute;
  left: 40%;
  z-index: 0;
}
.obj6 {
  position: absolute;
  left: 50%;
  z-index: 0;
}
.obj7 {
  position: absolute;
  left: 60%;
  z-index: 0;
}
.obj8 {
  position: absolute;
  left: 70%;
  z-index: 0;
}
.obj9 {
  position: absolute;
  left: 80%;
  z-index: 0;
}
.obj10 {
  position: absolute;
  left: 95%;
  z-index: 0;
}

/* ********************* End animaciones ************************ */

/* *********************** Sliders ************************** */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ********************* End sliders ************************ */

.form-control {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 0px;
  background: none;
  border-color: #54575e;
  border-radius: 0;
  height: 50px;
  color: #54575e;
  border: 0;
  border-bottom: 1px solid #bdbdbd;
}

.form-group {
  margin-bottom: 0.5rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #54575e;
  border-color: #54575e;
  background-color: #c545af;
}

input.error {
  border-bottom: 2px solid #db0080 !important;
}

select.error {
  border-bottom: 2px solid #db0080 !important;
}

label.error {
  display: none !important;
}

.demo input[type="checkbox"].error + label span {
  background: url(../img/check.png);
  background-size: cover;
}

.checkbox label,
.radio label,
label {
  font-size: 12px;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.loader {
  width: 45px;
  height: 45px;
  border: groove 14px #007bff;
  margin: 0 auto;
  border-radius: 100%;
  animation-name: turn;
  animation-duration: 1.5s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}

@keyframes turn {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(-360deg);
  }
}

.bajar {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -80px;
  -webkit-animation: logo_inicio 1s infinite alternate;
  -moz-animation: logo_inicio 1s infinite alternate;
  animation: logo_inicio 1s infinite alternate;
}
@keyframes logo_inicio {
  0% {
      top: -80px;
  }
  100% {
      top: -50px;
  }
}

.sube {
  animation-name: sube;
  animation-duration: 3.6s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.baja {
  animation-name: baja;
  animation-duration: 3.6s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes baja {
  from {
    margin-top: -10%;
  }
  to {
    margin-top: 15%;
  }
}

@keyframes sube {
  from {
    margin-top: 20%;
  }
  to {
    margin-top: -10%;
  }
}

.sube2 {
  animation-name: sube2;
  animation-duration: 3.6s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.baja2 {
  animation-name: baja2;
  animation-duration: 3.6s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes baja2 {
  from {
    margin-top: 0%;
  }
  to {
    margin-top: 30%;
  }
}

@keyframes sube2 {
  from {
    margin-top: 40%;
  }
  to {
    margin-top: 5%;
  }
}

.simpleParallax {
  width: 100%;
}

.thumbnail2.dos {
  height: 440px;
}

@media (min-width: 1488px) {
  @keyframes baja {
    from {
      margin-top: -20%;
    }
    to {
      margin-top: 6%;
    }
  }

  @keyframes sube {
    from {
      margin-top: 5%;
    }
    to {
      margin-top: -20%;
    }
  }

  @keyframes baja2 {
    from {
      margin-top: 0%;
    }
    to {
      margin-top: 25%;
    }
  }

  @keyframes sube2 {
    from {
      margin-top: 25%;
    }
    to {
      margin-top: 2%;
    }
  }
}

@media (min-width: 1201px) {
  .div_header {
    height: 428px;
  }
}

@media (max-width: 1200px) {
  .div_header {
    height: 480px;
  }
}

@media (max-width: 990px) {
  .div_header {
    height: auto;
  }
  .img-clientes {
    width: 80%;
  }
  .thumbnail2.uno {
    height: 220px;
  }
  @keyframes baja {
    from {
      margin-top: -10%;
    }
    to {
      margin-top: 25%;
    }
  }

  @keyframes sube {
    from {
      margin-top: 30%;
    }
    to {
      margin-top: -10%;
    }
  }
}

@media (max-width: 768px) {
  .img-clientes {
    width: 60%;
  }
  #particles-js {
    height: 380px;
  }
  .bg_form {
    background: none;
  }

  .thumbnail2.uno {
    height: 280px;
  }

  .thumbnail2.dos {
    height: 600px;
  }
}

@media (max-width: 668px) {
  #particles-js {
    left: 0;
    height: 300px;
  }
}

@media (max-width: 575px) {
  #particles-js {
    left: 0;
    height: 220px;
  }
  .thumbnail2.dos {
    height: 1200px;
  }
}

@media (max-width: 500px) {
  .thumbnail2.dos {
    height: 1080px;
  }
  .thumbnail2.uno {
    height: 350px;
  }
}
@media (max-width: 420px) {
  .thumbnail2.dos {
    height: 1020px;
  }
}
@media (max-width: 360px) {
}

.btn-outline.custom-file-control:before,
.btn.btn-outline {
  border: 1px solid currentColor;
  border-radius: 5px;
}

.alert {
  margin-bottom: unset;
}
