.noTransaccionalBody h3 {
  font-size: 20px;
  color: #002C6C;
}
.tituloPagina {
  text-align: center;
  font-family: rockwell;
  color: #002C6C;
}

.tituloPagina h1 {
  font-size: 36px;
  margin-bottom: 50px;
  margin-top: 39px;
  line-height: normal;
}

.titulo-parrafo {
  margin-bottom: 50px;
}

.titulo-parrafo h2 {
  text-align: left;
  font-size: 27px;
  margin-top: 50px;
}

.noTransaccionalBody p, .noTransaccionalBody li  {
  color: #51534A;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}

.titulo-parrafo p:last-child{
  margin-bottom: 0;
}

.imagenes {
  display: flex;
  justify-content: space-between;
}

.imagenes .box-banner:first-child {
  width: 32%;
}

.imagenes .box-banner:last-child {
  width: 66%;
}

.imagenes .box-banner a {
  display: block;
}

.imagenes .box-banner img {
  width: 100%;
  height: auto;
}

.notas h3 {
  font-size: 20px;
  color: #002C6C;
}

.notas p {
  font-size: 15px;
  font-family: arial;
  font-style: italic;
  line-height: 24px;
}

.notas {
  margin-top: 50px;
}

.clausula-responsabilidad .imagenes, .clausula-responsabilidad .notas {
  display: none;
}
p ~ h2 {
  margin-top: 42px;
}

.listado-documentos .container.noTransaccionalBody li a {
  text-decoration: underline;
}

.listado-documentos .container.noTransaccionalBody li a:hover {
  color: #002C6C;
}

/***Formulario soporte***/

.tituloPagina>h1 {
  text-align: center;
  font-family: rockwell;
  color: #002C6C;
  font-size: 28px;
  margin-bottom: 47px;
}

.formSupport {
  display: block;
  padding: 20px;
  padding-top: 0px;
  position: relative;
}

form#signinform input {
  padding: 25px;
  font-family:museo-sans;
  font-size: 12px;
  color: #51534A;
  border: 1.4px solid #E0E0E0;
  border-radius: 4px;
  height: 44px;
  font-family: museo-sans;
  font-size: 15px;
  color: #51534ab3;
  padding: 13px;
}

.splitformSupport:not(:last-child) {
  display: flex;
  flex-direction: column;
}

.splitformSupport:last-child {
  display: flex;
  justify-content: space-evenly;
  max-width: 350px;
  margin: 0 auto;
}

input[type="file"] {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.splitformSupport>label,
.formDivider{
  padding-top: 10px;
}

.splitformSupport>label:last-child{
  padding-top:0;
}

input[type="file"] + label{
  height: 32px;
}

input[type="file"] + span {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 230px;
  /*max-width: 667.5px;*/
  /* max-width: 100%; */
  width: 100%;
  height: 32px;
  padding: 8px 15px;
  margin: 0;
  color: rgba(81, 83, 74, 0.7);
  background-color: #fff;
  font: 12px museo-sans;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* position: absolute; */
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clip {
  width: 36px;
  height: 32px;
  position: relative;
  border: 1px solid #002C6C;
  border-radius: 4px;
  left: 15px;
  width: 42px;
  height: 32px;
  /* top: -1px; */
  /* z-index: 2; */
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 41px;
  color: #002C6C;
  overflow: hidden;
}
.clip img {
  width: 70%;
  height: 70%;
  margin: 0 auto;
}
.clip p {
  display: none;
}

select#type,
.form-control {
  font-family: museo-sans;
  font-size: 14px;
  padding: 13px;
  color: #51534ab3;
  border:1.4px solid #E0E0E0;
}

select {
  background-image: url(/arquivos/arrowDown.jpg);
  background-repeat: no-repeat;
  background-position: 20px;
  -webkit-appearance: none;
  appearance: none;
  background-size: 15px;
  background-position-x: right;
  background-origin: content-box;
  background-color: white;
  padding-right:10px;
  display: inline-block;
  position: relative;
  width: 100%;
}

select::-ms-expand {
  display:none;
}

/******/

/*****RESPONSIVE*******/

@media (min-width: 320px) and (max-width: 600px) {
  .tituloPagina h1 {
    font-size: 28px;
    margin-bottom: 47px;
  }
  
  .titulo-parrafo h2 {
    text-align: center;
    font-size: 21px;
    width: 80%;
    margin: 40px auto;
  }
  
  .noTransaccionalBody p, .noTransaccionalBody li,
  .titulo-parrafo p {
    font-size: 12px;
    line-height: 21px;
  }
  
  .imagenes .box-banner:first-child {
    display: none;
  }
  
  .imagenes .box-banner:last-child {
    width: 100%;
  }
  
  .notas h3 {
    font-size: 16px;
  }
  
  .notas p {
    font-size: 12px;
    font-family: museo-sans;
    font-style: italic;
    line-height: 21px;
  }
  
  .Membresia ol li h2:before {
    font-size: 18px !important;
  }
  
  .splitformSupport:last-child {
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
  }
}

@media (min-width: 600px) and (max-width: 800px) {
  .tituloPagina h1 {
    font-size: 31px;
  }
  
  .titulo-parrafo h2 {
    text-align: left;
    font-size: 23px;
    font-family: museo-sans;
    font-weight: 600;
  }
  
  .titulo-parrafo p {
    font-size: 13px;
  }
  
  .imagenes .box-banner:first-child {
    display: none;
  }
  
  .imagenes .box-banner:last-child {
    width: 100%;
  }
  
  .notas h3 {
    font-size: 17px;
  }
  
  .notas p {
    font-size: 13px;
  }
  
  .splitformSupport:last-child {
    margin: 0 100px auto; 
  }
}

@media(min-width:768px){
  .container {
    padding: 18px 105px 45.5px;
  }
}
@media(min-width:1024px){
  .container {
    padding: 18px 45.5px;
  }
  .splitformSupport:last-child {
    margin: 0 auto;
    margin-top: 15px;
  }
  .tituloPagina>h1 {
    font-size: 35px;
  }
  input[type="file"]{ 
    left: 100px;
    width: 80%;
  }
}
.Membresia ol {
  list-style: none;
  counter-reset: li;
}

.Membresia ol li h2:before {
  content: counter(li);
  margin-right: 10px;
  font-size: 24px;
}

.Membresia ol li {
  counter-increment: li;
}