*{ font-family: 'Open Sans', sans-serif; }
img {max-width: 100%;}
body {background-color:#ccc;}

/* SERVICOS */
.servicos {width: 100%; background-color: #ccc; float: left; padding: 3% 4%; }
.servico {width: 100%; background-color: #f5f5f5; text-align: left; border-radius: 7px; margin-bottom: 3%;}
.servico img {border-radius: 7px 7px 0 0;}
.inner {padding: 7%;}
.inner a {font-size: 1.5em; color: #130400; font-weight: 700; }
.inner h4 {font-size: 1.2em; color: #130400; margin-top: 2%; }
.inner p {margin-top: 6%; color: #130400; line-height: 1.5em;}

@media screen and (min-width: 1280px) {

}

/* SMALL DEVICES - TABLETS */
@media screen and (min-width: 768px) {
.servico {width: 49%; float: left; margin-right: 2%;}
.servico:nth-child(2){margin-right: 0;}

}

/* MEDIUM DEVICES - TABLETS & DESKTOPS*/
@media screen and (min-width: 960px) {

.servico {width: 32%; }
.servico:nth-child(2){margin-right: 2%;}
.servico:nth-child(3){margin-right: 0;}

}

ul { 
    display: table; 
    padding: 0px; 
}
ul li { 
    display: table-cell; 
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.banner { background: #ccc; padding-top: 128px}

/*
#banner {
    padding-top: 128px; 
	}
*/	

.strike-header {
    font-size: 30px;
    color: #202734;
    text-transform: uppercase;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding-left: 47px;
    padding-right: 47px;
    margin: 0 auto;
}

.strike-header:before, .strike-header:after {
    content: '';
    display: block;
    background: #819CC9;
    width: 37px;
    height: 2px;
    position: absolute;
    left: 0px;
    top:48%;
}

.strike-header:after {
    left: auto;
    right: 0;
}


.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 40px 50px 40px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
  color: #000;
}

.white-popup h2.underlined {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
    position: relative;
    margin-bottom: 30px;
}

.white-popup h2.underlined:after {
    content: '';
    width: 12%;
    background: #819CC9;
    height: 1px;
    display:block;
    margin:35px auto;
}

.white-popup p {
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    color: #11161e;
    padding-bottom: 0px;
}



@media only screen and (min-width : 768px) {
    .strike-header {
        font-size: 42px;
    }
}

@media only screen and (min-width : 992px) {
    
    .strike-header {
        font-size: 48px;
        padding-left: 87px;
        padding-right: 87px;
    }
    
    .strike-header:before, .strike-header:after {
        width: 57px;
    }
}