﻿/* MODALITY BLOCK */
.modality-block {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 40px;
  background-color: #f2f4f8;
  padding-bottom: 40px;
}
.modality-block .subtitle {
  color: #4c6c9d;
}
.modality-block ul {
  padding-top: 20px;
}
.modality-block ul li {
  width: 355px;
  display: inline-table;
  color: #0071ce;
  margin-left: 230px;
  position: relative;
  margin-bottom: 25px;
}
.modality-block ul li.icon-icons_113:before {
    left: -50px;
    font-size: 3em;
    color: #0071ce;
    position: absolute;
}
.modality-block ul li strong {
  font-size: 2.4em;
  margin-bottom: 20px;
  display: block;
}
.modality-block ul li p {
  font-size: 1.4em;
  color: #4c4c4c;
  line-height: 1.4em;
}


/* PÁGINA CSS */

h2.big-title {
    color:#fff;
    font-size:3em;
    font-weight: 700;
    text-align: center;
    padding: 50px 15px 30px 15px;
}
h3.medium-title {
    color:#fff;
    text-align: center !important;
    font-size: 2.5em;
    font-weight: 700;
    padding: 0 15px 0px 15px;
    max-width: 700px;
    margin: auto;
}
h3.medium-title:after {
    content: "\e609";
    font-family: icomoon;
    display: block;
    font-size: 5em;
    font-weight: normal;
    line-height: 1em;
}


.texto-container {
    width: 90%;
    margin: auto;
    clear: both;
}

.esq-texto {
    float: left;
    width: 45%;
    margin-top: 50px;
}

.dir-texto {
    float: right;
    width: 45%;
    margin-top: 50px;
}

h3.capitulo-title {
    color: #0071ce;
    font-size: 1.9em;
    font-weight: 700;
    padding: 40px 0 30px 0;
}

p.texto {
    font-size: 1.5em;
    color: #4c4c4c;
    line-height: 1.4em;
    margin: 0 0 15px 0;
}

h3.big-destaque {
    color: #0071ce;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    padding: 60px 15px 60px 15px;
}

span.api-name {
    font-size: 2em;
}

p.texto-api {
    text-align: center;
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    color:#4c4c4c;
}

.blue {
    color:#0071ce !important;
}

h3.api-vantagens {
    color: #0071ce;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.3em;
    padding: 60px 15px 30px 15px;
}

@media (max-width: 1004px) {

    .esq-texto {
    float: none;
    width: 90%;
    margin-top: 50px;
    margin: auto;
    padding-top: 50px;
    text-align:center;
    }

    .dir-texto {
    float: none;
    width: 90%;
    margin: auto
    }

    .acesso-contas, .acesso-pagamentos, .acesso-fundos {
        width:320px;
        float: none;
        margin: auto;
        margin-bottom: 30px
    }
    h3.big-destaque {
    color: #0071ce;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    padding: 80px 15px 30px 15px;
}

    span.api-name {
    font-size: 1.7em;
}

    p.texto-api {
    text-align: center;
    font-size: 1.7em;
    line-height: 1.4em;
    margin: 0 0 20px 0;
    color:#4c4c4c;
}
}


/* MODALITY BLOCK */

@media (max-width: 1260px) {


  .modality-block ul {
    margin: 0 auto;
    text-align: center;
  }
  .modality-block ul li {
    text-align: left;
    width: 280px;
    margin-left: 190px;
  }
}

@media (max-width: 1004px) {

  .modality-block ul li {
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
  .modality-block ul li.icon-icons_113:before {
    left: 0;
    position: relative;
    top: -20px;
  }

}
@media only screen and (max-width: 767px) {
h2.big-title {
    font-size:2.4em;
}
h3.medium-title {
    font-size: 1.9em;
}
h3.medium-title:after {
    content: "\e609";
    font-family: icomoon;
    display: block;
    font-size: 3em;
    font-weight: normal
}
}





p.visita {
    text-align: center;
    margin: 10px 15px 30px 15px;
    line-height: 1.5em;
}

a.Btn-visita {
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
    border-radius: 20px;
    font-size: 2.2em;
    padding: 6px 25px;
}