@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}
/*WHATSAPP FLOTANTE*/
.wsp-flot {
	position: fixed;
	right: 0px;
	top: 220px;
	z-index: 100;
	border-radius: 50%;
	height: 50px;
    width: 50px;
}

.wsp-flot:hover, 
.wsp-flot:focus {
 	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.77);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.77);
	transition: all 0.4s ease 0s;
}
/*BOTONCITO FLOTANTE*/
#myBtn {
	
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 40px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: none; /* Set a background color */
  color: none; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: none; /* Some padding */
  border-radius: 100px 100px 100px 100px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: none; /* Add a dark-grey background on hover */
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	position: fixed;
	z-index: 1000;
	height: 60px;
    width: 100%;
	justify-content: center;
	align-items: center;
    background-color: #57585A;
	padding: 0px;
    margin: 0px;
	border: 0px;
	text-align: center;
	left: 0px;
	top: 0px;
}
.logoreggiluz {
	background-color: #57585A;
	padding: 0px;
    margin: 0px;
	border: 0px;
	width: 136px;
	height: 55px;
	position: fixed;
	top: 0px;
	left: 50%;
	margin-right: auto;
	margin-left: -68px;
	margin-bottom: 0;
	margin-top: 0;
	z-index: 10000;
	border: none;
}


.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	color: #FFFFFF;
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial;
	
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #E0E0E0;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #B81466;
	border-radius: 10px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #B81466;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: x-large;
}
.gallery .thumbnail p {
	margin: 0;
	color: black;
	text-align: left;
	padding-left: 20px;
	font-size: medium;
}
/* More info 
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
} */
.column {
	width: 50%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro .column h2 {
	color: black;
	text-align: center;
}
.intro .column span {
	font-size: x-large;
	font-weight: bold;
	text-shadow: 1px 1px 2px #EBA4C8;
}
	
.intro .column p {
	color: black;
	font-size: large;
	text-align: center;
	font-weight: bold;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 200px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	width: 100%;
	margin-top: 4%;
}
.button {
	display: inline-block;
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #B81466;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	border-radius: none;
}
.intro {
	width: 100%;
	margin-top: 90px;
	display: flex;
	background-color: #E0E0E0;
	justify-content: center;
	align-items: center;
	padding-bottom: 25px;
	padding-top: 0px;
	border-radius: 10px;
}
.profile {
	position: relative;
	top: 20px;
	width: 85%;
	border-radius: 10px 10px 10px 10px;
}
.profile1 {
	width: 95%;
	border-radius: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.gallery .thumbnail .tag {
	color: black;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: large;
}

/* Mobile */
@media (max-width: 320px) {
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
header {
	width: 100%; 
	left: 0%;
}

.text_column {
	width: 80%;
	text-align: justify;
	padding: 0;
}
.thumbnail {
	width: 100%;
	overflow: hidden;
    background-color: #F4F4F4;
}
.gallery .thumbnail .tag {
	font-size: medium;
	font-weight: bold;
	
}
.intro {
	margin-top: 60px;
	width: 100%;
	display: inline-block;
}
.intro .column p {
	width: 100%;
	/* margin-left: 0px; */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.intro .column span {
	font-size: Small;
	font-weight: bold;
	text-shadow: 1px 1px 2px #EBA4C8;
}
.text_column {
	padding-left: 0px;
	padding-right: 20px;
}
.profile1 {
	width: 85%;
	border-radius: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
footer center {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
header {
	width: 100%;
	left: 0%;	
}

.profile1 {
	width: 90%;
	border-radius: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.gallery .thumbnail .tag {
	font-size: x-large;
}
.intro {
	margin-top: 85px;
	width: 100%;
	display: inline-block;
}
.intro .column span {
	font-size: large;
	font-weight: bold;
	text-shadow: 1px 1px 2px #EBA4C8;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
	font-weight: bold;
}
.thumbnail {
	width: 100%;
}

.intro .column {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 100%;
    background-color: #F4F4F4;
}
.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 90%;
}

.profile {
	width: 100%;
}
.intro .column p {
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
footer center {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.profile1 {
	width: 90%;
	border-radius: 10px 10px 10px 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.intro {
	width: 100%;
	margin-top: 100px;
	display: inline-block;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	padding: 20px;
}
.intro .column p {
	width: 80%;
}
.intro .column {
	display: block;
	width: 100%;
	height: auto;
	justify-content: center;
	align-items: center;
	
}
}

/* pantallas grandes Desktops */
@media (min-width: 1096px) {

.intro {
	width: 100%;
	margin-top: 100px;
	display: flex;
}
}
