*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
}

.contenedor{
    width: 60%;
    max-width: 1100px;
    margin: 0 auto;    
    overflow: hidden;
    padding: 60px 0;
}

.menu-nav{
    text-align: right;
    padding: 0;
}

.menu-nav a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
}

.logo{
    float: left;
    width: 20%; 
    margin:auto 200px;
    margin-top: 20px; 
    min-width: 2px;
    border-radius: 15%;
    transition: transform 0.4s ease;    
    cursor: pointer;
}


.logo:hover{
transform: scale(1.5);
}

.menu01{
    color: #fff;
    font-size: 45px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.header{
    width: 100%;
    background-image: 
    linear-gradient(-10deg, #d1e70b1c 0%, #7e848400 100%), 
    url("../img/hero033.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.hero h1{
    font-size: 60px;
}

.contenedor-textos{
    padding-bottom: 3px;
}

.copy{
    font-size: 22px;
    padding: 20px 0;
    font-weight: 800;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/* main */

.containercero{
text-align: center;
display: flex;
position: relative;
padding: 0 30px;
margin: 60px 1px 10px 200px;
max-width: 1000px;
height: 200px;
}

.nos02{
font-size: 14px;
position: absolute;
height: 100px;
color: #313c4f;
max-width: 500px;
font-family: Arial, Helvetica, sans-serif;
text-align: justify;
padding: 20px;
margin: 5px;
}

.titulo-seccion01{
    color: #313c4f;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    width: 500px;
    padding:0 5px;
    margin: 5px;
    font-weight: 900;
}

.titulo-seccion02{
     text-align: center;
     background-color: #E4E0D5;
}

.titulo-seccion03{
 text-align: left;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    color: #434e57;
    padding-bottom: 100px;
    margin-bottom: 3px;
    padding: 80px;
}

.cono01{
    color: #E4E0D5;
    font-size: 20px;
    background-color: #272f4b;
    cursor: pointer;  
    display: flex;
    position: absolute;
    border-radius: 5%;
    margin: 320px;
    padding: 10px 10px 10px 10px;
    transition: transform 0.4s ease;
    font-family: Arial, Helvetica, sans-serif;
}

.cono01:hover{
    transform: scale(1.1);
}

.iconuno{
color: #E4E0D5;
font-size: 25px;
margin: 0 80px;
text-align: right;
padding: 1px;
transition: transform 0.9s ease;
}

.icondos{
    width: 50%;
    height: 60%;
    border-radius: 15%;
    margin: 0 40px;
    padding: 10px;
}

.iconuno:hover{
transform: rotate(360deg);
}

/*slider**/
.slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  width: 100%; /* 5 imágenes (4 reales + 1 duplicada) */
  animation: slide 20s infinite;
}

.slides img {
  width: 100%;
  height: auto;
}

@keyframes slide {
  0%   { margin-left: 0%; }
  20%  { margin-left: 0%; }
  25%  { margin-left: -100%; }
  40%  { margin-left: -100%; }
  45%  { margin-left: -200%; }
  60%  { margin-left: -200%; }
  65%  { margin-left: -300%; }
  80%  { margin-left: -300%; }
  85%  { margin-left: -400%; }
  100% { margin-left: -400%; } /* Se queda en la duplicada antes de reiniciar */
}

/*slider**/

.containercuatro{
    max-width: 1100px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin:0 150px;
    padding:0 50px;
}

.parrafo02{
    color: #313c4f;
    font-size: 16px;
    padding: 10px;
    text-align: justify;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

.parrafo03{
    color: #313c4f;
    font-size: 14px;
    padding: 10px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}

.parrafo04{
   color: #313c4f;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}

.nos1{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background-color: #313c4f;
color: #fff;
margin: 0 25px;
padding: 15px;
border-radius: 2%;
transition: background-color 0.3s ease, transform 0.2s ease;
cursor: pointer;
}

.nos1:hover{
  background-color: #7e998e;
  transform: translateY(-3px);
  color: #fff;
}

.nos2{
font-size: 12px;
background-color: #7e998e;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
margin: 0 25px;
padding: 15px;
border-radius: 2%;
transition: background-color 0.3s ease, transform 0.2s ease;
cursor: pointer;
}

.nos2:hover{
  background-color: #7e998e;
  transform: translateY(-3px);
}

.nos3{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
background-color: #313c4f;
color: #fff;
margin: 0 25px;
padding: 15px;
border-radius: 2%;
transition: background-color 0.3s ease, transform 0.2s ease;
cursor: pointer;
}

.nos3:hover{
  background-color: #313c4f;
  transform: translateY(-3px);
}

.nos4{
font-size: 12px;
background-color: #7a9b8e;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
margin: 0 25px;
padding: 15px;
border-radius: 2%;
transition: background-color 0.3s ease, transform 0.2s ease;
cursor: pointer;
}

.nos4:hover{
  background-color: #7e998e;
  transform: translateY(-3px);
}

.containeruno{
text-align: center;
margin-bottom: 10px;
max-width:1300px;
height: 500xp;
margin:0 80px;

}

.containerdos{
    text-align: center;
    background-color: #E4E0D5;
    max-width: 1300px;
    width: 1800%;
    margin: 20px auto;
}

.parrafo01{
    color: #313c4f;
    font-size: 25px;
    padding: 50px;
    margin: 10px;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.parrafo07{
    color: #313c4f;
    font-size: 25px;
    padding: 30px;
    margin: 10px;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.containertres{
   position: relative;
   display: block;
   overflow: hidden;
   width: 30%;
   height: 30%;
   padding: 25px;
   margin: 22px;
   background: #7e998e;
   border-radius: 3%;
}

.seruno{
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #313c4f;
font-weight: 800;
}

.servdos{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #272f4b;
}

.servtres{
font-size: 12px;
text-align: left;
color: #434e57;
}

.imgserv01{
    width: 100%;
    height: 60%;
    padding: 5px;
    margin: 1px;
    border-radius: 5%;
    transition: transform 0.4s ease;    
    cursor: pointer;
}

.imgserv01:hover{
transform: scale(0.9);
}
  
.titulo-seccion{
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    color: #434e57;
    padding-bottom: 100px;
    margin-bottom: 3px;
    padding: 80px;
}


.contenedor-sobre-nosostros{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portafolio{
    background: #fff;
    max-width: 1400px;
    height: 550px;
    position: relative;
    overflow: flex;
    display: block;
    padding:0 20px;
    margin:0 200px;   
}

.portafolio-contenedor{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding:0 25px;
     margin: 3px;
     height: 10px;
     max-width: 1400px;
}

.img01{
     position: relative;
      top: 15%;
      left: 30%;
      transform: translate(-5%, -600%);
      color: #E4E0D5;
      background-color: #313c4f;
      font-size: 25px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      text-align: center;
}

.img02{
     position: relative;
      top: 5%;
      left: 5%;
      transform: translate(-5%, -250%);
      color: #434859;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin: 5px;
      padding: 5px;
      text-align: justify;
}

.imagen-contenedor{
    width: 45%;
    height: 300px;
    margin-bottom: 60px;
}

.imagen-contenedor img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease;
     cursor: pointer;
}
.imagen-contenedor img:hover{
transform: scale(1.1);
  }

footer{
    background: #E4E0D5;
    position: relative;
}

.foot01{
    color: #313c4f;
    text-align: center;
    font-size: 12px;
    padding: 25px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

footer .titulo-seccion{
    color: #fff;
    margin-top: 70px;
}
.contenido-nosotros p{
    margin-bottom: 2rem;
    margin-top: 12px; 
    min-width: 10px;
    text-align: center;
   
}

.contenido-nosotros i{
    color: #7a9b8e;
    width: 50px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 900;
}
.contenido-nosotros01{
font-size: 18px;
color: #272f4b;
font-weight: 800;
}

.contenido-nosotros02{
  font-size: 25px;
  color: #7a9b8e;  
  text-align: center;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
   padding: 10px;
   margin: 10px;
}

a{
      text-align: right;
}

.iconfooter i{
    color:#7a9b8e;
    font-size: 25px;
    font-weight: 900;
}

@media screen and (max-width:780px){

    .menu01{
    color: #fff;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.containercero{
text-align: left;
display: flex;
position: relative;
padding: 10px;
margin: 20px 1px 10px 10px;
max-width: 100px;
height: 300px;
}

.titulo-seccion01{
    color: #0d1c2f;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    padding:0 5px;
    text-align: center;
    margin: 5px;
}

.nos02{
font-size: 12px;
position: relative;
height: 100px;
color: #313c4f;
max-width: 600px;
text-align: justify;
padding: 20px;
margin: 10px;
}

.logo{
    float: left;
    width: 30%; 
    margin:auto 100px;
    margin-top: 20px; 
    min-width: 2px;
    border-radius: 15%;
    transition: transform 0.4s ease;    
    cursor: pointer;
}

.containeruno{
text-align: center;
max-width: 500px;
height: 620px;
width: 280px;
margin: 0 35px;
}

.titulo-seccion{
   font-size: 15px;
    padding: 50px;
    margin: 15px auto;
}


 .cono01{
    color: #E4E0D5;
    font-size: 12px;
    text-align: center;
    padding:0 35px;
    cursor: pointer;
    margin: 600px;
   font-weight: 600;
    transition: transform 0.4s ease;
    font-family: Arial, Helvetica, sans-serif;
}

.imagen-contenedor{
        width: 250px;
        height: 250px;    
    }
 
.portafolio{
    background: #fff;
    max-width: 280px;
    width: 500px;
    height: 750px; 
    padding: 50px auto;
    margin: 20px;   
}

.titulo-seccion03{
   font-size: 15px;
    padding:0 20px;
    margin:0 12px;
    text-align: center;
    height: 100px;     
}

    .img01{
     position: relative;
      top: 20%;
      left: 30%;
      transform: translate(-1%, -1000%);
      color: #E4E0D5;
      background-color: #313c4f;
      font-size: 15px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
      text-align: center;
}

.img02{
     position: relative;
      top: 1%;
      left:21%;
      transform: translate(-20%, -200%);
      color: #313c4f;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
      font-weight: 700;
      margin: 5px;
      padding:0 10px;
      text-align: center;
}

 .containerdos{
    text-align: center;
    background-color: #E4E0D5;
    max-width: 1000px;
    width: 100%;
    gap: 20px;
}

.parrafo01{
    color: #313c4f;
    font-size: 15px;
    padding: 30px;
    margin: 10px;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}

.parrafo07{
    color: #313c4f;
    font-size: 15px;
    padding: 30px auto;
    margin:20px auto;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
}
.containertres{
   position: relative;
   display: block;
   overflow: hidden;
   width: 90%;
   height: 30%;
   padding: 25px;
   margin: 22px;
   background: #7e998e;
   border-radius: 3%;
}

.seruno{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #313c4f;
font-weight: 800;
}

.servdos{
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #272f4b;
}

.servtres{
font-size: 11px;
text-align: left;
color: #434e57;
}

.imgserv01{
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 1px;
    border-radius: 5%;
    transition: transform 0.4s ease;    
    cursor: pointer;
}


.containercuatro{
  max-width: 1100px;
  margin: 0 auto;
  padding: 4px;
  height: 400px;
       
}

.parrafo02{
    color: #313c4f;
    font-size: 11px;
    position: absolute;
    padding: 0 1px;
    margin: 1px;
    overflow: hidden;
  }

.parrafo03{
    color: #313c4f;
    font-size: 10px;
    max-width: 400px;
    padding: auto 12px;
    margin: 20px auto;
    width: 150px;
    position: absolute;
   
 }

 .slides {
   max-width: 100%;
   position: relative;
 
}   

.contenido-nosotros01{
font-size: 15px;
color: #272f4b;
font-weight: 800;
}

    .menu-nav{
        text-align: center;
    }

    
.menu-nav a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-left:0 25px;
    font-weight: 800;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 35px;
}

.header{
    width: 100%;
    padding: 15px;
  
}
    .hero h1{
        font-size: 45px;
    }

    .copy{
        font-size: 15px;
    }

    
.iconfooter i{
    font-size: 20px;
    font-weight: 900;
}

.contenedor{
    width: 88%;
    max-width: 1100px;
    margin: 0 auto;    
    overflow: hidden;
    padding: 60px 0;
}
          
}

