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 */

.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;
  flex-direction: column;
}
.banner-text span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: let;
  color: #6c6973;
}
.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%;
}
.isos {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.isos span:hover{
  color: #000000;
}

/* seccion de cesrtificacion trinorma */
.certificacion_trinorma {
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff3fa;
  position: relative;
}
.certificacion_trinorma svg {
  height: 100vh;
}
.container_svg_trinorma {
  display: flex;
  width: 100vw;
  justify-content: flex-end;
}
.wrapper__contenido_trinorma {
  position: absolute;
  width: 80%;
}
.wrapper__contenido_trinorma img {
  margin-left: 10%;
}

.abajo_trinorma {
  display: flex;
  /* background-color: aliceblue; */
  justify-content: space-around;
  align-items: flex-end;
  margin-top: -10%;
}
.abajo_trinorma img {
  margin-right: 5%;
  height: 419px;
}

.description_trinorma {
  width: 600px;
  height: 519px;
  margin-left: 15%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.title__trinorma {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #31466e;
  width: 70%;
}
.parrafo__trinorma {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  width: 70%;
  color: #323336;
}

.porqueCertificacion {
  height: 100vh;
  display: flex;
  justify-content: center;
}
.wrapperPorque {
  display: flex;
  /* background-color: red; */
  width: 80%;
}
.porqueLeft p {
  margin-top: 4rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #323336;
  width: 65%;
}
.porqueLeft {
  margin-top: 4rem;
  width: 50%;
}
.porqueRigth {
  /* background-color: beige; */
  margin-top: 4rem;
  width: 50%;
  /* width: 100%; */
}

.porqueRigth svg {
  margin-top: 2rem;
}
.porqueRigth p {
  margin-top: 2rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #323336;
  width: 70%;
}
#title_porque {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-align: left;
  color: #31466e;
}
.section_certificados {
  /* background-color: #EFF3FA; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper_certificados {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
}
.wrapper_certificados h1 {
  margin-top: 4rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  color: #31466e;
}

/* BANNER DE CERTIFICACION */
.banner__certificacion {
  height: 100vh;
}
.container__cert {
  display: flex;
  height: 100%;
}
.cert--right,
.cert--left {
  width: 50%;
}
.cert--left {
  background-color: #31466e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cert--right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.container__banner--txt {
  width: 80%;
}
.container__banner--txt h1 {
  color: white;
  font-weight: 700;
  font-size: 64px;
}
.container__banner--txt p {
  color: white;
  font-weight: 500;
  margin-top: 60px;
  font-size: 32px;
}

/* SECCION DE LAS ISO */
.container__iso {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #eff3fa;
  /* height: 100vh; */
}
.titulo_iso {
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20%; */
}
.titulo_iso h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
}
.titulo_iso p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #f0ab00;
}

.container__iso--bgWhite {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.iso_9001,
.iso_27001 {
  width: 80%;
}

.wrapper_9001,
.wrapper_27001 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.img__iso,
.img__iso-27001 {
  overflow: hidden;
  position: relative;
  /* z-index: 1; */
}

.capa_color-iso,
.capa_color-iso-27001 {
  position: absolute;
  top: 0;
  width: 650px;
  height: 98%;
  background: rgba(49, 70, 110, 0.23);
  backdrop-filter: blur(4px);
  transition: 0.5s ease-in-out;
}

.img__iso img,
.img__iso-27001 img {
  width: 650px;
  transition: 0.5s ease-in-out;
}
.img__iso:hover .capa_color-iso {
  display: none;
}
.img__iso-27001:hover .capa_color-iso-27001 {
  display: none;
}

.container_descrip {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contaienr_descrip--27001 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.desc_iso-9001,
.desc_iso-27001 {
  background-color: #31466e;
  color: white;
  width: 671px;
  text-align: right;
  padding: 40px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

.desc_iso-9001 p {
  width: 611px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  color: #ffffff;
}
.desc_iso-27001 p {
  width: 611px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  color: white;
}
.btn {
  background-color: #f0ab00;
  width: max-content;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 10px;
  border: none;
  margin-top: 40px;
}

/* 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 1366 X 768 */
@media (max-width: 1680px) {
  .banner-text {
    padding-left: 5%;
  }
  .banner-text span {
    font-size: 28px;
  }
  .banner-text h1 {
    font-size: 40px;
    line-height: 60px;
  }

  /* CERTIFICACION TRINORMA */
  .certificacion_trinorma {
    height: 100vh;
  }
  .certificacion_trinorma svg {
    height: 100vh;
  }
  .wrapper__contenido_trinorma {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: red; */
    height: 95%;
  }
  .wrapper__contenido_trinorma img {
    width: 550px;
  }

  .abajo_trinorma img {
    height: 320px;
    width: auto;
  }
  .description_trinorma {
    width: max-content;
    height: max-content;
  }
  .title__trinorma {
    padding-top: 5%;
    font-size: 28px;
    line-height: 1.4;
  }
  .parrafo__trinorma {
    font-size: 22px;
    padding-bottom: 5%;
    line-height: 1.5;
  }

  /* SECION PORUQE CERTIFICACION */
  .porqueCertificacion {
    height: max-content;
  }
  .wrapperPorque {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #title_porque {
    font-size: 45px;
  }
  .porqueRigth svg {
    margin-top: 0px;
  }
  .porqueLeft p {
    font-size: 20px;
  }
  .porqueRigth p {
    font-size: 20px;
  }

  /* BANNER DE CERTIFICACION */
  .container__banner--txt h1 {
    font-size: 32px;
  }
  .container__banner--txt p {
    font-size: 20px;
  }

  /* SECCION DE CERTIFICACIONES */
  .titulo_iso h3,
  .titulo_iso p {
    font-size: 20px;
  }
  .img__iso img,
  .img__iso-27001 img {
    width: 525px;
  }
  .wrapper_9001,
  .wrapper_27001 {
    justify-content: space-between;
  }
  .desc_iso-27001,
  .desc_iso-9001 {
    width: 524px;
  }
  .desc_iso-9001 p,
  .desc_iso-27001 p {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
  }
  .btn {
    font-size: 18px;
  }

  /* SECCION DE FOOTER  */
  .contenedor_footer {
    width: 90%;
  }
  .title_section {
    font-size: 16px;
  }
  .footer_item {
    font-size: 14px;
  }
  .footer_item img {
    width: 32px;
  }
}

@media (max-width: 1280px) {
  /* SECCION DE CERTIFICACIONES */
  .img__iso img,
  .img__iso-27001 img {
    width: 480px;
  }
  .wrapper_9001,
  .wrapper_27001 {
    justify-content: space-between;
  }
  .desc_iso-27001,
  .desc_iso-9001 {
    width: 480px;
  }
  .desc_iso-9001 p,
  .desc_iso-27001 p {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
  }
  .btn {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .wrapper_certificados h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .porqueLeft p {
    width: 80%;
  }
  .porqueRigth p {
    width: 100%;
  }

  .certificacion_trinorma {
    height: 100vh;
  }
  .container_svg_trinorma {
    height: 100vh;
  }
  .wrapper__contenido_trinorma {
    width: 90%;
  }

  /* SECCION DE CERTIFICAIONES */
  .titulo_iso h3,
  .titulo_iso p {
    font-size: 18px;
  }
  .img__iso img,
  .img__iso-27001 img {
    width: 400px;
  }
  .wrapper_9001,
  .wrapper_27001 {
    justify-content: space-between;
  }
  .desc_iso-27001,
  .desc_iso-9001 {
    width: 400px;
  }
  .desc_iso-9001 p,
  .desc_iso-27001 p {
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
  }
  .btn {
    font-size: 16px;
  }

  /* 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;
  }
}

/* ESTILOS PARA MOBIL CUANDO ESTA 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%;
  }
  .certificacion_trinorma {
    margin-top: 10%;
  }

  .certificacion_trinorma {
    /* background-color: red; */
    overflow: hidden;
    height: 330vh !important;
  }
  .container_svg_trinorm svg {
    height: max-content;
  }
  .wrapper__contenido_trinorma {
    height: max-content;
    /* background-color: red; */
  }
  .abajo_trinorma {
    margin-top: 0px;
  }
  .abajo_trinorma img {
    height: 400px !important;
    border-radius: 15px;
    padding-bottom: 0px !important;
  }
}

/* ESTILOS PARA MOBIL EN GENERAL */
@media (max-width: 920px) {
  header a {
    color: white;
  }
  .container-banner {
    height: max-content;
  }
  .wrapper {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .wrapper {
    width: 90%;
  }
  .banner-text h1 {
    width: 100%;
  }
  .wrapper__contenido_trinorma {
    width: 100%;
  }
  .litle__trinorma {
    font-size: 14px;
  }
  .parrafo__trinorma {
    padding-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .abajo_trinorma img {
    height: 280px;
  }
  .wrapper__contenido_trinorma img {
    width: 450px;
  }
  .porqueRigth {
    margin-top: 0px;
  }
  .porqueRigth span {
    font-size: 46px;
  }
  .certificacion_trinorma svg {
    height: max-content;
  }
  .contenedor_footer {
    flex-direction: column;
  }
  .wrapper__contenido__footer {
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  }
  .container-banner {
    height: 100vh;
  }
  .certificacion_trinorma {
    height: max-content;
    padding-bottom: 25px;
    /* background-color: red; */
  }
  .wrapper__contenido_trinorma {
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* position:sticky; */
  }
  .wrapper__contenido_trinorma img {
    margin: auto;
    width: 90%;
  }
  .abajo_trinorma {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 25px;
  }
  .abajo_trinorma img {
    width: 90%;
    object-fit: cover;
    object-position: top;
    padding-bottom: 45px;
  }
  .description_trinorma {
    width: 90%;
    margin-top: 60px;
    margin-left: 0px;
  }

  /* SECCION PORQUE NOS CERTIFICAMOS */
  .wrapperPorque {
    flex-direction: column-reverse;
    width: 90%;
  }
  .porqueRigth {
    /* background-color: yellow; */
    width: 90%;
  }
  .porqueLeft {
    width: 100%;
  }
  .porqueLeft p {
    width: 100%;
  }
  #title_porque {
    /* background-color: red; */
    max-width: 100%;
    font-size: 32px;
  }

  /* SECCIONES DE CERTIFICACIONES */
  .titulo_iso {
    flex-direction: column;
    align-items: flex-start;
  }
  .titulo_iso p {
    text-align: left;
  }
  .wrapper_9001 {
    flex-direction: column;
    gap: 40px;
  }
  .wrapper_27001 {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .container_descrip {
    align-items: flex-start;
  }
  .desc_iso-9001 p {
    text-align: left;
  }
}
@media (max-width:680px){
    /* SECCION DE CERTIFICACIONES */
    .titulo_iso{
        margin-top: 20px;
    }
    .banner__certificacion{
        height: max-content;
    }
  .container__cert{
    display: flex;
    flex-direction: column;   
    }
    .container__banner--txt{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .cert--left, .cert--right{
        width: 100%;
    }

    .img__iso img, .img__iso-27001 img{
        width: 100%;
    }
    .container_descrip{
        width: 100%;
    }
    .desc_iso-9001, .desc_iso-27001{
        width: 100%;
    }
    .iso_9001,.iso_27001{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* ESTILO PARA IPHONE SE */
@media (max-width: 680px) and (orientation: landscape) {
  .container-banner {
    height: max-content !important;
  }
  .wrapper {
    flex-direction: column !important;
    height: 100%;
  }
  .certificacion_trinorma {
    margin-top: 20px;
  }
  .banner-text {
    text-align: center;
  }
  .banner-text {
    width: 100%;
  }
  
  

}

/* ESTILOS PARA GALAXY FOLD */
@media (max-width: 300px) {
  .banner-text h1 {
    font-size: 30px;
    line-height: 1.6;
  }
  #title_porque {
    font-size: 28px;
    line-height: 1.6;
  }
  .wrapper_certificados h1 {
    font-size: 28px;
    line-height: 1.6;
  }
}
