.modal-open {
  overflow: hidden;
}
#soypopupcanarias.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#soypopupcanarias.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
#soypopupcanarias.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open #soypopupcanarias.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
#soypopupcanarias .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#soypopupcanarias .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  padding:15px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
#soypopupcanarias .modal-header {
  padding:10px 25px 25px;
  position:relative;
  border-bottom:1px solid #9d9d9d;
}
#soypopupcanarias .modal-header .close {
  position:absolute;
  right:5px !important;
  top:5px;
}
#soypopupcanarias .modal-title {
  margin: 0;
  line-height: 22px;
  text-align:center;
  text-transform:uppercase;
  font-size:18px;
}
#soypopupcanarias .modal-body {
  position: relative;
  padding:25px 0 10px;
}
#soypopupcanarias .modal-body .modal-subtitle {
	font-size:14px;
	text-align:center;
	margin:0;
}
#soypopupcanarias .modal-body .links {
	display:flex;
	justify-content:space-between;
	padding-top:25px;
	margin:0 -15px;
}
#soypopupcanarias .modal-body .links > div {
	padding:0 15px;
}
#soypopupcanarias .modal-body .links > div > a {
	background:black;
	color:white;
	padding:10px 15px;
	display:block;
}
#soypopupcanarias .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  #soypopupcanarias .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  #soypopupcanarias .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  #soypopupcanarias .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  #soypopupcanarias .modal-lg {
    width: 900px;
  }
}