.contenedor1{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 60px 0;
}

.contenedor{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

/*HEADER*/
header::before{
    content: "";
    display: block;
    margin-bottom: 80px;
}
nav{
    width: 100%;
    height: 100px;
    /* background: #000;
    border-bottom: 1px solid transparent;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2); */
    position: fixed;
    top: 40px;
    z-index: 100;
    transition: ease-in-out 0.5s;
    background: #fff;
}
.nav{
    display: flex;
    justify-content: space-between;
    height: 80px;
    width: 80%;
    background: #fff;
    align-items: center;
    padding: 0 0px;
}
.nav .logo{
    height: 80px;
    align-items: center;
}
.nav .logo img{
    height: 100%;
    background: #fff;
    align-self: auto;
}
/* .enlaces-header{
    font-weight: 300;
    transition: ease-in-out 0.5s;
} */
/* .nav .enlaces-header a{
    color: #000;
    text-decoration: none;
    margin-left: 20px;
} */
.hamburguer{
    width: 80px;
    height: 80px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: color 0.5s ease-in;
    color: #000
}
.hamburguer > i {
    font-size: 25px;
    line-height: 80px;
}
/* .contenido-header{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contenido-header>img{
    width: 550px;
    animation: ease-in animat 1s;
} */

.textos-header{
    margin: 0 0 0 30px;
}

@keyframes animat{
    0%{
        transform: scale(0);
    }100%{
        transform: scale(1);
    }
}
.contenido-header p{
    font-weight: 100;
    margin-top: 14px;
    color: #5d6678;

}
.contenido-header a{
    margin: 20px 0 0 0;
    width: 130px;
    display: inline-block;
    background: #2570FF;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(37, 112, 255, 0.2);

}
.titulo{
    font-size: 50px;
}

/*servicios*/

.servicios{
    background: #f2f2f2;
}

.contenedor-articulo{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    justify-content: space-around;
}

.articulo{
    width: 29%;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 45px 30px 60px 30px;
    transition: 0.5s;

}

.articulo:hover{
    box-shadow: 0 4px 10px rgba(17, 29, 48, 0.26);
}

.articulo>i{
    font-size: 30px;
    color: #fff;
    background: #2570FF;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 20px;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(37, 112, 255, 0.4);
}

.articulo>h3{
    font-size: 24px;
    margin-top: 30px;
}

.articulo>p{
    font-weight: 100;
    color: #5d6678;
    margin-top: 15px;
    padding-bottom: 20px;
}
.articulo>a{
    font-weight: 400;
    color: #5d6678;
    margin-top: 15px;
    padding-bottom: 20px;
    text-decoration: none;
}
.articulo>a:hover{
    color: #2570FF;
    transition: color .5s;
}

/*questions*/


.questions{
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.questions>img{
    width: 550px;
    /* background: #000; */
}

.textos-questions{
    margin: 0 0 0 30px;
}
.textos-questions p{
    font-weight: 100;
    margin-top: 14px;
    color: #5d6678;

}
.textos-questions a{
    margin: 20px 0 0 0;
    width: 130px;
    display: inline-block;
    background: #19216e;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(37, 112, 255, 0.4);

}
.titulo{
    font-size: 50px;
}

.results{
    background: #19216e;
}

.conten-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: 45px 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-text{
    width: 37%;

}
.results-text h4{
    color: #fff;
    font-size: 40px;
}
.results-text p{
    color: #fff;
    font-weight: 300px;
    margin: 20px 0;
}
.results-text>a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 0px;
    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: #BF0411;
    font-size: 20px;
}
footer{
    background: #f2f2f2;
    padding: 60px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}
.partfooter{
    width: 20%;
    text-align: center;
}
.partfooter h4{
    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;
}
.partfooter a:hover{
    color: #BF0411;
}
.partfooter img{
    width: 200px;
}
.social-media a{
    font-size: 20px;
    display: inline-block;
    color: #abb6c7;
    border: 1px solid #abb6c7;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    margin-top: 20px;
    text-align: center;
    transition: all ease-in-out .3s;
    margin-right: 5px;
}
.social-media a:hover{
    color: #fff;
    background-color: #BF0411;
    border-color: #BF0411;
}

/* BREACKPOINTS RESPONSIVE*/

@media screen and (max-width:991px){
    nav{
        width: 100%;
        height: 80px;
        background: #000;
        border-bottom: 1px solid transparent;
        box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0px;
        z-index: 100;
        transition: ease-in-out 0.5s;
        background: #fff;
    }
    .nav{
        display: flex;
        justify-content: space-between;
        height: 80px;
        width: 80%;
        background: #fff;
        align-items: center;
        padding: 0 0px;
    }
    .hamburguer{
        width: 80px;
        height: 80px;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        display: none;
        transition: color 0.5s ease-in;
        color: #000
    }
    .hamburguer > i {
        font-size: 25px;
        line-height: 80px;
    }


}

@media screen and (max-width:600px){


    .nav{
        padding: 0 10px;
    }

    .contenido-header>img{
        width: 200px;
    }
    .enlaces-header{
        position: fixed;
        background: #19216E;  /* fallback for old browsers */
        /*background: -webkit-linear-gradient(to right, #19216E, #0082c8, #0082c8, #19216E);   Chrome 10-25, Safari 5.1-6 */
        /*background: linear-gradient(to right, #19216E, #0082c8, #0082c8, #19216E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        top: 0px;
        right: 0;
        width: 100%;
        height: 100vh;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        clip-path: circle(0.0% at 100% 0)

    }
    .nav .menudos{
        -webkit-clip-path: circle(150% at 100% 0);
        clip-path: circle(150% at 100% 0)
    }
    .nav .enlaces-header a{
        color: #fff;
    }
    .hamburguer{
        display: block;
    }
    .selected{
        color: #83B047;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
    }
    /*servicios*/
    .articulo{
        width: 95%;
    }
    /*Questions*/
    .questions{
        height: 650px;
    }
    .questions>img{
        width: 200px;
    }
    /*Results*/
    .numbers .number{
        width: 95%;
    }
    .results-text{
        width: 100%;
    }
    .results-text h4{
        font-size: 35px;
    }

    /*Service*/
    .services>img{
        width: 200px;
    }
    .box-skills h4{
        width: 100%;
    }
    /*Footer*/
    .partfooter{
        width: 95%;
        margin-bottom: 20px;
    }
}

/* LOADER*/


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.loader{
    background: #ff0000;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    clip-path: circle(150% at 50% 100%);
    transition: clip-path 0.8s ease-in-out;
    
}
.loader2{
    clip-path: circle(0% at 50% 100%);
}