*{
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;
  
}

.logo_blanco_F {
    width: 40%;
    padding-top: 10px;
    padding-left: 45px;
}

button{
    font-size: 1.25em;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,0.3);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    color: black;
    background-color: blueviolet;
}

button:hover{
    background-color: rgb(101, 33, 165);
}

.container {
    max-width: 1400px;
    margin: auto;

}

.logo_blanco{
    width: 20%;
    max-width: 600px;
    padding-top:10px;
    padding-left:45px;
}

.color-acento{ color:blueviolet; }

header {
    background-color: white;
}

header .logo{
    margin: 0;
    padding: 25px 30px;
    font-weight: bold;
    color: white;
    font-size: 1.6em;
}

.logo_blanco_F {
    width: 40%;
    padding-top: 10px;
    padding-left: 45px;
}

    header .container {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    header nav {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 25px;

    }

header a{
    padding: 5px 12px;
    text-decoration: none;
    font-weight: bold;
    color: black;

}

header a:hover{
    color: blueviolet;
}

#vision .imagen-container {
    flex: 1;
    justify-content: center;
    background-color: white;
}


#vision .img-copilot {
    height: 70%;
    width: 75%;
    padding-left: 20%;
    align-content: center;
}



#hero {
    display: flex;
    height: 80vh;
    background-color: white;
}

    #hero h3 {
        color: black;
        font-size: 1.6em;
        padding: 2px 25px;
    }

    #hero p {
        color: black;
        font-size: 1.2em;
        padding: 2px 25px;
    }

#mision {
    display: flex;
    height: 80vh;
    background-color: white;
    padding-left:20%;
    padding-right:20%;
    text-align:center;
    
}



#vision {
    display: flex;
    height: 60vh;
    background-color:white;
    align-items: center;
}

#agiliza {
    display: flex;
    height: 20vh;
    background-color: white;
    align-items:center;
}

    #agiliza .imagen-1 {
        flex: 1;
        justify-content: center;
        background-color: white;
        padding-left: 9%;

       
    }


    #agiliza .imagen-2 {
        flex: 1;
        justify-content: center;
        background-color: white;
    }

    #agiliza .imagen-3 {
        flex: 1;
        justify-content: center;
        background-color: white;
    }

    #agiliza .img-agiliza {
        height: 25%;
        width: 15%;
        align-content: center;
        position: absolute;
        padding-left: 5%;
       
    }

    #agiliza .img-arriba {
        height: 25%;
        width: 15%;
        align-content: center;
        position: absolute;
        padding-left: 5%;
        opacity:0;
    }

#agiliza-2 {
    display: flex;
    height: 50vh;
    background-color: white;
    align-items: center;
}
    #agiliza-2 .imagen-4 {
        flex: 1;
        justify-content: center;
        background-color: white;
        padding-left: 9%;
    }
    #agiliza-2 .imagen-5 {
        flex: 1;
        justify-content: center;
        background-color: white;
    }
    #agiliza-2 .imagen-6 {
        flex: 1;
        justify-content: center;
        background-color: white;
    }

    #agiliza-2 .img-agiliza {
        height: 25%;
        width: 15%;
        align-content: center;
        position: absolute;
        padding-left: 5%;
    }

    #agiliza p {
    color: white;
    font-size: 1.2em;
}
#hero .imagen {
    flex: 1;
    background-color: white;
    justify-content: center;

}


#hero .texto {
    text-align: initial;
    padding-left: 30px;
    padding-top: 0px;
    background-color: white;
    flex: 1;
}

#hero .img-solucion-copilot {
    height: 60%;
    width: 80%;
    padding-right: 0%;
    padding-left: 30%;

}

#mision h3 {
    color: black;
    font-size: 1.6em;
      text-align:center;
    
}

#somos h3 {
    margin-top: 0px;
    color: black;
    font-size:1.4em;
}

#mision p {
    color: black;
    font-size: 1.2em;
    text-align: center;
}

#somos {
    height: 0vh;
    background-color: white;
    text-align:center;
    color:white;
}


#valores {
    height: 80vh;
    background-color: #0A0324;
    text-align: center;
    color: white;
}



#acerca .container{
    text-align: center;
    padding: 200px 12px;
    background-color:red;
}

#servicios{
    background-color: rgb(30,30,30);
    color: white;
    text-align: center;
}

#servicios .container{
    padding: 150px 12px;
}

#servicios h2{
    margin-top: 0;
    font-size: 3.2em;
}

#servicios p{
    display: none;
}

#servicios .carta{
    background-position: center center;
    background-size: cover;
    padding: 50px 0px;
    margin: 30px;
    border-radius: 15px;
}

.carta:first-child{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/front-end.jpg");

}
.logo_blanco_F {
    width: 40%;
    padding-top: 10px;
    padding-left: 45px;
}
.carta:nth-child(2){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/full-stack.jpg");
}

.carta:nth-child(3){
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/python.jpg");

}

#caracteristicas .container{
    text-align: center;
    padding: 250px 12px;
}

#caracteristicas li{
    margin: 16px 0px;
    font-weight: bold;
}

#blog{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(30,30,30);
    color: white;
    height: 80vh;
}

#blog h2{
    font-size: 9vw;
}

#blog button{
    font-size: 5vw;
}

footer {
    background-color: white;
    display: flex;
    height: 40vh;

}

#footer .logo_blanco {
    width: 50%;
    padding-top: 50px;
    padding-left: 45px;
}


footer p{
    margin: 0;
    padding: 12px;
    color: BLACK;
}

footer .container-logo {
    flex: 1;
    justify-content: center;
 padding-top: 100px;
}

footer .container-texto {
    flex: 1;
    justify-content: center;
    background-color: white;
 padding-top: 100px;
}

footer .container-contacto {
    flex: 1;
    justify-content: center;
    background-color: white;
 padding-top: 100px;
}
footer .container-redes {
    flex: 1;
    justify-content: center;
    background-color: WHITE;
 padding-top: 100px;
}

@media (min-width: 850px){
    header {
        position: fixed;
        width: 100%;
        color: black;
    }

.logo_blanco_F {
    width: 40%;
    padding-top: 10px;
    padding-left: 45px;
}

    header .container{
        flex-direction: row;
        justify-content: space-between;
    }

    header nav{
        flex-direction: row;
        padding-bottom: 0;
        padding-right: 20px;
    }

    #hero .imagen {
        flex: 1;
        background-color: white;
        padding-top: 100px;
        padding-right: 0px;
    }


    #hero .img-solucion-copilot {
        height: 70%;
        width: 80%;
        padding-right: 10%;
        align-content: flex-end;
        padding-left: 30%;
    }



    #hero h1{
        font-size: 5em;
    }

    #acerca .container{
        display: flex;
        justify-content: space-evenly;
    }

    #acerca .texto{
        width: 50%;
        max-width: 600px;
        text-align: initial;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color:blue;
    }

    #acerca h2{
        margin-top: 0px;
    }

    #somos .container {
        display: flex;
        justify-content: space-evenly;
    }

    #somos .texto {
        width: 50%;
        max-width: 600px;
        text-align: center;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color:white;
    }

    #somos h3 {
        margin-top: 0px;
        color:black;
    }


    #hero .texto {
        text-align: initial;
        padding-left: 30px;
        padding-top:150px;
        background-color: white;
        flex: 1;
    }

    #valores .img-bienvenido {
        height: 55%;
        width: 40%;
        align-content:flex-end;
        position:absolute;

    }


    #valores .container {
        display: flex;
        justify-content: space-evenly;
    }




    #mision .texto {
        text-align: initial;
        background-color: white;
        flex: 1;
        padding-top: 0px;
    }

    #mision {
        display: flex;
        height: 40vh;
        background-color: white;
        padding-left: 20%;
        padding-right: 20%;
        text-align: center;
    }



    #mision .img-politicas {
        height: 70%;
        width: 80%;
        align-self: flex-end;
        float: left;
        padding-left: 0px;
    }
    #servicios .servicios-n{
        display: flex;
        justify-content: center;
    }

    #nservicios p{
        display: block;
        margin-bottom: 30px;
    }

    #servicios h2{
        font-size: 4em;
    }

    #servicios h3{
        margin-top: 0;
    }

    #servicios .carta{
        padding: 50px;
        background-size: 100% 150px;
        background-repeat: no-repeat;
        background-position-y: 0;
        background-color: rgba(50, 50, 50, 1);
        box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    }

    .carta:first-child{
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("media/front-end-cropped.jpg");

    }

    .carta:nth-child(2){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("media/full-stack-cropped.jpg");
    }

    .carta:nth-child(3){
        background-image: linear-gradient(
            0deg,
            rgba(0,0,0,0.5),
            rgba(0,0,0,0.5)
        )
        ,url("media/python-cropped.jpg");

    }

    #soluciones{
        background-image: url("media/background-2.jpeg");
        background-repeat: no-repeat;
        background-size: 500px 400px;
        background-position: calc(100vw - 500px) 120px;
    }

    #soluciones .container{
        text-align: initial;
    }

    #soluciones ul{
        margin-left: 100px;
    }

    #blog h2{
        font-size: 5em;
    }

    #blog button{
        font-size: 2em;
    }

}

@media (min-width: 1200px) {
    #soluciones{
        background-position-x: calc(100vw - 800px);
    }
}