/**************************************************************
IMPORTAÇÃO DE FONTES
**************************************************************/
@import url(https://fonts.googleapis.com/css?family=Abel);
/**************************************************************
ESTILOS RESPONSIVOS
**************************************************************/

@media screen and (max-width: 1024px) { /* PARA DISPOSITIVOS PEQUENOS*/
#pctablet, .pctablet {display:none;}
#smartphone, .smartphone{display:block}
}
@media screen and (min-width: 1025px) { /* PARA DISPOSITIVOS GRANDES*/
#pctablet, .pctablet{display:block;}
#smartphone, .smartphone{display:none}
}
html, body
{
	padding: 0;
	margin: 0;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.fa{
	padding-right:10px;	
}
/**************************************************************
LOADING VIATURAS
**************************************************************/
.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}
.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;

    background-color: #01B9D5;
    border: solid 1px #ddd;
    border-radius: 2px;

    font: bold 12px Arial, sans-serif;
    color: #333;
    text-decoration: none;
}
.ias_trigger a:hover,
.ias_trigger a:active {
    border-color: #ccc;
}
/**************************************************************
EFEITOS MOUSEOVER
**************************************************************/
.efeitoover:hover{
		zoom: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transition: opacity .30s ease-in-out;
        -moz-transition: opacity .30s ease-in-out;
        -ms-transition: opacity .30s ease-in-out;
        -o-transition: opacity .30s ease-in-out;
        transition: opacity .30s ease-in-out;
	
}

.efeitoover1:hover{
-webkit-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.52);
-moz-box-shadow:    0px 1px 16px 0px rgba(50, 50, 50, 0.52);
box-shadow:         0px 1px 16px 0px rgba(50, 50, 50, 0.52);
	
}
.efeitoover2 { transition: all .2s ease-in-out; }
.efeitoover2:hover { 
transform: scale(1.1);
-ms-transform: scale(1.1);
}
.efeitoover3 { transition: all .2s ease-in-out; }
.efeitoover3:hover { transform: scale(1.1); }
/*******************************************************************************************************************
FIM EFEITOS MOUSEOVER
********************************************************************************************************************/