@media (min-width: 576px) {
  .container {
    max-width: 100%;
    /* 540px; */
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    /* 720px; */
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
    /* 960px; */
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    /*1124px;  */
    font-size: 14px;
  }
}

@media (min-width: 1452px) {
  .container {
    max-width: 100%;
    /* 1360px; */
    font-size: 16px;
  }
}

html {
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

/* min-width */

@media screen and (min-width: 900px) {
  .login-form {
    width: 600px;
    height: auto;
    top: 50%;
    margin-left: 25%;
    margin-top: -180px;
    background-color: #3193a8;
  }
}

/* max device width */

@media screen and (max-device-width: 850px) {
  .login-form {
    width: auto;
    height: auto;
    top: 50%;
    margin-top: -120px;
    background-color: #3193a8;
  }
}

/*container {width: 100%;}*/

.bg {
  background-color: #3193a8;
  width: 100%;
  height: 100%;
}

.titulo {
  font-family: 'Permanent Marker', cursive;
}

.texto {
  font-family: 'Merriweather', serif;
}

input {
  margin-bottom: 10px;
}

.senha {
  background-color: #3193a8;
}

.confirma {
  background-color: #3193a8;
}

.container {
  width: 100%;
  margin-top: 20px;
  background-color: #3193a8;
}

.notify-container {
  background-color: #3193a8;
}

.paragrafo {
  text-indent: 10px;
}

div.left {
  position: relative;
  width: 15%;
  float: left;
  padding-left: 0px;
}

div.right {
  position: relative;
  width: 85%;
  height: 4096px;
  float: left;
  padding-left: 0px;
  background-color: #ffffff;
}

div.left_menu {
  position: relative;
  width: 30%;
  float: left;
  margin-top: 20px;
  padding-left: 0px;
}

div.right_menu {
  position: relative;
  width: 70%;
  height: 4096px;
  float: left;
  margin-top: 20px;
  padding-left: 0px;
  background-color: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.name {
  color: #ffffff;
}

.link {
  color: #000000;
}

body, html {
  background-color: #3193a8;
  height: 100%;
  margin: 0;
}

.sidenav-m3 {
  height: 4096px;
}

.form {
  margin: 20px;
}

.images {
  margin: 10px, 10px, 10px, 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 250px;
  height: 140px;
}

.image {
  width: 200px;
  height: auto;
  max-width: 100%;
  max-height: 90%;
}

.myCheck::before {
  border-color: #0b98da!important;
  background: #0b98da!important;
}

.wider td {
  width: 300px;
}

.select {
  font-size: 12px;
}

.window {
  margin-top: -7px;
}

#map { 
  top: 0; 
  bottom: 0; 
  width: 100%; 
  height: 60%;
}

.window-content {
  height: 1024px;
}

.motofrete {
  background-image: url('../_img/motofrete.png');
  background-size: cover;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.truck {
  background-image: url('../_img/truck_icon.png');
  background-size: cover;
  width: 35px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.car {
  background-image: url('../_img/car_icon.png');
  background-size: cover;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}