/* Awesome Modal CSS */
.awesome-modal {
  display: none;
  background-color: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 1rem;
  width: 600px;
  max-height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  overflow: scroll;
  z-index: 999;
  -webkit-animation: bounce .4s ease forwards;
          animation: bounce .4s ease forwards;
}
.awesome-modal * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.awesome-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  overflow: hidden;
  cursor: default;
}

.close-icon {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: .7rem;
  right: .7rem;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.close-icon::before, .close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: inherit;
  height: 2px;
  background-color: #999;
}
.close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.modal-title {
  margin-top: 0;
  color: black;
  font-weight: lighter;
  font-size: 40px;
  text-align: center;
  margin: auto;
}

.titu-mo {
  margin: auto;
  margin-top: 10px;
  color: red;
  font-weight: lighter;
  font-size: 40px;
  text-align: center;
}



.texto-porta {
  display: block;
  margin: auto;
  color: gray;
  font-size: 15px;
  line-height: 16px;
  font-weight: lighter;
  text-align: justify;
  max-width: 700px;
}



:target {
  display: block;
}
:target ~ .awesome-overlay {
  display: block;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
            transform: translate3d(-50%, -50%, 0) scale(0.7);
  }
  45% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
            transform: translate3d(-50%, -50%, 0) scale(1.05);
  }
  80% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.95);
            transform: translate3d(-50%, -50%, 0) scale(0.95);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
            transform: translate3d(-50%, -50%, 0) scale(0.7);
  }
  45% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
            transform: translate3d(-50%, -50%, 0) scale(1.05);
  }
  80% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.95);
            transform: translate3d(-50%, -50%, 0) scale(0.95);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
  }
}
#close {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
 * You can add the class 'stop-scrolling' to
 * body tag (with JS), to prevent page scroll
 */

 


* {
  box-sizing: border-box;
}



.btn-1 {
  background-color: black;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-weight: lighter;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-1:hover {
  background-color: gray;
}
.btn-1:active {
  -webkit-transform: scale3d(0.9, 0.9, 1);
          transform: scale3d(0.9, 0.9, 1);
}
.btn-1 + .btn-1 {
  margin-left: 10px;
}


.btnok {
  display: block;
  text-align: center;
  background-color: black;
  color: #fff;
  margin: auto;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 0.3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btnok:hover {
  background-color: gray;
}



.porta-int {
  display: block;
  margin-bottom: 20px;
}





@media all and (max-width: 765px) { 

.modal-title {
  margin-top: 0;
  color: black;
  font-weight: lighter;
  font-size: 27px;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
  margin: auto;
}

}










@media all and (max-width: 615px) { 

.awesome-modal {

  background-color: #fff;
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 1rem;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  overflow: scroll;
  z-index: 999;
  -webkit-animation: bounce .4s ease forwards;
          animation: bounce .4s ease forwards;
}
.awesome-modal * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

}



@media all and (max-width: 480px) { 

.btn-1 {
  background-color: black;
  cursor: pointer;
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  color: #fff;
  font-size: 17px;
  font-weight: lighter;
  border: 1px solid white;
  padding: 0.5rem 1rem;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn-1 + .btn-1 {
  box-sizing: border-box;
  margin-left: 10px;
  margin: auto;
  margin-bottom: 10px;
}


}







