

.contacts .row,
.contacts-banner .row{
    margin-right: 0px;
    margin-left: 0px;       
}
.contacts div [class*="col-"],
.contacts-banner div [class*="col-"]{
    /*border: 1px solid red;*/  
    padding-right: 0px; 
    padding-left: 0px; 
}


.contacts-banner .cts-headquarter{
    height: 680px;
    background-color: #F0D200;
}
.contacts-banner .cts-map{
    height: 680px;
    background-color: #EDEDEF;
}
.contacts-banner .cts-map .mapping{
    height: 680px;
    width: 100%;
}

.contacts .other-contacts-container {    
    background-color: #EDEDEF;
}
.contacts .other-contacts-container header,
.contacts .contact-form-container header{
    /*    height: 90px;*/
    padding: 21px 30px 10px 30px;
}
.contacts .contact-form-container header h2,
.contacts .other-contacts-container header h2{
    margin: 0px;
}
.contacts .contact-form-container article,
.contacts .other-contacts-container article{
    border-top: 1px solid #dadada;   
    padding-bottom: 75px;
}
.contacts .other-contacts-container .cts-item{
    height: 325px;
}

.contacts-banner .cts-headquarter{
    padding: 137px 60px;
}

.contacts-banner .cts-headquarter .cts-item div{
    /*border: 1px solid red;*/ 
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #0062A9;
    height: 22px;
    width: 100%;
    padding: 2px 30px 2px 60px;
    /*overflow: hidden;*/   
}
.contacts-banner .cts-headquarter .cts-item div.cts-item-header{
    font-size: 35px;
    font-family: 'Roboto-Bold';
    margin-top: -5px;
    height: 40px;
    text-transform: uppercase;
}
.contacts-banner .cts-headquarter .cts-item  div.cts-item-title{
    margin-top: 5px;
    /*height: 0;*/
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    height: 30px;
}
.contacts-banner .cts-headquarter .cts-item  div.cts-item-address{
    margin-top: 17px;
    margin-bottom: 30px;
    height: 95px;
}
.contacts-banner .cts-headquarter .cts-item-coordinates-lt{
    margin-top: 30px;
}

.contacts-banner .cts-headquarter .cts-social{
    position: absolute;
    bottom: 0px;
    height: 120px;
    width: 330px;
    padding-left: 60px;
    padding-bottom: 60px;
}
.contacts-banner .cts-headquarter .cts-social div [class*="col-"]{
    padding-right: 0px; 
    padding-left: 0px; 
}
.contacts-banner .cts-headquarter .cts-social div{
    height: 60px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    cursor: pointer;
}
.contacts .other-contacts-container .cts-item div{
    /*border: 1px solid red;*/ 
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #0062A9;
    height: 22px;
    width: 100%;
    padding: 2px 30px;
    /*overflow: hidden;*/        
}
.contacts .other-contacts-container .cts-item div.cts-item-tittle{
    font-size: 20px;
    font-family: 'Roboto-Bold';
    margin-top: 25px;
    height: 30px;
    text-transform: uppercase;
}
.contacts .other-contacts-container .cts-item div.cts-item-address{
    margin-top: 30px;
    margin-bottom: 30px;
    height: 65px;
}
.contacts .other-contacts-container .cts-item-coordinates-lt{
    margin-top: 30px;
}
.contacts .other-contacts-container .cts-item-phone span{
    /*display: none;  (alterado a pedido cliente email: 30/03/2017) */
    font-size: 10px;
}


section.contact-form-container{
    display: none; /* (alterado a pedido cliente email: 30/03/2017) */
}
.contact-form-container form{
    padding-top: 15px;
    padding-bottom: 115px;
    color: #0062A9;
    text-align: center;   
    max-width: 480px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contact-form-container form div.cts-frm-options{
    text-align: left;  
    border-bottom: 1px dotted #0062A9;
    border-top: 1px dotted #0062A9;    
    padding-bottom: 24px;
    margin-top: 24px;
}
.contact-form-container form div.cts-frm-options > div{
    display: inline-flex;
    /*background-color: red;*/
    padding-top: 20px;

}

.contact-form-container form  > div.cts-frm-buttons{
    margin-top: 24px;
    background-color: red;
}
.contact-form-container form  > div > button {    
    width: 35%;    
}
.contact-form-container form  > div > button.bt-clear {    
    float: left;
}
.contact-form-container form  > div > button.bt-submit {    
    float: right;
}
.contact-form-container form div.cts-frm-options label{    
    padding: 3px 10px 0px 10px; 
}

.fili-opem-maps {
    position: relative;
    height: 60px!important;
    width: 60px!important;
    background: #0062ad;
    padding: 0!important;
    margin: 25px 0 0 30px;
}

.fili-opem-maps a{
      font-size: 15px;
    font-family: 'Roboto-Bold';
    color: #F0D200;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    line-height: 1;
    height: 26px;
    padding: 0;
}
.cts-item-opem-maps{
    margin-top: 22px;
}


.cts-item-opem-maps > div {
 position: relative; height: 60px!important; width: 60px!important; background: #0062ad; padding: 0!important;
}
.cts-item-opem-maps > div  a {
    font-size: 15px;
    font-family: 'Roboto-Bold';
    color: #F0D200;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    line-height: 1;
    height: 26px;
    padding: 0;
            text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1250px) {
    .contacts-banner .cts-headquarter .cts-item div.cts-item-header {
        font-size: 27px
    }
    
}

@media screen and (max-width: 991px) {

  
    .contacts .other-contacts-container .cts-item {
    height: 390px;
}
    .contacts-banner .cts-headquarter {
        padding: 30px 60px 155px 60px;
    }
    .contacts-banner .cts-headquarter {
        height: 570px;     
    }
    .contacts .other-contacts-container .cts-item {
        text-align: center;
    } 
    .fili-opem-maps {
 position: relative;
    height: 60px!important;
    width: 60px!important;
    background: #0062ad;
    padding: 0!important;
    margin: 20px auto;
}

.fili-opem-maps a{
      font-size: 15px;
    font-family: 'Roboto-Bold';
    color: #F0D200;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    line-height: 1;
    height: 26px;
    padding: 0;
        text-align: center;
}


/*    .fili-opem-maps{
        padding: 0;
    margin: 0 0 0 30px;
    }*/
    
    
}
@media screen and (max-width: 767px) {
    .contacts .other-contacts-container .cts-item {
        height: auto;
    }  
    .contacts .other-contacts-container .cts-item div:not(.fili-opem-maps) {
        padding: 0px 30px;
        height: auto !important;
    }
    .fili-opem-maps {
    position: relative;
    height: 60px!important;
    width: 60px!important;
    background: #0062ad;
    padding: 0!important;
       margin: 20px auto;
}

.fili-opem-maps a{
      font-size: 15px;
    font-family: 'Roboto-Bold';
    color: #F0D200;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    line-height: 1;
    height: 26px;
    padding: 0;
        text-align: center;
}
/*     .fili-opem-maps{
        padding: 0;
    margin: 0 0 0 30px;
    }*/

}
@media screen and (max-width: 400px) {
    .contacts-banner .cts-headquarter .cts-item div.cts-item-header {
    font-size: 28px;
    font-family: 'Roboto-Bold';
    margin-top: -5px;
    height: 40px;
    text-transform: uppercase;
}
    
}