* {
  box-sizing: border-box;
}

main{
  overflow: hidden;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000000;
}

header#header {
  height: 100vh;
  min-height: 1100px;
  background-image: url(../images/bgheader.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}

.container-header label{
  font-family: 'carnas_light';
  color: rgb(62, 62, 62) !important;
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
}

.form,
.form iframe{
  width: 100%;
  height: 460px;
}

.container-header{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
}

#logo{
  margin-bottom: 40px;
  max-width: 120px;
}

h1{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'gotham_black';
  text-transform: uppercase;
  color: white;
  font-size: 34px;
  text-align: center;
  margin: 0;
}

h1 span{
  margin: 50px 0;
  display: block;
}

img{
  max-width: 100%;
  height: auto;
}

.grid {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.column{
  width: 100%;
}

section{
  border-top: 4px solid #000;
  text-align: center;
  color: white;
}

.section-one{
  background-color: #de6207;
}

.section-one .column-world img{
  -webkit-transform: translate(0, -28px);
       -o-transform: translate(0, -28px);
          transform: translate(0, -28px);
}

.text{
  margin: 30px 0;
} 

.section-two{
  background-color: #fb8d05;
}

footer{
  background-color: #000000;
}

footer .row{
  display: flex;
  justify-content: center;
}

footer .row ul{
  padding: 0 80px;
  text-align: left;
}

footer .row ul li{
  min-height: 120px;
}

h2, 
h3{
  font-family: 'gotham_black';
  text-transform: uppercase;
}

h2{
  font-size: 40px;
  margin: 40px 0;
}

h3{
  font-size: 28px;
}

h3 small{
  font-family: 'gotham_book';
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

ul{
  list-style: none;
  padding-left: 0;
}

li + li{
  margin-top: 20px;
}

li, 
p{
  font-size: 18px;
  font-family: 'carnas_light';
  font-weight: normal;
  color: white;
}

li b{
  font-size: 18px;
  font-family: 'carnas_bold';
  font-weight: normal;
  color: white;
}

p{
  font-family: 'gotham_book';
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  line-height: 30px;
}

p + p{
  margin-top: 12px;
}

footer{
  padding: 50px 0;
  color: white;
  text-align: center;
}

footer h3{
  font-family: 'carnas_bold';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px;
}

footer .grid{
  align-items: flex-start;
}

footer .social{
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}

footer .social a{
  margin-left: 15px;
}

@media (max-width: 800px) 
{
  .section-one .column-world img{
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .section-one .grid{
    flex-direction: column-reverse;
  }

  .section-two .grid,
  footer .grid{
    flex-direction: column;
  }

  footer .grid .column{
    margin-bottom: 20px;
  }
}


@media (max-width: 500px) 
{
  header#header{
    padding: 20px ;
    min-height: 1300px;
  }

  section{
    padding: 20px ;
  }

  h1{
    font-size: 24px;
    padding: 0 10px;
  }

  h2{
    font-size: 30px;
    margin: 30px 0;
  }

  h3{
    font-size: 22px;
  }

  footer h3{
    font-size: 14px;
  }

  #inspira{
    max-width: 200px;
    display: table;
    margin: 0 auto ;
  }

  .form,
  .form iframe{
    height: 805px;
    margin: 0 auto;
    display: table;
  }

  footer .row{
    display: unset;
    justify-content: center;
  }

}