* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

/*Header*/
.primera-seccion {
  width: 100%;
  max-height: 594px;
  background-color: #eeeeee;
 
}

.header {
  padding: 0 17px;
  display: flex;
  justify-content: space-between;
  background-color: #eeeeee;
 
}

.logo-mio {
  width: 74px;
  height: 70px;
}
@media (min-width: 769px) {
  .logo-mio {
    width: 100px;
    height: 103px;
    margin: 10px 60px;
  }
}

.logo-dos {
  width: 46px;
  height: 42px;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .logo-dos {
    display: none;
  }
}

.menu {
  display: none;
}
@media (min-width: 769px) {
  .menu {
    margin-right: 60px;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto auto;
    gap: 50px;
  }
}

.info {
  font-size: 24px;
  font-family: "Open Sans";
  color: #000000;
}

.primer-contenedor {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}
@media (min-width: 769px) {
  .primer-contenedor {
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.titulo-contenedor {
  max-width: 291px;
}
@media (min-width: 769px) {
  .titulo-contenedor {
    padding-bottom: 230px;
    padding-left: 90px;
  }
}

.primer-titulo {
  font-size: 48px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700px;
  color: #000000;
}
@media (min-width: 769px) {
  .primer-titulo {
    text-align: start;
    font-size: 48px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 700px;
    color: #000000;
  }
}

.pri-imagen-c {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .pri-imagen-c {
    padding-right: 110px;
  }
}

.pri-imagen {
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

/* ------------------MAIN------------ */

.segunda {
  width: 100%;
  height: 538px;
  background-color: #000000;
}

.seg-contenedor {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
@media (min-width: 769px) {
  .seg-contenedor {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 110px 90px;
  }
}

.seg-textos-contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
@media (min-width: 769px) {
  .seg-textos-contenedor {
    display: flex;
    align-items: flex-start;
  }
}

.seg-titulo {
  font-size: 32px;
  font-weight: 700px;
  font-family: "Open Sans";
  color: #eeeeee;
}
@media (min-width: 769px) {
  .seg-titulo {
    margin: 0;
    padding: 0;
  }
}

.seg-parrafo-contenedor {
  max-width: 312px;
}
@media (min-width: 769px) {
  .seg-parrafo-contenedor {
    max-width: 666px;
    padding-top: 25px;
  }
}

.seg-parrafo {
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400px;
  color: #eeeeee;
}
@media (min-width: 769px) {
  .seg-parrafo {
    font-size: 24px;
    text-align: start;
  }
}

.seg-imagen-contenedor {
  padding-top: 12px;
}
@media (min-width: 769px) {
  .seg-imagen-contenedor {
    padding-bottom: 50px;
    grid-row: 1 / span 2;
    justify-self: center;
  }
}

.seg-imagen {
  width: 80px;
  height: 80px;
}
@media (min-width: 769px) {
  .seg-imagen {
    width: 180px;
    height: 180px;
  }
}
/* --------------CARS--------- */

.tercera {
  width: 100%;
  height: 1375px;
  background-color: #eeeeee;
}
@media (min-width: 769px) {
  .tercera {
    height: 650px;
  }
}

.ter-titulo-contenedor {
  padding: 68px;
}
@media (min-width: 769px) {
  .ter-titulo-contenedor {
    padding: 80px;
  }
}

.ter-titulo {
  margin: 0;
  font-size: 32px;
  font-weight: 700px;
  text-align: center;
  font-family: "Open Sans";
  color: #000000;
}
@media (min-width: 769px) {
  .ter-titulo {
    font-size: 38px;
  }
}

.ter-contenedor {
  width: 271px;
  height: 1243px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 97px;
}

@media (min-width: 769px) {
  .ter-contenedor {
    width: auto;
    height: auto;
    margin: 0 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }
}

.ter-elementos-contenedor {
  width: 271px;
  height: 312px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ter-logo {
  width: 138px;
  height: 138px;
}

.ter-subtitulo {
  margin: 17px;
  font-size: 24px;
  font-weight: 700px;
  font-family: "Roboto";
  color: #000000;
}

.ter-parrafo {
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400px;
  color: #000000;
}
@media (min-width: 769px) {
  .ter-parrafo {
    font-size: 18px;
  }
}

/* -------------MAIL----------- */

.cuarta {
  width: 100%;
  height: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}

.cuar-contenedor {
  width: 335px;
  height: 428px;
  margin: 31px 20px;
  display: grid;
  gap: 27px;
}
@media (min-width: 769px) {
  .cuar-contenedor {
    width: auto;
    margin: 116px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}

.cuar-titulo-contenedor {
  padding-top: 20px;
}
@media (min-width: 769px) {
  .cuar-titulo-contenedor {
    padding: 0;
    grid-row: 1 / span 4;
    align-self: flex-start;
  }
}

.cuar-titulo {
  font-size: 32px;
  text-align: center;
  font-family: "Open Sans";
  font-weight: 700px;
  color: #eeeeee;
}
@media (min-width: 769px) {
  .cuar-titulo {
    margin: auto;
    font-size: 42px;
  }
}

.label {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400px;
  font-size: 13px;
  color: #eeeeee;
}

.input-text,
.textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-family: "Roboto";
}

.button {
  width: 100%;
  padding: 13px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 700px;
  border: none;
  background-color: #fdb953;
}
/* -----------------FOOTER---------- */

.quinta {
  width: 100%;
  height: 493px;
  background-color: #eeeeee;
}

.quin-contenedor {
  padding: 37px 23px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .quin-contenedor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
  }
}

.quin-part-uno {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .quin-part-uno {
    padding-left: 45px;
  }
}

.quin-logo {
  width: 100px;
  height: 107px;
}
@media (min-width: 769px) {
  .quin-logo {
    width: 150px;
    height: 155px;
  }
}

.quin-little-text {
  margin: 0;
  font-size: 13px;
  font-weight: 400px;
  font-family: "Roboto";
  color: #000000;
}
@media (min-width: 769px) {
  .quin-little-text {
    padding-left: 22px;
  }
}

.quin-part-dos {
  padding-top: 53px;
}
@media (min-width: 769px) {
  .quin-part-dos {
    padding-right: 150px;
  }
}

.logo {
  display: flex;
  align-items: center;
}

.quin-imagen {
  width: 27px;
  height: 27px;
}

.titulo-de-las-imagenes {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400px;
  font-family: "Roboto";
  color: #000000;
}