@charset "UTF-8";
/*:::::::: RESET ::::::::*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*:::::::: Responsive ::::::::*/
/*:::::::: Variables ::::::::*/
/* Colors */
.gray-01 { background: #eeeeee; }
.gray-02 { background: #e1e1e1; }
.gray-03 { background: #cccccc; }
.secondary-one { background: #ffdc5d; }
.secondary-green { background: #275834; }

/* General */
body {
  font-family: "Roboto Condensed", sans-serif !important;
  background-color: #fcffff !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

h4 {
  font-size: 16px;
  line-height: 20px;
  color: #016D38;
}

p {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 24px;
  color: #666666;
  font-weight: 300;
}

/* Background */
.bg-white { background: #FFFFFF; }
.bg-green { background: #016D38; }
.bg-yellow { background: #ffdc5d; padding: 5px 20px; }

/* Form */
.btn-primary {
  border-radius: 20px;
  background-color: #f7dc58;
  border-color: #f7dc58;
  color: #326d39;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 0.5rem 4rem;
}

.btn-primary:hover {
  background-color: #f5d131;
  border-color: #f5d131;
  color: #285a34;
  text-decoration: none;
}

/*:::::::: Header ::::::::*/
/* Main menu */
.navbar-expand-lg .navbar-nav {
  margin: auto 0 auto auto;
}

.navbarname {
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 2%;
}

.buttonColumn {
  margin-left: 50%;
  margin-top: 10px;
}

.navbar {
  position: fixed;
  padding: 10px 18px;
  background-color: white;
  z-index: 1;
  width: 100%;
}

.navbar .navbar-toggler {
  background: url(../img/icon-ellipsis.svg) right 0 no-repeat;
  border: none;
  border-radius: 0;
  height: 24px;
  width: 6px;
}

.navbar .navbar-toggler:focus {
  outline: none;
}

.css-csd9pl,
.css-sgbj7j {
  border-radius: 8px;
  background-color: #71C895;
}

.css-weabe1,
.css-52xdja {
  border: thin solid #73AD21;
}

.css-sgbj7j p,
.css-csd9pl p {
  color: black;
}

.navbar .logo-brand {
  background: url(../img/logo-seguros-bolivar.png) no-repeat;
  display: inline-block;
  margin-left: 60px;
  height: 45px;
  width: 145px;
}

.navbar .logo-conecta {
  background: url(../img/logo-conecta.png) 0 2px no-repeat;
  display: inline-block;
  height: 45px;
  width: 118px;
}

.navbar ul li {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 20px;
}

.navbar ul .logIn li a {
  border-radius: 20px;
  background-color: #f7dc58;
  border-color: #f7dc58;
  color: #326d39;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  padding: 0.7rem 2.6rem;
  font-size: 17px;
}

.navbar ul .logIn li a:hover {
  background-color: #f5d131;
  color: #285a34;
}

.navbar ul li a {
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.navbar ul li a:hover {
  color: #016D38;
}

.navbar ul li.active a {
  color: #016D38;
}

.navbar ul.user-menu li {
  display: inline-block;
}

.navbar ul.user-menu li:first-child {
  border-right: 1px solid #666666;
}

.navbar ul.user-menu li:last-child {
  border: 0;
}


/*:::::::: Content ::::::::*/
/* Banner */
.banner-hero {
  background: rgba(0, 0, 0, 0.7);
  min-height: 728px;
  z-index: 1;
}

.maxBanner {
  background: no-repeat;
  background-size: cover;
  background-position: cover;
  width: 100%;
  height: 100%;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.banner-hero .maxBanner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.banner-hero .info {
  margin-top: -100%;
  text-align: left;
  padding-left: 10%;
}

.backup {
  background: black;
  position: static;
  bottom: 10px;
  width: 100%;
}

.banner-hero .boton {
  text-align: right;
}

.banner-hero .info h1 {
  font-size: 40px;
  color: #f5d25e;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

.banner-hero .info a {
  color: #f7db58;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 14%;
}

.banner-hero .info a:hover {
  color: #02d46f;
}

.banner-hero .info p {
  margin-bottom: 30px;
  color: #f8f8f8;
  font-weight: bold;
}

.colorFont {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
}


/* Cards */
.card, .card_bottom {
  box-shadow: 12px 12px 16px -5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  margin-bottom: 50px;
}

.card_bottom {
  width: 100%;
  background: #f8f8f8;
}

.card .card-body, .card_bottom .card-body {
  border-radius: 8px;
  box-shadow: -12px -12px 24px -5px rgba(255, 255, 255, 0.8);
  text-align: center;
  padding-top: 24px;
  min-height: 208px;
}

.card .card-body h2, .card_bottom .card-body h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  color: #333333;
  margin: 10px 0px;
}

.card .card-body h3, .card_bottom .card-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.75rem;
}

.card .card-body p, .card_bottom .card-body p {
  font-size: 14px;
}

.test {
  font-size: 14px;
}


/* Info APIs */
.info-apis h2 {
  font-size: 40px;
  color: #016D38;
  padding-top: 90px;
  width: 60%;
}

.info-apis p {
  margin: 30px 0px 50px 0px;
  width: 94%;
}

.info-apis .btn-primary {
  margin-bottom: 55px;
}

.info-apis img {
  max-width: 595px;
  position: absolute;
  bottom: 0;
}

/* Footer */
.footerLog {
  background: black !important;
}

.footer .bg-green {
  text-align: left;
  padding: 20px 0px;
}

.footer .bg-green a, .footer .bg-green p {
  color: #ffffff;
  padding-left: 0;
}

.footer .color-contacto {
  color: #fcffff;
  font-size: 28px;
  font-weight: 600;
  padding-left: 0px;
  padding-bottom: 15px;
}

.footer .color-text, .footer .bg-green {
  text-align: left;
  color: #fcffff;
  padding-left: 40px;
}

.footer .pos p {
  background: black;
  font-size: 12px;
  font-weight: 200;
}

.footer .bg-green p {
  font-size: 16px;
}

/*:::::::: Nuestras APIs ::::::::*/
/* Banner */
.banner-apis {
  background: url(../img/banner-apis.png) center top no-repeat;
  min-height: 600px;
  background-position-x: -150px;
}

.banner-apis .info {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px;
  text-align: center;
  margin-top: 18%;
  background-position-x: -150px;
}

.banner-apis .info h1 {
  font-size: 2.5rem;
  color: #ffdc5d;
  line-height: 44px;
  margin-bottom: 30px;
  background-position-x: -150px;
}

.banner-apis .info p {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
}

.banner-apis .info p strong {
  font-size: 28px;
  font-weight: 700;
}


/* Tabs & Accordion */
.nav-tabs {
  display: none;
  border-bottom: none;
  margin-top: -115px;
}

.nav-tabs .nav-item {
  border-radius: 8px;
  box-shadow: 12px 12px 16px -5px rgba(0, 0, 0, 0.1);
  margin: 0 2% 5% 2%;
  text-align: center;
  width: 28%;
}

.nav-tabs .nav-item a {
  border-radius: 8px;
  background: #f8f8f8;
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  text-transform: initial;
  padding: 7%;
}

.nav-tabs .nav-item a span {
  color: #666666;
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 50px;
}

.nav-tabs .nav-item a .icon {
  height: 60px;
  width: 100% !important;
  display: block;
  margin: 0 auto 10px;
}

.nav-tabs .nav-item a.active,
.nav-tabs .nav-item a:hover {
  background: #f4f2ee;
}

.nav-tabs .nav-item a.active span,
.nav-tabs .nav-item a:hover span {
  color: #016D38;
}

.nav-tabs .nav-item a.active .icon,
.nav-tabs .nav-item a:hover .icon {
  height: 60px;
  display: block;
  margin: 0 auto 10px;
}

.tab-content .card {
  box-shadow: none;
}

.tab-content .card .card-body {
  background: #fff;
  box-shadow: none;
  text-align: left;
  padding-bottom: 50px;
}

.tab-content .card .card-body h2 {
  color: #016D38;
  font-size: 40px;
}

.tab-content .card .card-body h3 {
  color: #333333;
  text-transform: initial;
}

.tab-content .card .card-body p {
  color: #666666;
  margin: 15px 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
}

.tab-content .card .card-body p strong {
  color: #016D38;
  font-size: 20px;
  font-weight: 700;
}

.tab-content .card .card-body p span {
  color: #016D38;
}

.tab-content .card .card-body .bg-yellow p {
  color: #016D38;
  text-align: center;
}

.tab-content .card .card-body .bg-yellow p span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-top: 7px;
}

.tab-content .complementary-three {
  background: #f4f2ee;
  padding: 30px;
  margin-left: -53px;
  margin-right: -52px;
}


/* Plans */
.plans {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.plans .card {
  margin-bottom: 0;
  margin-right: 5px;
  width: 32%;
}

.plans .card_bottom {
  margin-bottom: 0;
  width: 100%;
}

.plans .card:hover,
.plans .card_bottom:hover {
  box-shadow: 12px 12px 16px -5px rgba(0, 0, 0, 0.1);
}

.plans .card .card-header,
.plans .card_bottom .card-header {
  border: 0;
  border-radius: 8px 8px 0 0;
  color: #333333;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
}

.plans .card_bottom .card-header {
  font-size: 36px;
}

.plans .card .card-body,
.plans .card_bottom .card-body {
  border: 1px solid #CCCCCC;
  border-top: 0;
  padding: 30px 20px 20px 20px;
  border-radius: 0 0 8px 8px;
}

.plans .card .card-body h3,
.plans .card_bottom .card-body h3 {
  color: #016D38;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.plans .card .card-body p,
.plans .card_bottom .card-body p {
  margin: 0 0 20px 0;
}

.plans .card .card-body p span,
.plans .card_bottom .card-body p span {
  font-size: 28px;
  color: #666666;
}

.plans .card .card-body ul li,
.plans .card_bottom .card-body ul li {
  color: #666666;
}

.plans .card .card-body ul li::before,
.plans .card_bottom .card-body ul li::before {
  content: '•';
  color: #ffdc5d;
  font-size: 30px;
  position: relative;
  top: 5px;
  line-height: 18px;
  margin-right: 5px;
}

.plans .card .card-body small,
.plans .card_bottom .card-body small {
  color: #666666;
  font-size: 14px;
  display: block;
  margin: 5px 0 20px 0;
}

.document ul li::before {
  content: '•';
  color: #ffdc5d;
  font-size: 30px;
  font-weight: 800;
  position: relative;
  top: 5px;
  line-height: 18px;
  margin-right: 5px;
}

.color {
  font-weight: bold;
}



/* Buttons */
.btn-apis {
  position: fixed;
  right: 80px;
  bottom: -3%;
  width: 330px;
  z-index: 1;
}

.btn-apis a img {
  position: relative;
  left: 250px;
  padding: 10px 70px 20px 15px;
  transition: width .2s ease-out;
}

.btn-apis a .mot {
  border-radius: 10px;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1),
  0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
  background: #016d38;
  padding: 15px 70px 14px 20px;
  position: absolute;
  top: 8%;
  right: 0%;
  transition: all .2s ease-in-out;
}

.btn-apis a p {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
}

.btn-apis a:hover .mot {
  background-color: #00793e;
}

.btn-apis a:hover p font {
  text-decoration: underline;
}

.btn-apis a:hover img {
  transform: scale(1);
}

.tablinks[data-name=example]:before {
  content: 'Valor';
}

.tablinks[data-name=example],
.tablinks[data-name=model] {
  visibility: hidden;
}

.tablinks[data-name=example]:after {
  content: 'Valores de Ejemplo';
  visibility: visible;
  display: block;
  position: absolute;
  padding: 0;
  top: 0;
}

.tablinks[data-name=model]:after {
  content: 'Documentación del modelo';
  visibility: visible;
  padding: 0;
  top: 0;
}

@media screen and (max-width: 639px) {
  .col-sm-6 .info {
    margin-top: -700px !important;
    width: 85%;
  }

  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .maxBanner {
    height: auto !important;
    min-height: 850px;
    text-align: center !important;
  }

  .navbar-toggler {
    margin-right: 20px !important;
  }

  .btn-apis {
    right: 5px;
  }

  .navbar .navbar-collapse {
    background: #021005e8;
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 4;
  }

  .navbar .navbar-collapse .navbar-toggler {
    background: url(../img/close.svg) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .navbar .navbar-collapse ul {
    padding: 8% 4%;
    height: 430px;
  }

  .navbar .navbar-collapse ul.main-menu {
    padding-bottom: 20%;
  }

  .navbar .navbar-collapse ul li {
    display: block;
    font-size: 30px;
    text-align: left;
    padding: 5% 0;
    border-bottom: 1px solid #fff;
  }

  .navbar ul .logIn li a {
    color: #326d39 !important;
  }

  .navbar .navbar-collapse ul li a {
    color: #FFFFFF;
  }

  .navbar .navbar-collapse ul li:last-child {
    border-bottom: none;
  }

  .banner-hero{
    min-height: 850px;
  }

  /* Plans */
  .content-plans {
    overflow-x: scroll;
  }

  .plans {
    justify-content: initial;
    width: 950px;
  }

  .banner-apis{
    background-position-x: -150px;
    background-size: cover;
  }

  .card.tab-pane > .card-header h5 a {
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 15px 36px 15px 15px;
  }

  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    margin: 0;
  }
  .tab-content > .tab-pane .icon.icon-api {
    background: url(../img/icon-api.svg) center no-repeat;
    background-size: contain;
  }
  .tab-content > .tab-pane .icon {
    display: flex;
    margin-right: 10px;
    height: 34px;
    width: 34px;
  }
  .tab-content .card .card-body p img {
    width: 100%;
  }
  .card.tab-pane > .card-header h5 a {
    background: #F4F2EE;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 15px 36px 15px 15px;
  }

  .card.tab-pane > .card-header h5 a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    right: 15px;
    font-style: normal;
    top: 20px;
  }

  .card.tab-pane > .card-header h5 a.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 18px;
    vertical-align: middle;
  }
  .card.tab-pane > .card-header h5 a.collapsed {
    background: #fff;
  }

  *, *::before, *::after {
    box-sizing: border-box;
  }

  .card.tab-pane > .card-header {
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 0;
  }

  .tab-content > .tab-pane .icon.icon-api, .tab-content > .tab-pane .icon.icon-code, .tab-content > .tab-pane .icon.icon-security {
    background-size: contain;
  }
  .icon.icon-code {
    background: url(../img/icon-code.svg) center no-repeat;
  }
  .icon.icon-security {
    background: url(../img/icon-security.svg) center no-repeat;
  }

}

/*# sourceMappingURL=main.css.map */
@media screen and (min-width: 640px) and (max-width: 767px) {
  .icon.icon-security {
    background: url(../img/icon-security.svg) center no-repeat;
  }

  /* Clase .info */
  .col-sm-6 .info {
    margin-top: -490px !important;
    width: 90%;
  }

  .col-lg-7 .info {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px;
    text-align: center;
    margin-top: 40%;
    background-position-x: -150px;

  }

  .info-apis {
    margin-top: 30px;
    text-align: center;
  }

  .info-apis h2 {
    font-size: 30px;
    padding-top: 30px;
  }

  .info-apis p {
    margin-bottom: 30px;
    width: 100%;
  }

  .info-apis .btn-primary {
    margin-bottom: 30px;
  }

  .info-apis img {
    position: relative;
  }

  /* Clase .col-sm-6 */
  .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10%;
  }

  /* Clase .maxBanner */
  .maxBanner {
    height: auto !important;
    min-height: 728px;
  }

  /* Clase .navbar-toggler */
  .navbar-toggler {
    margin-right: 20px !important;
  }

  /* Clase .navbar */
  .navbar .logo-brand {
    margin-left: 16px;
  }

  .navbar ul.user-menu li:first-child {
    border-right: none;
  }

  .navbar ul.user-menu li:first-child a {
    color: #ffdc5d;
    font-weight: 700;
  }

  .navbar ul.user-menu li:first-child {
    border-top: 1px solid #fff;
  }

  .navbar ul.user-menu {
    position: absolute;
    bottom: 0;
    width: 96%;
  }

  .navbar .navbar-collapse {
    background: #021005e8;
    position: fixed;
    top: 75px;
    width: 100%;
    z-index: 4;
  }

  .navbar .navbar-collapse .navbar-toggler {
    background: url(../img/close.svg) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .navbar .navbar-collapse ul {
    padding: 8% 4%;
    height: 430px;
  }

  .navbar .navbar-collapse ul.main-menu {
    padding-bottom: 20%;
  }

  .navbar .navbar-collapse ul li {
    display: block;
    font-size: 30px;
    text-align: left;
    padding: 5% 0;
    border-bottom: 1px solid #fff;
  }

  .navbar ul .logIn li a {
    color: #326d39 !important;
  }

  .navbar .navbar-collapse ul li a {
    color: #FFFFFF;
  }

  .navbar .navbar-collapse ul li:last-child {
    border-bottom: none;
  }

  /* Clase .banner-hero */
  .banner-hero {
    min-height: auto;
  }

  .banner-hero .info {
    margin-top: 0%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 15px;
  }

  .banner-hero .boton {
    text-align: center;
    margin-bottom: 40px;
  }

  .banner-hero .info h1 {
    font-size: 30px;
  }

  .banner-hero .info a {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    background-color: #f8f8f8;
    border: 1.5px solid #016D38;
    color: #016D38;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
    padding: 0.5rem 4rem;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: fixed;
    bottom: 30px;
    font-size: 20px;
    padding: 0.5rem 0;
    line-height: 1.5;
    margin: 0;
    z-index: 2;
    max-width: 280px;
    width: 100%;
  }

  .banner-hero .info a:hover {
    background-color: #016D38;
    border-color: #016D38;
    color: #FFFFFF;
    text-decoration: none;
  }

  /* Clase .card */
  .card {
    width: 80%;
    margin: 14px auto;
  }

  .tab-content .card {
    width: 100%;
  }
  .tab-content .card .card-body img {
    width: 100%;
  }
  .tab-content .card .card-body p img {
    margin: 15px 0px;
  }

  .tab-content .card .card-body {
    padding: 1.25rem;
  }

  .tab-content .card .card-body h2 {
    font-size: 28px;
  }

  .tab-content .card .card-body h3 {
    font-size: 18px;
  }

  .tab-content .card .card-body p {
    font-size: 14px;
  }

  .tab-content .card .card-body .bg-yellow p {
    font-size: 16px;
  }

  .tab-content .card .card-body .bg-yellow p span {
    font-size: 20px;
  }

  /* Clase .footer */
  .footer .bg-green a {
    font-size: 18px;
    padding-right: 0;
  }

  .footer .bg-green p {
    padding-left: 0;
  }

  .footer .color-contacto {
    padding-left: 0px !important;
  }

  /* Clase .banner-apis */
  .banner-apis {
    background: url(../img/banner-apis-responsive.jpg) center top no-repeat;
    background-size: contain;
    min-height: auto;
  }

  .banner-apis .info p strong {
    font-size: 18px;
  }

  /* Clase .tab-content */
  .tab-content {
    margin: 20px 0;
  }

  /* Clase .plans */
  .plans .card {
    margin: 14px 14px 0 0;
  }

  .plans .card .card-header {
    font-size: 24px;
  }

  .plans .card_bottom .card-header {
    font-size: 24px;
  }

  .plans .card .card-body p {
    margin-bottom: 10px;
  }

  .plans .card_bottom .card-body p {
    margin-bottom: 10px;
  }

  .plans .card .card-body p span {
    font-size: 20px;
  }

  .plans .card_bottom .card-body p span {
    font-size: 20px;
  }

  .plans .card .card-body ul li {
    font-size: 14px;
  }

  .plans .card_bottom .card-body ul li {
    font-size: 14px;
  }

  /* Otros */
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    margin: 0;
  }

  .tab-content > .tab-pane .icon {
    display: flex;
    margin-right: 10px;
    height: 34px;
    width: 34px;
  }

  .tab-content > .tab-pane .icon.icon-api {
    background: url(../img/icon-api.svg) center no-repeat;
  }

  .tab-content > .tab-pane .icon.icon-code {
    background: url(../img/icon-code.svg) center no-repeat;
  }

  .tab-content > .tab-pane .icon.icon-security {
    background: url(../img/icon-security.svg) center no-repeat;
  }

  .tab-content > .tab-pane .icon.icon-api,
  .tab-content > .tab-pane .icon.icon-code,
  .tab-content > .tab-pane .icon.icon-security {
    background-size: contain;
  }

  .tab-content > .tab-pane .collapse {
    border-bottom: 1px solid #CCCCCC;
  }

  .card.tab-pane > .card-header {
    background: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 0;
  }

  .card.tab-pane > .card-header h5 a {
    background: #F4F2EE;
    color: #333333;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 15px 36px 15px 15px;
  }

  .card.tab-pane > .card-header h5 a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    right: 15px;
    font-style: normal;
    top: 20px;
  }

  .card.tab-pane > .card-header h5 a.collapsed {
    background: #fff;
  }

  .card.tab-pane > .card-header h5 a.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 18px;
    vertical-align: middle;
  }

  /* Plans */
  .content-plans {
    overflow-x: scroll;
  }

  .plans {
    justify-content: initial;
    width: 950px;
  }

  .banner-apis{
    background-size: cover;
    min-height: 600px;
    background-position-x: -150px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .tab-content .card {
    box-shadow: none;
  }
  .tab-content>.active {
    display: block !important;
  }

  .fade:not(.show) {
    opacity: 0;
  }
  .card .collapse {
    display: block;
  }
  .tab-content .card .card-body img {
    width: 100%;
  }
  .tab-content .card .card-body p img {
    margin: 15px 0px;
    width: auto;
  }
  *, :after, :before {
    box-sizing: inherit;
  }

  .tab-content .card .card-body {
    background: #FFFFFF;
    box-shadow: none;
    text-align: left;
    padding-bottom: 50px;
  }

  .card .collapse {
    display: block;
  }

  .card .card-header {
    display: none;
  }

  .plans .card .card-header {
    border: 0;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-item: center;
    color: #333333;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    min-height: 80px;
  }

  *, *::before, *::after {
    box-sizing: border-box;
  }

  .tab-content>.active {
    display: block;
  }

  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }

  /* Navbar */
  .navbar-toggler {
    margin-right: 20px !important;
  }

  .navbar ul li {
    background-color: white;
    width: 100% !important;
    padding: 0px;
  }

  .navbar ul li a {
    color: black;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    height: 30px;
    display: block;
  }

  .logIn a {
    padding: 7px 300px;
  }

  .navbar ul .logIn li a {
    border-radius: 0px;
    background: #f7dc58 !important;
    color: #326d39;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    padding: 10px 93px;
    width: 100% !important;
    display: block !important;
  }

  .navbar ul .logIn li a:hover {
    border-radius: 0px;
    background: #f5cb42 !important;
    border-color: #f7dc58;
  }

  .navbar-collapse.show {
    position: absolute;
    text-align: center;
    right: 0px;
    top: 75px;
    width: 100%;
    display: flex !important;
    flex-direction: column;
  }
  .navbar-collapse:not(.show){
    display: none !important;
  }

  .navbar-collapse li:hover {
    background: rgb(241, 241, 241) !important;
  }

  .navbar-collapse {
    flex-basis: 100% !important;
    flex-grow: 1;
    align-items: center !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column !important;
    margin: 0px;
    width: 100%;
  }

  .navbar-expand-lg .navbar-toggler {
    display: flex !important;
  }

  .navbar-expand-lg {
    justify-content: space-between !important;
  }

  .navbar-nav .main-menu {
    background-color: #f7dc58 !important;
  }

  .flex-lg-row {
    flex-direction: column !important;
    width: 100%;
  }

  /* Buttons */
  .btn-apis {
    bottom: -30px !important;
    height: auto;
    width: 230px !important;
    right: 10px;
  }

  .btn-apis a img {
    position: relative;
    padding: 10px 70px 20px 15px !important;
  }

  .btn-apis a .mot {
    font-size: 16px;
    padding: 12px 40px 10px 20px;
    right: 10%;
    width: 100%;
  }

  .btn-apis img {
    left: 130px !important;
    bottom: 5px;
  }

  /* Miscellaneous */
  .col-sm-6 .info {
    margin-top: -520px !important;
  }

  .col-sm-6 {
    flex: 0 0 70% !important;
    max-width: 70%;
  }

  .maxBanner {
    height: auto !important;
    min-height: 800px;
  }

  .banner-hero {
    background-size: contain;
    min-height: 500px !important;
  }

  .card .card-body {
    min-height: 240px;
  }

  .info-apis h2 {
    width: 100%;
  }

  .info-apis img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  /* Footer */
  .footer .bg-green p {
    padding-left: 15%;
  }

  .footer .bg-green {
    text-align: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .color-text {
    padding-left: 30px !important;
  }

  .color-contacto {
    width: 20%;
    padding-left: 0px !important;
    justify-content: flex-start;
  }

  /* Tabs */
  .nav-tabs .nav-item a {
    font-size: 14px;
    padding: 8% 4%;
  }

  .nav-tabs .nav-item a span {
    font-size: 22px;
    line-height: 20px;
  }

  /* Icons */
  .icon{
    height: 100px !important;
  }

  .icon.icon-api {
    background: url(../img/icon-api.svg) center no-repeat;
  }

  .icon.icon-code {
    background: url(../img/icon-code.svg) center no-repeat;
  }

  .icon.icon-security {
    background: url(../img/icon-security.svg) center no-repeat;
  }

  /* Plans */
  .content-plans {
    overflow-x: scroll;
  }

  .plans {
    justify-content: initial;
    width: 950px;
  }

  .plans .card .card-body small,
  .plans .card_bottom .card-body small {
    margin-bottom: 10px;
  }

  /* Card */
  .nav-tabs {
    display: flex;
    place-content: center;
    height: 300px !important;
  }

  .nav-item{
    height: 260px !important;
    border-radius: 8px !important;
  }

  .nav-link{
    height: 260px !important;
  }

  .card .collapse {
    display: block;
  }

  .card_bottom{
    display: none;
  }

  .card .collapse {
    display: block;
  }

  #heading-A{
    display: none;
  }

}

@media screen and (min-width: 1024px) {
  .col-sm-6 .info {
    margin-top: -500px !important;
  }

  .col-sm-6 {
    flex: 0 0 60% !important;
    max-width: 60%;
  }

  .maxBanner {
    height: auto !important;
    min-height: 728px;
  }

  .banner-hero .maxBanner img {
    width: 100%;
    object-fit: cover;
  }

  /* Icons */
  .icon{
    height: 100px !important;
  }

  .icon.icon-api {
    background: url(../img/icon-api.svg) center no-repeat;
  }

  .icon.icon-code {
    background: url(../img/icon-code.svg) center no-repeat;
  }

  .icon.icon-security {
    background: url(../img/icon-security.svg) center no-repeat;
  }

  /* Tabs */
  .nav-tabs{
    display: flex;
    place-content: center;
  }

  .nav-tabs .nav-item a span {
    font-size: 18px;
    line-height: 18px;
    min-height: 36px;
  }

  .nav-item{
    height: 250px !important;
    border-radius: 8px !important;
  }

  .nav-link{
    height: 250px !important;
  }

  .card .card-header {
    display: none;
  }

  .plans .card .card-header {
    border: 0;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-item: center;
    color: #333333;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    min-height: 80px;
  }

  .justify-content-end {
    flex-basis: 300px;
  }

  .tab-content .card {
    box-shadow: none;
  }
  .tab-content>.active {
    display: block !important;
  }

  .fade:not(.show) {
    opacity: 0;
  }
  .card .collapse {
    display: block;
  }
  .tab-content .card .card-body img {
    width: 100%;
  }
  .tab-content .card .card-body p img {
    margin: 15px 0px;
    width: auto;
  }

  .navbar ul li {
    padding: 0px 15px;
  }

  .logIn{
    min-width: 180px;
  }

}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 80%;
  }

  .maxBanner {
    max-height: 930px;
  }
}




