body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    /*background-color: black;*/
}

#logo-img {
    width: 20%;
    height: 25%;
    /* height: 250px;
    width: 410px;*/
    margin-bottom: 0%;
    padding-bottom: 0%;
    /* box-shadow: 10px 7px 20px orange;*/
    filter: drop-shadow(90px 7px 20px white);
}

/*
.logo-img {
    background-image: url("../IMG/Mining 4C.png");
    background-position-y: center;
    background-repeat: no-repeat;
    
    background-size: 710px 250px;
    width: 100vw; 
    height: 250px; 
}
*/

p {
    font-size: 20px;
}

li {
    list-style: none;
    /* margin-right: 25px;*/
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;

    border: 3px solid #ffffff1d;
    border-radius: 10px;
    backdrop-filter: blur(3px);

    position: sticky;
    top: 0;
    z-index: 100;
}

.lista {
    display: flex;

}

.titular {
    text-align: center;
    margin-top: 20vh;
    color: rgb(243, 242, 239);
}

.titular #p1 {
    margin-top: 0%;
    padding-top: 0%;
}

h1 {
    font-size: 60px;
    margin: 0;
}

h2 {
    font-size: 25;
}

.titular a {
    margin: 25px;
    padding: 5px;
    background: rgb(32, 218, 131);
}


nav ul li a {
    background: none;
    /*color: #000;*/

}

a {
    text-decoration: none;
    font-size: 14;
    background: rgb(32, 218, 131);
    padding: 20px 30px 20px 30px;
    color: white;
    border-radius: 80%;
    transform: matrix();
}


a:hover {
    /*HACER QUE EL BOTON CAMBIE DE COLOR EN LAS LETRAS*/
    color: black;
    transition: 1s;
    /* HACER QUE EL BOTON SE AGRANDE*/
    transform: matrix3d();
    /* display: inline-block;*/
}

header {
    background: url(../IMG/1.gif);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.contenedor {
    max-width: 100%;
    width: 98%;
    margin: auto;

}

.capa {
    width: 100%;
    height: 100vh;
    /*EFECTO DE TRANSPARENCIA*/
    background: linear-gradient(45deg,

            rgba(0, 0, 0, 1) 20%,
            SKYblue,
            rgba(0, 0, 0, .7) 40%,
            gold,
            rgba(0, 0, 0, .4) 70%,
            green,
            rgba(0, 0, 0, 0) 100%);
    /*LLAMAREMOS AL KEYFRAMES CONFIGURADO LINEAS ABAJO*/
    animation: cambiar 10s ease infinite;
    /*DEFINIREMOS LA OPACIDAD DEL EFECTO DE TRANSPARENCIA DE COLORES*/
    opacity: 0.9;
    background-size: 400% 400%;
    position: relative;
    animation: cambiar 10s ease infinite;



}


@keyframes cambiar {
    0% {
        background-position: 0 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0 50%;
    }
}

/* ARRANCA SECCIÓN NOSOTROS*/

h3 {
    text-align: center;
    font-size: 55px;
    font-weight: normal;
    margin-bottom: 2%;
}

.contenedor-sobremi #foto-personal {
    height: 450px;
    width: 350px;
    /*  height: 250px;
    width: 610px;*/
}

.contenedor-sobremi {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.contenedor-parrafo-y-boton {
    width: 42%;

}

.contenedor-parrafo-y-boton p {
    font-size: 18px;
}

.parrafo-final {
    margin-bottom: 30px;
}

.contenedor-parrafo-y-boton a {
    margin-top: 20px;
    /* display: inline-block;*/
}

#whatsapp a {
    background: none;
    position: fixed;
    top: 85%;
    right: 15px;
    /*1%*/

}


html {
    scroll-behavior: smooth;
}

/*SERVICIOS*/

.contenedor-servicios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.servicio {
    width: 25%;
    padding: 50px 38px 50px 38px;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #fff;
}

.violeta {
    background: #5055df;

}

.celeste {
    background: #40a8fa;

}

.servicio h4 {
    font-size: 30px;
    margin: 0;
    /*text-align: justify;*/
}

.servicio img {
    padding-top: 10px;
    float: right;
}

.servicio p {
    font-size: 18px;
    height: 220px;
}


.owl-carousel img {
    width: 250px;
    height: 180px;
    /* margin: 50px 38px 50px 38px;*/
    border-radius: 20%;
}

span {
    font-size: 80px;
    color: goldenrod;
}

.owl-nav {
    text-align: center;
}


.contenedor-porque {
    display: flex;
    justify-content: space-around;
    text-align: center;

}

.contenedor-porque h4 {
    margin: 0;
    font-size: 20px;
}

.contenedor-porque p {
    font-size: 16px;
    line-height: 28px;
}

.porque-singular {
    width: 28%;
}

#blog {
    /*background: #F9FAFC;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

#blog img {
    width: 100%;
    height: 300px;
    border-radius: 10%;
}

#blog h4 {
    font-size: 23px;
    margin: 0;
    padding: 10PX;
}

#blog p {
    color: #5A6169;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 20px 20px 20px;
    margin: 0;
}

#blog a {
    display: inline-block;
    margin-left: 20px;
    border-radius: 100%;

}


#blog a:hover {
    /*HACER QUE EL BOTON CAMBIE DE COLOR EN LAS LETRAS*/
    color: black;
    transition: 1s;
    /* HACER QUE EL BOTON SE AGRANDE*/
    transform: matrix3d();
    /* display: inline-block;*/
}

.contenedor-publicaciones {
    display: flex;
    justify-content: space-around;
}

.publicacion {
    width: 30%;
    box-shadow: 1px 1px 14px #ccc;
    padding-bottom: 20px;
}

.publicacion-segunda img {
    height: 245px;
}

.primer-parrafo {
    padding: 0px 20px 20px 20px !important;
}


#que-esperas {
    background: linear-gradient(rgba(250, 250, 250, 0.5), rgba(158, 240, 169, 0.527));
    text-align: center;
    padding: 50px 0 50px 0;
}

#que-esperas h3 {
    font-size: 23px;
    color: #5A6169;
    margin-bottom: 20px;
}

#que-esperas h4 {
    color: #5A6169;
    /* margin-bottom: 40px;*/
    margin: 10px;
    padding: 0%;
}

#que-esperas a {
    padding: 15px 45px 15px 45px;
    transition: 1s;
    border-radius: 100%;
    color: black;

}

.mapa {
    text-decoration: none;
    /*font-size: 14;*/
    /*background: #5cb8ff;*/
    background: none;
    padding: 0px 0px 0px 0px;
    /*color: white;*/
    /*border-radius: 80%;*/

}


#que-esperas a:hover {
    /*HACER QUE EL BOTON CAMBIE DE COLOR EN LAS LETRAS*/
    color: black;
    transition: 1s;
    /* HACER QUE EL BOTON SE AGRANDE*/
    transform: scale(1.4);
    display: inline-block;
}

#whatsapp a {
    background: none;
    position: fixed;
    top: 85%;
    right: 15px;
    /*1%*/

}

#pdf a {
    background: none;
    position: fixed;
    top: 48%;
    right: 85px;
    /*1%*/

}

#pdf img {
    height: 71px;
    width: 71px;
}


#ini a {
    background: none;
    position: fixed;
    top: 85%;

}


html {
    scroll-behavior: smooth;
}

#servicios,
#sobre-mi,
#por-que-trabajar,
#blog,
#que-esperas {
    padding: 0px 0;
}

#mis-trabajos {
    padding: 40px 0;
}





.menu-icon {
    display: none;
}

@media (max-width: 800px) {

    .menu-icon {
        display: block;
        float: right;
        width: 70px;
        height: 55px;
        margin-top: 0px;
        filter: drop-shadow(10px 7px 20px white)
    }

    header nav {
        position: absolute;
        top: 83px;
        left: 0;
        height: 290px;
        background: goldenrod;
        width: 98%;
        display: none;
        border: 3px solid #ffffff1d;
        border-radius: 50px;
        backdrop-filter: blur(1px);
    }

    header {
        height: 50%;
        width: 100%;
    }

    #logo-img {
        width: 99%;
        height: 65%;
        margin-bottom: 0%;
        padding-bottom: 0%;
    }


    header nav ul {
        flex-direction: column;
    }

    header nav ul li {
        margin-bottom: 15px;
    }

    h1 {
        font-size: 44px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 43px;
    }

    #sobre-mi .contenedor-sobremi {
        flex-direction: column;
    }

    #sobre-mi img {
        width: 100%;
    }

    #sobre-mi .contenedor-parrafo-y-boton {
        width: 100%;
    }

    .contenedor-servicios {
        flex-direction: column;
    }

    .servicio {
        width: 82%;
        padding: 34px 30px 69px 30px;
        align-items: center;
    }

    .icono {
        margin-top: 23px;
    }


    .contenedor-porque {
        flex-direction: column;
    }

    .porque-singular {
        width: 95%;
    }



    #blog .contenedor-publicaciones {
        flex-direction: column;
    }

    #blog .publicacion {
        width: 100%;
        margin-bottom: 40px;
    }

}

@media (min-width:600px) and (max-width: 800px) {

    /*header{
            height: 53vh;
        }*/
    header {
        height: 50%;
        width: 100%;
    }

    #logo-img {
        width: 99%;
        height: 65%;
        margin-bottom: 0%;
        padding-bottom: 0%;
    }

    .imagen-sobremi {
        width: 50%;
    }

    .servicio {
        width: 44%;
    }

    .publicacion {
        width: 62%;

    }
}


.footer {
    background: linear-gradient(135deg, #071b33, #0d3b66);
    color: white;
    padding: 50px 20px 20px;
}

.footer-contenedor {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.footer-col {
    width: 23%;
    min-width: 220px;
}

.footer-col h3 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px;
    color: #f4c542;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    margin: 8px 0;
}

.footer-col a {
    display: block;
    background: none;
    color: white;
    padding: 5px 0;
    border-radius: 0;
    font-size: 15px;
}

.footer-col a:hover {
    color: #f4c542;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    margin: 0;
}

@media (max-width: 800px) {
    .footer-contenedor {
        flex-direction: column;
        text-align: center;
    }

    .footer-col {
        width: 100%;
    }

    .footer-col h3 {
        text-align: center;
    }
}