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: 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%;
}

/* PRIMER FORMULARIO DE CONTACTANOS SIMPLE */

.contactanos_simple {
  min-height: 100vh;
  height: max-content;
}
.wrapper_contactanos_simple {
  display: flex;
  min-height: 100vh;
  height: max-content;
}
.contacto_left {
  width: 45%;
  background-color: #31466e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contacto_right {
  width: 55%;
  background-color: #eff3fa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_txt_soporte {
  /* background-color: red; */
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 3rem;
}
.container_txt_soporte h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  width: 80%;
  color: #ffffff;
}
.container_txt_soporte p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}
#ruc_error{
  font-weight: 600;
  color: #A94453;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  background-color: #F2DEDE;
  margin-bottom: 20px;
  margin-top: 20px;
  display: none;
  border: 1px solid #EBCCD1;
}
#validacion__ruc{
  font-weight: 700;
  color: #31466e;
  font-size: 18px;
}
#alert-primary{
  font-weight: 700;
  color: red;
  font-size: 18px;
}

.wrapper_contacto_formulario {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

input[type="email"] {
  font-family: "Montserrat";
    width: 100%;
    background-color: transparent;
    border: solid 3px black;
    outline: none;
    font-size: 20px;
    padding: 14px 30px;
    border-radius: 10px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* margin-top: 2rem; */
  margin-top: 10px;
  margin-bottom: 2rem;
}
input[type="text"] {
  font-family: "Montserrat";
    width: 100%;
    background-color: transparent;
    border: solid 3px black;
    outline: none;
    font-size: 20px;
    padding: 14px 30px;
    border-radius: 10px;
}
input[type="number"] {
  font-family: "Montserrat";
  width: 100%;
  background-color: transparent;
  border: solid 3px black;
  outline: none;
  font-size: 20px;
  padding: 14px 30px;
  border-radius: 10px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.servicio_cotizar {
  font-size: 32px;
  margin-top: 2rem;
}
input[type="submit"] {
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
  font-size: 20px;
  padding: 14px 30px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  background-color: #31466e;
}

select {
  font-family: "Montserrat";
  width: 100%;
  background-color: transparent;
  border: solid 3px black;
  outline: none;
  font-size: 20px;
  padding: 14px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  /* padding-right: 20px; */
}

/* NUEVA SECCION DE VALIDACION DE RUC */
.validacion_ruc{
  display: flex;
  gap: 10px;
  position: relative;
}

.validacion_ruc > input{
  margin-bottom: 0px;
}
.grupo_icon{
  width: 100%;
  position: relative;
}

.input_icon{
  display: none;
  position: absolute;
  top: 35%;
  right: 3%;
  width: 24px;
  /* outline: none; */
}


.name_content, .cel_content, .mail_content, .text_content{
  width: 100%;
  position: relative
}
.name_content input, .cel_content input, .mail_content input, .text_content textarea{
  width: 100%;
}
.input_icon_2{
  display: none;
  position: absolute;
  top: 25%;
  right: 3%;
  width: 24px;
}
.input_icon_3{
  display: none;
  position: absolute;
  bottom: 20%;
  right: 3%;
  width: 24px;
}
textarea{
  width: 100%;
  margin-top: 8px ;
  font-size: 20px;
  background-color: transparent;
  color: var(--black);
  padding: 10px 20px;
  border-radius: 15px;
  border: 3px solid black;
  outline: none;
  height: 200px;
  margin-bottom: 28px;
  resize: none;
}


.validacion_ruc > button{
  background-color: #31466e;
  color: white;
  font-size: 18px;
  cursor: pointer;
  border: none;
  padding: 0px 30px 0px 30px ;
  border-radius: 10px;
}
/* FIN SECCION DE VALIDACION DE RUC */


.conteiner-check a {
  color: #000000;
  text-decoration: underline;
}
.conteiner-check a:hover {
  font-weight: 500;
}
/* PARA LA ANIMACION DE QUE SE ESTA ENVIANDO UN MENSAJE */
.enviando {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
#enviandoSpan {
  display: none;
  margin-top: 1rem;
}
.preloader {
  display: none;
  width: 70px;
  height: 70px;
  border: 10px solid #fff;
  border-top: 10px solid #31466e;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  cursor: wait;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.preloader.active {
  display: block;
}
#enviandoSpan.active {
  display: block;
}
/* PARA LA ANIMACION DE ENVIADO FORMULARIO DE COTIZACION */
.enviando {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
#enviaSpan {
  display: none;
  margin-top: 1rem;
}
.preloaders {
  margin-top: 2rem;
  display: none;
  width: 70px;
  height: 70px;
  border: 10px solid #fff;
  border-top: 10px solid #31466e;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  cursor: wait;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.preloaders.active {
  display: block;
}
#enviaSpan.active {
  display: block;
}

/* FORMULARIO DE COTIZACION */
#content_2_inputs select > option {
  text-align: center;
}
#content_2_inputs2 select > option {
  text-align: center;
}
.wrapper_cotizacion {
  display: flex;
}
.cotizacion_left {
  width: 55%;
  background-color: #eff3fa;
  display: flex;
  justify-content: center;
}
.cotizacion_right {
  width: 45%;
  background-color: #31466e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container_txt_cotizacion {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: flex-end;
  height: max-content;
  margin-bottom: 4rem;
}
.container_txt_cotizacion h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: right;
  color: #ffffff;
}
.container_txt_cotizacion p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: right;
  color: #ffffff;
}
.wrapper_cotizacion_left {
  width: 80%;
}
.content_2_inputs {
  display: flex;
  justify-content: space-between;
}
.content_2_inputs input {
  width: 48%;
}
.content_2_inputs select {
  width: 48%;
}

.aplicaciones_left,
.aplicaiones_right {
  display: flex;
  flex-direction: column;
}
.container_aplicaciones {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
input[type="file"] {
  display: none;
  margin-top: 2rem;
  font-size: 28px;
  margin-left: 5%;
}
.btn_upload {
  display: flex;
  gap: 9px;
  align-items: center;
}
.container_upload_file {
  margin-top: 2rem;
}
.container_upload_file p {
  font-size: 20px;
  margin-bottom: 2rem;
}
.btn_upload label {
  border-radius: 15px;
  background-color: transparent;
  border: 3px solid black;
  /* color: white; */
  font-size: 20px;
  padding: 10px 20px;
  cursor: pointer;
}
.check_app {
  display: flex;
  font-size: 20px;
  align-items: center;
  gap: 9px;
}
.if_integrens {
  display: none;
}
.if_integrens.active {
  display: block;
}
/* NUMERO Y CORREO DE FORMULARIO DE CONTACTO */
.text_contactanos {
  margin-top: 3rem;
  width: 80%;
  color: white;
  font-size: 20px;
}
.footer_txt_contacto {
  display: flex;
  width: 80%;
  color: white;
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.footer_txt_left p,
.footer_txt_right p {
  font-size: 20px;
  font-weight: 700;
}
.footer_txt_left ul > li,
.footer_txt_right ul > li {
  font-size: 20px;
  font-weight: 400;
  list-style: circle;
  margin-left: 1.5rem;
}
/* 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;
}
  

/* #nameContact:focus{
  border: 3px solid #a9daf3;
  box-shadow: -2px 0px 2px #D9EDF7, 0px 1px 2px #B7E7FF;
} */

@media (max-width: 1680px) {
  /* NUMERO Y CORREO DE FORMULARIO DE CONTACTO */
  .text_contactanos {
    margin-top: 3rem;
    width: 80%;
    color: white;
    font-size: 16px;
  }
  .footer_txt_contacto {
    display: flex;
    width: 80%;
    color: white;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .footer_txt_left p,
  .footer_txt_right p {
    font-size: 16px;
  }
  .footer_txt_left ul > li,
  .footer_txt_right ul > li {
    font-size: 16px;
  }

  /* SECCION BANNER */
  .banner-text h1 {
    font-size: 40px;
    line-height: 58px;
  }
  form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 2rem;
  }

  /* TAMAÑO DE LETRAS DE LADO IZUIERDO */
  .container_txt_soporte h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .container_txt_soporte p {
    font-size: 16px;
  }

  .container_txt_cotizacion h2 {
    font-size: 45px;
    line-height: 1.4;
  }
  .container_txt_cotizacion p {
    font-size: 28px;
  }
  /* TAMAÑO DE LETRA DEL FORMULARIO DE PROSPECION */
  .wrapper_contacto_formulario {
    width: 80%;
  }
  select,
  input[type="text"],
  input[type="email"],
  input[type="number"] {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid black;
  }

  /* NUEVA SECCION DE VALIDACION DE RUC */
  .input_icon{
    height: 24px;
    top: 10px;
  }
  .validacion_ruc > button{
    font-size: 16px;
    padding: 0px 20px 0px 20px;
  }
  /* FIN DE LA NUEVA SECCION DE VALIDAICON DE RUC */

  textarea {
    border: solid black 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 120px;
    font-size: 16px;
    padding: 5px 10px;
  }
  input[type="submit"] {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .conteiner-check label {
    font-size: 12px;
    }
  .check_app {
    font-size: 24px;
  }
  .servicio_cotizar {
    font-size: 24px;
  }
  /* SECCION DE FOOTER  */
  .contenedor_footer {
    width: 90%;
  }
  .title_section {
    font-size: 16px;
  }
  .footer_item {
    font-size: 14px;
  }
  .footer_item img {
    width: 32px;
  }
  .btn_upload label {
    font-size: 20px;
  }
  .name_content{
    margin-top: 10px;
  }
  #ruc_error{
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  /* SECCION BANNER */
  .banner-text h1 {
    font-size: 40px;
    line-height: 58px;
  }
  .footer_txt_contacto {
    flex-direction: column;
  }
  /* 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;
  }
}

/* ESTILSO PARA MOVL EN GENERAL */
@media (max-width: 920px) {
  header a {
    color: white;
  }
  .container-banner {
    height: max-content;
    padding-bottom: 40px;
  }
  .wrapper {
    padding-top: 70px;
    flex-direction: column;
  }
  .banner-text h1 {
    text-align: center;
  }
  .wrapper_contactanos_simple {
    flex-direction: column;
  }
  .contacto_left {
    /* background-color: red; */
    width: 100%;
  }
  .contacto_right {
    width: 100%;
  }
  .container_txt_soporte {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper_cotizacion {
    flex-direction: column-reverse;
  }
  .cotizacion_left {
    width: 100%;
  }
  .cotizacion_right {
    width: 100%;
  }
  .container_txt_cotizacion {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container_txt_cotizacion h2 {
    text-align: center;
  }
  .container_txt_cotizacion p {
    text-align: center;
  }

  /* 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;
  }
  .wrapper_cotizacion_left {
    width: 90%;
  }
  .wrapper_contacto_formulario {
    width: 90%;
  }
  form {
    /* background-color: teal; */
    width: 100%;
  }
  input[type="text"] {
    border: solid 2px black;
    border-radius: 15px;
    font-size: 18px;
    padding: 15px;
    height: max-content;
    margin-top: 10px;
  }
  input[type="number"] {
    border: solid 2px black;
    border-radius: 15px;
    font-size: 18px;
    padding: 15px;
    height: max-content;
    margin-top: 10px;
  }
  input[type="email"] {
    border: solid 2px black;
    border-radius: 15px;
    height: max-content;
    font-size: 18px;
    padding: 15px;
  }
  select {
    margin-top: 10px;
    border: solid 2px black;
    border-radius: 15px;
    height: max-content;
    font-size: 18px;
    padding: 15px;
    /* padding-right: 20px; */
  }
  .input_icon{
    height: 32px;
    top: 25px;
  }
  .validacion_ruc >input{
    margin: 0;
  }
  .validacion_ruc > button{
    font-size: 18px;
  }
  
  textarea {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 180px;
    font-size: 18px;
    resize: none;
    /* cursor: pointer; */
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 15px;
  }



  input[type="submit"] {
    font-size: 20px;
  }
  .wrapper_soporte-formulario p {
    font-size: 24px;
  }
  .content_2_inputs {
    flex-direction: column;
  }
  .content_2_inputs input {
    width: 100%;
  }
  .content_2_inputs select {
    width: 100%;
  }
  .btn_upload {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_txt_contacto {
    flex-direction: column;
  }
  #nameContact{
    margin-top: 20px;
  }
}

/* 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%;
  }
}

/* ESTILOS PARA GALXY FOLD */
@media (max-width: 300px) {
  .banner-text h1 {
    font-size: 32px;
    line-height: 1.4;
  }
  .container_txt_soporte h2 {
    font-size: 32px;
  }
  .container_txt_cotizacion h2 {
    font-size: 32px;
  }
  .container_txt_soporte p {
    font-size: 24px;
    line-height: 1.5;
  }
  .container_txt_cotizacion p {
    font-size: 24px;
    line-height: 1.5;
  }
  .container_aplicaciones {
    flex-direction: column;
    margin-left: 5%;
  }
}
