
.FONT_REGULAR{
    font-family: "Josefin Sans", sans-serif;
}

.FONT_BOLD, b, strong{
    font-family: "Josefin Sans", sans-serif;
}

.FONT_LIGHT{
    font-family: "Josefin Sans", sans-serif;
}

.FONT_THIN{
    font-family: "Josefin Sans", sans-serif;
}

.FONT_DISPLAY{
    font-family: "Josefin Sans", sans-serif;
}




.MODEL_LINHAS{
	text-transform: uppercase !important;
}


.MODEL_OK .MODEL_LINHAS{
	background: #222 !important;
	font-weight: 900 !important;
	color: #fff !important;
}


.PASSO{
	display: block;
}

.PASSO_LINHAS{
	display: block;
}




.LISTAPRODUTOS{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 0px;
}


.CADAPRODUTOX{
	cursor: pointer;
}



.AH{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	margin-left: 20px;
}




.DONA:hover > .YOGO{
	background: #fff !important;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.15);
	cursor: pointer;
}




.YOGO{
	width: calc(100% - 0px);
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #f4f4f4;
	border-radius: 10px;
	border-top-left-radius: 0px;
	box-shadow: none;
	cursor: pointer;
	transition: background 0.3s, box-shadow 0.3s;
	
	
	background: #fff;
	-webkit-font-smoothing: antialiased;
	text-rendering: text-rendering;
	box-shadow:  0 4px 4px 0 rgba(0,0,0,0.15);
	
}





#products-datatable_wrapper .row:first-child{
    display: none;
}




.MOA_CADAPRODUTO{
	width: 100%;
	position: relative;
	min-height: 200px;
	border: 1px solid #222;
	float: left;
	margin-bottom: 40px;
}


.LIST{
	display: block;
	float: left;
}



.LINE_1 {
    left: 200px;
}

.LINE_2 {
    left: calc(  (100% / 3) + 130px  );
}

.LINE_3 {
   right: calc(  (100% / 3) - 60px  );
}

.LINE_4 {
    display: none;
}


.LINE_5 {
    right: 100px;
	display: none;
}





.LINE {
    width: 1px;
    border-left: 1px solid #e1e1e1;
    position: absolute;
    height: 100%;
    z-index: 999;
}


.JAH{
    height: 40px;
    line-height: 40px;
    border: 1px solid #222;
    background: #fff;
    color: #222;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
}

.JAH_OK{
    background: #727cf5!important;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 900;
}


.MONT{
	position: relative;
}


.THEMONT{
    font-weight: 900;
    color: #222;
}


.TOR{
    font-weight: 900;
    width: 100%;
    position: relative;
    color: #006196;
}



.NIGs {
    position: relative;
    padding-left: 15px;
    margin-bottom: 3px;
    font-weight: 400;
    opacity: 0.8;
    width: auto;
    display: block;
    margin-right: 10px;
}

.NIGs::before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 3px;
    background: #999;
}


.ONAs{
    position: relative;
    padding-left: 12px;
    margin-bottom: 3px;
    font-weight: 400 !important;
    opacity: 0.8;
    width: auto;
    display: inline-block;
    margin-right: 4px;
}

.ONAs::before{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 5px;
    background: #999;
}





.CAMPOS{
    font-size: 28px !important;
}



.CAMPOS .TOR{
    font-weight: 900;
    width: 100%;
    position: relative;
}

.CAMPOS .ONAs{
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
    font-weight: 700 !important;
    opacity: 1;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

.CAMPOS .ONAs::before{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 14px;
    background: #006196;
}


.MOA_CARACTERISTICAS, .MOA_APLICACOES{
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px dotted #000;
}


.CAMPOS .NIGs{
    position: relative;
    padding-left: 25px;
    margin-bottom: 3px;
    font-weight: 700 !important;
    opacity: 1 !important;
    color: #000;
    text-transform: uppercase !important;
}

.CAMPOS .NIGs::before{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #006196;
}






.KONA .form-check{
    margin-bottom: 5px;
}


.KONA label{
    width: 100%;
}




.YANG{
    width: 100%;
    position: relative;
    font-size: 62px;
    line-height: 68px;
    font-weight: 900;
    color: #222;
    padding-left:60px;
}

.MO{
    width: 30px;
    height: calc(100% - 12px);
    left: 0px;
    top: 12px;
    background: rgb(0, 97, 150);
    position: absolute;
}


.REEFBREAK{
    position: absolute;
    left: 40px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 2px dotted #ccff00;
    cursor: pointer;
    opacity: 0;
}

.REEFBREAK:hover{
    opacity: 1;
}



.OK_MYLINHA .select2-selection{
    background: #727cf5 !important;
}

.select2-selection__rendered{
    color: #fff !important;
    font-weight: 900 !important;
}

.MYPRODUCT{
    display: none;
}

.MYPRODUCT{
    padding-left: 0px !important;
}


.ORANG {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    top: -7px !important;
    position: relative;
    font-weight: 900;
}



.BOL{
    font-weight: 700;
}

.form-check-inline{
    width: 100%;
    display: block;
}


.table-hover>tbody>tr {
    background: #f4f4f4 !important;
    color: #222 !important;
}




#COVER__ {
  position: relative !important;
  width: 100% !important;
  max-width: 1170px !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  background: none !important;
}




.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #fff !important;
    color: #222;
}


.horizontal-steps:before {
    background-color: rgba(0,0,0,0.1);
}

.form-check-input{
    border-color: #222;
}


.LOMB{
    color:#222;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.YAN{
    color:#555;
    padding-left: 10px;
    padding-right: 10px;
    background: #f4f4f4;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 900 !important;
}

.form-floating input{
    font-size: 14px;
    color: #222;
    font-weight: 900;
}



.ONA{
    padding: 0px;
    background: #e1e1e1;
    padding-bottom: 0px;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 100%;
    position: relative;
}


.ONA .row{
    padding: 0px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.TITCM{
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    width: calc(100% + 0px);
    margin-left: 0px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 900;
    background: #222;
}




.TOR_ETIQ_ARTE:first-child {
    padding-top: 0px;
}


.TOR_ETIQ_ARTE {
    color: #000;
    display: block;
    width: 100%;
    font-weight: 900;
    position: relative;
    padding-bottom: 5px;
    padding-top: 10px;
}



.MONT:not(:last-child) {
    /*margin-bottom: 10px;*/
}

