header a {
  color: black;
}
.submenu a {
  color: white;
}
/* FLECHA DE VER MAS */
.flecha__vermas {
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  padding: 15px;
  border-radius: 10px;
}
.flecha__vermas p {
  color: #000000;
}
.flecha__vermas:hover {
  background-color: rgba(0, 0, 0, 0.482);
}
.flecha__vermas img {
  width: 30px;
}
/* FIN DE ESTILOS PARA LA FLECHA */
.titulo_politicas_sig h1{
  text-align: center;
  padding-top: 3%;
  font-size: 48px;
}
.container-banner {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wrapper {
  display: flex;
  width: 80%;
  height: max-content;
}
.banner-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text h1 {
  font-family: "Montserrat";
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 78px;
  letter-spacing: 0.1;
  color: #31466e;
}
.banner-img {
  width: 100%;
}

/* seccion de misio n y vision */
.mision_vision {
  height: max-content;
  background-color: #31466e;
}
.wrapper_mision_vision {
  display: flex;
}
.vision h3,
.mision h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 128px;
  line-height: 156px;
  color: #ffffff;
  margin-bottom: 2rem;
}
.vision p,
.mision p {
  margin-top: 2rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 49px;
  color: #ffffff;
  width: 60%;
  text-align: justify;
}
.mv_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5rem;
}

.vision,
.mision {
  margin-left: 10rem;
}
.mision {
  margin-top: 10%;
}

/* SECCION DE VALORES */
.seccion_valores {
  height: 100vh;
}
.wrapper_valores {
  display: flex;
}
.valores_left {
  width: 50%;
  height: 100vh;
  background-color: #eff3fa;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.valores_left-contenido {
  margin-top: 5%;
}
.valores_left h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 128px;
  line-height: 156px;
  color: #31466e;
  margin-bottom: 2rem;
}

.valores_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  /* background-color: #31466E; */
}
.valores_right ul {
  /* background-color: red; */
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.title_li {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.title_li h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
}
.desc_li p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  width: 60%;
  margin-left: 8%;
}

.politicas_sig {
  height: 100vh;
  background-image: url("../img/nosotros/politicas_sig.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

/* BANNER POLITICA INTEGRADA */
.politica_integrada {
  height: 100vh;
  background-image: url("../img/nosotros/politica_integrada.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.wrapper_integrada {
  width: 70%;
  margin: auto;
}
.wrapper_integrada h2 {
  font-size: 64px;
  line-height: 1.3;
  color: #ffffff;
  margin: auto;
  font-weight: 800;
}

/* POLITICA INTEGRADA ITEMS */
.contenido__politicaintegrada {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.wrapper__integrada {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenedor__sellos {
  display: flex;
  gap: 150px;
  margin-bottom: 2%;
}

.titulo_sello a{
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.titulo_sello a > p {
  font-size: 32px;
  font-weight: bold;
  color: black;
  display: inline;
}

.sello_img{
  width: 300px;
}
.item_sello{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.flecha__img {
  margin-bottom: 5%;
}
/* FIN BANNER POLITICA INTEGRADA */

.title_sig {
  background-color: #31466e;
  width: 644px;
  height: 911px;
  display: flex;
  margin-left: 5%;
}
.wrapper_sig h2 {
  font-weight: 800;
  font-size: 96px;
  line-height: 117px;
  color: #ffffff;
  margin: auto;
}
.wrapper_sig h1 {
  font-weight: 800;
  font-size: 180px;
  line-height: 219px;
  color: #ffffff;
  margin: auto;
}
.wrapper_sig svg {
  margin: auto;
}
.wrapper_sig {
  /* background-color: red; */
  width: 70%;
  margin: auto;
  /* margin-left: 5%; */
}

/* politicas sig contenido */
.contenido_politicas_sig {
  height: max-content;
  display: flex;
  padding-bottom: 40px;
  justify-content: center;
}
.wrapper_politicas_sig {
  /* background-color: red; */
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
.wrapper_politicas_sig svg {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wrapper_politicas_sig p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.wrapper_politicas_sig li {
  display: flex;
  width: 80%;
}
.lista_politicas li > svg {
  margin-top: 0.2rem;
}
.lista_politicas {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 80%;
}
.lista_politicas p {
  width: 90%;
  margin-left: 1rem;
  text-align: justify;
}

.desc_wrapper_politicas {
  width: 80%;
  margin-bottom: 2rem;
  text-align: justify;
}

/* POLITICAS DEL SGAS BANNER */
.politicas_sgas {
  background-image: url("../img/nosotros/politicas_sgas.jpg");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wrapper_sgas h2 {
  font-weight: 800;
  font-size: 96px;
  line-height: 117px;
  color: #ffffff;
  margin: auto;
}
.wrapper_sgas h1 {
  font-weight: 800;
  font-size: 180px;
  line-height: 219px;
  color: #ffffff;
  margin: auto;
}
.wrapper_sgas svg {
  margin: auto;
}
.wrapper_sgas {
  /* background-color: red; */
  width: 70%;
  margin: auto;
  /* margin-left: 5%; */
}
.title_sig-2 {
  margin-right: 10%;
}
.contenido_politicas_sgas {
  display: flex;
  justify-content: center;
}
.parrafo-inferior {
  margin-top: 2rem;
}
.container_button_canal{
  background-color: #31466e;
  color: white;
  padding: 20px;
  border-radius: 10px;
}

/* footer */
footer {
  width: 100vw;
  background-color: #282829;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenedor_footer {
  width: 80%;
  /* background-color: blue; */
  align-items: center;
  display: flex;
  padding: 40px;
  justify-content: space-between;
}
.wrapper__contenido__footer {
  display: flex;
  gap: 2rem;
}

.title_section {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  padding: 20px;
  padding-left: 0px;
}
.footer_item {
  padding: 15px;
  padding-left: 0;
}
.footer_by {
  padding-bottom: 40px;
}

/* CODIGO RESPONSIVE PRA RESOLUCION DE 1680 X 768 */
@media (max-width: 1680px) {
  /* BANNER   */
  .banner-text h1 {
    font-size: 50px;
    line-height: 60px;
  }

  /* MISION Y VISION */
  .vision h3,
  .mision h3 {
    font-size: 60px;
    margin-bottom: 0rem;
  }
  .vision p,
  .mision p {
    font-size: 24px;
    width: 80%;
    line-height: 1.6;
  }
  .vision svg,
  .mision svg {
    height: 18px;
    width: 170px;
  }
  .mv_left img {
    height: 200vh;
  }

  /* SECCION VALORES */
  .valores_left {
    /* background-color: red; */
    height: 100vh;
  }
  .valores_right {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80%;
  }
  .wrapper_valores {
    background-color: #eff3fa;
  }
  .seccion_valores {
    height: max-content;
  }
  .valores_left h1 {
    font-size: 70px;
    margin-bottom: 0rem;
  }
  .valores_left-contenido svg {
    width: 150px;
  }
  .title_li svg {
    width: 20px;
  }
  .title_li h3 {
    font-size: 20px;
  }
  .desc_li p {
    font-size: 18px;
    line-height: 32px;
    margin-left: 8%;
  }

  /* POLITICAS DEL SIG */
  .lista_politicas li > svg {
    margin-top: 0px;
  }
  .title_sig {
    width: max-content;
    height: 100%;
  }
  .wrapper_sig h2 {
    font-size: 66px;
  }
  .wrapper_sig h1 {
    font-size: 150px;
  }
  .wrapper_sig svg {
    width: 160px;
  }

  /* CONTENIDOP POLITICAS DEL SIG  */
  .contenido_politicas_sig {
    padding-top: 40px;
    padding-bottom: 40px;
    height: max-content;
  }
  .wrapper_politicas_sig {
    width: 90%;
  }
  .wrapper_politicas_sig p {
    font-size: 18px;
  }

  /* BANNER POLITICA INEGRADA */
  .politica_integrada > .title_sig {
    width: 40%;
    height: 100%;
  }
  .contenedor__sellos {
    gap: 60px;
  }
  .flecha__img {
    display: flex;
    justify-content: center;
  }
  .flecha__img > img {
    width: 80%;
  }
  .item_sello a > img {
    width: 220px;
  }
  .titulo_sello a > img {
    width: 15px;
  }
  .titulo_sello a > p {
    font-size: 20px;
    color: black;
  }



  /* BANNER POLITICAS DEL SGAS   */
  .wrapper_sgas h2 {
    font-size: 66px;
  }
  .wrapper_sgas h1 {
    font-size: 110px;
  }
  .lista_politicas li {
    align-items: flex-start;
  }
  .lista_politicas li > svg {
    width: 18px;
  }
  .wrapper_sgas svg {
    width: 160px;
  }
  .contenido_politicas_sgas {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* SECCION DE FOOTER  */
  .contenedor_footer {
    width: 90%;
  }
  .title_section {
    font-size: 16px;
  }
  .footer_item {
    font-size: 14px;
  }
  .footer_item img {
    width: 32px;
  }
}

/* CODIGO RESPONSIVE PARA RESOLUCION DE 1024 X 768 */
@media (max-width: 1152px) {
  .mv_left {
    width: 40%;
  }
  .mv_left img {
    width: 100%;
    height: 100%;
  }
  .mv_right {
    width: 70%;
    gap: 0rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .vision h3,
  .mision h3 {
    font-size: 60px;
    margin-bottom: 0rem;
  }
  .vision p,
  .mision p {
    font-size: 25px;
    width: 80%;
  }
  /* SECCION DE POLITICAS INTEGRADAS */
  .contenedor__sellos {
    gap: 70px;
  }
  .item_sello a > img {
    width: 220px;
  }
  .titulo_sello a > img {
    width: 20px;
  }
  /* SECCION DE FOOTER */
  .contenedor_footer {
    width: 95%;
  }
  .title_section {
    font-size: 12px;
  }
  .footer_item {
    font-size: 11px;
  }
  .footer_item img {
    width: 24px;
  }
  .footer_by {
    font-size: 14px;
  }
}

/* CODIGO PARA DISPOSITIVO MOVIL EN HORIZONTAL */
@media (max-width: 920px) and (orientation: landscape) and (min-width: 600px) {
  .wrapper {
    height: 100vh;
    flex-direction: row !important;
    margin-top: 10%;
    width: 90%;
  }
  .banner-text {
    width: 50%;
  }
  header a {
    color: white;
  }
  .mision_vision {
    margin-top: 10%;
  }
  .wrapper_politicas_sig svg {
    width: 70%;
  }
  .politicas_sig {
    height: max-content;
  }
  .politicas_sgas {
    height: max-content;
  }

  .mv_left img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .wrapper_sig h2,
  .wrapper_sgas h2 {
    padding-top: 2rem;
    line-height: 1.4;
  }
  .wrapper_sig h1 {
    font-size: 120px;
  }
  .wrapper_sgas h1 {
    font-size: 100px;
  }
  .wrapper_sig svg,
  .wrapper_sgas svg {
    margin-bottom: 2rem;
  }
  .contenedor_footer {
    flex-direction: column;
  }
  .wrapper__contenido__footer {
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  }
}

/* CODIGO RESPONSIVE PARA MOVIL*/
@media (max-width: 920px) {
  header a {
    color: white;
  }
  .container-banner {
    height: max-content;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .wrapper {
    flex-direction: column-reverse;
  }
  .banner-img {
    text-align: center;
  }
  .banner-img svg {
    height: 500px;
  }
  .banner-text h1 {
    text-align: center;
  }
  /* SECCION DE MISION Y VISION */
  .vision,
  .mision {
    margin-left: 2rem;
  }

  .wrapper_politicas_sig svg {
    width: 70%;
  }
  /* SECCION DE VALORES */
  .wrapper_valores {
    flex-direction: column;
  }
  .valores_left {
    width: 100%;
    height: max-content;
  }
  .valores_right {
    width: 100%;
  }
  .valores_left-contenido {
    margin-top: 0px;
    padding-bottom: 25px;
  }
  .valores_left h1 {
    margin-bottom: 0rem;
  }
  .valores_right {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  /* SECCION DE POLITICAS SIG */
  .title_sig {
    height: max-content;
    width: max-content;
  }
  .wrapper_sig {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wrapper_sig svg {
    width: 120px;
  }
  .wrapper_sig h2 {
    font-size: 48px;
    line-height: 57px;
  }
  .wrapper_sig h1 {
    font-size: 100px;
  }
  .wrapper_politicas_sig p {
    font-size: 16px;
  }
  .wrapper_politicas_sig li {
    width: 100%;
    /* background-color: beige; */
  }
  .lista_politicas {
    gap: 1rem;
    width: 100%;
  }
  .lista_politicas p {
    width: 100%;
    margin-left: 5%;
    /* background-color: red; */
  }
  .lista_politicas svg {
    /* background-color: blue; */
    width: max-content;
  }
  .desc_wrapper_politicas {
    width: 100%;
  }
  .wrapper_sgas {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wrapper_sgas svg {
    width: 120px;
  }
  .wrapper_sgas h2 {
    font-size: 48px;
    line-height: 57px;
  }
  .wrapper_sgas h1 {
    font-size: 80px;
  }

  .container-banner {
    height: 100vh;
  }
  .wrapper_mision_vision {
    flex-direction: column;
  }
  .mv_left {
    width: 100%;
    height: 400px;
  }
  .mv_left img {
    object-fit: cover;
    object-position: center;
  }
  .mv_right {
    width: 100%;
    align-items: center;
  }
  .vision {
    margin-left: 0px;
    width: 90%;
  }
  .vision p {
    line-height: 1.4;
  }
  .mision {
    margin-left: 0px;
    width: 90%;
  }
  .mision p {
    line-height: 1.4;
  }
  .wrapper_politicas_sig img {
    width: 60%;
  }
  .contenedor_footer {
    flex-direction: column;
  }
  .wrapper__contenido__footer {
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  }

  /* SECCCION DE POLITICAS INTEGRADAS */
  .politica_integrada > .title_sig {
    width: 90%;
    height: max-content;
  }
  .flecha__img {
    margin-top: 40px;
  }
  .wrapper_integrada {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .wrapper_integrada h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .contenedor__sellos {
    flex-direction: column;
    margin-bottom: 40px;
  }
}

/* ESTILOS PARA GALAXY FOLD */
@media (max-width: 300px) {
  .valores_right {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .valores_right ul {
    margin-left: 5%;
  }
  .desc_li p {
    width: 100%;
    margin-left: 0px;
  }
  .title_sig {
    margin-left: 0px;
  }
  .title_sig-2 {
    margin-right: 0px;
  }
  .wrapper_sig {
    width: 90%;
  }
  .wrapper_sgas {
    width: 90%;
  }
}
