* {
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  margin:0;
}
.headertop{
  background-color: #003882;
  height: 50px;
  margin: 0;
}

.headertop h3{
  color: rgba(240, 248, 255, 0.688);
  font-family: 'helvetica_neue_lt_std47LtCn';
  font-size: 1.0vw;
  text-align: center;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: 3px;
  margin:0;

}

.cajalogotipo img{
  width: 15%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
  display: block;
}

.contenedor {
  margin: auto;
  text-align: center;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.caja1 {
  width: 50%;
  margin: auto;
  background-color: #0077bd;
  background-image: url(../imagenes/foto-empresa.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 400px;
  display: block;
  border: 0;
  margin-bottom: 0;
}

.caja2 {
  background-color: #0077bd;
  width: 50%;
  margin-bottom: 0;
}

.contenedorcolumnas {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.columna1 {
  width: 32%;
  margin: 0;
}
.columna1 img {
  width: 40%;
  padding: 5%;
}
.columna2 {
  width: 32%;
  color: rgba(255, 255, 255, 0.738);
  line-height: 1.5;
}

.columna2 h2{
  margin-top: 8%;
}
.columna3 {
  width: 32%;
}

.cajaredes {
  width: 30%;
  display: flex;
  justify-content: space-around;
  height: 200px;
  line-height: 200px;
  align-items: right;
}

.cajaredes i {
  color: rgba(255, 254, 254, 0.785);
  font-size: 2rem;
  margin-bottom: 0;
}
.cajaredes i:hover {
  color: rgb(184, 218, 252);
}

.caja2 h1 {
  color: white;
  font-size: 2vw;
  width: 100%;
  text-align: left;
  margin-left: 5%;
  font-family: 'helvetica_neue_lt_std75_bold';
}
.caja2 h2 {
  color: #95ffff;
  width: 70%;
  font-size: 1.2vw;
  text-align: left;
  margin-left: 5%;
  font-family: 'helvetica_neue_lt_std47LtCn';
  font-weight: 500;
  display: block;
  border: 0;
  padding-bottom: -50px;

}

.columna2 p{
  font-family: 'helvetica_neue_lt_std47LtCn';
  font-size: 0.85vw;
  line-height: 1.4;

}

.logoyboton {
  display: flex;
  justify-content: space-around;
  width:80% ;
}

.logo-ordeno img {
width: 70%;
margin-left: -70px;
padding-top: 6%;
margin-bottom: 0;
}

.boton {
  margin-top: 4%;
  width: 40%;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 25px; /* Ajusta el tamaño de fuente según tus preferencias */
  text-align: center;
  font-family: 'helvetica_neue_lt_std75_bold';
  cursor: pointer;
  border-radius: 5px; /* Bordes redondeados */
  background-color: #b8dc9e; /* Color de fondo */
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.boton a {
  text-decoration: none;
  color: #0077bd; /* Color del texto */
  margin-bottom: 0;
}

.boton:hover {
  background-color: #f6bb69; /* Cambia el color de fondo al pasar el ratón */
  color: #00d0ff; /* Cambia el color del texto al pasar el ratón */
  margin-bottom: 0;
}

#pie {
  background-color: #003882;
  width: 100%;
  text-align: center;
  height: 250px;
  line-height: 250px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7vw;
}

.copyright{
  width: 100%;
  background-color: #003882;
  color: rgba(255, 255, 255, 0.73);
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
 font-family: 'helvetica_neue_lt_std47LtCn';
 font-size: 0.65vw;
 font-weight: 100;

}
