/**
 *  * Project: hotsites administradores
 *   * Author: mobister.com.br
 *    */
#modal-container {
  display: none;
}
#modal-container .container {
  background: #FFF;
  height: 630px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 1170px;
}
#modal-container .sidebar {
  background-image: url('../img/sidebar.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 300px 20px 3.6em;
  position: absolute;
  text-align: right;
  top: 0;
  width: 33.3%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sidebar.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../img/sidebar.jpg', sizingMethod='scale');
}
#modal-container .sidebar h1 {
  color: #FFF;
  font: normal 28px/1.4em 'MetronicProBold-bold';
  margin-bottom: 17px;
  margin-top: 0;
  margin-top: -130px;
}
#modal-container .sidebar h1 strong {
  color: #c6a45e;
}
#modal-container .sidebar img {
  max-width: 218px;
}
#modal-container .content {
  box-sizing: border-box;
  left: 33.3%;
  padding: 3.6em 1em;
  position: absolute;
  width: 66.6%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#modal-container .content .left-column,
#modal-container .content .right-column {
  float: left;
  width: 48%;
}
#modal-container .content .left-column {
  margin-right: 4%;
}
#modal-container .content p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 0;
  text-align: justify;
}
#modal-container .content p strong {
  color: #003d5a;
}
#modal-container .content h2 {
  color: #c7a559;
  font: normal 18px 'MetronicProBold-bold';
  margin-top: 2em;
}
#modal-container .content ul {
  list-style: none;
  padding: 0;
}
#modal-container .content ul li {
  background-image: url('../img/bullet@2x.png');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 24px;
  margin: 1.4em 0 2em;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#modal-container .content img.responsive {
  margin-bottom: 1em;
  margin-left: 20%;
  width: 60%;
}
#modal-container .content input {
  background-color: #FFF;
  border: 1px solid #003c58;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  font-family: 'Helvetica Neue', 'Proxima Nova', 'Lucida Grande', 'Arial', sans-serif;
  font-size: 13px;
  height: 51.4px;
  margin-bottom: 1.5em;
  padding: 1.4em 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#modal-container .content button {
  background: #28a531;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-family: 'Helvetica Neue', 'Proxima Nova', 'Lucida Grande', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
  text-transform: uppercase;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#modal-container .content .right-column p {
  margin-top: 1em;
  text-align: center;
}
#modal-container .content .right-column p a {
  color: #a9a9a9;
  text-decoration: none;
}
#modal-container .content .right-column p a:hover {
  text-decoration: underline;
}
#modal-container .content .social {
  margin-left: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 1170px) {
  #modal-container .container {
    max-width: 960px;
    height: auto;
    overflow: auto;
    width: 100%;
  }
  #modal-container .sidebar {
    background-image: url('../img/sidebarwide.jpg');
    background-position: center;
    height: 300px;
    position: static;
    width: 100%;
  }
  #modal-container .content {
    padding: 2em;
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #modal-container body {
    background: #FFF;
  }
  #modal-container .container {
    box-shadow: none;
    margin: 0;
  }
}
@media screen and (max-width: 720px) {
  #modal-container .sidebar {
    background-position: -100px 0;
  }
  #modal-container .content .left-column,
  #modal-container .content .right-column {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #modal-container .sidebar {
    background-position: center;
    padding-bottom: 10em;
    text-align: center;
  }
}
#modal-container {
  background-color: rgba(0, 58, 85, 0.9);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
#modal-iframe {
  border: none;
  height: 630px;
  left: 50%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
#modal-close {
  background-image: url('../img/close.png');
  background-size: 16px 16px;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: .5em;
  text-indent: -9999px;
  top: .5em;
  width: 16px;
  z-index: 101;
}
@media screen and (max-width: 1170px) {
  #modal-close {
    background-image: url('../img/closewhite.png');
  }
  #modal-iframe {
    height: auto;
    max-width: 960px;
  }
}
@media screen and (max-width: 960px) {
  #modal-iframe {
    max-width: 720px;
  }
}
@media screen and (max-width: 720px) {
  #modal-iframe {
    max-width: 720px;
    margin: 0;
    position: static;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
}

