
body {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #053a85;
}

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;
}

.container-header{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1280px;
}

h1{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'gotham_black';
  text-transform: uppercase;
  color: #053a85;
  font-size: 34px;
  text-align: center;
  margin: 0;
}

h1 span{
  margin: 50px 0;
  display: block;
}

.form{
  width: 100%;
  position: absolute;
  bottom: 20px;
  z-index: 5;
}

.form iframe{
  width: 100%;
  height: 450px;
}

#logo {
  margin: 0 auto 20px;
  display: table;
  position: relative;
  z-index: 2;
}

.grid {
  max-width: 1490px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.strong-blue{
  background-color: #053a85;
  height: 770px;
}

.light-blue{
  height: 1054px;
  background-image: url(../images/bg-light-blue.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.light-blue .grid{
  align-items: flex-end;
}

.light-blue .grid img:first-child{
  padding-bottom: 70px;
}

.video {
  height: 772px;
  background-image: url(../images/bgvideo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video .container{
  width: 1000px;
  height: 600px;
  position: relative;
}

.video .container::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 110%;
  height: 110%;
  background-image: url(../images/bordervideo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  z-index: 1;
}

.video .content-video{
  background-color: black;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-self: center;
}

footer{
  padding: 70px 0;
  border-bottom: 50px solid #012856;
  background-color: #053a85;
  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;
}

ul{
  list-style: none;
  padding-left: 0;
}

li, 
p{
  font-size: 18px;
  font-family: 'carnas_light';
  font-weight: normal;
}

li + li{
  margin-top: 20px;
}

footer .social{
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}

footer .social a{
  margin-left: 15px;
}

img{
  max-width: 100%;
  height: auto;
}


@media (max-width: 1490px) 
{
  .form{
    bottom: 0;
  }
  
  section.strong-blue{
    height: auto;
    padding: 80px;
  } 

  section.strong-blue .grid{
    align-items: flex-start;
  }

  section img{
    max-width: 100%;
    width: 50%;
  }

  section.light-blue{
    height: auto;
  }

  section.light-blue .grid{
    align-items: flex-end;
  }

  #list{
    padding: 80px;
  }

  .video .container{
    width: 84%;
    height: 500px;
  }

  .video .container::before{
    width: 106%;
    height: 112%;
    background-size: 100% 100%;
  }

  .grid{
    max-width: 100%;
  }
  
  main{
    overflow: hidden;
  }

}

@media (max-width: 1130px) 
{

  footer .grid .column{
    padding: 0 20px;
  }

  li, 
  p{
    font-size: 14px;
  }

  footer h3{
    font-size: 18px;
  }

}

@media (max-width: 700px) 
{

  #logo{
    max-width: 200px;
  }

  header#header{
    padding: 0 20px;
    min-height: 1400px;
  }

  h1{
    font-size: 24px;
  }

  .form {
    bottom: 0;
    position: relative;
  }

  .form iframe{
    height: 750px;
    margin: 0 auto;
    display: table;
  }

  #boy {
    margin-top: 60px;
  }

  section.strong-blue .grid{
    flex-direction: column-reverse;
    align-items: center;
  }

  section.light-blue .grid{
    flex-direction: column;
    align-items: center;
  }

  section.strong-blue{
    height: auto;
    padding: 40px 0;
  }

  .video{
    background-size: cover;
    padding: 80px 0;
    height: auto;
  }

  .video .container{
    width: 80%;
    height: 240px;
  }

  .hide-mobile{
    display: none;
  }

  footer .grid{
    align-items: center;
    flex-direction: column-reverse;
  }

  footer .column + .column{
    margin-bottom: 80px;
  }

  footer .social{
    justify-content: center;
  }

  #inspira{
    max-width: 200px;
    display: table;
  }

  #list{
    padding: 40px 0;
  }

  section img{
    max-width: 100%;
    width: 86%;
  }
 
}