*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}





.subtitulo{
    color: #253449;
    font-size: 45px;
    text-align: left;
    font-weight: 300;
    margin-bottom: 60px;
    padding-left: 65px;
    padding-top: 60px;
}

.contenedor-servicio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.contenedor-servicio img{
    width: 35%;
}

.checklist-servicio{
    width: 48%;
}

.service{
    margin-bottom: 25px;
    padding-block-end: 10px;
    color: #253449;
}

.n-service{
    margin-bottom: 10px;
    color: #253449;
}

.number{
    display: inline-block;
    /* 02 */
    background-image: linear-gradient(to top, #C3FA1B 0%, #C3FA1B 100%);
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 12px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: 600;
}




.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
@media (min-width:601px){.w3-col.m1{width:8.33333%}.w3-col.m2{width:16.66666%}.w3-col.m3,.w3-quarter{width:24.99999%}.w3-col.m4,.w3-third{width:33.33333%}
.w3-col.l9{width:74.99999%}.w3-col.l10{width:83.33333%}.w3-col.l11{width:91.66666%}.w3-col.l12{width:99.99999%}}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}

.w3-container h3{
    padding-top: 35px;
    color: #253449 !important;
    font-weight: 600 !important;
    font-size: 25px !important;
}

.w3-container p{
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
}

.w3-container img{
    width: 55%;
    padding-top: 15px;
}

.w3-container a{
    width: 160px;
    display: inline-block;
    background: #C3FA1B;
    text-align: center;
    color: #253449;
    padding: 13px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 90px;
    box-shadow: 0 5px 28px rgba(31, 222, 130, .46);
}

body{
    font-family: 'Raleway', sans-serif;
    }

h1, h2{
    color: #253449; 
    font-stretch: 20%;
}

h3, h4, h5, h6{
    color: #253449;
    font-weight: 300; 
}

.contenedor{
    width: 100%;
    max-width: 1500px;
    margin: auto;
    overflow: hidden;
}

.contenedor1{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden;
    padding: 90px 0;
}

h1{
    font-size: 50px;
    font-weight: bolder;
    font-stretch: ultra-condensed;    
}

h2{
    font-size: 85px;
    font-weight: lighter;
    font-stretch: ultra-condensed;
}

.bloque1{
    width: 100%;
    height: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.descripcion2{
    color: #253449;
    font-weight: 500; 
    padding: 100px 0;
    font-size: 19px;
    text-align: center;
    margin-top: 5px;
}

/* Header*/

header::before{
    content: "";
    display: block;
    margin: 65px;
}
    

nav{
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    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.5;
}

.nav{
    display: flex;
    justify-content: space-between;
    height: 65px;
    width: 100%;
    align-items: center;
}

.nav .logo{
    height: 50px;
}

.nav .logo img{
    height: 80%;
    vertical-align: auto;
    padding-left: 40px;
}

.enlaces-header{
    font-weight: 300;
    transition: ease-in-out 0.5s;
}


.nav .enlaces-header a{
    font-size: 20px;
    color: #253449;
    text-decoration: none;
    margin-left: 20px;
    padding-right: 20px;
    
}

.hamburguer{
    width: 80px;
    height: 80px;
    display: none;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    transition: color 0.5s ease-in;
}

.hamburguer>img{
    font-size: 25px;
    line-height: 80px;
}

.contenido-header{
    width: 100%;
    height: 590px;
    display: flex;
   /* justify-content: space-between;*/
    align-items: center;
}

.contenido-header>img{
    width: 1000px;
    animation: ease-in animat 1s;
    padding-right: 20px;
}

@keyframes animat{
    0%{
        transform: scale(0);
    }100%{
        transform: scale(1);
    }
}

.textos-header{
    padding-left: 60px;
}

.contenido-header p{
    font-weight: 100;
    margin-top: 14px;
    color: #253449;
}

.contenido-header a{
    margin: 28px 0 0 0;
    width: 280px;
    display: inline-block;
    background: #C3FA1B;
    text-align: center;
    color: #253449;
    padding: 14px 0;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(31, 222, 130, .46);
}

.titulo{
    font-size: 45px;
    color: #253449;
}

.clientes-bloque{ 
    background: #f2f2f2;
    height: 525px;
}

.contenedor-articulo{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-around;
    
}

.articulo{
    width: 18%;
    background: #ffffff;
    margin-bottom: 50px;
    border-radius: 200px;
    padding: 38px 38px 38px 38px; 
    transition: .5s;  
    text-align: center;
}

.articulo:hover{
    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}

.articulo img{
    /*font-size: 80px;
    color: #65CBC3;
    display: inline-block;*/
    width: 100px;
   /* height: 100px;*/
    text-align: center;
    padding-top: 12px;
    /*border-radius: 50%;*/
    /*box-shadow: 0 8px 32px rgba(101, 203, 195, .46);*/
}

.falabella{
    width: 18%;
    background: #ffffff;
    margin-bottom: 50px;
    border-radius: 200px;
    padding: 38px 38px 38px 36px; 
    transition: .5s;  
    text-align: center;
}

.falabella img{
    /*font-size: 80px;
    color: #65CBC3;
    display: inline-block;*/
    width: 130px;
   /* height: 100px;*/
    text-align: center;
    padding-top: 40px;
    /*border-radius: 50%;*/
    /*box-shadow: 0 8px 32px rgba(101, 203, 195, .46);*/
}

.falabella:hover{
    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}

.contino{
    width: 18%;
    background: #ffffff;
    margin-bottom: 50px;
    border-radius: 200px;
    padding: 38px 38px 35px 26px; 
    transition: .5s;  
    text-align: center;
}

.contino img{
    /*font-size: 80px;
    color: #65CBC3;
    display: inline-block;*/
    width: 150px;
   /* height: 100px;*/
    text-align: center;
    padding-top: 40px;
    /*border-radius: 50%;*/
    /*box-shadow: 0 8px 32px rgba(101, 203, 195, .46);*/
}

.contino:hover{
    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}



/*.articulo>i:hover{
    box-shadow: 0 4px 10px rgba(17, 29, 48, .26);
}*/

/*.articulo>h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    padding: 15px;
}*/

/*.articulo>p{
    font-weight: 100;
    color: #5D6678;
    margin-top: 15px;
    padding-bottom: 20px;
}   
    */


.articulo>a{
    color: #5d6678;
    font-weight: 400;
    text-decoration: none;
}

.articulo>a:hover{
    color: #65CBC3;
    transition: color .5s;
}

/*Footer*/

footer{
    background: #f2f2f2;
    padding: 30px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}

.partFooter{
    width: 100%;
    text-align: center;
    padding-right: 30px;
}

.partFooter h4{
    color:#253449;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

/*.partFooter img{
    width: 60%;
}*/

.partFooter a{
    display: block;
    text-decoration: none;
    color: #253449;
    font-weight: 300;
    transition: color .3 ease-in-out;
}

.partFooter a:hover{
color: #65CBC3;
}

.socialmedia a{
    display: inline-block;
}

.socialmedia i{
    font-size: 60px;
    color: #253449;
    cursor: pointer;  
    margin-top: 5px;
    text-align: center;
    transition: all ease-in-out .3s;  
}

.socialmedia i:hover{
    color:  #65CBC3;
}

.correo{
    padding-top: 10px;
}

.derechos{
    color: #253449;
    font-size: 13px;
    font-weight: 400;
    padding-top: 25px;
}

/*Responsive*/

@media screen and (max-width:600px) {
    .titulo {
        font-size: 35px;
    }

    h1 {
        font-size: 40px;
    }

    .contenido-header {
        height: 650px;
    }

    .nav {
        padding: 0 10px;
    }

    .contenido-header>img {
        width: 200px;
    }

    .enlaces-header {
        position: fixed;
        background: #667db6;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #667db6, #0082c8, #0082c8, #667db6);
        /* 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.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;
    }

    /* About us */

    .articulo {
        width: 55%;
    }

    .articulo img{
        width: 40%;
    }
    
    .falabella{
        width: 55%;
    }

    .falabella img{
        width: 50%;      
    }

    .contino{
        width: 55%;
    }

    .contino img{
        width: 50%;      
    }

    .clientes-bloque{ 
        background: #f2f2f2;
        height: 1300px;
    }


    /* Services */

    .services>img {
        width: 200px;
    }

    /* Footer2 */
    .partFooter {
        width: 95%;
        margin-bottom: 40px;
    }

    .w3-container a{
        width: 150px;
        display: inline-block;
        background: #C3FA1B;
        text-align: center;
        color: #253449;
        padding: 12px 0;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        border-radius: 90px;
        box-shadow: 0 5px 28px rgba(31, 222, 130, .46);
    }
}