.boxes h1{
    text-align: center
}

.boxes img{
    width: 100%; 
   
}

.boxes p{
    text-align: justify;
    padding-right: 10px;
}


.sep1 {
    background: url(../images/separador.png) repeat;
    border: none;
    height: 8px;
    width: 100%;
}
figure {
    margin: 5px 0px;
}

h2 span {
    font-weight: 400;
}

.box1 {
    background: #E8F9FF;
  
    padding: 10px;
    color: #002E50;
    border: 1px #A8C5D0 solid;
    outline: 2px #E8F9FF solid;
        margin: 0px 0px 10px;
}

.seguros ul li a{
text-transform: capitalize !important;   
    color: #003358;
    font-weight: normal;
}

.seguros ul li a:hover{
text-decoration: underline;
}

.image img{
    
    width: 100%;
}

label {
   font-size: 17px;
    font-weight: 400;
    color: #000;
        margin-right: 15px;
 
}

button.botao {
    margin: 10px 0px;
    padding: 7px 10px;
    background: #0064AF;
    border: 1px #FFFFFF solid;
    outline: 1px #0064AF solid;
    color: #FFF;
    cursor: pointer;
}

button.botao:hover {
    
     background: #004375;
    outline: 1px #004375 solid;
    
}

select {
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    border: 1px#C8D8E4 solid;
}

.fa-skype{
    color: #00abea;
}

.seguradoras img{
        width: 200px;
}

 ul.out-seguros li{
    font-weight: normal !important;
}

input[type="radio"] {
    width: 22px;
    margin: 20px 0px;
}

.seg-auto,.seg-res,.seg-vida,.portao{
    
    display: none;
}

ul.infos li{
    
    float: left;
    margin-right: 30px;   
}

ul.infos li:before{
    
   margin-left: 1px;
        margin-right: 0px;
    bottom: 1px;
}
















   