#Registro{
  .modal-content{
    padding: 106px 0;
  }
  h3{
    color: $azul;
    text-transform: uppercase;
    font-weight: bold;
  }
  h5{
    font-family: $arial;
    margin: 20px 0 30px 0;
  }
  a{
    font-size: 14px;
    display: block;
    color: #fff;
    background: $azulClaro;
    width: 169px;
    margin: auto;
    padding: 15px 0;
    transition: all .5s;
    &:hover{
      text-decoration: none;
      background: $azul;
    }
  }
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal-backdrop{
  background-color: #464646;
}
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: $azulClaro;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: $azul;
}
.cerrar{
  cursor: pointer;
  position: absolute;
  right: -26px;
  top: -27px;
}

#Mensaje, #Mensaje1{
  .logo{
    margin-bottom: 40px;
  }
  a{
    font-size: 14px;
    display: block;
    color: #fff;
    background: $azulClaro;
    width: 169px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s;
    &:hover{
      text-decoration: none;
      background: $azul;
    }
  }
  p{
    margin-top: 15px;
    margin-bottom: 33px;
    color: #fff;
  }
  h1{
    position: relative;
    display: table-cell;
    z-index: 1;
    color: #FFFFFF;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.07);
    &:before{
      z-index: -1;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("../../imagen/detalleazul.png");
      height: 25px;
      width: 100%;
    }
  }
  .modal-content{
    .contenido{
      padding: 115px 0;
      padding-left: 72px;
    }
    background-size: cover;
    background-image: url("../../imagen/bgmodal.jpg");
  }
}
#Terminos{

  .contenido{
    overflow-y: scroll;
    height: 450px;
    margin-top: 25px;
    padding-right: 50px;
    text-align: justify;
  }
  p{
    color: #7E7E7E;
  }
  h4{
    color: $azul;
    text-transform: uppercase;
    font-weight: bold;
  }


}
#Politicas{

  .contenido{
    overflow-y: scroll;
    height: 450px;
    margin-top: 25px;
    padding-right: 50px;
    text-align: justify;
  }
  p{
    color: #7E7E7E;
  }
  h4{
    color: $azul;
    text-transform: uppercase;
    font-weight: bold;
  }


}
