* {
  --primary-red: #9E2136;
}

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

@font-face {
  font-family: "Arial";
  font-weight: 400;
  src: url("../fonts/arial.ttf");
}

@font-face {
  font-family: "Arial";
  font-weight: bold;
  src: url("../fonts/arialbd.ttf");
}

@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/arial-narrow.ttf");
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #575756;
}

header {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}

header img {
  max-width: 160px;
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

#hero {
  background-image: url('../img/hero.jpg');
  min-height: 80vh;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 6rem;
}

#hero h1 {
  font-family: "Arial Narrow";
  color: white;
  text-transform: uppercase;
  font-stretch: ultra-expanded;
  font-size: 2.8rem;
  max-width: 1000px;
  margin: auto;
  /* transform: scale(1, 1.3); */
}

#section-info {
  padding: 4rem 0;
}

#section-info p {
  font-size: 1.4rem;
  max-width: 600px;
  margin: auto;
}

#section-images {
  background-color: #F6F6F6;
  padding: 1.4rem 0 3rem 0;
  overflow-x: hidden;
}

#section-images .row {
  padding: 4rem 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.col {
  flex-basis: 100%;
}

.col img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 500px;
}

.order-1 {
  order: -1;
}

.col-img {
  display: flex;
  justify-content: center;
}

.img-wrapper {
  position: relative;
}

.col-img.left {
  text-align: right;
}

.col-img .img-wrapper::after {
  content: '';
  height: 100px;
  width: 100px;
  border-radius: 200px;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.col-img.left .img-wrapper::after {
  right: 0;
  transform: translate(50%, 50%);
}

.col-img.right .img-wrapper::after {
  left: 0;
  transform: translate(-50%, 50%);
}

#section-images .row:first-of-type .img-wrapper::after {
  background-color: #788533;
}

#section-images .row:nth-of-type(2) .img-wrapper::after {
  background-color: #D18F00;
}

#section-images .row:last-of-type .img-wrapper::after {
  background-color: #EDCF40;
}

.col-text {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

h3 {
  color: var(--primary-red);
  font-family: "Arial Narrow";
  text-transform: uppercase;
  font-size: 2.2rem;
  /* transform: scale(1, 1.2); */
  margin-top: 3.4rem;
}

ul {
  padding-left: 1.2rem;
  margin-bottom: 2rem;
}

li {
 font-size: 1.2rem;
 margin-bottom: 1rem; 
}

#section-contact {
  background-color: var(--primary-red);
  color: white;
  padding: 2.4rem 0;
}

#section-contact > .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section-contact p {
  font-size: 1.4rem;
  max-width: 800px;
  margin: auto;
}

#section-contact img {
  width: 160px;
  margin: 3rem 0;
}

#section-contact button {
  color: var(--primary-red);
  border: 1px solid white;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.2rem 0;
  width: 90%;
  max-width: 340px;
  font-size: 1.4rem;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}

#section-contact button:hover {
  background-color: var(--primary-red);
  color: white;
  border: 1px solid white;
}

#image-full{
  width: 100%;
  float: none;
  height: 680px;
  background-image: url('./../img/img-foot.jpg');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.logos {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0;
  flex-wrap: wrap;
}

.logos img {
  max-width: 180px;
}

.logos img {
  margin: 0.2rem 2rem;
}

footer {
  background-color: #555555;
  padding: 4rem 0 4rem 0;
  color: #fff;
  font-size: 15px;
  float: left;
  width: 100%;
}

footer p {
  font-size: 15px;
}

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

footer ul li {
  font-size: 12px;
  color: #dddddd;
}

footer .col-md-4 p {
  margin-top: 40px;
  color: #dddddd;
}

body > footer > div > div:nth-child(1) > p:nth-child(2) {
  font-size: 22px!important;
}

body > footer > div > div:nth-child(1) > p:nth-child(3) {
  font-size: 11px;
}

body > footer > div > div:nth-child(1) > p:nth-child(3) > a {
  color: #dddddd!important;
  margin-top: 10px;
}

.container-footer {
  max-width: 1165px;
  margin: 0 auto;
  width: 100%;
}

.col-md-4 {
  width: calc(33% - 30px);
  padding: 0 15px;
  float: left;
}

@media only screen and (max-width: 768px) {
  .col-md-4 {
    width: calc(100% - 30px);
  }

  #image-full {
    height: 200px;
  }
}

@media (min-width: 768px) {

  .col {
    flex-basis: 50%;
  }

  .col-text.left {
    padding-right: 3rem;
  }
  
  .col-text.right {
    padding-left: 3rem;
  }

  #hero h1 {
    font-size: 4rem;
  }

  .order-1 {
    order: 0;
  }

  h3 {
    margin-top: 0;
  }

  .contacts {
    flex-basis: 66%;
    flex-wrap: nowrap;
  }

  .info p {
    flex-basis: 34%;
  }
}
