html {
  font-size: 15px; 
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-family: 'Montserrat', sans-serif; }

  /*-------------------------------------

ESTILOS HEADER

-------------------------------------*/
.header {
  z-index: 99999999999; }

#principal-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

#principal-menu ul a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #1BB0E6;
  font-weight: bold;
  text-decoration: none; }

#principal-menu ul a:hover {
  background-color: #1BB0E6;
  color: white;
  border-radius: 25px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }


#app-collapse {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; 
        }


.list{
  padding: 0;
   list-style: none;
  margin: 1rem 0 0 0; 
}

.list li a{
  transition: all .5s ease;
}

.list li a:hover{
  background-color: #1BB0E6;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 40px;
  /* -webkit-transition: all .5s ease; */
  transition: all .5s ease;
}


.list a{
  color: #1BB0E6;
  text-decoration: none;
}

.list li{
  padding: 1rem;
}

.list .user{
  color: white;
    background-color: #1BB0E6;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
}

.list .user:hover{

  background-color: #26D6C4;
  transition: all .5s ease;
  
}

/*-------------------------------------

ESTILOS welcome

-------------------------------------*/

.welcome {
  /* background: url("../images/Group 3.png");  */
  background-size: cover;
  height: 50vh; 
  background-color: #0b121a;
}

.solution-text{
  padding-top: 1rem; 
  font-size: 1.5rem; 
  color: white;
  background: url("../images/portada.png") no-repeat;
  background-size: cover;
  height: 50vh;
}

.solution-title{
  margin-top: 2rem;
  margin-left: 1rem;
}

.solution-title p{
  font-size: 20px;
}

.solution-title h1{
  margin-bottom: 1rem;
}

.registration-button{
  background-color: white; 
  font-weight: bold; 
  border-radius: 25px; 
  border: transparent; 
  padding: 1rem 2rem;
  color: #1BB0E6; 
  text-decoration: none;
  font-size: 15px;
}

.registration-button:hover{
  color: white;
  background-color: #1BB0E6;
  transition: .5s all ease;
}


.floating-exchange .card{
  width: 500px;
  background-color: #F2FBFF;
  color: #1BB0E6;
  border: none;
  border-radius: 25px;
  margin-bottom: 3rem;
  box-shadow: 3px 5px rgba(0, 0, 0, 0.03);
  z-index: 900;
}

.floating-exchange .card-body{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
}


.floating-exchange .registration-buttons{
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  margin-top: 2.5rem; 
  margin-bottom: 2.5rem;
}

.floating-exchange .register-button:hover{
  background-color: #1BB0E6;
  transition: all .5s ease;
}
/*-------------------------------------

ESTILOS exchange

-------------------------------------*/

.exchange .card{
  width: 500px;
  background-color: #F2FBFF;
  color: #1BB0E6;
  border: none;
  border-radius: 25px;
  margin-bottom: 3rem;
  box-shadow: 3px 5px rgba(0, 0, 0, 0.03);
}

.exchange .card-body{
  display: flex; 
  flex-direction: column; 
  justify-content: center; 
  align-items: center;
}


.registration-buttons{
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  margin-top: 2.5rem; 
  margin-bottom: 2.5rem;
}


 /*-------------------------------------

ESTILOS Download app

-------------------------------------*/

.app-store{
  margin-left: 1rem;
  margin-right: 1rem;
}

  /*-------------------------------------

ESTILOS Registration

-------------------------------------*/
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  position: relative;
  z-index: 9999; }

.wrapperB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent; }

.acount-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.amount-input {
  height: 54px;
  background: transparent;
  border: 1px solid #1BB0E6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100px; }

.amount-input:focus-visible {
  border: 0px !important;
  border-color: red; }

.select_wrap {
  margin: 15px auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.select_wrap .default_option {
  background: transparent;
  width: 190px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding-left: 0px;
  margin-bottom: 0px; }

.select_wrap .default_option li {
  height: 54px;
  padding: 10px 20px;
  border: 1px #1BB0E6 solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #1BB0E6 #1BB0E6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 190px;
  background: #F2FBFF;
  border-radius: 5px;
  display: none;
  padding-left: 0; }

.select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
  width: 190px; }

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.select_wrap .select_ul li:hover {
  background: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.select_wrap .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.select_wrap .option .icon {
  background: url("../images/iconos.png") no-repeat 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 15px; }

.select_wrap .option.usd .icon {
  background-position: 0 0; }

.select_wrap .option.bs .icon {
  background-position: 0 -35px;
  background: url("../images/iconos.png") no-repeat 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 15px; }

.select_wrap.active .select_ul {
  display: block; }

.select_wrap.active .default_option:before {
  top: 25px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg); }

.select_wrapB {
  margin: 15px auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.select_wrapB .default_optionB {
  background: transparent;
  width: 190px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding-left: 0px;
  margin-bottom: 0px; }

.select_wrapB .default_optionB li {
  height: 54px;
  padding: 10px 20px;
  border: 1px #1BB0E6 solid;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.select_wrapB .default_optionB:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #1BB0E6 #1BB0E6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.select_wrapB .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 190px;
  background: #F2FBFF;
  border-radius: 5px;
  display: none;
  padding-left: 0; }

.select_wrapB .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
  width: 190px; }

.select_wrapB .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.select_wrapB .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.select_wrapB .select_ul li:hover {
  background: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.select_wrapB .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.select_wrapB .option .icon {
  background: url("../images/iconos.png") no-repeat 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 15px; }

.select_wrapB .option.usd .icon {
  background-position: 0 0; }

.select_wrapB .option.bs .icon {
  background-position: 0 -35px;
  background: url("../images/iconos.png") no-repeat 0 0;
  background-size: cover;
  width: 32px;
  height: 32px;
  margin-right: 15px; }

.select_wrapB.active .select_ul {
  display: block; }

.select_wrap.active .default_optionB:before {
  top: 25px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg); }

.registration-buttons .have-account-button {
  color: #1BB0E6;
  text-decoration: none;
  font-weight: bold; }

.registration-buttons .register-button {
  margin-top: .5;
  background: #26D6C4;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
    /*-------------------------------------

ESTILOS Benefits 

-------------------------------------*/ }

.benefits-cards{
  animation-delay: .5s;
}

.benefits-cards .card {
  background-color: #1BB0E6;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 200px;
  max-width: 400px;
  border: transparent;
  border-radius: 44px;
  padding: 25px;
  margin-bottom: 2rem; }

.see-more-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem; }

.see-more-benefits .see-more-benefits-button {
  margin-top: .5;
  background: #1BB0E6;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

/*-------------------------------------

ESTILOS How to send 

-------------------------------------*/
.how-to-send-title {
  margin-top: 2rem;
  color: #1BB0E6;
  text-align: center;
  font-weight: bold; }

  .how-to-send-title h5{
    font-weight: bold;
  }

.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem; }

.pc-button {
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  color: #1BB0E6;
  padding: 0 .5rem; }

#pc-collapse ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
  display: block;
  margin-left: 1rem; }

#pc-collapse ul li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#pc-collapse ul li div {
  width: 20px;
  margin-right: 1rem; }

.online-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.online-dropdown p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  margin-right: 1.5rem; }

.send-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem; }

.send-now .send-now-button {
  margin-top: .5;
  background: #101E27;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4rem; }

.app-button {
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  color: #1BB0E6;
  padding: 0 .5rem; }

#app-collapse ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
  display: block;
  margin-left: 1rem; }

#app-collapse ul li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#app-collapse ul li div {
  width: 20px;
  margin-right: 1rem; }

.app-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.app-dropdown p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  margin-right: 1.5rem; }


  .pc-show ul {
    padding: 0;
    list-style: none;
    margin: 1rem 0 0 0;
    display: block;
    margin-left: 1rem; }
  
  .pc-show ul li {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .pc-show ul li div {
    width: 20px;
    margin-right: 1rem; }

  
  .online-description{
    height: 500px;
  }

  .app-description{
    height: 700px;
  }

  .app-description .scan{
    text-align: center;
    margin-top: 1rem;
  }

  .qr{
    display: flex;
    justify-content: center;
  }

/*-------------------------------------

ESTILOS Finantial Bridge

-------------------------------------*/
.bridge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
  text-align: center;
  margin-bottom: 3rem; }

.bridge p {
  font-size: 20px;
  font-weight: bold; }

.bridge-image img {
  width: 100%; }


.bridge-image-pc img{
  width: 100%;
  height: 100%;
}

.modalities-pc .title{
  margin-top: 1rem;
    font-size: 20px;
    font-weight: bold;
}

.modalities-pc ul{
  padding: 0;
    list-style: none;
    margin: 1rem 0 0 0;
    display: block;
    margin-left: 1rem;
}

.modalities-pc ul li{
  display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.modalities-pc ul li img{
  width: 50px;
}

.modalities-pc ul li i{
  margin-left: 1.5rem;
    margin-right: 1.5rem;
}







/*-------------------------------------

ESTILOS Send Modalities

-------------------------------------*/
.send-modalities {
  background-color: #101E27;
  color: white; }

.modalities-button {
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  color: white;
  padding: 0 .5rem; }

#modalities-collapse ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
  display: block;
  margin-left: 1rem; }

#modalities-collapse ul li {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#modalities-collapse ul li i {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  color: #1BB0E6; }

.modalities-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.modalities-dropdown p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  margin-right: 1.5rem;
  width: 250px; }

#modalities-collapse img {
  width: 50px; }

.modalities-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem; }

.modalities-send .modalities-send-button {
  margin-top: 1rem;
  background: #1BB0E6;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

/*-------------------------------------

ESTILOS Send Modalities

-------------------------------------*/
.questions-button {
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  color: #1BB0E6;
  padding: 0 .5rem; }

#questions-collapse ul {
  padding: 0;
  list-style: none;
  margin: 1rem 0 0 0;
  display: block;
  margin-left: 1rem; }

#questions-collapse ul li {
  border-top: 1px #1BB0E6 solid;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem; }

#questions-collapse ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#questions-collapse ul li i {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  color: #1BB0E6; 
}

  #questions-collapse .steps-to-send li{
    padding: 0;
    border-top: none;
    font-weight: bold;
  }

.questions-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }

  .questions-dropdown .questions-title{
      margin-bottom: 0;
      font-size: 25px;
      font-weight: bold;
      margin-right: 1.5rem;
      color: #1BB0E6;
      width: 250px;
  }

.questions-title-pc {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
  margin-right: 1.5rem;
  color: #1BB0E6;
   }

#questions-collapse img {
  width: 50px; }

.more-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem; }

.more-questions .more-questions-button {
  margin-top: 1rem;
  background: #1BB0E6;
  color: white;
  border-radius: 30px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px; }

  .questions-pc ul {
    padding: 0;
    list-style: none;
    margin: 1rem 0 0 0;
    display: block;
    margin-left: 1rem; }
  
    .questions-pc ul li {
    border-top: 1px #1BB0E6 solid;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 2rem;
    padding-bottom: 2rem; }

    .questions-pc .steps-to-send li{
      padding: 0;
      border-top: none;
      font-weight: bold;
      font-size: 20px;
    }

    .questions-pc .pay-methods li{
      padding: 0;
      border-top: none;
      font-weight: bold;
      font-size: 20px;
    }
  
    .questions-pc ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
            font-size: 20px;
          }
  
  .questions-pc ul li i {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    color: #1BB0E6; }
  
  
    .questions-pc img {
    width: 50px; }
  
  .more-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2rem; }
  
  .more-questions .more-questions-button {
    margin-top: 1rem;
    background: #1BB0E6;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }

/*# sourceMappingURL=estilos.css.map */

/*-------------------------------------

ESTILOS footer

-------------------------------------*/

.footer{
  background-color: #101E27;
  color: #6FCFF7;
}

.social-networks{
  font-size: 25px;
  padding-top: 2rem;
}

.instagram{
  margin-left: 2rem;
  margin-right: 1rem;
}

.information{
  border-left: 4px #6FCFF7 solid;
  margin-top: 2rem;
}

.information p{
  margin-bottom: .5rem;
}

.information a{
  color: #6FCFF7;
  text-decoration: none;
  margin-bottom: 0.3rem;
}

.contact{
  display: flex;
    flex-direction: column;
}

.use-and-terms{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.use-and-terms a{
  color: #6FCFF7;
  text-decoration: none;
}

.copyright{
  padding-bottom: 2rem;
}


/*-------------------------------------

ESTILOS pagina interna questions

-------------------------------------*/


.answers-questions-title-pc{
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
  margin-right: 1.5rem;
  color: #1BB0E6;
  margin-top: 8rem;
  text-align: center;
}

.answers-questions{
  margin-bottom: 5rem;
}

.questions-pc .last{
  border-bottom: #1BB0E6 1px solid;
}

/*-------------------------------------

ESTILOS pagina interna sending

-------------------------------------*/

.sending-benefits .title{
  text-align: center;
  margin-top: 9rem;
}



.sending-benefits .image-card {
  background-color: #1BB0E6;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 200px;
  max-width: 400px;
  border: transparent;
  border-radius: 44px;
  padding: 25px;
  margin-bottom: 2rem; }

  .sending-benefits .image-card-b{
    background-color: #1BB0E6;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 200px;
  max-width: 400px;
  border: transparent;
  border-radius: 44px;
  padding: 25px;
  margin-bottom: 2rem;
  }

  .benefits-content-i{
    margin-top: 3rem;
  }

  .description-card{
    background-color: #F2FBFF;
    border: none;
    border-radius: 25px;
    margin-bottom: 3rem;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    max-width: 700px;
  }

  .description-card-b{
    background-color: white;
    border: none;
    border-radius: 25px;
    margin-bottom: 3rem;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    max-width: 700px;
  }

  .benefit-title{
    color: #1BB0E6;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }

  .benefit-description{
    padding: 1rem;
    font-weight: bold;
    text-align: center;
  }

  .dont-wait-title{
    font-size: 25px;
    font-weight: bold;
  }

  .dont-wait{
    margin-bottom: 3rem;
  }

  @media(min-width:992px){

    .benefits-content{
      background-color: #F2FBFF;
      padding-top: 1rem;
    }

    .description-card{
      margin-left: 2rem;
      box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.03);
    }

    .benefit-title{
      text-align: start;
    }

    .benefit-description{
      text-align: start;
    }

    .image-card-b{
      margin-left: 2rem;
      order: 1;
    }


    .benefit-b{
      margin-top: 1rem;
    }


  }

  /*-------------------------------------

ESTILOS pagina interna nosotros

-------------------------------------*/

.who-we-are{
  margin-top: 8rem;
}

.who-we-are-title{
  margin-bottom: 1.5rem;
}

.who-we-are-description{
  background-color: #F2FBFF;
  font-weight: bold;
}

.who-we-are-description .text{
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.who-we-are-img {
  background-color: #F2FBFF;
}

.who-we-are-img img{
  width: 100%;
}

.our-team-description-card{
  background-color: #101E27;
  color: white;
  border: none;
  border-radius: 25px;
  margin-bottom: 3rem;
  box-shadow: 3px 5px rgba(0, 0, 0, 0.03);
  padding: 2rem;
  max-width: 700px;
}

.our-team-title{
  color: #1BB0E6;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding-left: 1rem;
}

.our-values-title{
  color: #1BB0E6;
  font-weight: bold;
}

.our-values-description-card{
  background-color: #F2FBFF;
  border: none;
  border-radius: 25px;
  margin-bottom: 3rem;
  box-shadow: 3px 5px rgba(0, 0, 0, 0.03);
  padding: 2rem;
  max-width: 700px;
}

.our-values-card-title{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 1rem;
}

.our-values-card-title .title{
  margin-top: 1rem;
  font-weight: bold;
}

@media(min-width:992px){

  .our-values-card-title{
    justify-content: flex-start;
    flex-direction: row;
    padding-left: 1rem;
  }  

  .our-values-card-title .title{
    margin-left: 1rem;
  }

  .our-values-end{
    margin-bottom: 3rem;
  }

}

/*-------------------------------------

ESTILOS welcome mediaquery

-------------------------------------*/


 @media(min-width:992px){

  .solution-text{
    background: url("../images/portada-non-mobile.png") no-repeat;
  }

  .solution-title{
    margin-top: 0;
    margin-left: 3rem;
  }

  .floating{
    position: relative;
  }

  .floating-exchange{
    height: 300px;
  }
  
  .floating-exchange .card{
    position: absolute;
    right: 5%;
    bottom: 0%;
  }

  .floating-exchange-benefits{
    position: absolute;
    bottom: 18%;
    left: 4%
  }

  .floating-exchange-benefits i{
    color: #1BB0E6;
  }

  .floating-exchange-benefits li{
    display: flex;
    flex-direction: row;
  }

  .floating-exchange-benefits li div{
    width: 30px;
  }

  .floating-exchange-benefits ul{
    padding-left: 0;
  }



  .exchange-benefits-title{
    color: white;
    font-size: 18px;
  }

  .floating-exchange .card input{
    width: 200px;
  }

  .floating-exchange .card .registration-buttons{
    flex-direction: row;
    margin-top: 0;
    justify-content: center;
  }

  .floating-exchange .card .register-button{
    margin-left: 1rem;
  }



}

@media(min-width: 1600px){

  .solution-text{
    width: 66.66666667%;
  }

  .floating{
    width: 66.66666667%;
  }

  .solution-title{
    margin-top: 4rem;
    margin-left: 3rem;
  }


}
/*-------------------------------------

ESTILOS exchange mediaquery

-------------------------------------*/

/* @media(min-width:1024px){

  .exchange{
    min-height: 300px;
  }

  .exchange .card{
    width: 547px;
    background-color: #F2FBFF;
    color: #1BB0E6;
    border: none;
    border-radius: 25px;
    margin-bottom: 3rem;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.03);
    position: absolute;
    height: 365px;
    top: calc(100% - 280px);
    left: calc(100% - 450px);
  }

  .registration-buttons{
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
  }

  .register-button{
    margin-left: 1rem;
  }

}  */