@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*colores permitidos*/
h1 {
  color: rgb(235, 217, 200);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 63, 90);
  color: rgb(235, 217, 200);
}
.flex a .logo {
  margin-top: 10%;
  margin-bottom: 10%;
  height: 10vh;
  width: auto;
}
.flex ul {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;
}
.flex ul li a {
  text-decoration: none;
  color: rgb(222, 102, 0);
}

/*MediaQueri para celular*/
@media (min-width: 320px) and (max-width: 430px) {
  .flex {
    display: flex;
    justify-content: space-around;
    max-width: 430px;
    background-color: rgb(0, 63, 90);
    color: rgb(235, 217, 200);
  }
  .flex .navbar .collapse {
    max-width: 400px;
  }
}
.fotos {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 99%;
}
.fotos .carousel .carousel-inner .carousel-item .d-block {
  width: 100vw;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
footer .redes {
  height: 8vh;
  width: auto;
}

@media (min-width: 320px) and (max-width: 430px) {
  footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 850px;
  }
  footer .redes {
    height: 8vh;
    width: auto;
  }
}
h2 {
  margin-top: 20px;
}

.box-contacto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-contacto .redes {
  height: 6vh;
  width: auto;
}
.box-contacto .rnumero:hover {
  background-color: #25D366;
}
.box-contacto .message-box .message-input {
  width: 30vw;
}

.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.login .form-floating {
  width: 20vw;
}
.login .form-floating .form-control {
  justify-content: center;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 430px) {
  .login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .login .form-floating {
    width: 80vw;
  }
  .login .form-floating .form-control {
    justify-content: center;
    align-items: center;
  }
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 30px;
  gap: 30px;
  place-items: center;
}
.grid-container .grid-item {
  border: solid 4px;
  border-color: rgb(222, 102, 0);
  border-radius: 15px;
  width: 20vw;
  height: 30vh;
  text-align: center;
}
.grid-container .grid-item .links {
  text-decoration: none;
  color: rgb(222, 102, 0);
  place-content: center;
}
.grid-container .grid-item .links .portadas {
  max-height: 20vh;
}
.grid-container .grid-item:hover {
  border: solid 4px;
  border-color: rgb(0, 63, 90);
}
.grid-container .grid-item:hover .links:hover {
  text-decoration: none;
  color: rgb(0, 63, 90);
}

/*MediaQueri para celular*/
@media (min-width: 320px) and (max-width: 430px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    margin: 50px;
    gap: 30px;
  }
  .grid-container .grid-item {
    border: solid 4px;
    border-color: rgb(222, 102, 0);
    border-radius: 15px;
    width: 65vw;
    height: 25vh;
    text-align: center;
  }
  .grid-container .grid-item .links {
    text-decoration: none;
    color: rgb(222, 102, 0);
    place-items: center;
    font-size: 14px;
  }
  .grid-container .grid-item .links .portadas {
    height: 20vh;
    max-width: 90vw;
  }
  .grid-container .grid-item:hover {
    border: solid 4px;
    border-color: rgb(0, 63, 90);
  }
  .grid-container .grid-item:hover .links:hover {
    text-decoration: none;
    color: rgb(0, 63, 90);
    text-align: center;
  }
}
table {
  display: flex;
  justify-content: center;
}
table .quiensoy {
  display: flex;
  flex-direction: column;
}
table .quiensoy td {
  border: solid 3px;
  margin: 5px;
  align-items: center;
  text-align: center;
}

@media (min-width: 320px) and (max-width: 430px) {
  table {
    display: flex;
    justify-content: center;
  }
  table .quiensoy {
    display: flex;
    flex-direction: column;
    width: 350px;
  }
  table .quiensoy td {
    border: solid 3px;
    margin: 5px;
    align-items: center;
    text-align: center;
  }
  table .quiensoy td iframe {
    width: 330px;
    height: 315px;
  }
}
.volver {
  display: flex;
  justify-content: center;
}

.grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}
.grid1 .foto {
  margin: 20px;
  gap: 20px;
  height: 25vh;
  place-items: center;
}

@media (min-width: 320px) and (max-width: 430px) {
  .grid1 {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
  }
  .grid1 .foto {
    margin: 20px;
    gap: 20px;
    height: 25vh;
  }
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}
.grid2 .animate__animated {
  margin: 20px;
  gap: 20px;
  height: 15vh;
  place-items: center;
}

@media (min-width: 320px) and (max-width: 430px) {
  .grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    justify-content: center;
    width: 420px;
  }
  .grid2 .foto_categoria {
    margin: 10px;
    gap: 10px;
    height: 12vh;
  }
}
* {
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(0, 63, 90);
  font-weight: 500;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h2 {
  text-align: center;
  color: rgb(222, 102, 0);
}

.d-grid .btn a {
  text-decoration: none;
  color: rgb(0, 63, 90);
}

@media (min-width: 320px) and (max-width: 430px) {
  body {
    max-width: 430px;
  }
}

/*# sourceMappingURL=styles.css.map */
