main h2 {
  margin: 40px auto;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: #004876;
  line-height: 1;
  margin-bottom: 40px;
}
main .container_productos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004876 !important;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 1065px) {
  main .container_productos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 25vh;
  }
}
@media screen and (max-width: 600px) {
  main .container_productos {
    height: 400px;
  }
}
main .container_productos a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin: 0 !important;
  background: transparent !important;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (max-width: 1065px) {
  main .container_productos a {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  main .container_productos a {
    font-size: 14px;
    margin: 0 !important;
  }
}
main .container_productos a:hover {
  color: black;
}
main .container_productos img {
  width: 50px;
  margin: 0;
}
main .container_productos .cover {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1065px) {
  main .container_productos .cover {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    font-size: 14px;
    margin: 0 !important;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  main .container_productos .cover {
    width: 100%;
  }
}
main .container_productos .cover:hover {
  background-color: #1972d8ea;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
main .container_productos .cover:hover a {
  color: white;
}
main .container_productos .seleccion {
  background-color: #1972d8ea;
}
main .container_productos .seleccion a {
  color: white;
}
main .productos img {
  border-radius: 25px;
  width: 230px;
  height: 230px;
}
main .productos h3 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  color: #004876;
  line-height: 1;
  margin-bottom: 40px;
}
main .productos .row {
  margin-bottom: 30px;
}
main .productos .producto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
main .productos .producto h4 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #004876;
  line-height: 1;
}
main .productos .producto a {
  margin: 20px auto;
}
main .btn {
  background-color: #004876;
  color: white;
  border-radius: 0 !important;
}
main .btn:hover {
  background-color: #01385a;
  color: white;
}
main .hide {
  display: none;
}
main .show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main input {
  margin-left: 2px;
}

.formulario {
  width: 100% !important;
  background: #f1f1f1;
  padding: 40px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
}

select, textarea {
  border: none;
  background: none;
  color: gray;
}

.formulario h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 600px) {
  .formulario h2 {
    font-size: 30px;
  }
}

.box-input {
  border-bottom: 2px solid #adadad;
  position: relative;
  margin: 30px 0;
}

.box-input input, textarea {
  font-size: 16px;
  color: #333;
  border: none;
  width: 100%;
  outline: none;
  background: none;
  padding: 0 5px;
  height: 40px;
}

textarea {
  height: 100px;
}

.focus + span::before {
  top: -5px;
}

.focus + span::after {
  width: 100%;
}

.boton {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #004876;
  border: solid 2px #004876;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.boton:hover {
  background-color: #00b4f1;
  border: solid 2px #00b4f1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}