@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');
/* 
    font-family: 'Poppins', sans-serif; 
*/



h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #1B294A;
    font-family: 'Poppins', sans-serif !important; 
}

.upper {
    text-transform: uppercase !important;
}

.header-section,
.header-section.active {
    background: #1B294A !important;
    top: 0;
    box-shadow: 0px 20px 40px 0px #1b294a87;
}

.float-ease {
  animation: float 2s infinite ease;
}

.float-ease-in {
  animation: float 2s infinite ease-in;
}

.float-ease-in-out {
  animation: float 2s infinite ease-in-out;
}

.float-ease-out {
  animation: float 2s infinite ease-out;
}
  
.slide-top {
	-webkit-animation: slide-top 3s ease-out infinite alternate both;
	        animation: slide-top 3s ease-out infinite alternate both;
}


 @-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  @keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100px);
              transform: translateY(-100px);
    }
  }
  
.scale-up-bottom {
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
          animation: scale-up-bottom 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


 @-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}



  .header-section .header-wrapper .header-button {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 34px;
    color: #ffffff;
    border: 1px solid #FF5722 !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-left: 22px;
}

.ban-next {
  display: block;
  position: relative;
  clear: both;
  left: -122px;
  top: 70px;
}

.naranja {
  color: #ff6200 !important;
}



.bullVideo li {
  text-shadow: 1px 1px 1px #ffffff !important;
}

.bullVideo li i{
  color: #ff9800;
}

.spacer100 {
  clear: both;
  min-width: 100px;
}

.sectionNombre p {
  text-transform: uppercase;
  letter-spacing: 17px;
  color: #1b294a4a;
  font-weight: 600;
}

.exclusive-item .exclusive-content .title {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  /* text-transform: capitalize; */
  /* line-height: 28px; */
}

.section-Ancho {
  padding-bottom: 100px;
  text-align: center !important;
}

#menu-center {

}
#menu-center ul {
  margin: 15px 0 0 0;
}
#menu-center ul li {

}
#menu-center .active {

  color: #fff;
  background: #ff6200;

}

#menu-center a:hover {

  color: #fff;
  background: #ff6200;

}
.logoFooter  {
  max-width: 300px;
  padding-bottom: 50px;
  text-align: center;
  margin: 0 auto;
}
.logoFooter img {
  max-width: 300px;
  padding-bottom: 50px;

}

.datosFooter {

}

.datosFooter li,
.datosFooter h5{
  margin-bottom: 20px;

}

.datosFooter i {
  color: #ff6200 !important;
  padding-right: 20px;
}


.help-item .help-thumb {
  width: 80px;
  font-size: 50px;
  padding-left: 10px;
  color: #ff6200 !important;
}
.help-item .help-content .title {
  margin-bottom: 5px !important;
}

.help-item:hover {

  box-shadow: 0px 5px 20px 2px rgb(82 155 227 / 38%);
 
}

.text-right {
  text-align: right !important;
}

.justify {
  text-align: justify;
}

.pricing-content p {
  font-size: 14px !important;
}
.colIzq, .colDer h5, .colDer h2 {
  color: #fff;
}

.colDer, .colDer h5 {
  color: #fff;
}

.blanco {
  color: #fff;
}

. {
  border: 1px solid rgba(59, 54, 140, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f6f6fa;
  padding: 0 30px;
  height: 60px;
}

select {
  color: #3b368c !important;
  vertical-align: middle;
  background: #f6f6fa;
  border: 1px solid #ebebf3;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-form .form-group .form-check label {
  color: #1A237E !important;
}

.contact-form p {
  color: #1A237E !important;
  font-size: 14px;
  text-align: center;
}

.toptop {
  margin-top: -180px;
}

.cl-white *::placeholder {
  color: #6c757d !important;
}

.cajaShadow {
  box-shadow: 0px 13px 50px #1544863d !important;
}

.cajaDatos {
  padding: 30px;
  border: 1px solid #acacf4;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;  
}

.cajaDatos h4 {
  margin-bottom: 0 !important;
}

.cajaDatos h5 span{
  color: #ff6200 !important;
  font-weight: 500;
}

.cajaDatos .icon{
  display: block;
  clear: both;
  float: left;
  min-height: 100px;
}

.icon i {
  font-size: 50px;
  padding-right: 20px;
  color: #ff6200;
  vertical-align: middle;
}

.bordeBajo{
  border-bottom: 30px solid #ff6200;
}

.bancos {

}

.bancos p {
  padding: 0px 0 0 50px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bancos p span {
  font-weight: bold;
  color: #ff6200;
}

