/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
}

header {
	width: 100%;
	height: 100px;
	background-color: #000000;
	line-height: 100px;
	display: flex;
	justify-content: center;
}
	header .row {
		width: 100%;
		max-width: 720px;
	}
	.header_sombra{
		position: absolute;
		top: 100px;
		left: 5%;
		width: 95%;
		height: 5px;
		background-color: #ff0000;
	}

.content {
	position:absolute;
	top:110px;
	bottom:100px;
	left:0;
	right:0;
	display: flex;
	justify-content: center;
	overflow: auto;
}

.content .row {
	width: 100%;
	max-width: 720px;
	display: block;
}

.message {
	display: none;
}

.titulo{
	font-size: 36px;
	color: #ff0000;
	text-transform: uppercase;
	margin-top: 30px;
}
.texto {
	margin: 10px 0;
	font-size: 31px;
	color: #9A9593;
}
.number {
	margin: 10px 0;
    font-size: 60px;
    color: #ffffff;
    background-color: #ff0000;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.opcion-btn{
	background-color: #fff;
	padding: 10px 20px;
	font-size: 25px;
	cursor: pointer;
}

.opcion-btn:hover{
	background-color: #ccc;
}

.rta-valor {
	font-size: 40px;
}

.rta-descripcion {
	margin: 10px 0;
	font-size: 31px;
	color: #9A9593;
}

.rta-fin {
	color: #9A9593;
	font-size: 40px;
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.rta-enviar {
	width: 300px;
    height: 50px;
    line-height: 50px;
    background-color: #ff0000;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    letter-spacing: 10px;
    margin-top: 30px;
	margin-left: calc(50% - 150px);
	cursor: pointer;
}
.rta-enviar:hover {
	background-color: #2f5c5a;
}

.form {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0;
}
	.input-form{
		width: 100%;
		font-size: 30px;
		color: #858488;
		padding: 5px 20px;
		border: 1px ridge #ccc;
	}
	.date{
		background: white url(../images/calendar.png) right no-repeat;
		background-position: 96% 12px;
		padding-right: 50px;
		cursor: pointer;
	}
	select {
		background-color: transparent;
		height: 60px;

		outline: none;
		-webkit-appearance: none !important;
		display: block !important;
		transition: border-color 0.2s !important;
		border: 1px solid #cccccc !important;
		border-radius: 0px !important;
		line-height: inherit !important;
	}

	.error {
		border-bottom: 1px ridge red !important;
	}

footer {
	height: 80px;
	line-height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	display: flex;
	justify-content: center;
}
	footer .row {
		width: 100%;
		max-width: 720px;
	}
	.footer_sombra{
		position: absolute;
		bottom: 80px;
		right: 5%;
		width: 100%;
		height: 5px;
		background-color: #ff0000;
	}
.redSocial{
	margin: 0 10px;
}
.logo{
	height: 60px;
	margin-top: 20px;
	float: left;
}

.btn1 {
	font-size: 24px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	float: right;
	color: #ffffff;
	border: 1px ridge #ffffff;
}

.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none; 
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.dots {
    text-align: center;
    width: 100%;
    bottom: 0px;
}

.loader {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.50);
	z-index: 6000;
}

@media screen and (max-width: 720px) {
	header {
		display:block;
		padding: 0 10px;
	}
	.content {
		display:block;
		padding: 0 20px;
	}
	.row{
		margin: 0 !important;
	}
	footer {
		display:block;
		padding: 0 10px;
	}

	.logo{
		float:none;
		margin-top: 0px;
	}
	/*
	.mobile-button{
		display: block !important;
	}*/
	.div-dots{
		display: none;
	}
	.btn2 {
		height: 50px;
		line-height: 50px;
		font-size: 25px;
		color: #ff0000;
		border: 1px ridge #ff0000;
	}
	
	.logo{
		height: 30px;
	}
	.btn1 {
		font-size: 18px;
		width: 170px;
		height: 30px;
		line-height: 30px;
		margin-top: 27px;
		float: left;
	}
	.titulo{
		font-size: 28px;
	}
	.texto {
		font-size: 25px;
		color: #9A9593;
	}
	.number {
		font-size: 40px;
	}


}

/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
[class*="spacing-"] {
	display: none;
	height: 20px;
}

.spacing-all {
	display: block;
}

/* ----- xs (Extra Small) ----- */
@media (max-width: 640px) {
	.spacing-xs {
		display: block;
	}
}

/* ----- sm (Small) ----- */
@media (min-width: 641px) and (max-width: 768px) {
	.spacing-sm {
		display: block;
	}
}

/* ----- md (Medium) ----- */
@media (min-width: 769px) and (max-width: 1024px) {
	.spacing-md {
		display: block;
	}
}

/* ----- lg (Large) ----- */
@media (min-width: 1025px) and (max-width: 1280px) {
	.spacing-lg {
		display: block;
	}
}

/* ----- xl (Extra Large) ----- */
@media (min-width: 1281px) and (max-width: 1480px) {
	.spacing-xl {
		display: block;
	}
}

/* ----- xxl (Extra Extra Large) ----- */
@media (min-width: 1481px) {
	.spacing-xxl {
		display: block;
	}
}

/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
.show-all {
	display: block !important;
}

.hide-all {
	display: none !important;
}

/* ----- xs (Extra Small) ----- */
@media (max-width: 640px) {
	.show-xs {
		display: block !important;
	}

	.hide-xs {
		display: none !important;
	}
}

/* ----- sm (Small) ----- */
@media (min-width: 641px) and (max-width: 768px) {
	.show-sm {
		display: block !important;
	}

	.hide-sm {
		display: none !important;
	}
}

/* ----- md (Medium) ----- */
@media (min-width: 769px) and (max-width: 1024px) {
	.show-md {
		display: block !important;
	}

	.hide-md {
		display: none !important;
	}
}

/* ----- lg (Large) ----- */
@media (min-width: 1025px) and (max-width: 1280px) {
	.show-lg {
		display: block !important;
	}

	.hide-lg {
		display: none !important;
	}
}

/* ----- xl (Extra Large) ----- */
@media (min-width: 1281px) and (max-width: 1480px) {
	.show-xl {
		display: block !important;
	}

	.hide-xl {
		display: none !important;
	}
}

/* ----- xxl (Extra Extra Large) ----- */
@media (min-width: 1481px) {
	.show-xxl {
		display: block !important;
	}

	.hide-xxl {
		display: none !important;
	}
}