
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo{
    width: 200px;
    height: 200px;
    position: absolute;
    margin: 50px;
    border-radius: 50%;
}

.bg-menu{
    background: #fff;
    color: #272727;
    
}

.bg-menu01{
    background: #fff;   
}


.containercero{
  background-color: #272727;
  color: #ccc;
  margin: -55px auto;
  display: flex;
  justify-content: center;   /* Centra horizontalmente el contenido */
  align-items: center;       /* Centra verticalmente si hay altura */
  padding: 100px;
  text-align: justify;
    
}

.cero01{
 font-size: 46px;
 text-align: center;        /* Ahora sí lo centrará */
 justify-content:flex-end;
 font-weight: 700;
}

.cero02{
 color: #a4d60d; 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;  
}

.containeruno{
  background-color: #A7D129;
  display: flex;
  justify-content: center;   /* Centra horizontalmente el contenido */
  align-items: center;       /* Centra verticalmente si hay altura */
  padding: 50px;
  
}

.conte01{
    background-color: #f7f0f02a;
    padding: 10px;
}

.uno01{
    color: #fff;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.uno02{
    color: #3c3b49;
    font-size: 12px;
    margin: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3%;
    text-align: justify;
 }

.icon01{
    color: #3c3b49;
    font-size: 20px;
}

.compu01{
    border-radius: 50%;
    width: 70%;
    height: 50%;
    margin:10px 55px;
    filter: grayscale(100%);
    transition: filter 0.8s ease;
    transition: transform 0.4s ease;
}
   
.compu01:hover{
    filter: grayscale(0%);
    transform: scale(0.9);
}  





.text01{
    text-align: center;
    font-size: 23px;
    font-weight: 800;
    padding: 20px;
    color: #ccc;
    letter-spacing: 3px;      
}


.text044{
    color: #ccc;
    font-size: 35px;
    font-weight: 700;
    background-color: #272727;
    font-family: Arial, Helvetica, sans-serif;
}


.text041{
    color: #676767;
    font-size: 28px;
    font-weight: 800;
    margin-top: 40px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.text0411{
    color: #272727;
    font-size: 25px;
    font-weight: 800;
    margin-top: 45px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}


.containerdos{
background-color: #272727;
text-align: center;
padding-top: 30px;
height: 350px;

}

.containertres{
    text-align: center;

}


.parrafo01{
 font-size: 35px;
 font-family: Arial, Helvetica, sans-serif;
 color: #ccc;
 text-align: center;
 letter-spacing: 2px;
 font-weight: 700;
 padding: 25px;
}

.parrafo02{
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
color: #ccc;
text-align: justify;
padding: 25px;
margin: 25px;
}

.parrafo03{
 font-size: 15px;
 font-family: Arial, Helvetica, sans-serif;
 color: #ccc;
 text-align: center;
 font-weight: 900;
 padding: 10px;
 text-transform: uppercase;

}

.parrafo04{
 font-size: 13px;
 font-family: Arial, Helvetica, sans-serif;
 color: #ccc;
 text-align: center;
 font-weight: 700;
}



.tel01{
    color: #272727;
    text-align: right;
    font-weight: 900;
    font-size: 22px;
}

.titul01{
    color: #272727;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
}

.tituluno{
     color: #ccc;
    font-size: 25px;
    font-weight: 800;
    text-align: center; 
}

.titul04{
   color: #272727;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
   }

 

.menu01{
    color: #272727;
}


section{                
    position: relative;
    width: 100%;
    height: 60vh;
    background: url(../img/PRINCIPAL01.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    display: flex;
    display: inline-flex;
    background-blend-mode: multiply;               
}

.serv01{
    cursor: pointer;
    filter: grayscale(100%);
    transition: filter 0.8s ease;
    border-radius: 5%;
    transition: transform 0.4s ease;
    width: 90%;
    height: 55%;
    margin-top: 25px;
    }

    
    .serv01:hover{
    filter: grayscale(0%);
    transform: scale(0.9);
}  

    .ser01{
    background-color: #272727;
    padding: 20px 10px;
    margin: 15px 10px;
    margin-top: 5px;
    border-radius: 5px;
    }
 

.contacto img{
   border-radius: 5%;
   width: 300px;
}

.direccion{
    font-size: 25px;
   font-weight: 700;
   color: #545454;
}



.menu {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
   
}

.cuidad01{
text-align: center;
font-size: 35px;
color: #272727;
font-weight: 800;
}

.colum01{
 text-align: center;
 }


.tel02{
    color:#ccc;
    font-size: 30px;
    font-weight: 700;
}

.redes-sociales i{
    transition: 3s;
}

.redes-sociales i:hover{
   transform: rotate(360deg);
   color: #a4d60d;
}
.bg{
      background: #272727;
 }
@media screen and (max-width:780px){
    
.cero01{
 font-size: 22px;
 text-align: center;        /* Ahora sí lo centrará */
 justify-content:flex-end;
 font-weight: 700;
 
}


.containercero{
  background-color: #272727;
  height: 500px;
  padding: 81px;
 }


.cero02{
 color: #a4d60d; 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
  
}

.uno01{
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.text041{
    font-size: 20px; 
  
  }

  .text0411{
    font-size: 20px;
    padding: 1px;

}


.titul01{
    font-size: 18px;
    margin-top: 25px;

}


.containeruno{
  background-color: #A7D129;
  display: flex;
  justify-content: center;   /* Centra horizontalmente el contenido */
  align-items: center;       /* Centra verticalmente si hay altura */
  padding: 40px;  
}

.uno02{
    color: #3c3b49;
    font-size: 11px;
    margin: 11px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3%;
    text-align: justify;
 }

 .tituluno{
     color: #ccc;
    font-size: 15px;
    font-weight: 800;
    text-align: center; 
    padding:0 20px;
}


 .compu01{
    border-radius: 50%;
    width: 50%;
    height: 50%;
    margin:10px 70px;
  
}

.conte01{
    background-color: #f7f0f02a;
    padding: 40px;
}


.containerdos{
background-color: #272727;
text-align: center;
padding-top: 10px;
height: 450px;

}

.tel02{
    color:#ccc;
    font-size: 16px;
    font-weight: 700;
}

.parrafo01{
 font-size: 22px;
 letter-spacing: 2px;
 padding: 25px;
}

.parrafo02{
font-size: 13px;
padding: 25px;
margin: 18px;
}

.parrafo03{
 font-size: 15px;

}

.parrafo04{
 font-size: 13px;

}


.direccion{
    font-size: 22px;
 
}

.containertres{
    width: 80%;
    height: 60%;
    padding: 0 20px;
    margin: 0 35px;
}
}
      
