body {
 font-size: 17px;
font-family: 'Lato', sans-serif;
}

a:link, a:visited {
    color:#333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;   
}

.head {
    height:190px;
    line-height: 190px;
}

.head .col-md-9 {
    line-height: 190px;    
}

.gold {
 color:#C3B846 !important;   
}

.red {
   color: #8F2A26 !important; 
}

h1, h2, h3, h4, h5, h6 {
    color: #8F2A26;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.head h1 {
    font-weight: 800;
    font-size:50px;
    margin-top: 46px;
}

.head h2 {
    font-weight: bold;
    font-size: 27.5px;
    margin-top: 0px;
}

.spotlight {
    background-size: cover;
    padding: 60px 0px;
}

[data-slides] {
    background-image: url(../imgs/spotlight.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: background-image 1s linear;
}

.spotlight h1.toAction {
    font-weight: 800;
    font-size: 42px;
    margin-top: 35%;
}


.caixa {
 background-color: #FFF;
-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.caixa h4.tit {
    background-color:#BA4130;
    color: #FFF !important;
    font-weight: 500;
    padding: 10px 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    margin-top: 0px !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.caixa form {
 padding: 10px 15px 15px;   
}

.btn-gold {
    background-color: #C3B846;
    color: #FFF !important;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px auto;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);

}

.btn-gold:hover {
    background-color: #8F2A26;
}

.btn-red {
    background-color: #BA4130;
    color: #FFF !important;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0px auto;
    font-size: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    padding: 15px 50px;

}

.caixa small {
    color:#CCC;   
}

.beneficios {
    padding: 40px 0px;   
}

.beneficios h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    color:#333;
    font-size: 20px;
    text-transform: none !important;
}
.beneficios h5 span {
   font-size: 22px; 
}

.beneficios h4 {
    font-size: 30px;
    font-weight: 800;
    text-transform: none !important;
}

.beneficios h6 {
    text-transform: none;
    font-weight: 800;
    font-size: 20px;
    padding-top: 10px;
    margin-bottom: 2px;
}

.beneficios p {
    font-size:18px;
}

.padding {
    padding: 40px 0px;   
}

.testemunhos {
    background-color: #FFF;
    
}

.testemunhos h3 {
    color: #C3B846;
    text-transform: none;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 80px;
    
}

.testcliente {
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 50px 25px;
    margin-bottom: 15px;
    height: 440px;
    position: relative;
    border: 3px solid #8F2A26;
} 

.testcliente p {
    text-align: left;
    line-height: 130%;
}

.testcliente::before {
    content: open-quote;
    color: #8F2A26;
    font-size: 58px;
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 1px;
    left:20px;
}

.testcliente::after {
    content: close-quote;
    color: #8F2A26;
    font-size: 58px;
    font-family: 'Lato', sans-serif;
    position: absolute;
    bottom:-15px;
    right:20px;
}

p.cliente {
  color:#C3B846;
    text-align: center;
}

.comecepoupar {
    background-color: #C3B846;
    padding: 30px 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.comecepoupar h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin: 0px !important;

}

.rodape {
    padding-top: 40px;   
}

.rodape p {
    font-size:11px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
.testcliente {
    height: 540px;
}
    .slider.slider-horizontal {
        width: 270px;

    }
}

@media only screen and (max-width: 950px) {
    .testcliente {
        height: 350px;
        width: 300px;
        margin: auto;
    }
}

@media only screen and (max-width: 980px) {
    .slider.slider-horizontal {
        width: 700px;
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
   .head {
        height: inherit;   
   }
    
    .head .col-md-3 {
        text-align: center;   
    }
    
    h1.toAction {
     margin-top: 30px !important;
        margin-bottom: 30px;
    }
    .rodape img {
        width:90%;   
    }
    
    .btn{
     white-space: normal !important;   
    }

    .testcliente {
        height: 350px;
        width: 350px;
        margin: auto;
    }
    .slider.slider-horizontal {
        width: 300px;
        margin: auto;
    }
}

.clip-circle {
    background-size:230px 230px;
    background-position:0px 0px;
    height:230px;
    width:230px;
    border-radius:50%;
    border: 4px solid #8e2826;
    overflow:hidden;
    margin:auto;
}

.clip-rect {
    background-size:230px 230px;
    background-position:0px 0px;
    height:230px;
    width:230px;
    border-radius:5%;
    border: 4px solid #8e2826;
    overflow:hidden;
    margin: 10px auto;
}
