body .modal-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 50%, .8);
    flex-direction: row;
    align-items: flex-start;
    display: none;
    -webkit-box-orient: horizontal;
    z-index: 2147483630;
    font-size: 15px;
    line-height: 160%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}
body .modal-content .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2147483630;
    background-color: #edeff5;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
body .modal-content .modal-exterior {
    border-color: rgba(0, 77, 113, .3);
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    padding: 1px;
    margin: auto;
    border-radius: 16px !important;
    box-shadow: 0 5px 26px 0 rgba(0, 0, 0, .22), 0 20px 28px 0 rgba(0, 0, 0, .3)
}
body .modal-content .modal-notice.cc-banner.cc-bottom {
  max-width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 0px;
  background: transparent;
  padding: 15px;
}
.modal_cerrar:hover{
  cursor: pointer;
}
.modal_cerrar{
  background: white;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 32px;
  z-index: 2147483630;
  font-family: Roboto;
}
.modal_cerrar span{
  position: absolute;
  top: 0px;
  font-weight: bold;
  color: #555;
}
#modal_image_desktop{
  display: block;
}
#modal_image_mobile{
  display: none;
}
@media screen and (max-width:600px) and (orientation:portrait),
       screen and (max-width:736px) and (orientation:landscape) {
    body .modal-content .cc-window.cc-bottom {
        bottom: 0
        left: 0;
        right: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: unset;
    }
}
@media screen and (max-width:768px) {
  body .modal-content .modal-notice.cc-banner.cc-bottom{
    max-width: 100%;
    height: 100%;
    top: 5%;
    left: 0;
    transform: unset;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 15px;
    background: transparent;
  }
  #modal_image_desktop{
    display: none;
  }
  #modal_image_mobile{
    display: block;
  }
  .modal_cerrar {
      z-index: 2147483630;
      width: 42px;
      height: 42px;
      font-size: 22px;
      line-height: 46px;
      position: fixed;
      top: 7px;
      right: 7px;
  }
}
