@font-face {
  font-family: 'poppins';
  src: url("../font/poppins-regular-webfont.woff") format("woff2"), url("../font/poppins-regular-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'poppins-bold';
  src: url("../font/poppins-extrabold-webfont.woff") format("woff2"), url("../font/poppins-extrabold-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'poppins';
  color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'poppins-bold';
  text-transform: uppercase;
  color: #4d4d4d;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #058b8a;
}

.btn-link {
  display: inline-block;
  color: #4d4d4d;
  border: 2px solid #058b8a;
  border-radius: 35px;
  padding: 10px 25px 7.5px;
  line-height: .8em;
}

.btn-link:hover {
  background: #058b8a;
  color: #ffffff;
}

.item-effect {
  display: block;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  cursor: pointer;
}

.item-effect:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner h1 {
  font-size: 3em;
}

.banner h2 {
  font-size: 3em;
}

.banner h3 {
  font-size: 2.5em;
}

header .navbar {
  padding: 35px 0;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}

header #menu-impulsa.is-sticky {
  padding: 15px 0;
}

header .navbar-light .navbar-nav .nav-item .dropdown-menu {
  width: 55rem;
  left: -200% !important;
}

header .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  white-space: normal;
}

header .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item strong {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}

header .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item strong:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 15px;
  background: url(../img/menu.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

header .navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item p {
  padding-left: 15px;
  font-size: .9em;
}

header .navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  margin: 0 25px;
  font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link:hover {
  color: #058b8a;
  font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link.active {
  color: #058b8a;
  font-weight: bold;
}

header .navbar-light .navbar-nav .nav-link.current {
  color: #ffffff;
  background: #058b8a;
  border-radius: 35px;
  padding: 10px 35px 7.5px;
  line-height: 1em;
}

.wrapper {
  margin-top: 112px;
}

.wrapper section {
  padding: 100px 0;
}

.wrapper section #v-pills-tab .nav-link {
  text-align: left;
  font-size: 1.2em;
  padding: .25rem 1rem;
}

.wrapper section #v-pills-tab .nav-link.active {
  position: relative;
  background: transparent;
  color: #058b8a;
  font-weight: bold;
}

.wrapper section #v-pills-tab .nav-link.active:before {
  content: '>';
  position: absolute;
  color: #058b8a;
  width: 35px;
  height: 35px;
  top: 10px;
  right: 0;
}

.wrapper #caracteristicas h3 {
  font-size: 3em;
}

.wrapper #caracteristicas .accordion-button:not(.collapsed) {
  color: #058b8a;
  background: transparent;
}

.wrapper #lo_hace {
  background: url(../img/fondo_3.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper #lo_hace h3 {
  font-size: 3em;
  margin-bottom: 35px;
}

.wrapper #lo_hace ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrapper #lo_hace ul li {
  position: relative;
  font-size: 1.3em;
  padding-left: 50px;
  margin-bottom: 15px;
}

.wrapper #lo_hace ul li:before {
  content: '';
  position: absolute;
  background: url(../img/icon_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
}

.wrapper #lo_hace ul li:nth-child(2):before {
  background: url(../img/icon_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper #lo_hace ul li:nth-child(3):before {
  background: url(../img/icon_3.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper #lo_hace ul li:nth-child(4):before {
  background: url(../img/icon_4.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper #lo_hace ul li:nth-child(5):before {
  background: url(../img/icon_5.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper #information h3 {
  margin: 0;
  font-size: 3em;
}

.wrapper #information .bajada {
  font-size: 2em;
}

.wrapper #information .item-card img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.wrapper #information .item-card p {
  font-size: 1.2em;
  font-weight: bold;
}

.wrapper #clientes {
  min-height: 720px;
}

.wrapper #clientes h3 {
  font-size: 3em;
  margin-bottom: 0;
}

.wrapper #clientes .bajada {
  font-size: 2em;
}

.wrapper #clientes .img-la {
  width: 30%;
}

.wrapper .carousel-indicators {
  bottom: -5em;
}

.wrapper .carousel-indicators [data-bs-target] {
  width: 25px;
  height: 25px;
  background-color: #058b8a;
  border-radius: 100%;
}

.wrapper #footer {
  position: relative;
  background: url(../img/footer.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 250px 0;
}

.wrapper #footer h3 {
  font-size: 2.5em;
  margin: 0;
}

.wrapper #footer .bajada {
  font-size: 2em;
}

.wrapper #footer a {
  font-size: 1.5em;
  text-transform: uppercase;
}

.wrapper #footer.especial {
  position: relative;
  background: url(../img/contacto/footer.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 250px 0;
}

.wrapper .formato h3 {
  font-size: 3em;
}

.wrapper .formato p {
  font-size: 1.2em;
}

footer {
  background-color: #058b8a;
  padding: 70px 0;
}

footer strong {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #a9d7d7;
}

footer ul li:before {
  content: '>';
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  opacity: .7;
}

footer ul li:hover:before {
  opacity: 1;
}

footer ul li a {
  color: #ffffff;
  opacity: .7;
}

footer ul li a:hover {
  color: #ffffff;
  opacity: 1;
}

footer .img-50 {
  width: 60%;
  margin: 25px 0;
}

/*contacto*/
.heading h2 {
  font-size: 3em;
  margin: 0;
}

.heading .bajada {
  font-size: 2em;
  margin-bottom: 35px;
}

#form_impulsa input {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #4d4d4d;
}

#form_impulsa select {
  width: 100%;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid #4d4d4d;
}

#form_impulsa textarea {
  width: 100%;
  padding: 15px;
  margin-bottom: 35px;
  border: none;
  border-bottom: 1px solid #4d4d4d;
}

#form_impulsa input#submit {
  border: 2px solid #058b8a;
  border-radius: 35px;
  background: transparent;
  color: #4d4d4d;
  font-weight: bold;
  width: 40%;
  margin: 0 auto;
  display: block;
  padding: 10px 25px 7.5px;
  margin-bottom: 15px;
  line-height: 1em;
}

#form_impulsa input#submit:hover {
  opacity: .8;
  border: 2px solid #058b8a;
  color: #ffffff;
  background: #058b8a;
}

.cita span {
  font-family: 'poppinsextrabold';
  font-size: 1.8em;
  line-height: 1em;
  color: #333333;
}

.avatar {
  margin: 2em 0;
}

.avatar .name {
  padding: 1.2em 0;
}

.avatar .name p {
  font-size: 1.5em;
}

.informacion .items {
  margin-bottom: 35px;
  font-size: 1.2em;
}

.informacion .items strong {
  font-family: 'poppins-bold';
  position: relative;
}

.informacion .items strong:before {
  font-family: 'poppins';
  content: '>';
  position: absolute;
  font-weight: normal;
  top: -3px;
  left: -15px;
}

.informacion .items p {
  position: relative;
  margin: 0;
}

.informacion .items a {
  color: #4d4d4d;
}

.informacion .items a:hover {
  color: #058b8a;
}

.informacion .items ul {
  padding: 0;
}

.informacion .items ul li {
  display: inline-block;
}

.informacion .items ul li img {
  width: 35px;
}

.border-right {
  position: relative;
}

.border-right:before {
  content: '';
  position: absolute;
  background: #4d4d4d;
  right: 0;
  top: 0vh;
  width: 1px;
  height: 80vh;
}

.maps {
  border-radius: 0;
  width: 100%;
  left: 0;
  top: 0;
  position: relative;
  height: 350px;
}

/*precio*/
#principal {
  position: relative;
}

#principal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: url(../img/precio/fondo1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#principal:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 400px;
  background: url(../img/precio/fondo2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.box-planes a {
  cursor: pointer;
}

.box-planes a.active {
  background: #058b8a;
  color: #ffffff;
}

.newplan {
  display: block;
  border-radius: 35px;
  min-height: 1215px;
  box-shadow: 1px 1px 10px #ccc;
}

#inicia.newplan  h2 {
  font-family: 'poppins';
  color: #fbb03b;
  font-size: 2em;
  margin-bottom: 0;
}

.newplan .bajada {
  padding: 15px;
  margin-bottom: 35px;
}

.newplan .bajada .text-center{
  border-bottom: 1px solid #ccc;
}

.newplan .bajada h3 {
  color: #4d4d4d;
  font-size: 2.5em;
  margin: 0;
}

.newplan .bajada p {
  line-height: 1.5em;
  margin: 0;
}

.newplan .bajada a {
  display: inline-block;
  margin: 35px auto;
}

.newplan .content {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 0 0 35px 35px;
}

.newplan .content h4 {
  font-family: 'poppins';
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
}

.newplan .content ul {
  list-style: none;
  padding-left: 0;
}

.newplan .content ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}

.newplan .content ul li i{
  position: absolute;
  top: -3px;
  left: 0;
}

.newplan .content ul li span {
  display: inline-block;
  width: 95%;
  padding-right: 3em;
}

.newplan .content ul li a {
  cursor: pointer;
  white-space: nowrap;
}

.newplan .content ul li a[data-bs-toggle] {
  position: absolute;
}

#crece .head {
  background: #29abe2;
}
#crece.newplan  h2 {
  font-family: 'poppins';
  color: #29abe2;
  font-size: 2em;
  margin-bottom: 0;
}
#inicia.newplan .bajada h3{
  margin-top: 10px;
  color: #fe802c;
}
#crece.newplan .bajada h3{
  margin-top: 10px;
  color: #0f0064;
}
#inicia.newplan .bajada a{
  background: #fbb03b;
  border-color: #fbb03b;
  color: #fff;
}
#crece.newplan .bajada a{
  background: #29abe2;
  border-color: #29abe2;
  color: #fff;
}
#inicia.newplan .content ul li i{
  color: #fbb03b;
  font-size: 16px;
  font-weight: bold;
}
#crece.newplan .content ul li i{
  color: #29abe2;
  font-size: 16px;
  font-weight: bold;
}

/*complementos*/
#complementos.newplan .content{
  padding: 15px 35px;
}
#complementos.newplan  h2 {
  font-family: 'poppins';
  color: #ff7964;
  font-size: 2em;
  margin-bottom: 15px;
}
#complementos.newplan i{
  color: #ff7964;
  font-size: 16px;
  font-weight: bold;
}
.newplan .items {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
}
.newplan .items span.price {
    display: inline-block;
    font-family: 'poppins-bold';
    color: #ff3b82;
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 5px;
}
.btnsolicitar a.btn-link {
    background: #ff7964;
    border-color: #ff7964;
    color: white;
}
#whatssap {
    background: url(../img/precio/Precios-Impulsa-suite-05.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
}
#marketing {
    background: url(../img/precio/Precios-Impulsa-suite-06.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
}
#intranet {
    background: url(../img/precio/Precios-Impulsa-suite-04.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
}
#onboarding {
    background: url(../img/precio/Precios-Impulsa-suite-07.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 25%;
}
/*fin de complementos*/
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

#caracteristicas .bg-grey {
  background: #4d4d4d;
  color: #ffffff;
  border-radius: 35px  0 0;
  font-weight: bold;
}

#caracteristicas .bg-yellow {
  background: #fbb03b;
  color: #ffffff;
  border-radius: 0 0 0 0;
  font-weight: bold;
}

#caracteristicas .bg-blue {
  background: #29abe2;
  color: #ffffff;
  border-radius: 0 35px 0 0;
  font-weight: bold;
}

#caracteristicas .button-link {
  border: 1px solid #058b8a;
  border-radius: 35px !important;
  width: 35%;
  margin: 0 auto;
}

#caracteristicas #accordionCaracteristicas #collapseOne {
  padding: 35px;
  border: none;
}

#caracteristicas #accordionCaracteristicas #collapseOne .accordion-button.collapsed {
  border: none;
  background: #ccc;
  border-radius: 0 !important;
}

#caracteristicas #accordionCaracteristicas #collapseOne .accordion-button:not(.collapsed) {
  color: #4d4d4d;
  background-color: #cccccc;
  font-weight: bold;
  border-radius: 0;
}

#caracteristicas #accordionCaracteristicas .multi-collapse .card-body .row {
  border-bottom: 1px solid #cccccc;
}

#caracteristicas #accordionCaracteristicas .accordion-button:not(.collapsed):after {
  background-image: url(../img/precio/flecha.svg) !important;
}

#ademas {
  position: relative;
}

#ademas:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/precio/fondo_ademas.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

#ademas ul {
  list-style: none;
}

#ademas ul li {
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 25px;
  font-size: 1.2em;
}

#ademas ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 40px;
  background: url(../img/precio/ademas1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#ademas ul li:nth-child(2):before {
  background: url(../img/precio/ademas2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#ademas ul li:nth-child(3):before {
  background: url(../img/precio/ademas3.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#ademas ul li:nth-child(4):before {
  background: url(../img/precio/ademas4.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#ademas ul li:nth-child(5):before {
  background: url(../img/precio/ademas5.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#ademas ul li:nth-child(6):before {
  background: url(../img/precio/ademas6.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#ademas ul li:nth-child(7):before {
  background: url(../img/precio/ademas7.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#fq .accordion .accordion-collapse {
  border: none;
}

#fq .accordion-button {
  border: none;
  border-bottom: 1px solid #4d4d4d;
  font-size: .6em;
  background: transparent;
}

#fq .accordion-button:not(.collapsed) {
  background: transparent;
  color: #058b8a;
  border: none;
  border-bottom: 1px solid #4d4d4d;
}

#fq .accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

#onboarding .bg-grey {
  background: #4d4d4d;
  color: #ffffff;
  font-weight: bold;
}

#onboarding .bg-grey:nth-child(2) {
  border-radius: 35px 0 0 0;
}

#onboarding .bg-grey:nth-child(3) {
  border-radius: 0 35px 0 0;
}

#onboarding .content-body .row .p-3 {
  border: 1px solid #4d4d4d;
}

#onboarding .content-body .row .col-md-2.p-3 {
  border: none;
  border-right: 1px solid #4d4d4d;
}

#onboarding .content-body .row .bg-plomo {
  background: #ddd;
}

#onboarding .content-body .row:last-child .col-md-2.p-3 {
  border-bottom: 1px solid #4d4d4d;
}

#onboarding .content-body .row:last-child .col-md-2.p-3:last-child {
  border-radius: 0 0 35px 0;
}

#testimonio {
  background: url(../img/precio/testimonio.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#testimonio .img-fluid {
  margin-bottom: 35px;
}

.modal .modal-content {
  position: relative;
}

.modal .modal-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: url(../img/modal-3.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.modal .modal-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 132px;
  background: url(../img/modal-4.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.modal .modal-header {
  border-bottom: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.modal .img-fluid {
  margin: 15px auto 25px;
  display: block;
}

.modal #form_impulsa {
  padding: 15px 125px;
}

/*nosotros*/
.nosotros h3 {
  font-size: 3em;
}

.nosotros .nav-tabs {
  border-bottom: none;
}

.nosotros .nav-tabs .nav-item {
  margin-right: 35px;
}

.nosotros .nav-tabs .nav-item .nav-link {
  font-family: 'poppins-bold';
  font-size: 1.5em;
  color: #b3b3b3;
  border: none !important;
  padding: 0;
}

.nosotros .nav-tabs .nav-item .nav-link.active {
  color: #495057;
  border-bottom: 5px solid #495057 !important;
}

.nosotros .items {
  text-align: center;
}

.nosotros .items .somos {
  display: block;
  width: 75%;
  margin: 0 auto 35px;
}

/*TOS*/
.tos h3 {
  font-size: 2em;
}

/*Intranet*/
#intranet h3 {
  font-size: 3em;
  margin-bottom: 35px;
}

#intranet ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#intranet ul li {
  position: relative;
  font-size: 1.3em;
  padding-left: 50px;
  margin-bottom: 15px;
}

#intranet ul li:before {
  content: '';
  position: absolute;
  background: url(../img/icon_1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
}

#intranet ul li:nth-child(2):before {
  background: url(../img/icon_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#intranet ul li:nth-child(3):before {
  background: url(../img/icon_3.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#intranet ul li:nth-child(4):before {
  background: url(../img/icon_4.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

#intranet ul li:nth-child(5):before {
  background: url(../img/icon_5.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

/*precios*/
#precios h3 {
  font-size: 3em;
  margin-bottom: 35px;
}
#precios .precio {
    position: relative;
    width: 75%;
    margin: 0 auto;
    padding: 35px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 35px;
}
#precios .precio:before {
    content: '';
    position: absolute;
    left: 0;
    top: -45px;
    width: 40%;
    height: 250px;
    background: rgb(53 120 170 / 50%);
    border-radius: 35px;
    z-index: -1;
}
#precios .precio h4 {
    font-size: 28px;
    text-align: center;
    color: #3578aa;
}
#precios .precio p{
    text-align: center;
}
.desktop {
  display: block;
}

.mobile {
  display: none;
}
.whatsapp img {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}
.whatsapp img:hover {
    transform: scale(1.1);
    opacity: .8;
}
.caracteristica img {
    display: block;
    width: 80%;
    margin: 35px auto;
}
.grecaptcha-badge {
    visibility: hidden;
}
/*Testimonios news impulsa*/
#information {
    background: #f3f3f3;
    padding: 100px 0 150px;
}
.wrapper #information .bajada {
    margin-bottom: 50px;
}
.items-testimonials {
    margin-bottom: 35px;
}
#information .testimonial {
    position: relative;
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 15px;
}
#information .testimonial:before {
    content: "";
    position: absolute;
    left: 40px;
    margin-left: 0;
    bottom: -20px;
    transform: rotate(-90deg);
    border: 10px solid #fff;
    border-color: transparent #ffffff transparent transparent;
}
#information .testimonial p {
    font-size: 16px;
}
#information .testimonial a {
    color: #058b8a;
}
#information .media {
    position: relative;
    padding: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
#information .media > img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    border: 2px solid #fff;
    margin: 0 15px;
}
#information .media.chile:before {
    content: '';
    position: absolute;
    background: url(../img/testimonios/flags/chile.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    left: 65px;
    bottom: -5px;
}
#information .media.peru:before {
    content: '';
    position: absolute;
    background: url(../img/testimonios/flags/peru.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    left: 65px;
    bottom: -5px;
}
#information .media.colombia:before {
    content: '';
    position: absolute;
    background: url(../img/testimonios/flags/colombia.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    left: 65px;
    bottom: -5px;
}
#information .media.mexico:before {
    content: '';
    position: absolute;
    background: url(../img/testimonios/flags/mexico.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    left: 65px;
    bottom: -5px;
}
#information .media.panama:before {
    content: '';
    position: absolute;
    background: url(../img/testimonios/flags/panama.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    left: 65px;
    bottom: -5px;
}
#information .media.guatemala:before {
    content: '';
    position: absolute;
    background: url(../img/testimonios/flags/guatemala.jpeg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 21px;
    left: 65px;
    bottom: -5px;
}
#caracteristicas .especial li {
        margin-bottom: 10px;
}
/*Fin testimonios*/
.btn-youtube {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    margin-left: 15px;
    color: #058b8a;
}
.btn-youtube i {
    font-size: 30px;
}

#sticky_box{
  position: relative;
}
.sticky-top{
  top: 85px;
  background: #fff;
}
#box_complementos .head h2{
  font-size: 1.7em;
}
.table-bordered.sticky-top .col{
  border: 1px solid #ddd;
}
.table-body .bajada{
  padding: 1em;
}
.table-body .bajada h3{
  font-size: 26px;
}
.table-body .bajada h3 small{
  font-size: 10px;
}
.table-body .bajada i {
  font-size: 1.5em;
  color: #058b8a;
}
#accordionFlushExample{
  padding: 0;
  margin-top: 15px;
}
#accordionFlushExample .accordion-body{
  padding: 0;
}
.accordion-collapse .table tr.row.row-cols-5{
  width: 100%;
  margin: 0;
}
#accordionFlushExample .table i{
  color: #058b8a;
  font-size: 1.2em;
  line-height: .8em;
}
#accordionFlushExample .table i.bi-x-circle{
  color: red;
}
.accordion-button:not(.collapsed){
  color: #058b8a;
  background-color: #d3ece3;
}
table p b {
  font-family: 'poppins-bold';
}
.accordion-flush .accordion-item .accordion-button {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.table td.col.text-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .banner h1 {
    font-size: 2em;
  }
  .banner img {
    margin: 35px auto;
  }
  header .navbar-light .navbar-nav {
    margin-top: 35px;
  }
  header .navbar-light .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    left: -200% !important;
  }
  .wrapper .formato .text-end {
    text-align: left !important;
  }
  .wrapper .formato h3 {
    font-size: 1.5em;
  }
  .wrapper .formato p {
    font-size: 1em;
  }
  .wrapper #footer {
    padding: 100px 0;
    background: #e6e6e6;
  }
  .wrapper #footer .img-fluid {
    width: 80%;
    margin: 35px auto;
  }
  .wrapper #footer h3 {
    font-size: 1.5em;
    margin: 0;
  }
  .wrapper #footer .bajada {
    font-size: 1em;
  }
  .wrapper #footer a {
    font-size: 1em;
    text-transform: uppercase;
  }
  .wrapper #footer.especial {
    padding: 50px 0 100px;
    background: #e6e6e5;
  }
  .wrapper #lo_hace h3 {
    font-size: 2em;
    margin-bottom: 35px;
  }
  .wrapper #lo_hace ul li {
    position: relative;
    font-size: 1em;
    padding-left: 50px;
    margin-bottom: 15px;
  }
  .wrapper #information h3 {
    font-size: 2em;
  }
  .wrapper #information .bajada {
    font-size: 1.5em;
  }
  .wrapper #clientes h3 {
    font-size: 2em;
  }
  .wrapper #clientes .bajada {
    font-size: 1.5em;
  }
  .wrapper #clientes .img-la {
    width: 75%;
  }
  #principal:before {
    width: 150px;
    height: 150px;
  }
  #principal:after {
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 150px;
  }
  #slide img {
    margin: 35px auto;
    width: 100%;
    display: block;
  }
  .heading .m-5.p-5 {
    margin: 0 !important;
    padding: 0 !important;
  }
  .heading h2 {
    font-size: 2em;
    margin: 0;
  }
  .heading .bajada {
    font-size: 1.5em;
    margin-bottom: 35px;
  }
  .box-planes a {
    display: block;
    margin-bottom: 10px;
  }
  .newplan .content ul li span {
    display: inline-block;
    width: 90%;
    padding-right: 3em;
  }
  section .col-md-6.ps-5.pe-5 {
    padding: 0 15px !important;
    margin-bottom: 35px;
  }
  section .p-5 {
    padding: 15px !important;
  }
  #caracteristicas .button-link {
    width: 100%;
  }
  #caracteristicas #accordionCaracteristicas #collapseOne {
    padding: 0;
    margin: 35px 0;
    border: none;
  }
  
  #ademas ul li {
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 25px;
    font-size: 1em;
  }
  #onboarding .bg-grey {
    font-size: .8em;
  }
  #onboarding .content-body .row .bg-plomo {
    background: #ddd;
    font-size: .7em;
  }
  .widget {
    margin-bottom: 35px;
  }
  .nosotros h3 {
    font-size: 2em;
  }
  .nosotros .items {
    margin-bottom: 35px;
  }
  .nosotros .items .somos {
    width: 50%;
  }
  .modal #form_impulsa{
      padding: 15px 35px;
  }
  #form_impulsa input#submit{
      width: 60%;
  }
}

/* ============ desktop view .end// ============ */
@media (max-width: 480px) {
  header .navbar-light .navbar-nav {
    margin-top: 35px;
  }
  header .navbar-light .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    left: -200% !important;
  }
  .wrapper #caracteristicas h3 {
    font-size: 2em;
  }
}
/*# sourceMappingURL=custom.css.map */