body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    /*background-color: black;*/
}

#logo-img{
    width: 55%;
    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/RemaIngenieros2.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%,
                                    rgba(0,0,0,.4) 70%,
                                    blue,
                                    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: 250px;
    width: 410px;
   /*  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(255,215,0,.5));
    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%;
    
    }
    }