/* Estilos de fuente */
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Cormorant+Infant:wght@500;700&family=STIX+Two+Math&family=Source+Serif+Pro:wght@600&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

header {
  background: url(../img/Img_Header.png) no-repeat center center;
  box-sizing: border-box;
  background-size: cover;
  min-height: 100vh;
}

header .SM {
  background-color: #0262b0 !important;
  overflow-x: hidden;
  display: flex;
  padding: 0 2%;
  height: 5.5vh;
}

.SM .contacts {
  display: inline-flex;
  margin-right: 5px;
  align-items: center;
}

.SM .contacts i {
  color: #ffffff;
  font-size: 14px;
}

.SM .contacts p {
  color: #ffffff;
  font-size: 14px;
  margin: 0 5px;
}

.SM .media {
  border-left: #ffffff solid;
}

.SM .media ul {
  margin: 2% 0;
  padding: 0;
}

.SM .media ul li {
  display: inline-block;
  width: 25px;
  margin: 2px 5px 0px 5px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
}

.SM .media ul li a {
  color: #0262b0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

/* --------- Line Top ---------*/

header .line_top hr {
  margin-top: 4px;
  width: 100%;
  height: 7px;
  background-color: #0262b0;
}

/* ----------- Header ----------- */

.container_H {
  padding: 0 2% 15%;
}

header img {
  width: 237px;
  height: auto;
  margin-left: 0px;
}

header .navbar {
  background-color: transparent !important;
  padding: 0;
  margin-top: 0;
}

.container_H nav button {
  font-size: 40px;
  outline: none;
  border: none;
}

.container_H button i {
  color: #0262b0;
}

.container_H nav ul li a {
  color: #0262b0 !important;
  font: normal normal bold 18px/21px Arial;
}

.container_H nav ul div {
  background-color: transparent !important;
  border: none;
}

.container_H nav ul div a {
  background-color: transparent !important;
}

/* ----------- Title Header ----------- */

.title_header {
  width: 45%;
  display: flex;
}

header .title_header hr {
  width: 70px;
  margin-left: 0px;
  background-color: #931201;
  height: 5px;
}

header .title_header h1 {
  font: normal normal bold 50px/45px Source Serif Pro;
  color: #053249;
  margin: 6% 0 6%;
  text-align: start;
}

header .title_header h2 {
  font: normal normal normal 30px/30px Arial;
  color: #053249;
  text-align: start;
}

@media screen and (max-width: 1120px) {
  .title_header {
    width: 65%;
  }
}

@media screen and (max-width: 855px) {
  .title_header {
    width: 75%;
  }
}

@media screen and (max-width: 747px) {
  header .media {
    width: auto;
  }
  .container_H {
    width: auto;
    justify-content: flex-end;
  }
  .title_header {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  header .contacts p {
    margin: 0 auto;
  }
  .container_H {
    padding: 0 0 15%;
  }
  .title_header {
    width: 100%;
  }
}

/* -------------------- our Pillars -------------------- */

.title_Pillars h2 {
  font-family: "Source Serif Pro", serif;
  font-size: 33px;
  color: #0262b0;
  letter-spacing: 0;
  text-align: center;
}

.title_Pillars hr {
  width: 10%;
  margin-left: 45%;
  background-color: #931201;
  height: 5px;
}

.title_Pillars p {
  text-align: center;
  padding: 0;
  color: #053249;
  margin-left: auto;
  margin-right: auto;
}

.cards {
  width: 100%;
  display: flex;
}

.card1 {
  border: none;
  width: 100%;
}

.card1 .imgs {
  padding: 15%;
  background-color: #f0f3f7;
  margin: auto;
}

.card1 .imgs img {
  width: 40%;
  display: block;
  margin: auto;
}

.card {
  border: none;
  width: 100%;
}

.card .imgs {
  padding: 15%;
  background-color: #f0f3f7;
  margin: auto;
}

.card .imgs img {
  width: 50%;
  display: block;
  margin: auto;
}

.contents h3 {
  color: #053249;
  margin: 3% 0;
}

.contents span {
  color: #0262b0;
}

.contents p {
  margin-top: 2%;
  color: #053249;
}

/* -------------------- QS -------------------- */

.QS {
  display: flex;
  flex-direction: row;
  padding: 3% 5%;
  background-color: #0262b0;
}

.QS .title_QS {
  width: 50%;
}

.title_QS h2 {
  color: #fafafa;
  font-family: Source Serif Pro;
  margin: 5% 0;
}
.title_QS hr {
  background-color: #fafafa;
  height: 5px;
  width: 80px;
  margin: 0;
}

.QS .text_QS {
  width: 100%;
}

.text_QS p {
  color: #fafafa;
  margin-right: 15%;
}

@media screen and (max-width: 880px) {
  .QS {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .QS .title_QS {
    width: 100%;
  }

  .QS .title_QS hr {
    margin: 0 auto;
  }

  .QS .title_QS h2 {
    text-align: center;
    margin-left: auto;
    margin-bottom: 5%;
  }

  .QS .text_QS {
    margin-left: 0%;
  }

  .text_QS p {
    margin-right: 0;
  }
}

/* -------------------- Services -------------------- */

.Services {
  overflow-x: hidden !important;
  background-color: #f0f3f7;
  display: flex;
  box-sizing: border-box;
}

.Container_Services .title_Services {
  margin-top: 8%;
  margin-left: 8%;
  width: 25%;
}

.title_Services hr {
  margin-left: 0%;
  background-color: #931201;
  height: 5px;
  width: 65px;
}

.title_Services h2 {
  font-family: Source Serif Pro;
  color: #0262b0;
}

.Container_Services .services {
  margin: 5%;
}

.services {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 780px) {
  .Container_Services .title_Services {
    margin-left: 2%;
  }
  .services {
    flex-direction: column;
  }
  .Services .services .contents_Services {
    margin: 0%;
    padding: 0%;
  }
  .services .contents_Services .imgs {
    padding: 0;
  }
}

.services .contents_Services {
  margin: 0 6%;
  padding: 0 5%;
}

.contents_Services h3 {
  color: #0262b0;
  font-family: Source Serif Pro;
}

.contents_Services hr {
  background-color: #931201;
  height: 3px;
  width: 45%;
  margin-left: 0%;
}

.contents_Services .link_Services {
  text-align: right;
  margin-bottom: 5%;
}

.link_Services a {
  color: #931201;
  font: normal normal bold 16px/18px Arial;
}

.services .imgs {
  width: auto;
  padding: 0 5%;
}

/* -------------------- Clients -------------------- */

.Container_Clients {
  margin: 0 8%;
  display: flex;
}

@media screen and (max-width: 780px) {
  .Container_Clients {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .Container_Clients .text_Clients {
    margin: 0 auto;
  }

  .Container_Clients .text_Clients p {
    line-height: 25px;
  }
}

.Container_Clients .title_Clients {
  width: 30%;
  font: normal normal bold 35px/48px Source Serif Pro;
  color: #0262b0;
}

.title_Clients hr {
  width: 75px;
  height: 5px;
  background-color: #931201;
  margin-left: 0%;
}

.Container_Clients .text_Clients {
  margin: 0 10% 0 16%;
  width: 65%;
}

/* -------------------- Footer -------------------- */

.container_footer {
  background-color: #053249;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 2% 5%;
}

ul {
  list-style-type: none;
  padding: 0%;
}

/* ----------- Logo Footer ----------- */

.container_footer .logo {
  margin: 0 5% 0 0;
}

.container_footer .logo img {
  width: 250px;
}

/* ----------- Service Footer ----------- */

.container_footer .Services_footer {
  width: 100%;
  justify-content: center;
}

.container_footer .Services_footer h3 {
  text-align: start;
  font: normal normal Arial;
  color: #fafafa;
}

.container_footer .Services_footer hr {
  background-color: #fafafa;
  margin: 0;
  height: 3px;
  width: 80px;
}

.container_footer .Services_footer .services-footer {
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.services-footer .list_footer {
  margin-right: 10%;
  text-align: start;
}

.services-footer .list2_footer {
  text-align: start;
}

.services-footer ul li a {
  color: #fafafa;
  font: normal normal 18px/21px Arial;
}

/* ----------- Contacs Footer ----------- */

.container_footer .contacts_footer {
  margin: 0;
  width: 70%;
}

.contacts_footer .footer_btn {
  text-align: center;
}

.contacts_footer .footer_btn ul li a {
  color: #fafafa;
  font: normal normal 18px/21px Arial;
}

.contacts_footer .footer_btn ul li p {
  color: #fafafa;
  margin-top: 2%;
  font: normal normal 18px/21px Arial;
}

/* --- Media Footer --- */

.media_footer ul {
  justify-content: center;
  display: flex;
  width: 100%;
  margin-bottom: 7%;
}

.media_footer ul li {
  text-align: center;
  display: inline-block;
  margin: 0 5%;
  width: 30px;
  background-color: #fafafa;
  border-radius: 4px;
}

.media_footer ul li a {
  color: #053249;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

@media screen and (max-width: 880px) {
  .container_footer {
    flex-direction: column;
    padding-bottom: 5%;
    margin: 0 auto;
  }

  .container_footer .logo {
    text-align: center;
    margin: 0 0 5% 0;
  }

  .container_footer .Services_footer {
    text-align: center;
    margin: 0 0 5% 0;
  }

  .container_footer .Services_footer h3 {
    text-align: center;
  }

  .container_footer .Services_footer hr {
    text-align: center;
    margin: 0 auto;
  }

  .Services_footer .services-footer {
    margin: 0 auto;
    justify-content: center;
  }

  .Services_footer .services-footer .list_footer {
    margin: 0 auto;
    padding: 0 2%;
    text-align: center;
  }

  .Services_footer .services-footer .list2_footer {
    margin: 0 auto;
    padding: 0 2%;
    text-align: center;
  }

  .container_footer .contacts_footer {
    width: 100%;
    margin: 0;
  }

  .contacts_footer .footer_btn {
    text-align: center;
  }

  .contacts_footer .footer_btn ul li a {
    margin-top: 0;
  }

  .contacts_footer .footer_btn ul li p {
    margin-top: 0;
  }

  .media_footer ul {
    justify-content: center;
    margin-bottom: 2%;
  }
}

.footer_down {
  padding: 0% 5%;
  width: 100;
  text-align: center;
  background-color: #cccccc;
}

.footer_down p {
  color: #fafafa;
  display: inline-block;
  padding: 4px 0;
  margin: 0;
  align-items: center;
  font: normal normal normal 15px/18px Arial;
}