@charset "UTF-8";

@font-face {
  font-family: "cdr-icones";
  src:url("fonts/cdr-icones.eot");
  src:url("fonts/cdr-icones.eot?#iefix") format("embedded-opentype"),
    url("fonts/cdr-icones.woff") format("woff"),
    url("fonts/cdr-icones.ttf") format("truetype"),
    url("fonts/cdr-icones.svg#cdr-icones") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "cdr-icones" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cdr-icones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clientes-atendidos:before {
  content: "\61";
}
.icon-entregas-realizadas:before {
  content: "\62";
}
.icon-servico-armazenagem:before {
  content: "\63";
}
.icon-servico-consultoria:before {
  content: "\64";
}
.icon-servico-wms-cdr:before {
  content: "\65";
}
.icon-servico-entrega:before {
  content: "\66";
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #666666;
    margin: 0% ; /* 15% from the top and centered */
    position: relative;
    text-align:left;
    left:1px;
    padding: 1px;
    border: 1px solid #888;
    width: 32%; /* Largura da janela que exibe o conteúdo */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}