
   /*---------------FENERO MODAL-------------------------------------*/
/* The Modal (background) */
.modal-fenero {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 110000; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-fenero{font-family: Arial, Helvetica, sans-serif;}

/*title text*/
.modal-fenero-icon-style{
  margin: 0;
  position: absolute;
  top: 50%;
  right:0;
  left:0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Modal Content */
.modal-fenero-content {
	padding:110px 10px 20px 10px;
  position: relative;
  text-align: center;
  color:#fff;
  background-color: #34495e;
  margin: auto;
  border-radius: 6px;
  border: 1px solid #888;
  width: 25%;
  min-width: 200px;
 
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.modal-fenero-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-fenero-close:hover,
.modal-fenero-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-fenero-body {padding: 2px 16px;}


#modal-fenero-circle{
	margin:auto;
	position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    min-width: 50px;
    width: 75px;
    height: 75px;
    border-radius: 37px;
    /*background-color: orange;*/
}

.modal-fenero-buttons{
  text-align: center;
}
.modal-fenero-content{       font-size: x-large;
    font-weight: 600;
    color: black;
    text-align: center;
    font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif;}