.container-two {
  width: 80%;
  display: flex;
  gap: 10px;
  justify-content: space-around;
}

.secciones {
  width: 20%;
  margin: 60px 0px;
  border: 1px solid #044664;
  align-items: center;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.secciones img {
  width: 30px;
  display: grid;
  background-color: #fff;
  grid-template-columns: 33.33% 33.33% 33.33%;
  justify-items: start;
  margin-left: 10px;
}

.secciones p {
  color: rgb(0, 0, 0);
  justify-content: center !important;
}

.texto-info {
  width: 1000px;
  height: 100px;
  padding: 20px;
  margin: 10px;
  color: #000;
  text-align: justify;
  
}

.origen p {
  
}

.contenedor-2 {
  width: 50%;
  background-color: #d3d3d3b7;
  padding: 30px;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.7);
}

.contenedor {
  width: 400px;
  padding: 30px;
  flex-direction: column;
  box-shadow: 0 0 20px rgb(0, 0, 0, 0.7);
  border-radius: 15px;
  background-color: #d3d3d3b7;
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn-1 {
  width: 15%;
  background-color: #404466;
  margin: auto;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-1:hover {
  background-color: #4c86a0;
}

h2 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #2e2e2e;
  margin-top: 25px;
}

p {
  font-size: 20px;
}

label {
  font-size: 16px;
  text-align: justify;
  color: #575757;
  margin-bottom: 10px;
}

.form-container {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;

  .cotizador-form {
    background-color: #d3d3d3b7;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.7); 
    border-radius: 20px;

    label {
      width: 80%;
      text-align: left;
    }

    input[type="text"] {
      width: 90%;
      height: 10%;
      background-color: rgb(255, 255, 255);
    }

    textarea {
      width: 90%;
      height: 200px;
    }

    .form-check {
      width: 80%;
      display: flex;
      justify-content: center;

      input[type="checkbox"] {
        background-color: #c2c2c2;
        transform: scale(0.8)!important;
      }
    }
    
    button {
      width: 100px;
      height: 30px;
      padding: 2px;
      color: #fff;
      background-color: #4c86a0;
      margin-top: 10px !important;
      border-radius: 40px !important;
      border: 1px solid #4c86a0 !important;
    }
  }
}
.cotizador-form {
}
.cotizador-form > input {
}

.footer {
  height: 180px;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-rows: 32% 32% 36%;
  background: #4c86a0;
}

.acerca {
  font-size: 14px;
  color: #fff;
  text-align: right;
  padding: 30px;
  text-decoration: none;
}

.aviso {
  font-size: 14px;
  color: #fff;
  padding: 30px;
  text-align: center;
  text-decoration: none;
}

.bolsa {
  font-size: 14px;
  color: #fff;
  padding: 30px;
  text-align: left;
  text-decoration: none;
}

.redes {
  text-align: center;
}

.iconos img {
  width: 30px;
  padding-top: 10px;
  padding-right: 5px;
}

.null-text {
  background-color: #00416b;
}

.copyright {
  background-color: #00416b;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}
