@import url(https://fonts.googleapis.com/css2?family=Solway:wght@300;500;800;900&display=swap);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;
  font-size: 100%;
  font: inherit;
  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;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html, body {
  font-family: "Solway";
  font-size: 15px;
  color: #524f4f;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 300ms ease-in-out;
}

a, img {
  outline: none;
}

img {
  display: block;
  border: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
strong, b {
  font-weight: 900;
  color: #2c2b2b;
}

em {
  font-style: italic;
}

sup {
  font-size: 12px;
  font-weight: 900;
}

.col-lg-6 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.col-lg-12.custom-padding {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.page-title {
  text-align: center;
  margin: 30px 0 30px 0;
  color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size: 65px;
}

header {
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/background-header.jpg);
}
header .navbar-nav {
  display: flex;
  align-items: center;
}
header .navbar-nav .nav-link {
  color: black;
  font-size: 18px;
  padding: 0 1.7rem 0 1.7rem !important;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  border-bottom: solid 15px #000;
  width: calc(calc(100vw - 1222px) / 2) !important;
}
header::after {
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
  border-bottom: solid 15px #000;
  width: calc(calc(100vw - 1222px) / 2) !important;
}

.section-home {
  background: url(../img/banner-home.png);
  background-size: auto;
}
.section-home .home-img {
  min-height: calc(100vh - 5px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-home .home-img img {
  max-width: 498px;
}

.section-freedoms, .section-presentation, .section-experience, .freedoms-open, .section-commitment {
  margin-bottom: 150px;
}

.section-presentation .presentation-text {
  margin-top: 15px;
  text-align: justify;
}
.section-presentation .presentation-text p {
  line-height: 20px;
}
.section-presentation .presentation-card {
  display: flex;
}
.section-presentation .presentation-card div {
  padding: 5px 10px;
}
.section-presentation .presentation-card div h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}

.section-commitment .commitment-text {
  text-align: justify;
  margin-top: 15px;
}
.section-commitment .commitment-text p {
  line-height: 20px;
}

.section-experience .experience-text {
  margin-top: 15px;
  text-align: justify;
}
.section-experience .experience-text p {
  line-height: 20px;
}
.section-experience h1 {
  margin: 30px auto;
}
.section-experience h2 {
  font-size: 30px;
  line-height: 35px;
  margin: 30px 0 20px 0;
  color: #000;
}
.section-experience h3 {
  font-size: 25.5px;
  margin: 30px 0 15px 0;
  color: #000;
}
.section-experience .experience-container {
  width: 80%;
}
.section-experience .experience-container ul {
  display: inline-flex;
  flex-wrap: wrap;
}
.section-experience .experience-container ul li {
  list-style-type: disc;
  min-width: 200px;
  margin-left: 20px;
  padding: 2px 0;
}

.section-custom-text {
  padding-bottom: 146px;
}
.section-custom-text .custom-text {
  text-align: justify;
  margin-top: 15px;
}
.section-custom-text .custom-text p {
  line-height: 20px;
}
.section-custom-text .custom-text h3 {
  font-size: 25.5px;
  margin: 30px 0 15px 0;
  color: #000;
}
.section-custom-text .custom-text blockquote {
  font-size: 13px;
  color: #726e6e;
  border-top: 2px solid #726e6e;
  padding-top: 10px;
}
.section-custom-text .custom-text .p-title {
  font-size: 22px;
  line-height: 1.2;
}
.section-custom-text .custom-text .p-autor {
  font-size: 13px;
}
.section-custom-text .freedoms-articles {
  margin: 50px 0 0px 0;
}
.section-custom-text .freedoms-articles h2 {
  font-size: 30px;
  color: #000;
  margin: 15px 0 15px 0;
}
.section-custom-text h4.category {
  font-size: 19.5px;
  color: #000;
  margin: 25px 0 0 0;
}

.section-freedoms .freedoms-text {
  text-align: justify;
  margin-top: 15px;
}
.section-freedoms .freedoms-text p {
  line-height: 20px;
}
.section-freedoms .freedoms-text h3 {
  font-size: 25.5px;
  margin: 30px 0 15px 0;
  color: #000;
}
.section-freedoms .freedoms-text blockquote {
  font-size: 13px;
  color: #726e6e;
  border-top: 2px solid #726e6e;
  padding-top: 10px;
}
.section-freedoms .freedoms-text .p-title {
  font-size: 22px;
  line-height: 1.2;
}
.section-freedoms .freedoms-text .p-autor {
  font-size: 13px;
}
.section-freedoms .freedoms-articles {
  margin: 50px 0 0px 0;
}
.section-freedoms .freedoms-articles h2 {
  font-size: 30px;
  color: #000;
  margin: 15px 0 15px 0;
}
.section-freedoms h4.category {
  font-size: 19.5px;
  color: #000;
  margin: 25px 0 0 0;
}

.freedoms-card {
  border: 1px solid #524f4f;
  padding: 25px 10px 30px 10px;
  margin: 20px 0;
  min-height: 160px;
}
.freedoms-card h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
.freedoms-card small {
  font-size: 11px;
  font-weight: 300;
}
.freedoms-card a {
  text-decoration: none;
  font-size: 15px;
  width: 42px;
  height: 25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding: 1px 5px;
  border: 1px solid #524f4f;
  position: absolute;
  bottom: 14px;
  right: 32px;
  line-height: 22px;
}
.freedoms-card a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.freedoms-open small {
  font-size: 14px;
  font-weight: 300;
}
.freedoms-open h2 {
  font-size: 30px;
  color: #000;
}
.freedoms-open .freedoms-card a {
  position: relative;
  bottom: -47px;
  right: -58px;
}
.freedoms-open .aside-freedoms {
  margin-top: 130px;
}

.section-links {
  margin-bottom: 130px;
}
.section-links .links-text {
  text-align: justify;
}
.section-links .links-text p {
  line-height: 20px;
}
.section-links .links-text h3 {
  font-size: 25.5px;
  margin: 30px 0 15px 0;
  color: #000;
}
.section-links .links-text blockquote {
  font-size: 13px;
  color: #726e6e;
  border-top: 2px solid #726e6e;
  padding-top: 10px;
}
.section-links .links-text h4 {
  font-size: 18px;
  margin: 60px 0 15px 0;
  color: #000;
}
.section-links .links-articles {
  margin: 15px 0 20px 0;
}
.section-links .links-articles h2 {
  font-size: 30px;
  color: #000;
  margin: 15px 0 15px 0;
}
.section-links ul {
  margin-top: 20px;
}
.section-links ul li {
  list-style: disc;
  margin-left: 20px;
  padding: 5px 0;
}
.section-links ul li a {
  text-decoration: none;
  color: #524f4f;
}

.section-contact {
  background: url(../img/banner-home.png);
  background-size: auto;
  min-height: 880px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-contact .contact-container {
  width: 50%;
}
.section-contact .contact-container .col-lg-6 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.section-contact .contact-container p {
  color: #fff;
}
.section-contact .contact-container h1 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 75px;
  margin: 30px auto;
}
.section-contact .contact-container form {
  width: 80%;
  margin-left: auto;
}
.section-contact .contact-container form input {
  border-radius: 0px;
}
.section-contact .contact-container form textarea {
  border-radius: 0px;
}
.section-contact .contact-container form button {
  width: 152px;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 0px;
  border: 1px solid #fff;
  background: none;
  margin-left: auto;
  float: right;
}
.section-contact .contact-container form button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.section-contact .contact-container .place {
  margin-bottom: 40px;
  display: flex;
}
.section-contact .contact-container .place a {
  color: #fff;
}
.section-contact .contact-container .place p {
  line-height: 20px;
  font-size: 16px;
}
.section-contact .contact-container .place img {
  margin-right: 20px;
  height: 30px;
}
.section-contact .contact-container .phone {
  margin-bottom: 40px;
  display: flex;
}
.section-contact .contact-container .phone p {
  font-size: 16px;
  line-height: 20px;
}
.section-contact .contact-container .phone a {
  color: #fff;
  text-decoration: none;
}
.section-contact .contact-container .phone img {
  margin-right: 20px;
  margin-top: -5px;
  height: 24px;
}
.section-contact .contact-container .e-mail {
  margin-bottom: 40px;
  display: flex;
}
.section-contact .contact-container .e-mail p {
  font-size: 16px;
  line-height: 20px;
}
.section-contact .contact-container .e-mail a {
  color: #fff;
  text-decoration: none;
}
.section-contact .contact-container .e-mail img {
  height: 18px;
  margin-right: 20px;
}
.section-contact .contact-container .skype {
  margin-bottom: 56px;
  display: flex;
  align-items: center;
}
.section-contact .contact-container .skype p {
  font-size: 16px;
  line-height: 20px;
}
.section-contact .contact-container .skype a {
  color: #fff;
  text-decoration: none;
}
.section-contact .contact-container .skype img {
  height: 30px;
  margin-right: 18px;
  margin-top: -22px;
  margin-left: -2px;
}

@media (max-width: 1366px) {
  header::before {
    width: 10%;
  }
  header::after {
    width: 10%;
  }

  .freedoms-open .freedoms-card a {
    position: relative;
    bottom: -47px;
    right: -56px;
  }

  .section-commitment .span {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .freedoms-card {
    min-height: 190px;
  }

  .section-contact .contact-container form {
    width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  header::before {
    width: 2%;
  }
  header::after {
    width: 2%;
  }

  .freedoms-open .freedoms-card a {
    position: relative;
    bottom: -47px;
    right: -138px;
  }

  .section-experience h2 {
    text-align: left;
  }
}
@media (max-width: 992px) {
  header {
    height: 84px;
    background: unset;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header::before {
    display: none;
  }
  header::after {
    display: none;
  }

  .section-home .home-img {
    min-height: calc(100vh - 84px);
  }

  .place {
    margin-top: 22px;
  }

  .navbar-toggler {
    border-color: black;
    background-color: white;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-nav {
    background-color: white;
    padding: 20px 0;
    margin-bottom: 460px;
    width: 100vw;
  }
  .navbar-nav .nav-link {
    color: black;
    font-size: 22.5px !important;
    line-height: 30px;
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  header {
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  header::before {
    display: none;
  }
  header::after {
    display: none;
  }

  .section-freedoms, .section-presentation, .section-experience, .freedoms-open, .section-commitment {
    margin-bottom: 100px;
  }

  .freedoms-open .freedoms-card a {
    position: relative;
    bottom: -47px;
    right: -138px;
  }

  .section-home .home-img {
    min-height: calc(100vh - 50px);
  }

  .section-contact {
    min-height: 890px;
  }
  .section-contact .contact-container h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .col-lg-6 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .container {
    width: 90%;
  }

  header {
    height: 50px;
    position: fixed;
    bottom: 0;
  }

  .page-title {
    margin: 30px 0 20px 0;
    font-size: calc(15px + 8vw);
  }

  .section-commitment .span {
    margin-left: 60px;
  }

  .section-home .home-img {
    min-height: calc(100vh - 50px);
  }
  .section-home .home-logo {
    width: 75%;
  }

  .section-presentation .presentation-card {
    flex-wrap: wrap;
  }

  .section-experience .col-lg-6, .section-presentation .col-lg-6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .section-experience h2 {
    font-size: 27px;
    line-height: 32px;
    margin: 40px 0 20px 0;
  }

  .section-contact .contact-container form button {
    width: 130px;
    height: 50px;
    font-size: 22px;
  }

  .section-experience .experience-text {
    margin-top: 20px;
  }

  .section-contact .contact-container {
    width: 80%;
  }
  .section-contact .contact-container h1 {
    font-size: calc(10px + 8vw);
  }

  .section-freedoms .freedoms-articles {
    margin: 20px 0 0px 0;
  }
  .section-freedoms .freedoms-text {
    margin-top: 20px;
  }
  .section-freedoms .freedoms-articles h2 {
    font-size: 26px;
  }

  .freedoms-open .aside-freedoms {
    margin-top: 50px;
  }
  .freedoms-open .freedoms-card a {
    right: -68px;
  }
}
@media (max-width: 320px) {
  .section-home .home-img {
    min-height: calc(100vh - 50px);
  }

  .section-presentation .presentation-card {
    flex-wrap: wrap;
  }

  header {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .freedoms-open .freedoms-card a {
    right: -20px;
  }
}
.msg-validate .error {
  color: #ECF0D6;
  margin: 5px;
  text-align: right;
  width: 100%;
}