header a{
    color:black;
}
.submenu a{
    color:white;
}
.container-banner{
    display:flex;
    height:100vh;
    justify-content: center;
    align-items:center;
    position: relative;
}
/* 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 */
.wrapper{
    display:flex;
    width:80%;
    height: max-content;
}
.banner-text{
    display: flex;
    align-items:left;
    justify-content: center;
    flex-direction: column;
}
.banner-text span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    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%;
}

/* seccion de frace publi */
.publi_frace{
    background-color: #31466E;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_frace{
    /* background-color: red; */
    width: 70%;
}
.publi_frace h1{
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    color: #FFFFFF;
    margin-bottom: 2rem;
}
.publi_frace p{
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}
.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;
    transition: 0.5s ease-in-out;
  }
.btn:hover{
    transform: scale(1.05);
}
/* ventajas desarrollo a medida */

.ventajas{
    height: 100vh;
}
.wrapper_ventajas{
    display: flex;
    height: 100vh;
}
.ventajas_left{
    width:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: burlywood; */
}
.ventajas_left h1{
    font-weight: 700;
    font-size: 96px;
    line-height: 117px;
    color: #31466E;
    
}
.frace_desarrollo{
    /* background-color: red; */
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.ventajas_right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_ventajas-cards{
    display: flex;
    gap:3rem;
    flex-wrap: wrap;
    width: 60%;
    /* background-color: red; */
}
.card{
    width: 278px;
    text-align: center;
    /* background-color: saddlebrown; */
}
.card span{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.card p{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #F0AB00;
}
.desc_card{
    margin-top: 2rem;
}


/* NUESTRO CORE */
.core{
    background-color: #EFF3FA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.wrapper_core{
    /* background-color: red; */
    display: flex;
    width: 80%;
    height: max-content;
    align-items: center;
}
.core_left h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #31466E;
}
.core_left p{
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    width: 70%;
}
.core_right img{
    border-radius: 20px;
}
.publi_frace-2{
    height: 55vh;
    background-color: #31466E;
    display: flex;
    justify-content: center;
    align-items: center ;
}
.container_frace-2{
    /* background-color: red; */
    width: 65%;
    height: max-content;
}
.container_frace-2 h1{
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #FFFFFF;
}

/* seccion de alcance de proyhecto */
.wrapper_alcance{
    display: flex;
}
.desc_alcance{
    display: flex;
}
.parrafos_alcance{
    width: 80%;
}
.parrafos_alcance p{
    margin-top: 2rem;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}
.alcance_left h3{
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    /* margin-left: 20%; */
    color: #31466E;
}
.alcance_left{
    /* background-color: #6C6973; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:2rem;
}
.desc_alcance svg{
    width: 30%;
    margin-top: 4rem;
}
.desc_alcance{
    /* background-color: green; */
    width: 70%;
}

/* arquitectura de la solucion */
.arquitectura_solucion{
    margin-top: 3rem;
    background-color: #EFF3FA;
}
.wrapper_arquitectura{
    display: flex;
}
.arquitectura_right h3{
    /* background-color: red; */
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: right;
    color: #31466E;
}
.parrafo_arquitectura p{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #000000;
}
.arquitectura_right{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:2rem;
}
.desc_arquitectura svg{
    width: 30%;
    margin-top: 4rem;
}
.desc_arquitectura{
    /* background-color: green; */
    width: 70%;
    display: flex;
}

.parrafo_arquitectura{
    width: 80%;
}
.parrafo_arquitectura p{
    margin-top: 2rem;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

/* FACTORES QUE BENEFICIAN */
.factoresBenefician h1{
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #31466E; 
    margin-top: 5%;
}
.factoresBenefician{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 5%;
}
.wrapper_factores{
    display: flex;
    width: 80%;
    margin-top: 5%;
    /* background-color: red; */
}
.item_factor{
    display: flex;
    gap: 2rem;
    align-items: center;
    /* background-color: #EFF3FA; */
}
.factores_left,.factores_right{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap:2rem;
}
.factores_right{
    align-content: flex-end;
}

.container_item h3{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 2rem;
}
.container_item p{
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    width:80%;
}

/* 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;
  }

  @media(max-width:1680px){
    .banner-text h1{
        font-size: 50px;
        line-height: 60px;
      }
      .isos span{
          font-size: 32px;
      }
      /* SECCION DE FRACE BG BLUE */
    .publi_frace{
        height: max-content;
    }
    .container_frace{
        padding-top: 40px;
        padding-bottom:  40px;
    }
    .container_frace h1{
        font-size: 32px;
    }
    .container_frace p{
        font-size: 18px;
    }

    /* SECCION DE VENTAJAS DE UN DESARROLLO PERSONALISADO */
    .ventajas_left h1{
        font-size: 60px;
        line-height: 80px;
    }
    .ventajas{
        min-height: 100vh;
        height: max-content;
    }
    .wrapper_ventajas{
        height: max-content;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .card{
        width: 40%;
    }
    .card img{
        width: 150px;
    }
    .desc_card{
        margin-top: .5rem;
    }
    .desc_card span{
        font-size: 20px;
    }
    .desc_card p{
        font-size: 20px;
    }

    /* NUESTRO CORE */
    .core{
        min-height: 100vh;
        height: max-content;
    }
    .core_right img{
        width: 580px;
    }
    .wrapper_core{
        padding-top: 50px;
        padding-bottom: 50px;
        width: 90%;
    }
    .core_left p{
        padding-top: 30px;
        font-size: 20px;
        width: 85%;
    }

    /* SEGUNDO BANNER CON BG BLUE */
    .publi_frace-2{
        height: max-content;
    }
    .container_frace-2 h1{
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 32px;
        line-height: 50px;
    }

    /* ALCANCE DE PROYECTO */
    .alcance_left{
        width: 50%;
    }        
    .alcance_left h3{
        padding-top: 40px;
        margin-left: 10%;
    }
    .alcance_right{
        width: 50%;
    }
    .desc_alcance svg{
        width: 10%;
    }
    .parrafos_alcance{
        width: 90%;
    }
    .parrafos_alcance p{
        font-size: 18px;
    }
    .alcance_right img{
        width: 100%;
        height: 100%;
    }
    /* ARQUITECTURA DE LA INFORMACION */
    .arquitectura_left{
        width: 50%;
    }
    .arquitectura_left img{
        width: 100%;
        height: 100%;
    }
    .arquitectura_right{
        width: 50%;
        gap: 0rem;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .desc_arquitectura svg{
        width: 10%;
        height: 500px;
    }
    .arquitectura_right h3{
        width: 60%;
        padding-top:20px;
    }
    .desc_arquitectura{
        width: 90%;
        align-items: center;
        height: max-content;
    }
    .parrafo_arquitectura p{
        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;
    }

        /* FACTORES QUE BENEFICIAN */
        .factoresBenefician h1{
            font-size: 40px;
        }
        .container_item h3{
            margin-bottom: 1rem;
        }
        .container_item h3{
            font-size: 20px;
        }
        .container_item p{
            font-size: 20px;
        }
}
  
  
  @media(max-width:1024px){
      .banner-text h1{
        font-size: 50px;
        line-height: 60px;
      }
      .container_ventajas-cards{
          width: 70%;
      }
      .core_left{
          width: 50%;
      }
      .core_right{
          width: 50%;
          /* background-color: #F0AB00; */
      }
      .core_right img{
          width: 100%;
      }
      .core_left svg{
          width: 280px;
      }
      .alcance_left h3{
          padding-left: 15%;
          padding-top: 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;
    }
  }

/* ESTILOS PARA MOVIL EN GENERAL */
@media (max-width:920px) {
    header a{
        color:white;
    }
    .container-banner{
        padding-top: 70px;
        height: max-content;
    }
    .wrapper{
        flex-direction: column-reverse;
        padding-top: 30px;
    }
    .banner-text{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-text h1{
        text-align: center;
        padding-bottom: 15px;
    }
    .isos span{
        text-align: center;
    }
    .container_frace h1{
        font-size: 32px;
    }
    .container_frace p{
        font-size: 20px;
    }
    /* VENTAJAS DE DESARROLLO */
    .wrapper_ventajas{
        flex-direction: column;
    }
    .ventajas_left{
        width: 100%;
        /* background-color: red; */
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .frace_desarrollo{
        width: 90%;
        /* background-color: #6C6973; */
        align-items: center;
    }
    .frace_desarrollo h1{
        text-align: center;
    }

    /* NUESTRO CORE */
    .wrapper_core{
        flex-direction: column;
    }
    .core_left{
        width: 90%;
    }
    .core_left p{
        width: 90%;
    }
    .core_right{
        /* background-color: red; */
        padding-top: 30px;
        width: 90%;
    }
    .container_frace-2{
        width: 90%;
    }
    .container_frace-2 h1{
        font-size: 32px;
    }
    .wrapper_factores{
        flex-direction: column;
    }
    .factores_left{
        width: 100%;
    }
    .factores_right{
        padding-top: 40px;
        width: 100%;
    }

     /* SECCION FOOTER */
  .contenedor_footer{
    flex-direction: column;
  }
  .wrapper__contenido__footer{
    margin-top: 2rem;
    gap: 15px;
    flex-wrap: wrap;
  }
    .container-banner{
        min-height: max-content;
        height:100vh;
    }
    .banner-text h1{
        line-height: 1.2;
    }
    .isos{
        text-align: center;
    }
    .container_frace h1{
        line-height: 1.2;
    }

    /* SECCION DE VENTAJAS DE DESARROLLO */
    .frace_desarrollo h1{
        font-size: 32px;
        line-height: 1.4;
    }
    .card{
        width: max-content;
    }
    .container_ventajas-cards{
        padding-top: 30px;
        align-items: center;
        justify-content: center;
    }

    /* NUESTRO CORE */
    .core_left svg{
        width: 80%;
    }

    /* SEGUNDA FRACE */
    .container_frace-2 h1{
        line-height: 1.4;
        font-size: 32px;
    }

    .wrapper_alcance{
        flex-direction: column-reverse;
    }
    .alcance_right{
        width: 100%;
    }
    .alcance_right img{
        object-fit: cover;
    }
    .alcance_left{
        width: 100%;
    }
    .alcance_left svg{
        height: 500px;
    }
    .alcance_left h3{
        padding-top: 40px;
        margin-left: 0;
        padding-left: 40px;
    }
    .parrafos_alcance p{
        font-size: 18px;
    }

    /* ARQUITECTURA DE LA SOLUCION */
    .wrapper_arquitectura{
        flex-direction: column;
    }
    .arquitectura_left{
        width: 100%;
    }
    .arquitectura_right {
        width: 100%;
    }
    .arquitectura_right h3{
        text-align: center;
        width: 100%;
    }
    .desc_arquitectura{
        width: 90%;
        flex-direction: row-reverse;
    }
    .parrafo_arquitectura p{
        width: 100%;
        font-size: 18px;
        text-align: left;
    }

    /* FACTORES QUEBENEFICIAN */
    .factoresBenefician h1{
        width: 95%;
        line-height: 1.4;
    }
    .item_factor{
        flex-direction: column;
        margin-top: 20px
    }
    .container_item h3{
        text-align: center;
    }
    .container_item p{
        width: 100%;
    }
    .item_factor-img img{
        width: 100px;
    }
}

/* ESTILOS PARA MOVIL EN HORIZONTAL */
@media (max-width:920px ) and (orientation:landscape) and (min-width:600px){
    .container-banner{
        height: max-content!important;
        
    }
    .wrapper{
        flex-direction: column!important;
        height: 100%;
    }
    .card{
        width: 40%;
    }
    .banner-img{
        margin-bottom: 5%;
    }
    .alcance_right{
        height: 300px;
    }
    .alcance_left  h3{
        padding-top: 30px;
        padding-left: 0px;
    }
    .arquitectura_left{
        height: 300px;
    }
    .desc_alcance svg{
        height: 500px;
    }
    .alcance_left{
        height: max-content;
    }
}

/* ESTILOS PARA GALAXY FOLD */
@media (max-width:300px){
    .banner-text h1{
        font-size: 38px;
    }
    .container_frace h1{
        font-size: 28px;
    }
    .arquitectura_right h3{
        font-size: 32px;
        line-height: 1.4;
    }
    .alcance_left h3{
        font-size: 32px;
        line-height: 1.4;
    }
    .factoresBenefician h1{
        font-size: 32px;
        line-height: 1.4;
    }
}