/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.btn_cli {
	border-radius: 100px !important;
    border: 1px solid #FF131D !important;
    padding: 5px 0px !important;
    background: #FF131D;
    margin: 20px 10px !important;	
}

.btn_cli:hover {
    background: #FF131D !important;
}

.btn_cli a {
	color: #000000; !important;
}

.btn_cli a:hover {
    color: #ffffff !important;
}
.icon_whats_menu:hover {
    color: #ffffff;
}

.red {
	color: #FF131D;
}

/****** CARGA ***************/
.btn_carga {
    border-radius: 100px !important;
    border: 1px solid #2196F3 !important;
    padding: 5px 0px !important;
    background: #18396a3d;
    margin: 20px 10px !important;
}

.btn_carga:hover {
    background: #FF131D !important;
}

.btn_carga a {
	color: #000000; !important;
}

.btn_carga a:hover {
    color: #ffffff !important;
}
.btn_carga_menu:hover {
    color: #ffffff;
}

.red {
	color: #FF131D;
}


/*************************************/
#div_transporte,
#div_logistica,
#div_terceirizacao,
#btn_back_transporte,
#btn_back_logistica,
#btn_back_terceirizacao {
	display: none;
}