#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  max-width: 750px;
  width: 100%;
  height: 600px;
  /*background: url('../../../images/ouinbounce_fundo.png') no-repeat;*/
  background: #ffffff;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
  display: block;
  overflow: hidden;
}
#ouibounce-modal h3 {
  color: #fff;
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
}
#ouibounce-modal .modal-body {
  /*padding: 0 35px;*/
  font-size: 0.9em;
  /*margin-top: 60px;*/
}
.container-form1.box-static {
  display: table;
  margin: 0 auto;
}
#ouibounce-modal p {
  color: #fff;
  line-height: 1.3em;
}
#ouibounce-modal form {
  text-align: center;
  margin-top: 35px;
}
#ouibounce-modal form input[type=text] {
  padding: 0 12px;
  width: 55%;
  border-radius: 4px;
  height: 34px;
  box-sizing: border-box;
}
#ouibounce-modal form p {
  text-align: left;
  margin-left: 35px;
  opacity: 0.8;
  margin-top: 1px;
  padding-top: 1px;
  font-size: 0.9em;
}
#ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #0068a5;
  border: 0;
  padding-bottom: 20px;
  padding-top: 15px;
}
.modal-footer-text {
  font-size: 17px;
}
#ouibounce-modal #newsletter-validate-detail button.button > span {
border-radius: 4px;
}
#ouibounce-modal #newsletter-validate-detail button.button:hover span {
  background: #b70d32;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  85% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#ouibounce-modal ul li.textarea_problema {
  display: none;
}

.close-ouibounce {
    /* position: absolute; */
    /* top: 13px; */
    /* right: 20px; */
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* cursor: pointer; */
}

#ouibounce-modal ul {}

#ouibounce-modal ul li {
    width: 100%;
    text-align: left;
    margin: 5px 0 0 0;
    display: table;
}

#ouibounce-modal ul li label {
    width: 100%;
    font-size: 22px;
    display: table;
    line-height: 22px;
}

#ouibounce-modal input[type="radio"] {
  padding-right: 20px;
    margin-right: 10px;
}

#ouibounce-modal textarea {
    height: 90px;
}

#btn-ouibounce {
    border: none;
    padding: 4px 25px;
    color: #FFF;
    background: #EE3153;
    margin: 0px auto;
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.box-cupom {
    text-align: center;
    padding-top: 50px;
    font-size: 20px;
}

.close_ouibounce {
    border: none;
    padding: 2px 15px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #FFF;
    background: #EF3053;
    bottom: -15px;
    right: 5px;
    float: right;
}

.span-cupom {
  line-height: 28px;
  position: relative;
  top: -20px;
}

@media(min-width:768px){
  #ouibounce-modal .modal-body {
    /*max-width: 510px;*/
    /* margin: 0 auto; */
    /*display: table;*/
    /*float: right;*/
    /*min-width: 345px;*/
    width: 100%;
  }
}
@media(max-width:768px) {
  #ouibounce-modal .modal-titulo h2 {
    font-size: 2em;
  }
  #ouibounce-modal .modal {
    width: 90%;
  }
  #ouibounce-modal {
    display: none !important;
  }
}
li.op3 {
    margin-bottom: 30px !important;
    display: table;
}

#ouibounce-modal ul li.textarea_problema label {
    font-size: 16px;
    display: table;
    line-height: 22px;
}
#ouibounce-modal .modal.success-modal {
    background: url('../../../images/ouinbounce_fundo_suc.png') no-repeat;
}

#ouibounce-modal .success-modal .modal-body {
    max-width: 100%;
    bottom: 0;
    position: absolute;
    line-height: 9px;
}
#ouibounce-modal .modal-title {
    font-size: 18px;
    color: #fff;
    padding: 0px 6px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#ouibounce-modal .modal-titulo-container {
  background-image: linear-gradient(-6deg,#0068a5 59%,transparent 60%),linear-gradient(-8deg,#004f7c 53%,#0066a2 81%);
  height: 120px;
}
#ouibounce-modal .modal-logo img {
  float: left;
  margin-top: 45px;
  width: 200px;
  margin-left: 50px;
}
#ouibounce-modal .modal-titulo {
  float: right;
  margin-top: 40px;
  margin-right: 60px;
}
#ouibounce-modal .modal-titulo h2 {
  color: #edd005;
  font-size: 2.4em;
  text-align: right;
  font-weight: bold;
  margin-bottom: 5px;
}
#ouibounce-modal .owl-item img {
  width: 200px;
  height: 180px;
  margin: 0 auto;
}
#ouibounce-modal .add-to-cart {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #5ec305;
  width: 170px;
  padding: 5px 0px;
  font-weight: bold;
  font-size: 17px;
  text-shadow: 2px 2px #48a809;
}
#ouibounce-modal .add-to-cart:before {
  content: "\f07a";
  font-family: 'fontAwesome';
  font-size: 16px;
  color: #fff;
  background: #48a809;
  padding: 9px 8px;
  text-align: left;
  margin-left: -15px;
  margin-right: 10px;
}
#ouibounce-modal .product-block {
  border: 1px solid #e0e0e0;
  margin-top: 10px;
  padding-bottom: 15px;
  min-height: 336px;
  max-height: 336px;
  text-align: center;
}
#ouibounce-modal .product-name {
  height: 50px;
}
#ouibounce-modal .price-box br {
  display: none;
}
@font-face {
    font-family: 'fontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/FontAwesome.otf');
}
#ouibounce-modal .owl-nav {
  margin-top: -230px;
  display: block;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 31px;
}
#ouibounce-modal .owl-prev, #ouibounce-modal .owl-next {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  height: 31px;
  line-height: 0;
}
#ouibounce-modal .owl-next {
  float: right;
}
#ouibounce-modal .owl-prev:before {
  content: "\f104";
  text-indent: 0px;
  font-family: 'fontAwesome';
  font-size: 50px;
  color: #0068a5;
  float: left;
  height: 31px;
  margin-top: 15px;
}
#ouibounce-modal .owl-next:before {
  content: "\f105";
  text-indent: 0px;
  font-family: 'fontAwesome';
  font-size: 50px;
  color: #0068a5;
  float: left;
  height: 31px;
  margin-top: 15px;
}
#ouibounce-modal .owl-stage-outer {
  margin: 0 auto !important;
  width: 701px !important;
}
#ouibounce-modal .owl-item.active {
  width: 220px !important;
}