﻿.Expand {
padding-right: 10px;
padding-top: 4px;
}

.Border {
margin-bottom: 10px;
border-style: solid;
border-color: #D4D5D6;
border-width: 1px;
}

.BorderCinza {
margin-bottom: 10px;
background-color: #E6E7E8;
border-style: solid;
border-color: #D4D5D6;
border-width: 1px;
}

.Titulo {
  margin-top: 50px;
  margin-bottom: 30px;
  height:48px;
  width: 100%;
  background:transparent url('img/titulo_faq940.png?2483');
  background-repeat: no-repeat;
  background-position: center;
  border-collapse: collapse;
}

.Pergunta {
  padding: 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #06a9c8;
  font-weight: bold;
  text-align:justify;
}

.Resposta {
    font-size: 15px;
    color: #333;
    text-align:justify; 
    line-height: 25px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1024px) {
    
  .Titulo {
  margin-top: 50px;
  margin-bottom: 30px;
  height:37px;
  width: 100%;
  background:transparent url('img/titulo_faq720.png?2483');
  background-repeat: no-repeat;
  background-position: center;
  border-collapse: collapse;
}

}

@media screen and (max-width: 764px) {
    
.Titulo {
  margin-top: 50px;
  margin-bottom: 30px;
  height:39px;
  width: 100%;
  background:transparent url('img/titulo_faq310.png?2483');
  background-repeat: no-repeat;
  background-position: center;
  border-collapse: collapse;
}

}


/*--------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------*/

html,html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.Title_Section {
    position: relative;
    margin-top: 0;
}

.options {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.43;
    color: #333;
}

#plans,#plans ul,#plans ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pricePlans:after {
    content: '';
    display: table;
    clear: both;
}

#pricePlans {
    zoom: 1;
}

#pricePlans {
    max-width: 69em;
    margin: 0 auto;
}

#pricePlans #plans .plan {
    background: #fff;
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title h2 {
    font-size: 2.125em;
    font-weight: 300;
    margin: 0;
    padding: .6em 0;
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #06a9c8;
}

.planContainer .title h2.bestPlanTitle {
    background: #06a9c8;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 2.125em;
    font-weight: 300;
    margin: 0;
    padding: .6em 0;
}

.planContainer .price p {
    background: #06a9c8;
    background: -webkit-linear-gradient(top, #0ED0F5, #06a9c8);
    background: -moz-linear-gradient(top, #0ED0F5, #06a9c8);
    background: -o-linear-gradient(top, #0ED0F5, #06a9c8);
    background: -ms-linear-gradient(top, #0ED0F5, #06a9c8);
    background: linear-gradient(top, #0ED0F5, #06a9c8);
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}

.planContainer .price p.bestPlanPrice {
    background: #06a9c8;
    background: -webkit-linear-gradient(top, #0ED0F5, #06a9c8);
    background: -moz-linear-gradient(top, #0ED0F5, #06a9c8);
    background: -o-linear-gradient(top, #0ED0F5, #06a9c8);
    background: -ms-linear-gradient(top, #0ED0F5, #06a9c8);
    background: linear-gradient(top, #0ED0F5, #06a9c8);
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    height: 2.6em;
    line-height: 2.6em;
    margin: 0 0 1em;
}

.planContainer .options {
    margin-top: 10em;
}

.planContainer .options li {
    font-weight: 700;
    color: #06a9c8;
    line-height: 2.5;
}

.planContainer .options li span {
    font-weight: 400;
    color: #979797;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    color: #06a9c8;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2.8em;
    border: 3px solid #06a9c8;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    border-radius: 4px;
    margin: 1.5em 0 1.8em;
}

.planContainer .button a.bestPlanButton {
    text-transform: uppercase;
    text-decoration: none;
    color: #06a9c8;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 2.8em;
    border: 3px solid #06a9c8;
    display: inline-block;
    width: 80%;
    height: 2.8em;
    border-radius: 4px;
    margin: 1.5em 0 1.8em;
}


@media screen and (min-width: 481px) and (max-width: 768px) {

#pricePlans #plans .plan {
    width: 49%;
    margin-left: 87px;
}

#pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

#pricePlans #plans .plan {
    width: 49%;
    margin: 0 2% 20px 0;
}

#pricePlans #plans > li:nth-child(2n) {
    margin-right: 0;
}

}

@media screen and (min-width: 1025px) {

#pricePlans {
    margin: 2em auto;
}

#pricePlans #plans .plan {
    width: 24%;
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

#pricePlans #plans > li:last-child {
    margin-right: 0;
}

#pricePlans #plans .plan:hover {
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
}

.planContainer .button a {
    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.planContainer .button a:hover {
    background: #06a9c8;
    color: #fff;
    border: 2px solid;
}

.planContainer .button a.bestPlanButton:hover {
    border: 2px solid;  
    background: #06a9c8;
    color: #fff;
}

#pricePlans #plans .plan {
    margin-left: 65px;
}
}