@charset "utf-8";
/* CSS Document */

#modal_privacidad {
  display: none;
  width: 100%;
  max-width: 600px;
  font-family: 'Montserrat', sans-serif;
}

#modal_privacidad > div {
  max-height: calc(100vh - 100px);
  overflow: auto;
  font-size:80%;
  color: #000000;
  line-height:1.4em;
  background-color:#FFFFFF;
}

#modal_legal {
  display: none;
  width: 100%;
  max-width: 600px;
  font-family: 'Montserrat', sans-serif;
}

#modal_legal > div {
  max-height: calc(100vh - 100px);
  overflow: auto;
  font-size:80%;
  color: #000000;
  line-height:1.4em;
  background-color:#FFFFFF;
}

#modal_cookies {
  display: none;
  width: 100%;
  max-width: 600px;
  font-family: 'Montserrat', sans-serif;
}

#modal_cookies > div {
  max-height: calc(100vh - 100px);
  overflow: auto;
  font-size:80%;
  color: #000000;
  line-height:1.4em;
  background-color:#FFFFFF;
}

.btn {
  	border-radius: 15px;
    border: 0.05em solid #AE0033;
	outline:none;
	-webkit-box-shadow: none;
    padding: 5px;
    width: 200px;
    height: 30px; 
  	color:#AE0033;
  	font-size:110%;
}

.btn-primary {
  background-color: #ff5268;
  border-color: #ff5268;
  color: #000;
}

h1 {
  font-weight: 500;
  color:#AE0033;
  font-size:105%;
}

.modal li{
	padding-top:7px;
}

em{
   font-style:italic;
}