@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	background-color: rgba(255,255,255,1.00);
}

header, main, section, footer {
	width: 100%;
	height: auto;
	margin: 0px;
}

nav, div, h1, h2, h3, p, a, button, span {
	border: none;
	outline: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.menu-wrapper {
	width: 100%;
	min-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: solid 1px rgba(166,166,166,1.00);
}

.menu-nav {
	display: flex;
	flex-direction: flex-start;
	align-items: center;
}

.menu-nav a {
	color: rgba(0,0,0,1.00);
}

.menu-nav img {
	width: 60px;
	height: auto;
	margin: 10px 0px 10px 20px;
}

.menu-nav .menu-nav-btn {
	width: auto;
	height: 20px;
	font-size: 16px;
	letter-spacing: 0.5px;
	cursor: pointer;
	margin: 0px 40px 0px 0px;
}

.main-content {
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
}

.main-content .mc-1 {
	width: 50%;
	min-width: 300px;
	margin: 60px auto 20px;
}
.main-content .mc-2 {
	width: 80%;
	min-width: 300px;
	margin: 60px auto 20px;
	margin-bottom: 50px;
}	


.main-content .mc-2 b{
	width: 80%;
	min-width: 300px;
	font-size: 1.3rem;
	text-align: justify;
}
.main-content .mc-2 p{
	font-size: 1.3rem;
	text-align: justify;
	color:#000000;
}

.main-content h1 {
	text-align: center;
	font-size: 40px;
}

.main-content h3 {
	text-align: center;
	font-size: 20px;
	font-size: 1.5rem;
}

.main-content p {
	text-align: center;
	color: rgba(116,116,116,1.00);
}

.main-content .mc-1-m {
	width: 60%;
	display: none;
}

.form-content {
	min-width: 290px;
	width: 45%;
	max-width: 600px;
	min-height: 100px;
	height: auto;
	margin: 40px auto 40px;
	background-color: rgba(240,240,240,1.00);
	border: 1px solid rgba(194,194,194,1.00);
	border-radius: 12px;
	box-shadow: 0px 5px 14px 0px rgba(152,152,152,1.00);
	text-align: center;
	margin-bottom: 100px;
}

.tooltip input{
	width: 75%;
	height: 30px;
	
	font-size: 14px;
	color: rgba(0,0,0,1.00);
	padding: 0px 0px 0px 6px;
	
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	
	border: none;
	margin: 26px 0px 10px 0px;
	outline: none;
}
#content input{
	width: 75%;
	height: 30px;
	
	font-size: 14px;
	color: rgba(0,0,0,1.00);
	padding: 0px 0px 0px 6px;
	
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	
	border: none;
	margin: 6px 0px 10px 0px;
	outline: none;
}

input::placeholder {
	font-size: 14px;
	padding: 0px 0px 0px 6px;
}

.form-content select {
	width: 75%;
	height: 30px;
	font-size: 14px;
	padding: 0px 0px 0px 6px;
	color: gray;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	
	border: none;
	margin: 10px 0px 10px 0px;
	outline: none;
	
	background: rgba(255,255,255,1.00) url("../images/select-arrow.jpg")no-repeat 99% center;
}

.form-content textarea {
	width: 75%;
	min-height: 180px;
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	
	font-size: 14px;
	color: rgba(0,0,0,1.00);
	padding: 0px 0px 0px 6px;
	
	border: none;
	margin: 10px 0px 10px 0px;
	background-color: rgba(255,255,255,1.00);
	outline: none;
}

textarea::placeholder {
	font-size: 14px;
	padding: 0px 0px 0px 6px;
}

.select-btn {
	width: 75%;
	min-height: 30px;
	margin: 8px auto 8px;
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	align-items: center;
}

.select-btn p {
	height: 24px;
	font-size: 22px;
	margin: 0px 10px 0px 0px;
}

.select-btn button {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	
	background-image: url("../images/btn.jpg");
	background-size: 100%;
	background-position: center center;
	
	cursor: pointer;
	
	transition:ease 1s ;
}

.select-btn button:hover {
	border-radius: 60px;	
	background-color:  rgba(233,201,102,1.00);
	background-size: 90%;
	transition:ease 1s ;
}

.message {
	width: 100%;
	height:  auto;
	background-color: rgba(0,0,0,1.00);
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	position: fixed;
	bottom: 0;
}

.message p {
	min-width: 300px;
	max-width: 900px;
	
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
}

.message a {
	color:rgba(233,201,102,1.00);
	text-decoration: underline;
	letter-spacing: 1px;
}
.tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tooltip2 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: justify;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 75%;
  left: 90%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: .8rem;
  width: 30%;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: justify;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 75%;
  left: 90%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: .8rem;
  width: 30%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}

.condiciones{
	text-align: center;
}

.condiciones a {
	color:rgba(233,201,102,1.00);
	text-decoration: underline;
	letter-spacing: 1px;
}

.gracias {
	text-align: center;
	font-size: 2rem;
}
.gracias p{
	text-align: center;
	font-size: 1.5rem;

}
.gracias small{
	text-align: center;
	font-size: .8rem;
	color:rgba(141,140,140);
}

.gracias small a{
	text-align: center;
	font-size: .8rem;
	color: #000000;
}
