@charset "UTF-8";
.introduction .direitos a,
.introduction h2,
.introduction h3,
.introduction h4,
.introduction li,
.social {
    color: #fff;
}

.register .btn,
.register-shop .btn {
    padding: 8px 20px 9px !important;
    font-weight: 500;
 
    transition: all 0.5s ease;
    width: 100%;
    font-size: 15px;
}
.inf-inbound .btn,
.register-shop {
    transition: all 0.3s ease-in-out 0s;
}
.register .btn:focus,
.register-shop .btn:focus {
    box-shadow: 0 !important;
    outline: 0;
}
.register .btn:hover,
.register-shop .btn:hover {
    opacity: 0.8;
}
.social {
    padding: 10px 0;
    text-align: center;
    background-color: #253e81;
}
.social h6 {
    text-align: center;
    width: 100%;
    margin: 0;
}
.social a .white-fc {
    margin-top: 10px;
}
.social h5 {
    float: left;
    font-size: 12px;
}
.social figure {
    display: inline;
}
.social figure img {
    width: 100px;
}
@media screen and (max-width: 767px) {
    .social a .white-fc {
        margin: 0 auto;
    }
    .social h5 {
        float: none;
        line-height: 25px;
    }
}

@media screen and (max-width: 767px) {
    .introduction {
        padding: 0 0 15px;
    }
    .introduction .direitos {
        position: inherit;
        margin: 0 auto;
    }
    .introduction .link-fc {
        position: inherit;
    }
    .introduction .link-fc .footer-fc {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1999px) and (min-width: 992px) {
    .introduction .video-know {
        width: 350px;
    }
    .introduction iframe {
        height: 220px;
    }
}
.register {
    padding: 0;
    background-color: #dadf0a;
}
.register h2 {
    color: #3b5a95;
    margin: 20px 0;
}
.register .btn {
    border-radius: 50px !important;
    background-color: #136d3a;
    color: #fff;
    margin-top: 15px;

}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .img-register {
        height: 335px;
        position: absolute;
        right: 0;
        width: auto;
        max-width: none;
        margin-top: -20px;
        margin-bottom: -40px;
    }
}
@media screen and (max-width: 1199px) {
    .register {
        padding: 20px 0 40px;
    }
}
.about {
    padding: 30px 0;
    background-color: #fff;
}
.about h2 {
    color: #000;
    margin-bottom: 30px;
}
.about .what-speak-english li {
    clear: both;
    margin-bottom: 15px;
}
.about .what-speak-english li div.text {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
    padding-top: 10px;
}
.about .what-speak-english li div.text span {
    font-weight: 700;
}
.about .what-speak-english li div.icon {
    border: 2px solid #3b5a95;
    border-radius: 100%;
    color: #3b5a95;
    font-size: 22px;
    font-style: italic;
    margin-right: 0;
    float: left;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
}
.about .what-speak-myenglish li {
    clear: both;
    margin-bottom: 10px;
}
.about .what-speak-myenglish li .item-icon {
    width: auto;
}
.about .what-speak-myenglish li div.text {
    color: #000;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    padding-top: 5px;
}
.about .what-speak-myenglish li div.text span {
    font-weight: 700;
}
.about .what-speak-myenglish li div.icon {
    border: 2px solid #3b5a95;
    border-radius: 100%;
    color: #3b5a95;
    font-size: 15px;
    font-style: italic;
    margin-right: 0;
    float: left;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 24px;
}
@media screen and (max-width: 767px) {
    .about .what-speak-english li div.text {
        padding-left: 0;
    }
    .about .what-speak-english li div.icon {
        border: 2px solid #00406a;
        font-size: 14px;
        height: 30px;
        width: 30px;
        line-height: 25px;
    }
}

.register-shop.fixed {
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 99999999;
    width: 40%;
}
.register-shop {
    color: #000;
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.register-shop h2 {
 font-size: 24px;
    font-weight: 400;
    margin-bottom:15px
}


.register-shop .btn {
background-color: #000;
    color: #fff;
    width: 100%;
    font-size: 23px;
    margin-top: 10px;
    border-radius: 60px;
    padding: 5px 20px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.register-shop .radio-inline {
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}
.register-shop .radio-inline input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-left: -25px;
    margin-top: 1px;
}
.register-shop .form-control {

    height: 45px;
    font-size: 16px;
    margin-top: 14px;
    border-radius: 30px;
    border: 1px solid #d0d0d0;
    box-shadow: none !important;
    padding-left: 15px;
   
}
@media screen and (max-width: 991px) {
    .register-shop.fixed {
        position: inherit;
        width: 100%;
    }
    .form-control {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
}
.conteudo {

    position: relative;
    z-index: 2;
    background-color: #ececec  !important;


    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    
}


@media screen and (max-width: 767px) {
.conteudo {
   background-size: 0 !important;
}
    .conteudo-mobile {
        height: 280px;
        background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    
    }

   footer p {
    text-align: center !important;

}
.faixa i {
    font-size: 50px !important;
    display: block;
    margin-bottom: 10px;
}
    .faixa h6 a {
display: block;
    padding-bottom: 15px;
    font-size: 16px !important;
    text-align: center;

    }
.faixa h6 br {
display:none;
}
     .produtoseservicos .col-md-3 {
padding: 0 5px;
    margin: 0 auto;
    }

   .produtoseservicos span {
        display:none;
    }

    .produtoseservicos .col-md-3 a:last-child {
  
padding: 15px 5px !important;
        font-size: 11px !important;

}
.servicos h3 {

    font-size: 21px !important;
}
    .faixa h2 {

    white-space: inherit;
    line-height: 22px;
    padding-top: 0 !important;
    margin-bottom: 15px !important;

    }

    .faixa h4 {
        margin-bottom: 15px !important; 
        padding-top: 0px !important;

    }
    .inf-inbound small {
    text-align: center;
    }
.conteudo {
    padding: 40px 0 0 0;
}


.inf-inbound h1 {
     margin-top: 10px !important;
    text-align: center;
    line-height: 28px;
    font-size: 25px !important;

    }
    .inf-inbound h1 b {
        display: block
    
    }

    .inf-inbound h1:after {
      
        margin: 10px auto !important;
    }


.inf-inbound p {
    text-align: center;
    line-height: 20px;
    font-size: 17px !important;
    line-height: 22px !important;
}

    .inf-inbound .btn {
        float: none !important;
      
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        white-space: inherit;
    line-height: 22px;
    }

}


.inf-inbound .btn {
text-transform: uppercase;

    color: #fff;
    font-size: 16px;

    margin: 5px 0px;
    padding: 10px 50px;


   
   
}
.inf-inbound .btn i {
    font-size: 25px;
    vertical-align: middle;
}
.inf-inbound h1 {
    font-size: 30px;
    color: #253e81;
    font-weight: 800;
    margin-top: 0px;
    text-transform: uppercase;
 
}

.inf-inbound h1:after {
    content: "";
    display: block;
    margin: 10px 0;
    background: #253e81;
    width: 60px;
    height: 6px;
    border-radius: 10px;

        }

.inf-inbound h1 b {
    font-weight: 800;
    color: #d22024;
}
.inf-inbound span{
    font-weight: 600;
    display: block;
}



.inf-inbound p {

    color: #000;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
.inf-inbound p b {
    display: block;
}
.inf-inbound p.text-uppercase {
color:#060606;
font-weight: 800;
        font-size: 16px;

}

.inf-inbound small {
    display: block;
     color: #fff;
}
.inf-inbound hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}


.inf-inbound h3 {
    font-size: 16px;
    background-color: #000;
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.inf-inbound h3 span {
    font-size: 48px;
    font-weight: 800;
}
.inf-inbound h3 small {
    color: #fff;
}

.clientes {
    background-color: #fff;
    padding: 20px 0;
}
.clientes .img-responsive {
    width: 80%;
    margin: 0 auto;
}
.enviado {
    background-color: #105189;
}




.valores {
     padding-top:40px;
     padding-bottom:60px;
    text-align:center;
        background-color: #fff;
}
.valores h3 {
text-transform: uppercase;
    font-size: 22px;
        margin: 10px;
    display: inline-block;
    font-weight: 800;
    padding: 15px 30px;
    border: 2px solid #000;
}
.valores h3 span {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
}

.valores p {
    font-size:16px;
    padding:10px;
}

.valores .caixas .infos {

    color:#fff;
}

.valores .caixas {
    margin-top:20px;
}
.valores .caixas .infos h3 {
 font-size: 15px;
     font-weight: 400;
     background: #d51d1d;
     margin:0;
     padding: 10px 6px;
         width: 100%;
         border:0;
}

.valores .caixas .infos h3 b {
    font-size: 17px;
    line-height: 25px;
   font-weight: 800;
   display:block;
}

.valores .caixas .infos .precos{
    background:#136d3a;     
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 10px 60px 10px;
    font-size:16px;
}

.valores .caixas .infos .precos h4{
    font-size: 50px; 
   font-weight: 800;
   display:block;  
   line-height: 30px;
}
.valores .caixas .infos .precos span {
   font-size:12px;   
}

.valores .btn{
    font-size:18px;
    margin-top:40px;
       font-weight: 400;
}

@media screen and (max-width: 767px) {
.valores h3 {

    font-size: 20px !important;

}

.valores .btn {
    font-size: 17px !important;
    width: 100%;

}


}

.faixa {
    text-align: center;
    background-color:#253e81;
    
    color:#fff;
         padding-top:30px;
     padding-bottom:30px;
}

.faixa.dark {

    background-color:#000;
}

.faixa.light {

    background-color:#ebebeb;
}
.faixa i {
       font-size:60px;
}
.faixa h4 {
    text-transform: uppercase;
        font-weight: 700;
        margin-top: 0 !important;
           font-size: 17px;
           color:#253e81;
           padding-top: 12px;
}
.faixa h6 {
    text-transform: uppercase;
       font-size: 18px;
         margin:-10px 0 0 0;
         line-height: 23px;
         
}

.faixa h6 a {

        font-weight: 400;
           font-size: 22px;
           color:#fff;
}


.faixa h2 {
    text-transform: uppercase;
    margin:0;
    font-weight: 700;
    font-size: 15px;
    padding-top: 15px;
}
.faixa p {
       font-size:17px;
       padding:30px 0 0 0;
}

.faixa.menor p {
       font-size:14px;
       padding:10px 0 0 0;
}


.produtoseservicos {
     padding-top:40px;
     padding-bottom:40px;
    text-align:center;
        background-color: #fff;
        background-image: url(../img/fundo-servicos.jpg);
      
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-bottom: 6px solid #253e81;
}
.produtoseservicos h5 {
text-transform: uppercase;
    font-size: 28px;
    display: inline-block;
    font-weight: 800;
    color:#000;
    margin: 0;
}
.produtoseservicos h5:after {
content:"";
display:block;
margin:10px auto;
background:#000;
width: 50px;
height: 6px;
}
.produtoseservicos .col-md-4 a:last-child {
    background: #253e81;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.produtoseservicos img {
    margin:0px auto 0 auto;
}

@media (max-width:767px) {
    
.produtoseservicos {
    padding-top: 10px;
}
    .produtoseservicos img {
        margin:30px auto 0 auto;
    }
}
.servicos {
     padding-top:40px;
     padding-bottom:60px;
    text-align:center;
        background-color: #f9f9f9;
}
.servicos h3 {
text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
    font-weight: 800;
    color:#253e81;
    margin: 0;
}
.servicos h3:after {
content:"";
display:block;
margin:10px auto;
background:#253e81;
width: 50px;
height: 6px;
}

.servicos p {
    font-size:16px;
}


.servicos .caixas {
    margin-top:20px;
    
}

.servicos .caixas .infos {
 
        background:#fff;
}
.servicos .caixas .infos h4 {
 font-size: 16px;
     font-weight: 500;   
   color:#253e81;
       margin-top:20px;
         text-transform: uppercase;
    
}

.servicos h4:after {
content:"";
display:block;
margin:10px auto;
background:#253e81;
width: 50px;
height: 6px;
}

.servicos .caixas .infos h4 b {

   font-weight: 800;
   display:block;
 
}

.servicos .caixas .infos .descricao{

    padding: 5px 10px;
    font-size:16px;

      
}


.servicos .caixas .infos .descricao p {
   font-size:14px;   
}

.servicos .caixas .infos .btn{
font-size: 15px;

    font-weight: 700;
    margin-bottom: 20px;
      
}
@media (min-width:768px) {

    .sobre {
   

   background-image: url(../img/bg-sobre.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

      
}

.sobre {
    padding-top:40px;
    padding-bottom:50px;
       border-bottom:3px solid #253e81
}
.detalhesservicos {
    padding-top:30px;
    padding-bottom:60px;
       outline:5px solid #253e81;
}


.novosprojetos {
   

    background-image: url(../img/bg-novos-projetos.png);
 
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
       
 }

 .obrasjaexistentes {
   

    background-image: url(../img/bg-obras-existentes.png);
 
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
       
 }

.estruturasconvencionais{
   

    background-image: url(../img/bg-estruturas-convencionais.png);

 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
   
}

    .servicos .caixas .infos .descricao p.tamanho1 {
min-height: 80px;
    }
       .servicos .caixas .infos .descricao p.tamanho2 {
min-height: 120px;
    }


    .faixa h6 span {        
margin-top: 0px;
    padding-left: 20px;
    text-align: left;
    display: inline-block;
}


.faixa h6 a b{
    display:block;
}

 

    .conteudo {
    padding:100px 0 90px 0;

 
    
}






}
.sobre ul {
padding:0 0 0 15px;
list-style: none;

}
.sobre ul li {
    padding: 3px 0;
    font-size: 15px;
    font-weight: 500;
}

.sobre ul li:before {
content: "";
width:10px;
height:10px;
border-radius:100%;
display: inline;
float: left;
margin-left: -18px;
font-weight:700;
background-color:#253e81;
position:absolute;
margin-top:7px;
}


.modal-footer {

    text-align: center;
}


.sobre {
   
position: relative;
        background-color: #f8f8f8;
      
}

.sobre h6 {

 text-transform: uppercase;
  font-size: 18px;
  color:#000;
     font-weight: 700;
}
.sobre h3 {
text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
    font-weight: 800;
        color:#253e81;

}

.sobre h3:after {
content:"";
display:block;
margin:10px 0;
background:#253e81;
width: 50px;
height: 6px;
border-radius: 10px;
}

.sobre .btn{
    font-size:17px;
    margin-top:20px;

}

.sobre p {

    font-weight: 400;
    font-size: 16px;
}

.sobre .btn i {
    font-size: 25px;
    vertical-align: middle;
}

.sobre h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    margin-top:0;
}

.sobre h2 b {
   color:#253e81; 
}

.sobre ul {
    padding: 15px 25px 15px 30px;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e3e3e3;
    width: fit-content;
  
  }
  .sobre ul li {
   padding: 3px 0;
   font-size: 16px;
   font-weight: 500;
  }


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


    .navbar-nav .open .dropdown-menu {

    border: 1px solid #ccc !important;
    background: #f7f7f7 !important;
    }

.sobre ul {
margin:0 auto;
}
.sobre ul li {

    font-size:15px;
      
}

.sobre h2 {
    text-transform: uppercase;
    font-size: 18px;
    
    line-height: 22px;
}
    .sobre p {
    text-align: center;

    font-size: 15px;
}
.sobre h3 {

    font-size: 26px;
}

.sobre h3:after {

margin:10px auto;

}

.sobre {
    text-align: center !important;
    padding: 30px 0 0 0;
    border-top: 3px solid #253e81;
    z-index: 2;
}
.sobre .btn{
width:100%
}

.sobre h3:after {

margin:10px auto;

}

.sobre iframe {
    height:200px;
}
.sobre .col-md-5 {
background:#fbfbfb;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 20px;
}
}

footer p {

    font-size: 15px
}
.contato {
     padding-top:60px;
     color:#fff;
     padding-bottom:60px;
    text-align:center;
        background-color:#136d3a;
          background-image: url(../img/bg-verde.jpg);
    z-index: 2;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.contato h4 {

    font-size: 18px;
 

}

.contato h4 B {
font-size: 24px;
    display: block;
    padding-bottom: 10px;
 

}


.contato .register-shop {
    background-color: transparent;
    box-shadow:none;
}

.contato .register-shop .btn {
      background-color: transparent;
        font-size: 19px;
        padding-top:10px !important;
         padding-bottom:10px !important;
}

@media (max-width:767px) {
.contato h4 {

    font-size: 15px !important;
 

}
.contato h4 B {
    font-size: 20px;
}

.contato {
    padding-top: 30px;
  
    padding-bottom: 30px;

}

}
a.botao-whats-msg {
 
    position: fixed;
    left: 10px;
    bottom: 90px;
    z-index: 1000;
    padding: 10px 15px;
    background: #3ab967;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;

    border-radius: 14px;
}
a.botao-whats-msg:hover {
color: #fff;
background: #079439;
}
a.botao-whats-msg:active,
a.botao-whats-msg:focus {
color: #fff
}
a.botao-whats-msg i {
padding: 0;
margin-right: 5px;
vertical-align: middle;
color: #fff;
font-size: 20px
}
a.botao-whats-msg span {
color: #fff;
}
@media (max-width:767px) {
a.botao-whats-msg span {
display: none
}
a.botao-whats-msg i {
padding: 0;
margin-right: 0;
line-height: 37px;
font-size: 35px
}
a.botao-whats-msg {
left: 10px;
bottom: 30px;
padding: 10px;
width: 60px;
height: 60px;
text-align: center;
border-radius: 100%
}
.footer-fc {
margin: 0 auto
}

}
.pulse {
    animation: pulse 0.7s infinite;
    margin-top: 0px;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}



footer{
     padding-top:40px;
      padding-bottom:40px;
        background-color: #fff;
}

footer .logo img {
    width: 200px;
    margin:40px auto 0 auto;
}

footer h5 {
font-size: 17px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}



footer a {
    font-size:18px;
    font-weight: 500;
    color:#000;
line-height: 30px;
}

footer figure {
    text-align: center;
}

footer a.green {

    font-weight: 700;
    color:#000;
}

@media (max-width:767px) {
footer .logo img {
 
    margin:0 auto;
}
footer {
    text-align:center;
}

}

/*Modal Whats*/

.modal-header {
    background: #253e81;
    color: #fff;
    text-align: center;
    /* font-weight: 600; */
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
}

.modal-title {
    font-weight: 700;
}

.modal-body {
    padding: 10px;
    text-align:center;
}

.modal-body .btn {
width: 48%;
    margin-left: 1%;
    float: left;
    border-radius: 5px !important;
}

.modal-body .form-control {
width: 97%;

padding: 20px 10px;
    margin:10px 1%;
border-radius: 5px !important;
}


/*Detalhe Servicos*/

.detalhesservicos.bg-left:before {
    display: block;
    content: "";
    height: 200px;
    width: 200px;
    position: absolute;
    left: -200px;
    bottom: 0;
    background-color: #253e81;
    -ms-transform: skew(45deg, 0) translateY(0px);
    transform: skew(45deg, 0) translateY(0px);
}

.detalhesservicos.bg-left:after{
    display: block;
    content: "";
    height: 150px;
    width: 150px;
    position: absolute;
    left: -150px;
    bottom: 0;
    background-color: #ccc;
    -ms-transform: skew(45deg, 0) translateY(0px);
    transform: skew(45deg, 0) translateY(0px);
}



.detalhesservicos.bg-right:before {
    display: block;
    content: "";
    height: 200px;
    width: 200px;
    position: absolute;
    right: -200px;
    bottom: 0;
    background-color: #253e81;
    -ms-transform: skew(-45deg, 0) translateY(0px);
    transform: skew(-45deg, 0) translateY(0px);
}

.detalhesservicos.bg-right:after{
    display: block;
    content: "";
    height: 150px;
    width: 150px;
    position: absolute;
    right: -150px;
    bottom: 0;
    background-color: #ccc;
    -ms-transform: skew(-45deg, 0) translateY(0px);
    transform: skew(-45deg, 0) translateY(0px);
}

.detalhesservicos {

    position: relative;
         background-color: #f8f8f8;
       
    }
  
  .detalhesservicos ul {
    padding: 15px 15px 15px 30px;
    list-style: none;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e3e3e3;
  
  }
  .detalhesservicos ul li {
   padding: 3px 0;
   font-size: 16px;
   font-weight: 500;
  }
  
  .detalhesservicos ul li:before {
  content: "";
  width:10px;
  height:10px;
  border-radius:100%;
  display: inline;
  float: left;
  margin-left: -18px;
  font-weight:700;
  background-color:#253e81;
  position:absolute;
  margin-top:7px;
  }
  
  
  
  
  
  
  .detalhesservicos h6 {
  
  text-transform: uppercase;
  font-size: 18px;
  color:#000;
    font-weight: 700;
  }
  .detalhesservicos h3 {
  text-transform: uppercase;
   font-size: 25px;
   display: inline-block;
   font-weight: 600;
       color:#253e81;
  
  }
  .detalhesservicos h3 b {
    display: block;
    font-weight: 800;
  }
  .detalhesservicos h3:after {
  content:"";
  display:block;
  margin:10px 0;
  background:#253e81;
  width: 50px;
  height: 6px;
  border-radius: 10px;
  }
  
  .detalhesservicos .btn{
   font-size:17px;
   margin-top:20px;
  
  }

  .detalhesservicos .btn i {
    font-size: 25px;
    vertical-align: middle;
  }
  


  .detalhesservicos p {
  
   font-weight: 400;
   font-size: 17px;
  }


  .detalhesservicos.estruturasconvencionais p {
  
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.1px;
   }

  .detalhesservicos h2 {
   text-transform: uppercase;
   font-size: 26px;
   font-weight: 700;
   line-height: 28px;
   margin-top:0;
  }
  
  .detalhesservicos h2 b {
  color:#253e81; 
  }
  
  @media screen and (max-width: 767px) {


    .detalhesservicos ul li {
    
      font-size:15px;
        
    }
    
    .detalhesservicos h2 {
      text-transform: uppercase;
      font-size: 18px;
      
      line-height: 22px;
    }
      .detalhesservicos p {
      text-align: center;
    
      font-size: 15px;
    }
    .detalhesservicos h3 {
    
        font-size: 22px;
    }
    
    .detalhesservicos h3:after {
    
    margin:10px auto;
    
    }
    
    .detalhesservicos {
      text-align: center !important;
      padding: 30px 0 0 0;
      border-top: 3px solid #253e81;
      z-index: 2;
    }
    .detalhesservicos .btn{
    width:100%
    }
    
    .detalhesservicos h3:after {
    
    margin:10px auto;
    
    }
    
    .detalhesservicos iframe {
      height:200px;
    }
    .detalhesservicos .col-md-5 {
    background:#fbfbfb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    }
    }

    /*Obras Realizadas */

    .obrasrealizadas {
        padding-top:40px;
        padding-bottom:40px;
       text-align:center;
           background-color: #fff;
    
      }
      .obrasrealizadas h5 {
      text-transform: uppercase;
       font-size: 28px;
       display: inline-block;
       font-weight: 800;
       color:#253e81;
       margin: 0;
      }
      .obrasrealizadas h5:after {
      content:"";
      display:block;
      margin:10px auto;
      background:#253e81;
      width: 50px;
      height: 6px;
      border-radius: 10px;
      }
      .obrasrealizadas .col-md-6 a.nome {
       background: #253e81;
       color: #fff;
       padding: 15px 10px;
       text-transform: uppercase;
       display: block;
       font-weight: 500;
       font-size: 16px;
       line-height: 20px;
      }

      .obrasrealizadas .carousel-control.right, .obrasrealizadas .carousel-control.left {
        background: none !important;
      }
    
      .obrasrealizadas .carousel {
        padding-top: 30px;
      }
      @media screen and (max-width: 767px) {
      

        .obrasrealizadas .carousel-control.right, .obrasrealizadas .carousel-control.left {
            font-size: 40px;

        }

        .obrasrealizadas h5 {
      
             font-size: 25px;
        }
          
             .obrasrealizadas span {
                  display:none;
              }
          
          
      }
      
      
      @media screen and (min-width: 768px) {
        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
            width: 40px;
            height: 40px;
            margin-top: -10px;
            font-size: 40px;
        }
    }