@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap");
.contenedor-flex, .flex-opuesto {
  background-color: #C9ADA7;
  width: 80%;
  height: 300px;
  border-radius: 100px;
  padding: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: 0.5s; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Quicksand', sans-serif;
  line-height: 1.2;
  padding-top: 90px; }

a {
  text-decoration: none;
  color: #22223B; }

.logo-index {
  width: 110px;
  height: 70px; }

hr {
  width: 70%;
  margin: auto;
  color: #22223B;
  border: 2px solid #22223B;
  opacity: 100%; }

header nav {
  background-color: #BAAFB8; }
  header nav div .logo {
    font-size: 50px;
    color: #F2E9E4; }
  header nav div div ul li {
    font-size: 23px; }

/**--------------- Index---------------- */
.hero {
  text-align: center;
  width: 100%;
  height: 90vh;
  color: #F2E9E4;
  background-image: url(../img/fondoindex.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-size: 50px;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px black; }

.more-index {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 400px;
  display: grid;
  grid-template-columns: auto auto auto; }

.more-index-texto1 {
  font-size: 30px;
  padding: 50px 20px 0px 20px; }

.more-index img {
  width: 500px;
  height: 350px; }

.more-index-texto2 {
  font-size: 30px;
  padding: 210px 20px 0px 20px; }

.noticias-index {
  width: 80%;
  margin: 50px auto 50px auto;
  text-align: center; }
  .noticias-index h1 {
    margin-bottom: 50px; }

/**--------------- Reseñas ---------------- */
.ultimo-video {
  text-align: center;
  margin-bottom: 40px; }
  .ultimo-video h1 {
    color: #22223B;
    margin: 50px;
    font-size: 50px; }
  .ultimo-video iframe {
    width: 620px;
    height: 375px;
    margin-bottom: 40px;
    box-shadow: 8px 12px 12px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 8px 12px 12px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 8px 12px 12px -6px rgba(0, 0, 0, 0.75); }
  .ultimo-video p {
    font-size: 20px;
    padding: 0px 50px 0px 50px; }

.mas-reseñas {
  margin: 40px; }
  .mas-reseñas h2 {
    margin-bottom: 40px;
    color: #22223B;
    text-align: center;
    font-size: 40px; }

/**--------------- Contacto ---------------- */
.contacto {
  max-width: calc(1920px - 388px);
  width: 85%;
  height: auto;
  background-color: #C9ADA7;
  border-radius: 100px;
  box-shadow: 8px 12px 12px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 8px 12px 12px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 12px 12px -6px rgba(0, 0, 0, 0.75);
  padding: 20px;
  text-align: center;
  margin: 20px auto; }
  .contacto h1 {
    margin-top: 15px;
    font-size: 50px;
    color: #22223B; }
  .contacto p {
    font-size: 25px;
    margin: 25px;
    color: #F2E9E4; }
  .contacto .formulario-contacto {
    margin-top: 50px; }
    .contacto .formulario-contacto input {
      margin-bottom: 10px;
      width: 30%;
      height: 30px;
      font-family: 'Quicksand', sans-serif;
      padding-left: 10px; }
    .contacto .formulario-contacto button {
      margin-top: 10px;
      padding: 10px; }
    .contacto .formulario-contacto div textarea {
      resize: none;
      width: 50%;
      height: 200px;
      font-family: 'Quicksand', sans-serif;
      font-size: 15px;
      padding-left: 10px;
      padding-top: 10px; }

.publicidad-marcas {
  text-align: center;
  margin: 50px; }
  .publicidad-marcas a img {
    width: 300px;
    height: 85px;
    opacity: 50%;
    margin: 15px;
    transition: 1s; }
    .publicidad-marcas a img:hover {
      transform: scale(1.2);
      opacity: 100%; }

/**--------------- Noticias ---------------- */
.mas-noticias {
  margin: 40px; }
  .mas-noticias h1 {
    text-align: center;
    margin-bottom: 20px; }
  .mas-noticias h2 {
    margin-bottom: 40px;
    color: #22223B;
    text-align: center;
    font-size: 30px; }
  .mas-noticias button {
    position: absolute;
    right: 50px; }

/**--------------- Nosotros ---------------- */
.nosotros-page {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: auto 300px auto 300px;
  text-align: center;
  align-items: center;
  grid-template-areas: "h1 h1 h1" "imagen1 texto1 texto1" "texto2 texto2 texto2" "texto3 texto3 imagen2";
  justify-items: center;
  grid-row-gap: 30px; }
  .nosotros-page img {
    width: 310px;
    height: 250px; }
  .nosotros-page h1 {
    grid-area: h1;
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 20px; }
  .nosotros-page p {
    font-size: 20px; }
  .nosotros-page .imagen1 {
    grid-area: imagen1;
    border-radius: 100%; }
  .nosotros-page .texto1 {
    grid-area: texto1; }
  .nosotros-page .texto2 {
    grid-area: texto2; }
  .nosotros-page .texto3 {
    grid-area: texto3; }
  .nosotros-page .imagen2 {
    grid-area: imagen2; }

/**--------------- Flex ---------------- */
.contenedor-flex {
  margin: auto; }
  .contenedor-flex:hover {
    transform: scale(1.01);
    box-shadow: 1px 1px 45px -4px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 1px 1px 45px -4px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 1px 1px 45px -4px rgba(0, 0, 0, 0.38); }
  .contenedor-flex img {
    width: 350px;
    height: 200px;
    border-radius: 20px; }

.flex-textos {
  color: #22223B;
  padding: 30px; }
  .flex-textos h3 {
    font-size: 30px; }
  .flex-textos p {
    font-size: 20px; }

.flex-opuesto {
  margin: 10px auto;
  flex-direction: row-reverse; }
  .flex-opuesto:hover {
    transform: scale(1.01);
    box-shadow: 1px 1px 45px -4px rgba(0, 0, 0, 0.38);
    -webkit-box-shadow: 1px 1px 45px -4px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 1px 1px 45px -4px rgba(0, 0, 0, 0.38); }
  .flex-opuesto img {
    width: 350px;
    height: 200px;
    border-radius: 20px; }
  .flex-opuesto h3 {
    text-align: right; }
  .flex-opuesto p {
    text-align: right; }

.navbar-light .navbar-nav {
  text-align: right; }
  .navbar-light .navbar-nav .nav-link {
    color: #22223B;
    margin-right: 10px;
    transition: 0.3s; }
    .navbar-light .navbar-nav .nav-link:hover {
      color: #F2E9E4; }
  .navbar-light .navbar-nav .nav-link.active {
    color: #F2E9E4; }

.registro-index {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .registro-index h3 {
    margin-bottom: 10px;
    color: #22223B;
    font-size: 40px; }
  .registro-index p {
    margin-bottom: 20px;
    font-size: 20px; }
  .registro-index form input {
    width: 30%;
    height: 30px;
    text-align: center;
    font-family: 'Quicksand', sans-serif; }
  .registro-index form button {
    margin-top: 10px;
    padding: 10px; }

footer {
  background-color: #615C73;
  color: #F2E9E4;
  text-align: center;
  height: 220px;
  position: relative; }
  footer h3 {
    padding: 30px 0px 5px 0px; }
  footer a img {
    width: 50px;
    height: 50px;
    margin: 0px 5px 10px 5px; }
  footer p {
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 100%;
    opacity: 60%;
    margin-bottom: 0px; }

/**--------------- 1124 ---------------- */
@media screen and (max-width: 1124px) {
  .hero {
    font-size: 40px;
    padding: 10px; }
  .more-index {
    height: auto; }
    .more-index .more-index-texto1 {
      font-size: 25px;
      padding: 20px 20px 0px 20px; }
    .more-index .more-index-texto2 {
      font-size: 25px;
      padding: 160px 20px 0px 20px; }
    .more-index img {
      width: 400px;
      height: 300px; }
  .registro-index {
    padding: 10px; }
    .registro-index h3 {
      font-size: 30px; }
    .registro-index form input {
      width: 50%;
      height: 30px;
      text-align: center; }
  .contacto {
    height: auto; }
    .contacto h1 {
      font-size: 40px; }
  .nosotros-page {
    width: 90%; }
    .nosotros-page img {
      width: 250px;
      height: 190px; }
  .contenedor-flex,
  .flex-opuesto {
    width: 90%; } }

/**--------------- 767 ---------------- */
@media screen and (max-width: 767px) {
  body {
    padding-top: 90px; }
  footer {
    height: auto;
    padding: 0 20px 20px 20px; }
    footer a img {
      width: 60px;
      height: 60px; }
    footer p {
      margin-top: 20px;
      position: relative;
      bottom: 0px; }
  .hero {
    font-size: 30px; }
    .hero p {
      margin-top: 10px;
      font-size: 25px; }
  .more-index {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto; }
    .more-index .more-index-texto1,
    .more-index .more-index-texto2 {
      font-size: 30px;
      padding: 10px; }
    .more-index img {
      margin: 10px auto 10px auto; }
  .noticias-index {
    width: 100%; }
  .registro-index form input {
    width: 100%;
    height: 30px; }
  .contacto {
    width: 100%; }
    .contacto .formulario-contacto div input {
      width: 80%;
      height: 40px; }
    .contacto .formulario-contacto div textarea {
      width: 100%;
      height: 300px; }
  .publicidad-marcas {
    margin: 30px; }
    .publicidad-marcas a img {
      margin: 0px;
      opacity: 100%; }
      .publicidad-marcas a img:hover {
        transform: scale(1); }
  .nosotros-page {
    width: 100%;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "h1" "texto1" "imagen1" "texto2" "imagen2" "texto3";
    padding: 10px; }
    .nosotros-page img {
      width: 250px;
      height: 190px; }
  .ultimo-video iframe {
    width: 500px;
    height: 255px; }
  .mas-reseñas,
  .mas-noticias {
    margin: 30px 0px 30px 0px; }
  .contenedor-flex,
  .flex-opuesto {
    width: 95%; } }

/**--------------- 860&570&500&360 ---------------- */
@media screen and (max-width: 860px) {
  .contenedor-flex img,
  .flex-opuesto img {
    width: 300px;
    height: 150px; }
  .flex-textos h3 {
    font-size: 20px; }
  .flex-textos p {
    font-size: 15px; } }

@media screen and (max-width: 570px) {
  .contenedor-flex,
  .flex-opuesto {
    height: auto;
    flex-direction: column; }
  .flex-textos h3,
  .flex-textos p {
    text-align: center; } }

@media screen and (max-width: 500px) {
  .more-index img {
    width: 100%;
    height: calc(width-150px); }
  .ultimo-video h1 {
    margin: 50px 10px 50px 10px; }
  .ultimo-video iframe {
    width: 100%;
    height: calc(width-245px); }
  .ultimo-video p {
    padding: 0px 20px 0px 20px; } }

@media screen and (max-width: 360px) {
  .contacto h1 {
    font-size: 30px; }
  .contacto p {
    font-size: 20px; }
  .contacto .formulario-contacto div input {
    width: 100%; }
  .publicidad-marcas {
    margin: 10px; }
    .publicidad-marcas a img {
      width: 100%;
      height: calc(width-220px); }
  .contenedor-flex img,
  .flex-opuesto img {
    margin-top: 25px;
    width: 100%;
    height: 150px; }
  .ultimo-video h1 {
    font-size: 40px; } }

/**--------------- 300 ---------------- */
@media screen and (max-width: 300px) {
  footer {
    display: block;
    height: auto;
    padding: 0 10px 20px 10px; }
    footer p {
      margin-top: 20px;
      position: relative;
      bottom: 0px; }
    footer a img {
      width: 70px;
      height: 70px; }
  .nosotros-page img {
    width: 100%;
    padding: 5px; } }
