html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.dark {
  background: #065446;
}

.line {
  display: block;
  place-items: center;
  height: 1px;
  border: 0;
  border-top: 4px solid white;
  margin: 1em 0;
  padding-left: 1rem;
}

.first {
  background-color: #076a42;
  height: 20rem;
}

.first .col-8 {
  position: relative;
}

.first .image_content {
  position: absolute;
  height: 20rem;
  top: 0px;
  width: auto;
  right: 0;

}

.first .page_content {
  position: absolute;
  top: 8rem;
  left: 4rem;
  font-size: 3.5rem;
  font-weight: bold;
  color: white;
}

.second {
  background-color: #021d18;
}

.second .header {
  color: #e2d784 !important;
  font-style: italic;
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 50px;
  margin-left: 30px;
}

.second .context {
  margin-left: 20;
  color: #ede6db;
  font-size: 25px;
  margin-left: 40px;
}

.second ul {
  color: #ede6db;
  font-size: 20px;
  font-style: italic;
}

.second ul.a {
  margin-left: 30px;
  list-style-type: upper-roman;
}

.second .card-text {
  font-size: 1vw;
  text-align: justify;
  font-style: italic;
}

.second .card-title {
  font-size: 1.5vw;
  font-weight: bold;
}

.second ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.second li {
  color: #ede6db;
  font-size: 20px;
  font-style: italic;
}

/* Footer */
.footer {
  background-color: #2d2c2c;
  /*Pen code from this point on*/
  /*Telegram*/
  /*WhatsApp*/
  /*LinkedIn*/
}

.footer #social-platforms {
  top: 100px;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
}

.footer .btn {
  clear: both;
  white-space: nowrap;
  font-size: .8em;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin: 2px;
  transition: all .5s;
  overflow: hidden;
}

.footer .btn:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.footer .btn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.footer .btn > span, .footer .btn-icon > i {
  float: left;
  padding: 13px;
  transition: all .5s;
  line-height: 1em;
}

.footer .btn > span {
  padding: 14px 18px 16px;
  white-space: nowrap;
  color: #FFF;
  background: #b8b8b8;
}

.footer .btn:focus > span {
  background: #9a9a9a;
}

.footer .btn-icon > i {
  border-radius: 5px 0 0 5px;
  position: relative;
  width: 40px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #212121;
}

.footer .btn-icon > i:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent #222;
  position: absolute;
  top: 13px;
  right: -15px;
}

.footer .btn-icon:hover > i, .footer .btn-icon:focus > i {
  color: #FFF;
}

.footer .btn-icon > span {
  border-radius: 0 5px 5px 0;
}

.footer .btn-telegram:hover > i, .footer .btn-facebook:focus > i {
  color: #229ED9;
}

.footer .btn-telegram > span {
  background: #229ED9;
}

.footer .btn-whatsApp:hover > i, .footer .btn-twitter:focus > i {
  color: #25D366;
}

.footer .btn-whatsApp > span {
  background: #25D366;
}

.footer .btn-linkedin:hover > i, .footer .btn-linkedin:focus > i {
  color: #007bb6;
}

.footer .btn-linkedin > span {
  background: #007bb6;
}

.footer .text_contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 20px;
  top: 80px;
}

.footer .contact_ican_email {
  padding-left: 100px;
  padding-top: 30px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .contact_ican_call {
  padding-left: 100px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .copy {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.footer .contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 30px;
  top: 80px;
}

.footer .f-about {
  position: absolute;
  top: 10px;
}

.footer .f_name {
  color: white;
  font-family: inherit;
  font-weight: bold;
  font-size: 20px;
  position: absolute;

  left: 150px;
  top: 40px;
}

.footer .f_job {
  color: #d9d6d6;
  font-family: inherit;
  font-weight: bold;
  font-size: 15px;
  position: absolute;

  left: 150px;
  top: 80px;
}

.footer .contact_about_card {
  position: relative;
  top: 30px;
  left: 10px;
  justify-content: center;
  justify-self: center;
  background-color: #212428;
  border-radius: 10px;
  box-shadow: var(--shadow-1);
  height: 115px;
  width: 110px;
}

.footer .contact_image {
  height: 110px;
  width: 105px;
}

.footer .f_text {
  position: relative;
  color: rgba(174, 174, 174, 0.937);
  text-align: justify;
  text-justify: inter-word;
  top: 0px;
}
/*# sourceMappingURL=integer.css.map */










@media screen and (max-width: 600px) {
  .first {
    background-color: #076a42;
    height: 8rem;
  }
  
  .first .col-8 {
    position: relative;
  }
  
  .first .image_content {
    position: absolute;
    opacity: 0;
    top: 0px;
    width: auto;
    right: 0;
  
  }
  
  .first .page_content {
    position: absolute;
    top: 2rem;
    left: 1rem;
    font-size: 2rem;
    font-weight: bold;
    color: white;
  }
  
  .second {
    background-color: #021d18;
  }
  
  .second .header {
    color: #e2d784 !important;
    font-style: italic;
    font-size: 22px;

    margin-left: 20px !important;

  }
  
  .second .context {
    margin-left: 20px;
    color: #ede6db;
    font-size: 20px;
    text-align: justify;
   
   
  }
  
  .second ul {
    color: #ede6db;
    font-size: 20px;
    font-style: italic;
  }
  
  .second ul.a {
    margin-left: 30px;
    list-style-type: upper-roman;
  }
  
  .second .card-text {
    font-size: 1vw;
    text-align: justify;
    font-style: italic;
  }
  
  .second .card-title {
    font-size: 1.5vw;
    font-weight: bold;
  }
  
  .second ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .second li {
    color: #ede6db;
    font-size: 20px;
    font-style: italic;
  }

  /* Footer */
.footer {
  background-color: #2d2c2c;
  /*Pen code from this point on*/
  /*Telegram*/
  /*WhatsApp*/
  /*LinkedIn*/
}

.footer #social-platforms {
  top: 100px;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
}

.footer .btn {
  clear: both;
  white-space: nowrap;
  font-size: .8em;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin: 2px;
  transition: all .5s;
  overflow: hidden;
}

.footer .btn:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.footer .btn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.footer .btn > span, .footer .btn-icon > i {
  float: left;
  padding: 13px;
  transition: all .5s;
  line-height: 1em;
}

.footer .btn > span {
  padding: 14px 18px 16px;
  white-space: nowrap;
  color: #FFF;
  background: #b8b8b8;
}

.footer .btn:focus > span {
  background: #9a9a9a;
}

.footer .btn-icon > i {
  border-radius: 5px 0 0 5px;
  position: relative;
  width: 40px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #212121;
}

.footer .btn-icon > i:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent #222;
  position: absolute;
  top: 13px;
  right: -15px;
}

.footer .btn-icon:hover > i, .footer .btn-icon:focus > i {
  color: #FFF;
}

.footer .btn-icon > span {
  border-radius: 0 5px 5px 0;
}

.footer .btn-telegram:hover > i, .footer .btn-facebook:focus > i {
  color: #229ED9;
}

.footer .btn-telegram > span {
  background: #229ED9;
}

.footer .btn-whatsApp:hover > i, .footer .btn-twitter:focus > i {
  color: #25D366;
}

.footer .btn-whatsApp > span {
  background: #25D366;
}

.footer .btn-linkedin:hover > i, .footer .btn-linkedin:focus > i {
  color: #007bb6;
}

.footer .btn-linkedin > span {
  background: #007bb6;
}

.footer .text_contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 20px;
  top: 80px;
}

.footer .contact_ican_email {
  padding-left: 100px;
  padding-top: 30px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .contact_ican_call {
  padding-left: 100px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .copy {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.footer .contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 30px;
  top: 80px;
}

.footer .f-about {
  position: absolute;
  top: 10px;
}

.footer .f_name {
  color: white;
  font-size: 15px;
  font-weight: bold;


}

.footer .f_job {
  color: #d9d6d6;
  font-family: inherit;
  font-weight: bold;
  font-size: 15px;
  position: absolute;

  left: 150px;
  top: 80px;
}

.footer .contact_about_card {
  position: relative;
  top: 20px;
  left: 10px;
  justify-content: center;
  justify-self: center;
  background-color: #212428;
  border-radius: 10px;
  box-shadow: var(--shadow-1);
  height: 115px;
  width: 110px;
}

.footer .contact_image {
  height: 110px;
  width: 105px;
}

.footer .f_text {
  position: relative;
  color: rgba(174, 174, 174, 0.937);
  text-align: justify;
  text-justify: inter-word;
  top: 0px;
}
}