/* Base scss file */ /* Variables */
/* responsive left spacer */
/* General CSS */
html {
  scroll-behavior: smooth;
}

body {
  font-family: SharpGroteskBook;
}

p a {
  color: #FFFFFF;
}
p a:hover {
  color: rgb(201, 201, 201);
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: rgb(82, 82, 82);
}

/* Header */
.header-container {
  background-color: #CAEDFB;
}

.header-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.header-section {
  height: auto;
}

.header-photo {
  width: 100%;
  position: relative;
}

.logo {
  width: 100px;
}

.icon-svg {
  width: 100px;
}

.contact-header {
  position: absolute;
  top: 40px;
  right: 16.66666667%;
  font-size: 24px;
  z-index: 3;
  background-color: rgba(215, 215, 215, 0.4117647059);
  padding: 3px 9px;
  border-radius: 6px;
}

.logo-white {
  width: 65%;
}

.slogan {
  display: flex;
  font-size: 3em;
}

.signature {
  font-size: 24px;
  font-family: DMSans;
}

.icon {
  text-align: center;
}
.icon p {
  font-family: DMSans;
  font-size: 24px;
}

.portfolio-container {
  margin-top: 5em;
}

.portfolio p {
  font-size: 24px;
}

.icon-container .icon {
  border-right: 2px solid #CAEDFB;
}

.icon-container .icon:nth-child(2) {
  border-left: 2px solid #CAEDFB;
}

/* Footer */
footer {
  width: 100%;
  margin-top: 170px;
  padding: 7em 0 7em 0;
  background-color: #001431;
  color: #FFFFFF;
}

.contact-text, .company, .company-id {
  font-family: DMSans;
  font-size: 21px;
  line-height: 17px;
  font-weight: 200;
}

.contact {
  font-family: SharpGroteskBook;
  font-size: 30px;
  line-height: 30px;
}

.logo-white, .slogan-footer {
  margin-left: 30px;
}

/* Fonts */
@font-face {
  font-family: TiemposText;
  src: url(..//fonts/TiemposText-Regular.otf);
}
@font-face {
  font-family: SharpGroteskBook;
  src: url(..//fonts/SharpGroteskBook-21.otf);
}
@font-face {
  font-family: DMSans;
  src: url(..//fonts/DMSans-VariableFont.ttf);
}
/* Fonts */
@font-face {
  font-family: TiemposText;
  src: url(..//fonts/TiemposText-Regular.otf);
}
@font-face {
  font-family: SharpGroteskBook;
  src: url(..//fonts/SharpGroteskBook-21.otf);
}
@font-face {
  font-family: DMSans;
  src: url(..//fonts/DMSans-VariableFont.ttf);
}
/* Responsive design */
@media screen and (max-width: 1450px) {
  .slogan {
    font-size: 2.8em !important;
  }
}
@media screen and (max-width: 1400px) {
  .header-left {
    margin-left: 100px;
  }
  .contact-header {
    right: 8%;
  }
  .portfolio {
    margin-left: 100px;
  }
  .spacer {
    display: none;
  }
  .icon-container {
    justify-content: center;
  }
  .icon {
    width: 25%;
  }
  footer {
    margin-top: 130px;
  }
  .footer-left {
    margin-left: 100px;
  }
  .footer-right {
    margin-left: 60px;
  }
  .logo-white {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .slogan {
    font-size: 2.4em !important;
  }
  .number {
    margin-bottom: 2rem !important;
  }
}
@media screen and (max-width: 1100px) {
  .slogan {
    font-size: 2.2em !important;
  }
  .header-left {
    margin-left: 80px;
  }
  .portfolio {
    margin-left: 80px;
  }
  .footer-left {
    margin-left: 80px;
  }
  .footer-right {
    margin-left: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .logo-white {
    width: 70%;
  }
  .footer-right {
    padding-left: 70px;
  }
}
@media screen and (max-width: 950px) {
  footer {
    padding-left: 8%;
  }
  .contact-header {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .header-left {
    width: 100%;
    margin-left: 0;
    padding-left: 8%;
  }
  .header-right {
    width: 100%;
  }
  .logo {
    width: 120px;
    margin-bottom: 50px;
  }
  .slogan {
    margin-bottom: 50px;
    font-size: 2.8em !important;
  }
  .footer-left {
    width: 100%;
    margin-left: 0;
  }
  .footer-right {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .logo-white {
    margin-left: 0;
    margin-top: 70px;
  }
  .slogan-footer {
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .icon {
    width: 50%;
    border: none !important;
    padding: 30px;
  }
  .icon-svg {
    width: 150px;
  }
  footer {
    margin-top: 90px;
  }
  .icon-container {
    margin: 0 40px 0 40px;
  }
}
@media screen and (max-width: 700px) {
  .slogan {
    font-size: 2.5em !important;
  }
  footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 600px) {
  .icon {
    padding: 20px;
  }
  .portfolio {
    margin-left: 8%;
  }
  .icon-container {
    margin: 0 20px 0 20px;
  }
  .slogan {
    font-size: 2.2em !important;
  }
}
@media screen and (max-width: 500px) {
  .icon {
    padding: 10px;
  }
  .icon-svg {
    width: 120px;
  }
  .contact {
    font-size: 25px;
  }
  .icon-container {
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .slogan {
    font-size: 2em !important;
  }
  footer, .header-left {
    padding-left: 5%;
  }
  .contact {
    font-size: 20px;
    line-height: 20px;
  }
  .icon p {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
