* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #1d273b;
    font-weight: 300;
}

.cont {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.cont1 {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 60px 0;
}

h1 {
    font-size: 50px;
}

/* Header */

header::before {
    content: "";
    display: block;
    margin-bottom: 120px;
}

nav {
    width: 100%;
    height: 120px;
    background: #fff;
    border-bottom: 1px solid transparent;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    z-index: 100;
    transition: ease-in-out 0.5s;
}

.nav {
    display: flex;
    justify-content: space-between;
    height: 120px;
    width: 100%;
    align-items: center;
    padding: 0 40px;
}

.nav .logo {
    height: 100px;
    
}

.nav .logo .img {
    height: 100%;
    vertical-align: top;
}

.headers-link {
    font-weight: 300;
    transition: ease-in-out 0.5s;
}


.nav .headers-link a{
    color: #5d6678;
    text-decoration: none;
    margin-left: 20px;
}

.hamburguer {
    width: 80px;
    height: 80px;
    display: none;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    /* transition: color 0.5s ease-in; */
}

.hamburguer > i {
    font-size: 25px;
    line-height: 80px;
}

.content-header {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-header > img {
    width: 550px;
    animation: ease-in animat 1s;

}



@keyframes animat {
    0% {
        transform: scale(0);
    }100% {
        transform: scale(1);
    }
}

.header-texts {
    margin: 0 0 0 30px;
    font-size: 25px;

}

.content-header p {
    font-weight: 100;;
    margin-top: 14px;
    color: #5d6678;
}

.content-header a {
    margin: 28px 0 0 0;
    width: 130px;
    display: inline-block;
    background: #669BD9;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(102, 155, 217, .85);
}

.title {
    font-size: 50px;
}

/* About us */
.about-us {
    background: #f2f2f2;
}

.partners {
    background: #90BDE6;
}

.container-article {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-around;
}


.article {
    width: 29%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 45px 30px 60px 30px;
    transition: 0.5s;
}

.article2 {
    width: 45%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 45px 30px 60px 30px;
    transition: 0.5s;
    text-align: center;
}

.article2 > img {
    width: 350px;
    height: 350px;
    
}


.article:hover {
    box-shadow: 0px 4px 10px rgba(17, 29, 48, .26);
}

.article > i {
    font-size: 30px;
    color: #fff;
    background: #669BD9;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50%;
    box-shadow: 0px 8px 32px rgba(102, 155, 217, .85);
}

.article > h3 {
    font-size: 24px;
    margin-top: 30px;

}

.article > p {
    font-weight: 300;
    color: #5D6678;
    margin-top: 15px;
    padding-bottom: 20px;

}

.article > a {
    color: #5d6678;
    font-weight: 400;
    text-decoration: none;
}

.article >a:hover {
    color: #669BD9;
    transition: color .5s;
}

/* Comments */

.comments {
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comments > img {
    width: 550px;

}

.comments-texts {
    margin: 0 0 0 30px;
    font-size: 20px;

}

.comments-texts p {
    font-weight: 100;;
    margin-top: 14px;
    color: #5d6678;
}

.comments-texts a {
    margin: 28px 0 0 0;
    width: 130px;
    display: inline-block;
    background: #669BD9;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(102, 155, 217, .85);
}

.title {
    font-size: 50px;
}
.title2 {
    font-size: 50px;
    color: #fff;
}

/* Results */

.results {
    background: #669BD9;
    padding-top: 30px;
}

.content-results {
    display: flex;
    justify-content: space-evenly;
}

.numbers {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.numbers .number {
    width: 45%;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 10px;
    padding: 40px 35px;
    margin-bottom: 20px;
}

.numbers .number h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}

.numbers .number p {
    color: #f2f5fc;
    font-weight: 300;

}

.results-texts {
    width: 37%;
}

.results-texts h4{
    color: #fff;
    font-size: 40px;
}

.results-texts p {
    color: #fff;
    font-weight: 300;
    margin: 20px 0;
}

.results-texts > a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 0;
    width: 120px;
    text-align: center;
    border-radius: 5px;
}

/* Services */
.services {
    display: flex;
    justify-content: space-between;
}

.services > img {
    width: 500px;
}

.box-skills {
    margin: 30px 30px 0 0;
}

.box-skills h4 {
    font-size: 24px;
    background: #f2f2f2;
    width: 350px;
    border-radius: 6px;
    padding: 10px 0 10px 15px;
    margin-bottom: 10px;
}

.box-skills i {
    color: #48BCD1;
    font-size: 20px;
}

/* Footer */

footer {
    background: #f2f2f2;
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.partFooter {
    width: 20%;
    text-align: center;
}

.partFooter h4 {
    color: #1d273b;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.partFooter h3 {
    color: #1d273b;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.partFooter a {
    display: block;
    text-decoration: none;
    color: #5d6678;
    font-weight: 300;
    transition: color .3s ease-in-out;
    margin-bottom: 10px;
}

.partFooter2 a {
    text-decoration: none;
    color: #5d6678;
    transition: color .3s ease-in-out;
}

.partFooter a:hover {
    color: #669BD9;
}

.social-media i {
    font-size: 20px;
    display: inline-block;
    color: #adb6c7;
    border: 1px solid #adb6c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}

.social-media i:hover {
    color: #fff;
    background-color: #48BCD1;
    border-color: #48BCD1;
}

.content-texts h3{
    margin-bottom: 15px;
    font-size: 22px;
}

.content-texts h3 span{
    background: #48BCD1;
    color:#fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 33px;
    height: 33px;
    padding: 2px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
    
}

/* Media Querys */

@media screen and (max-width: 1200px){
    .article2 > img {
        height: 250px;
        width: 250px;
    }
}

@media screen and (max-width: 800px){
    
    /* Header */
    .title {
        font-size: 45px;
    }

    .content-header {
        flex-direction: column;
        justify-content: space-evenly;
        height: 720px;
    }

    .content-header > img {
        width: 400px;
    }

    .header-texts {
        margin: 0;
    }

    /* About us */
    .article {
        width: 45%;

    }

    .article2 {
        width: 45%;

    }

    .article2 > img {
        height: 100px;
        width: 100px;
    }

    /* Comments */

    .comments {
        height: 720px;
        justify-content: space-evenly;
        flex-direction: column;
    }

    .comments > img {
        width: 400px;
    }

    /* Results */
    .content-results {
        flex-direction: column-reverse;
    }

    .results-texts > a{
        margin-bottom: 60px;
    }

    .numbers {
        width: 100%;
        /* justify-content: space-between; */
    }

    .results-texts {
        width: 100%;
    }

    /* Services */
    .services { 
        flex-direction: column-reverse;
        align-items: center;
    }

    .box-skills {
        margin: 0 0 40px 0;
    }

    .services > img {
        width: 400px;

    }

    footer {
        justify-content: space-evenly;
    }

    .partFooter {
        width: 40%;
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 600px){
    /* Header */
    .title {
        font-size: 35px;
    }

    h1 {
        font-size: 40px;
    }

    .content-header {
        height: 650px;
    }

    .nav {
        padding: 0 10px;
    }

    .content-header > img {
        width: 200px;
    }

    .headers-link {
        position: fixed;
        background: #2193b0;  /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-evenly;
        clip-path: circle(0.4% at 100% 0);
    }

    .nav .menucircle {
        clip-path: circle(118.0% at 100% 0);
    }

    .nav .headers-link a {
        color: #fff;
    }

    .hamburguer {
        display: block;
    }

    /* About us */
    .article {
        width: 95%;
    }

    .article2 {
        width: 95%;
    }

    .article2 > img {
        height: 250px;
        width: 250px;
    }
 

    /* Comments */
    .comments > img {
        width: 200px;
    }

    /* Results */
    .numbers  .number {
        width: 95%;
    }

    .results-texts h4 {
        font-size: 35px;
    }

    /* Services */
    .services > img {
        width: 200px;
    }

    .box-skills h4 {
        width: 100%;
        
    }

    /* Footer */
    .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }


}






.left {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  animation-name: left;
  animation-fill-mode: both;
}

.right {
  flex: 1;
  background-color: black;
  background-image: url(https://images.unsplash.com/photo-1550745165-9bc0b252726f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.header > h2 {
  margin: 0;
  color: #669BD9;
}

.header > h4 {
  margin-top: 10px;
  font-weight: normal;
  color: rgba(0,0,0,.4);
}

.form {
  max-width: 80%;
  display: flex;
  flex-direction: column;
}

.form > p {
  text-align: right;
}

.form > p > a {
  color: #000;
}

.form-field {
  height: 46px;
  padding: 0 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  outline: 0;
  margin-top: 20px;
}

.form-field2 {
    padding: 0 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    outline: 0;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
  }

.form-field:focus {
  border-color: #0f7ef1;
}

.form > button {
  padding: 12px 10px;
  border: 0;
  background: #669BD9;  /* fallback for old browsers */
  
  border-radius: 3px;
  margin-top: 10px;
  color: #fff;
  letter-spacing: 1px;
}


@keyframes move {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes left {
  0% {
    opacity: 0;
    width: 0;
  }

  100% {
    opacity: 1;
    padding: 20px 40px;
    width: 440px;
  }
}