* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

hr {
  width: 100%;
  height: 20px;
  background-color: #2ea8d3;
}

.btn-wa img {
  height: 75px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: 0.4s;
}

.btn-arr img {
  height: 60px;
  position: fixed;
  right: 28px;
  bottom: 110px;
  transition: 0.4s;
}

.btn-wa img:hover {
  height: 79px;
  transition: 0.4s;
}

.btn-arr img:hover {
  height: 69px;
  transition: 0.4s;
}

/* cabecera */

header {
  width: 100vw;
  height: auto;
  background: url("../Imagenes/Cabecera.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.caja-top {
  width: 100vw;
  height: 150px;
  background-color: #4b6f8d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconos-res {
  display: none;
}

.caja-logo img {
  height: 120px;
}

.caja-tex h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 128px;
  line-height: 110px;
  text-align: right;
  color: white;
  margin-right: 150px;
  margin-top: 170px;
}

.caja-tex h2 {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 110px;
  color: #cdd62c;
  margin-right: 160px;
  text-align: right;
  margin-bottom: 63px;
}

.caja-nav {
  height: 115px;
  width: 100vw;
  display: flex;
}

.caja-nav div {
  width: 320px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caja-nav div a {
  color: black;
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  transition: 0.2s;
}

.caja-nav div a:hover {
  color: #00365f;
  transition: 0.2s;
}

.Caja1 {
  background-color: #cdd62c;
}

.Caja2 {
  background-color: #79b729;
}

.Caja3 {
  background-color: #5eb1e3;
}

.Caja4 {
  background-color: #ef7f36;
}

.Caja5 {
  background-color: #b0589c;
}

.Caja6 {
  background-color: #efe300;
}

/* nosotros */

.container-s2 {
  width: 100vw;
}

.container-nos {
  padding: 100px 0;
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.container-nos p {
  width: 70vw;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 50px;
}

.imagen-nos img {
  width: 100%;
}

/* clientes */

.container-cli {
  padding: 150px 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container-cli h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  color: #00365f;
  margin-bottom: 60px;
}

.imagenes-cli {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1600px;
}

.cli1 {
  height: 228px;
  width: 277px;
}

.cli2 {
  height: 244px;
  width: 244px;
}

.cli3 {
  height: 123px;
  width: 437px;
}

.cli4 {
  height: 242px;
  width: 236px;
}

.cli5 {
  height: 236px;
  width: 236px;
}

/* contactanos */

.container-con {
  height: 900px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-1 {
  width: 840px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-1 img {
  height: 562px;
}

.flex-1 h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  margin-bottom: 25px;
  color: #00365f;
}

.formulario {
  height: 750px;
  width: 900px;
  margin-right: 70px;
}

input {
  margin-top: 10px;
  width: 850px;
  height: 83px;
  border-radius: 20px;
  border-color: #006cbe;
  border-style: solid;
  margin-right: 5px;
  padding: 10px 10px;
}

.btn-1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: larger;
}

.btn-2 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: larger;
}

.btn-3 {
  width: 450px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: larger;
}

.btn-4 {
  width: 390px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: larger;
}

.btn-5 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: larger;
}

textarea {
  border-radius: 20px;
  border-color: #006cbe;
  border-style: solid;
  border-width: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: larger;
  margin-top: 10px;
  padding: 10px 10px;
}

.btn-enviar {
  color: white;
  width: 300px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: x-large;
  background-color: #006cbe;
  border-color: #006cbe;
}

::placeholder {
  color: #9e9e9e;
}

/* footer */

.container-foo img {
  height: 320px;
  margin-top: 40px;
}

.container-foo h1 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: white;
  margin-top: 20px;
}

.container-foo {
  height: 785px;
  background-color: #00365f;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.t1 {
  text-align: center;
}

.flex-2 {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-2 h1 {
  font-size: 20px;
  font-weight: 400;
}

/*Responsive*/

@media (max-width: 1366px) {
  header {
    width: 100vw;
    height: 100vh;
    background: url(../Imagenes/Cabecera.png);
    background-repeat: no-repeat;
  }

  .caja-top {
    width: 100vw;
    height: 120px;
    background-color: #4b6f8d;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .caja-logo img {
    height: 90px;
  }

  .caja-tex h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 110px;
    line-height: 110px;
    text-align: right;
    color: white;
    margin-right: 150px;
    margin-top: 110px;
  }

  .caja-tex h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 95px;
    color: #cdd62c;
    margin-right: 160px;
    text-align: right;
    margin-bottom: 0px;
  }

  .caja-nav div {
    width: 226px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* nosotros */

  .container-s2 {
    width: 100vw;
  }

  .container-nos {
    padding: 100px 0;
    width: 80vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }

  .container-nos p {
    width: 70vw;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    text-align: justify;
    margin-bottom: 50px;
  }

  .imagen-nos img {
    width: 100%;
  }

  /* clientes */

  .container-cli {
    padding: 150px 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .container-cli h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    color: #00365f;
    margin: auto;
    margin-bottom: 60px;
  }

  .imagenes-cli {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
  }

  .cli1 {
    margin-right: 20px;
    margin-left: 20px;
    height: auto;
    width: 180px;
  }

  .cli2 {
    margin-right: 20px;
    margin-left: 20px;
    height: auto;
    width: 180px;
  }

  .cli3 {
    margin-right: 20px;
    margin-left: 20px;
    height: auto;
    width: 260px;
  }

  .cli4 {
    margin-right: 20px;
    margin-left: 20px;
    height: auto;
    width: 180px;
  }

  .cli5 {
    margin-right: 20px;
    margin-left: 20px;
    height: auto;
    width: 180px;
  }

  /* Contactanos */

  .formulario {
    height: 680px;
  }

  .container-con {
    width: 100vw;
    height: 800px;
  }

  .flex-1 img {
    height: 390px;
    margin-bottom: 70px;
  }

  input {
    margin-top: 10px;
    width: 730px;
    height: 64px;
    border-radius: 20px;
    border-color: #006cbe;
    border-style: solid;
    margin-right: 5px;
    padding: 10px 10px;
  }

  textarea {
    width: 730px;
  }

  .btn-3 {
    width: 400px;
  }

  .btn-4 {
    width: 320px;
  }

  /* footer */

  .container-foo {
    height: 600px;
  }

  .container-foo h1 {
    font-size: x-large;
  }

  .container-foo img {
    height: 280px;
  }
}

/* Adaptable 800px */

@media (max-width: 800px) {
  header {
    width: 100vw;
    height: 700px;
    background: url("../Imagenes/Cabecera.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-size: cover;
        background-position: center; */
  }

  .caja-top {
    width: 100vw;
    height: 120px;
    background-color: #4b6f8d;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .caja-tex h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 110px;
    line-height: 110px;
    text-align: center;
    color: white;
    margin-right: 50px;
    margin-top: 120px;
  }

  .caja-tex h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 80px;
    color: #cdd62c;
    margin-right: 160px;
    text-align: right;
    margin-bottom: 63px;
  }

  .caja-nav {
    height: 115px;
    width: 100vw;
    display: flex;
  }

  .caja-nav div {
    width: 300px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .caja-nav div a {
    color: black;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 12px;
    transition: 0.2s;
  }

  .imagenes-cli {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .imagenes-cli img {
    padding-bottom: 40px;
  }
  /* clientes */

  .container-cli {
    padding: 150px 0;
    width: 100vw;
  }

  .container-cli h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    color: #00365f;
    margin-bottom: 60px;
  }

  .imagenes-cli {
    display: grid;
    grid-template-columns: 280px 280px;
    grid-template-rows: 230px 230px 230px;
    grid-column-gap: 40px;
    width: 800px;
    height: 710px;
  }

  .cli1 {
    height: 200px;
    width: 249px;
  }

  .cli2 {
    height: 200px;
    width: 200px;
  }

  .cli3 {
    height: 123px;
    width: 437px;
    grid-column: 1;
    grid-row: 3;
  }

  .cli4 {
    height: 242px;
    width: 236px;
  }

  .cli5 {
    height: 236px;
    width: 236px;
    grid-column: 1;
    grid-row: 2;
  }

  /* contactanos */

  .container-con {
    height: 1200px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-1 {
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex-1 img {
    display: none;
    height: 0;
    width: 0;
    margin: 0;
  }

  .flex-1 h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    margin-bottom: 25px;
    color: #00365f;
  }

  .formulario {
    height: 750px;
    width: 550px;
    margin-right: 0px;
  }

  textarea {
    width: 540px;
  }

  input {
    margin-top: 10px;
    width: 540px;
    height: 83px;
    border-radius: 20px;
    border-color: #006cbe;
    border-style: solid;
    margin-right: 5px;
    padding: 10px 10px;
  }

  .btn-1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-3 {
    width: 540px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-4 {
    width: 540px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-5 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  textarea {
    border-radius: 20px;
    border-color: #006cbe;
    border-style: solid;
    border-width: 2px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
    margin-top: 10px;
    padding: 10px 10px;
  }

  .btn-enviar {
    color: white;
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: x-large;
    background-color: #006cbe;
    border-color: #006cbe;
  }

  ::placeholder {
    color: #9e9e9e;
  }

  /* footer */

  .container-foo img {
    height: 250px;
    margin-top: 40px;
  }

  .container-foo h1 {
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: white;
    margin-top: 20px;
  }

  .container-foo {
    height: 785px;
    background-color: #00365f;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .t1 {
    text-align: center;
  }

  .flex-2 {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }

  .flex-2 h1 {
    font-size: 20px;
    font-weight: 400;
  }
}

/* Adaptable 432px */

@media (max-width: 432px) {
  header {
    width: 100vw;
    height: 600px;
    background: url("../Imagenes/Cabecera.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .caja-top {
    width: 100vw;
    height: 100px;
    background-color: #4b6f8d;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .iconos-res {
    display: none;
  }

  .caja-logo img {
    height: 80px;
  }

  .caja-tex h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    color: white;
    margin-right: 25px;
    margin-top: 170px;
  }

  .caja-tex h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #cdd62c;
    margin-right: 110px;
    text-align: right;
    /* margin-bottom: 63px; */
  }

  .caja-nav {
    position: fixed;
    height: 400px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .caja-nav div {
    cursor: pointer;
    position: relative;
    bottom: 320px;
    width: 20px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0, 4s;
  }

  .caja-nav :hover {
    width: 100vw;
  }

  .caja-nav div a {
    display: flex;
    opacity: 0;
    color: black;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    transition: 0.2s;
  }

  .caja-nav div a:hover {
    padding-left: 20px;
    color: #00365f;
    opacity: 100%;
    transition: 0.2s;
  }

  /* clientes */

  .container-cli {
    padding: 150px 0;
    width: 100vw;
  }

  .container-cli h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    text-align: center;
    color: #00365f;
    /* margin-bottom: 60px; */
  }

  .imagenes-cli {
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    /* grid-template-columns: 280px;
        grid-template-rows: 230px 230px 230px;
        grid-column-gap: 40px; */
    width: 360px;
    height: 710px;
  }

  .cli1 {
    height: 200px;
    width: auto;
  }

  .cli2 {
    height: 200px;
    width: auto;
  }

  .cli3 {
    height: auto;
    width: 300px;
    /* grid-column: 1;
        grid-row: 3; */
  }

  .cli4 {
    height: 242px;
    width: auto;
  }

  .cli5 {
    height: 236px;
    width: auto;
    /* grid-column: 1;
        grid-row: 2; */
  }

  /* contactanos */

  .container-con {
    margin-top: 80px;
    height: 800px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-1 {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex-1 img {
    display: none;
    height: 0;
    width: 0;
    margin: 0;
  }

  .flex-1 h1 {
    margin-left: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    margin-bottom: 25px;
    color: #00365f;
  }

  .formulario {
    height: 800px;
    width: 250px;
    margin-right: 0px;
  }

  textarea {
    width: 300px;
  }

  input {
    margin-top: 10px;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    border-color: #006cbe;
    border-style: solid;
    margin-right: 5px;
    padding: 10px 10px;
  }

  .btn-1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-3 {
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-4 {
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-5 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  textarea {
    border-radius: 20px;
    border-color: #006cbe;
    border-style: solid;
    border-width: 2px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
    margin-top: 10px;
    padding: 10px 10px;
  }

  .btn-enviar {
    color: white;
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: x-large;
    background-color: #006cbe;
    border-color: #006cbe;
  }

  ::placeholder {
    color: #9e9e9e;
  }

  /* footer */

  .container-foo img {
    height: 120px;
    margin-top: 40px;
  }

  .container-foo h1 {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: white;
    margin-top: 20px;
  }

  .container-foo {
    height: 500px;
    background-color: #00365f;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .t1 {
    text-align: center;
  }

  .flex-2 {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }

  .flex-2 h1 {
    font-size: 12px;
    font-weight: 400;
  }

  .btn-wa img {
    z-index: 1;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.4s;
  }

  .btn-arr img {
    z-index: 1;
    height: 40px;
    position: fixed;
    right: 28px;
    bottom: 80px;
    transition: 0.4s;
  }

  .btn-wa img:hover {
    height: 55px;
    transition: 0.4s;
  }

  .btn-arr img:hover {
    height: 45px;
    transition: 0.4s;
  }
}

/* Adaptable 375px */

@media (max-width: 375px) {
  header {
    width: 100vw;
    height: 600px;
    background: url("../Imagenes/Cabecera.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .caja-top {
    width: 100vw;
    height: 100px;
    background-color: #4b6f8d;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .iconos-res {
    display: none;
  }

  .caja-logo img {
    height: 80px;
  }

  .caja-tex h1 {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    color: white;
    margin-right: 40px;
    margin-top: 170px;
  }

  .caja-tex h2 {
    font-family: "Barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 35px;
    color: #cdd62c;
    margin-right: 93px;
    text-align: right;
    /* margin-bottom: 63px; */
  }

  .caja-nav {
    position: fixed;
    height: 400px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .caja-nav div {
    cursor: pointer;
    position: relative;
    bottom: 320px;
    width: 20px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0, 4s;
  }

  .caja-nav :hover {
    width: 100vw;
  }

  .caja-nav div a {
    display: flex;
    opacity: 0;
    color: black;
    text-decoration: none;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    transition: 0.2s;
  }

  .caja-nav div a:hover {
    padding-left: 20px;
    color: #00365f;
    opacity: 100%;
    transition: 0.2s;
  }

  /* clientes */

  .container-cli {
    padding: 150px 0;
    width: 100vw;
  }

  .container-cli h1 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 45px;
    text-align: center;
    color: #00365f;
    /* margin-bottom: 60px; */
  }

  .imagenes-cli {
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    /* grid-template-columns: 280px;
        grid-template-rows: 230px 230px 230px;
        grid-column-gap: 40px; */
    width: 360px;
    height: 710px;
  }

  .cli1 {
    height: 200px;
    width: auto;
  }

  .cli2 {
    height: 200px;
    width: auto;
  }

  .cli3 {
    height: auto;
    width: 300px;
    /* grid-column: 1;
        grid-row: 3; */
  }

  .cli4 {
    height: 242px;
    width: auto;
  }

  .cli5 {
    height: 236px;
    width: auto;
    /* grid-column: 1;
        grid-row: 2; */
  }

  /* contactanos */

  .container-con {
    margin-top: 80px;
    height: 800px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-1 {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex-1 img {
    display: none;
    height: 0;
    width: 0;
    margin: 0;
  }

  .flex-1 h1 {
    margin-left: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
    margin-bottom: 25px;
    color: #00365f;
  }

  .formulario {
    height: 800px;
    width: 250px;
    margin-right: 0px;
  }

  textarea {
    width: 300px;
  }

  input {
    margin-top: 10px;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    border-color: #006cbe;
    border-style: solid;
    margin-right: 5px;
    padding: 10px 10px;
  }

  .btn-1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-3 {
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-4 {
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  .btn-5 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
  }

  textarea {
    border-radius: 20px;
    border-color: #006cbe;
    border-style: solid;
    border-width: 2px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: larger;
    margin-top: 10px;
    padding: 10px 10px;
  }

  .btn-enviar {
    color: white;
    width: 300px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: x-large;
    background-color: #006cbe;
    border-color: #006cbe;
  }

  ::placeholder {
    color: #9e9e9e;
  }

  /* footer */

  .container-foo img {
    height: 120px;
    margin-top: 40px;
  }

  .container-foo h1 {
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: white;
    margin-top: 20px;
  }

  .container-foo {
    height: 500px;
    background-color: #00365f;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .t1 {
    text-align: center;
  }

  .flex-2 {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }

  .flex-2 h1 {
    font-size: 12px;
    font-weight: 400;
  }

  .btn-wa img {
    z-index: 1;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.4s;
  }

  .btn-arr img {
    z-index: 1;
    height: 40px;
    position: fixed;
    right: 28px;
    bottom: 80px;
    transition: 0.4s;
  }

  .btn-wa img:hover {
    height: 55px;
    transition: 0.4s;
  }

  .btn-arr img:hover {
    height: 45px;
    transition: 0.4s;
  }
}
