/*General*/

html{
  height: 100%;
  margin: 0;
}

body{
  font-family:"Roboto", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

h1,h2,p,li{
  font-size: 1.1rem;
}

.section-dark{
background-color: #222525; 
color:white;
}

.section-dark span{
  color:#de4215
}


/* Hero */
/*  #hero {
width: 100%;
height: 50vh;
background: url("../img/petroleo.png") center center; 
background-size: cover;
position: relative;
padding: 0;
}  */

/*What we do*/

.what-we-do{
padding:60px;
}


 .services {
  justify-content: space-around;
  display: block;
  align-items: center;
  padding: 0.5%;
  background-color: #e6e6e6;
  gap: 1rem;
  transform: translateY(-50%);
} 
.services a{
  text-decoration: none;
  color: #000000;
}

.services a:hover{
  color:#de4215
}


.service-item {
  background-color:#e6e6e6;
  padding: 1%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  flex: 1;
  position: relative; 
  height: 16rem;
  width: 16%;
}

article:hover{
  transform: scale(1.2);
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.service-item img {
width: 8rem;
margin-bottom: 10px;
}

.service-item p {
margin: 0;
font-weight: bold;
}

/* .service-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top:40%;
  right: -0.6rem;
  width: 4px;
  height: 20%;
  border-radius: 4px;
  background-color: #333;
} */

article:hover::after {
opacity: 0;
} 



/* About */

.about{
  padding-top: 5vh;
}

.about h1{
  margin-bottom: 5%;
}

.about span{
color: #ec5c30;
font-weight: bold;
}

.about-two{
padding-top: 5vh;
padding-bottom: 5vh;
}

.about-two h4{
color: #ec5c30;
}

.about-two p{
color:white;
}

.about-two div{
  background-color: #3f3d3d;
  color: white;
  border-radius: 40px;
}

.about-two li{
margin-left: 140px;
color: #ec5c30;
}

.about-two img{
width: 60%;
margin: 10% 20%;
}

.sub-valores{
margin-left: -150px;
}  

.mision, .vision, .valores{
margin: 30px;
padding: 30px;
}


/*Location*/
.section-location{
background-image: url("../img/imagenes-11.jpg");
background-size: cover;
background-position: center;
height: 700px;
position: relative;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
color: white;
text-align: center;
}
/* 
.portada{
object-fit: contain;
}

*/
/* .location img{
width: 100%;
height: 60vh;
} */

.section-location span{
color: #ec5c30;
}

.section-location button{
background-color: #ec5c30;
padding: 0.5rem;
border-radius: 30px; 
border-style: none;
text-align: center;
min-width: 10%;
min-height: 20%;
}

.section-location a{
color: white;
text-decoration: none;
padding: 3.5%;
}


@media (max-width: 1132px){
  
 .services {
  transform: translateY(-10%);
  
} 

}

 @media(max-width: 991px ){
  .services{
    display: none;
  }
  
  .text{
    margin: 2%
  }

  .about-two img{
    width: 40%;
  }
} 

@media (max-width:767px){
 

  h1,h2,p,li{
    font-size: 1rem;
  }

  .text{
    margin: 5%
  }


  .image img{
    width: 80%;
    position: center;
    margin-left: 8%;

    
}

}