:root{
  --green-default: #39F5B1;
  --blue-default: #1D70B7;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

::selection{
  background-color: var(--green-default);
  color: var(--blue-default);
}

.footer{
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: var(--blue-default);

}

.content-footer{
  width: 80%;
  height: 100%;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  /* background-color: red;  */
}

.logo-social{
  width: 300px;
  height: 300px;
  /* background-color: orange; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-social img{
  max-width: 157.75px;
  max-height: 66.75px;
}

.socials{
  width: 100%;
  display: flex;
  justify-content: center;
  /* background-color: green; */
  padding-top: 15px;
  padding-right: 10px;
}

.social{
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #DDEAF4;
  margin-left: 15px;
  cursor: pointer;
}

.fab{
  color: var(--blue-default)
}

.interprise{
  width: 600px;
  height: 400px;
  /* background-color: greenyellow; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 15px;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.interprise h3{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
}

.interprise p{
  font-style: normal;
  padding-top: 20px;
  font-weight: 300;
  font-size: 20px;
}
.interprise p > span{
  font-style: normal;
font-weight: bold;
font-size: 20px;
}

.links{
  width: 300px;
  height: 400px;
  /* background-color: aquamarine; */
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.links h3{
  padding-bottom: 15px;
}

.links ul > li{
  list-style-type: none;
  line-height: 30px;
}

.links ul > li > a{
 color: white;
 text-decoration: none;
}

.links h3:nth-of-type(2){
  padding-top: 20px;
}



@media screen and (max-width: 1338px){
  .interprise h3{
    font-size: 23px;
  }

  .interprise p{
    font-size: 19px;
  }

  .interprise p > span{
    font-size: 19px;
  }
}



@media screen and (max-width: 1178px){
  .interprise h3{
    font-size: 22px;
  }

  .interprise p{
    font-size: 18px;
  }

  .interprise p > span{
    font-size: 18px;
  }
}

@media screen and (max-width: 992px){
  .content-footer{
    width:  95%;
    margin-left: 2.5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .logo-social{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .interprise{
    width: 100%;
    padding-right: 0px;
    text-align: center;
    align-items: center;
    height: 250px;

  }

  .links{
    text-align: center;
    height: auto;
    margin-top: 50px;
  }

  .links h3:nth-of-type(2){
    padding-top: 15px;
  }
  
}


@media screen and (max-width: 700px){
  .interprise h3{
    font-size: 22px;
  }

  .interprise p{
    font-size: 17px;
  }

  .interprise p > span{
    font-size: 17px;
  }
}



@media screen and (max-width: 494px){
  .interprise h3{
    font-size: 21px;
  }

  .interprise p{
    font-size: 16px;
  }

  .interprise p > span{
    font-size: 16px;
  }

  .links{
    padding: 40px 0px;
  }
  
}


@media screen and (max-width: 462px){
  .logo-social{
    padding-bottom: 30px;
  }
}



@media screen and (max-width: 418px){
  .logo-social{
    padding-bottom: 40px;
  }
  .interprise{
    height: 280px;
  }
}