@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");

*{
  scroll-behavior: smooth;
}

body {
  margin: 0;
  height: 100vh;
  width: 100%;
}

nav {
  width: 100%;
  z-index: 1;
}

.brDesktop {
  display: block;
}

/********/

.bttnPrincipal {
  padding: 15px 40px;
  background-color: #FC7E00;
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 17px;
  font-weight: 500;
  transition: .5s ease-in-out
}

.bttnPrincipal:hover {
  background-color: #E26B04
}

.bttnSecundario {
  padding: 15px 40px;
  background-color: #004BC2;
  color: #fff;
  border: solid 1px #004BC2;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 500;
  transition: .5s ease-in-out
}

.bttnSecundario:hover {
  background-color: transparent
}

/********/

header {
  background-color: #002646;
  padding: 200px 0 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 15%;
}

header .headerContainer {
  width: 100%;
  padding: 0 89px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  margin: 0 auto
}

header .headerContainer .div-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 15px;
  position: relative
}

header .headerContainer .div-text .heroTextBttns {
  display: flex;
  gap: 20px;
}

header h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: bolder;
  line-height: 110%;
  max-width: 450px;
}

header .under-title {
  padding-right: 110px;
  font-family: "Roboto";
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

button {
  cursor: pointer;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: normal
}

/********/

.content {
  font-family: "Montserrat", sans-serif;
  max-width: 1460px;
  margin: 0 auto;
  padding: 10em 20px 7em;
}

.contentGrid {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 50px;
  row-gap: 50px;
}
.content h2{
  color: #FC7E00;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  margin-bottom: 2.5em;
  grid-column: span 3;
}
.agent{
  width: 23%;
  display: grid;
  place-items: center;
  row-gap: 1em;
}
.agent .profilePic{
  width: 100%;
  max-width: 172px;
}
.agent h3{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
span.position{
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.content p {
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 155%;
  margin: 0;
}
span.finalTag {
  display: block;
  color: #00cbcf;
  font-weight: bold;
  font-size: 22px;
  margin: 1em 0 0.5em;
}
.agent button,
.finalSect button,
.successSect button,
.journeyStart button {
  border: 0;
  width: 300px;
  background: #FC7E00;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 240%;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
.agent button{
  margin: 0;
  width: 213px;
}

button:focus {outline:none;}

/****************/
.containerAcademy {
  background-color: #EDECE8;
  padding: 120px 0;
  background-image: url(images/emblue-resources-id-2.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.containerAcademyTwo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 30px;
  
}

.containerAcademyTwo h3 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #002649;
}

/****************/
/* MEDIA QUERY - TABLET */
@media (min-width: 701px) and (max-width: 1124px) {

  header {
    padding: 140px 0 80px;
  }
  
  header .headerContainer {
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: center;
    justify-content: center;
  }
  
  header .headerContainer .div-text {
    justify-content: center;
    align-items: center;
  }

  header .headerContainer .videoContainer {
    justify-self: center;
  }
  
  header h1 {
    text-align: center;
    max-width: none;
  }
  
  header .under-title {
    padding-right: 0;
    text-align: center;
  }
  
  button {
    cursor: pointer;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: normal
  }
  
  /*********************/
  .contentGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
  }

  .agent {
    width: 100%;
  }

  .brDesktop {
    display: inline;
  }

  /*********************/
  .containerAcademy {
    background-image: none;
  }
}

/* MEDIA QUERY - MOBILE */
@media (max-width: 700px) {
  .brDesktop {
    display: inline;
  }

  /*********************/
  header {
    padding: 140px 0 80px;
  }
  
  header .headerContainer {
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }
  
  header .headerContainer .div-text {
  }
  
  header .headerContainer .div-text .heroTextBttns {
    flex-direction: column;
    gap: 20px;
  }

  header .headerContainer .videoContainer {
    justify-self: center;
    width: 100%;
    height: auto;
  }

  header .headerContainer .videoContainer iframe{
    width: 100%;
  }
  
  header h1 {
    font-size: 40px;
    line-height: 45px;
  }
  
  header .under-title {
    padding-right: 0;
  }
  
  button {
    cursor: pointer;
    border: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: normal
  }
  
  /*********************/

  .content .inside{
    max-width: 45vw;
    text-align: left;
    margin-bottom: 20vw;
  }

  .contentGrid {
    display: block;
  }

  .contentGrid .agent {
    margin-bottom: 50px;
    width: 100%;
  }

  .content{
    grid-template-columns: 1fr;
    row-gap: 3em;
    padding: 80px 30px 20px;
  }

  .content h2{
    grid-column: 1;
    font-size: 25px;
  }

  /****************************/
  .containerAcademy {
    background-image: none;
    padding: 120px 20px;
  }

}

@media (min-width: 700px) and (max-width: 1800px){
  body {
      zoom: .85;
  }
}

@media (min-width: 1209px) {
  .containerLayout {
      margin: 0 auto;
      max-width: 1366px
  }
}
