@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?6hd50z');
	src: url('../fonts/icomoon.eot?6hd50z#iefix') format('embedded-opentype'),
		 url('../fonts/icomoon.ttf?6hd50z') format('truetype'),
		 url('../fonts/icomoon.woff?6hd50z') format('woff'),
		 url('../fonts/icomoon.svg?6hd50z#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
    font-size: inherit;
	overflow: visible;
}

.icon-phone:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-youtube:before {
  content: "\ea93";
}


html, body {
	height: 100%;
}

body {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0 0 15px;
	letter-spacing: 1px;
}
img {
	max-width: 100%;
}

frame {
	table-layout: fixed;
}
.transition {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
a, a:focus,a:hover {
	text-decoration: none !important;
	color: #fff;
}

.w-100 {
	max-width: none;
}
.img-fluid {
	flex: 0 0 auto;
	object-fit: cover;
}

.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.red {
	color: #e30413;
}
.bg-red {
	background-color: #e30413
}
.border-bottom-red {
	border-bottom: #e30413 3px solid;
}
.dark-grey {
	color: #3e3e3d;
}
.grey {
	color: #515353;
}
.underline {
	text-decoration: underline;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/*.bg-img {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 25% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

header, section {
	position: relative;
	outline: none;
	overflow: hidden;
}

.logo-container {
	width: 7%;
	min-width: 85px;
}

h2, .h2 {
	font-size: 2.75em;
	margin-bottom: -10px;
}

h3, .h3 {
	font-size: 2em;
	letter-spacing: .05em;
}

h4 {
	font-size: 1.15rem;
	letter-spacing: .05em;
}

form {
	margin: 0 auto;
	z-index: 3;
	position: relative;
}
.form-group, .input-group {
    margin-bottom: 7px;
}
.form-control {
	margin: 0;
	background-color: #ffffff;
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	padding: .35rem .75rem;
	color: #000;
	border-radius: 3em;
	border: 1px solid #ffffff;
}

.form-control:focus,
.form-check-input:focus {
    border-color: #c1c0bf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

.form-check-inline {
	display: inline-block;
}
.form-check label {
	text-align: left;
	font-size: 14px;
	letter-spacing: .05em;
	width: 100%;
	display: block;
}
.form-check {
	margin-bottom: 0;
}
.form-check-input:checked {
    background-color: #495154;
    border-color: #495154;
}

.renta-check {
	padding-left: 0 !important;
	padding-right: 2em !important;
}
.renta-check .form-check-input {
    float: right;
    margin-left: 0 !important;
    margin-right: -2em !important;
    border-color: #000;
}

.obligatorios {
	color: #fff;
	border-radius: 3em;
	padding: 3px 10px;
	display: inline-block;
	font-size: .9em;
	background-color: #495154;
}

.form-control::-webkit-input-placeholder {
	color: #495154;
}
.form-control:-moz-placeholder {
	color: #495154;
	opacity:  1;
}
.form-control::-moz-placeholder {
	color: #495154;
	opacity:  1;
}
.form-control:-ms-input-placeholder {
	color: #495154;
}
.form-control::-ms-input-placeholder {
	color: #495154;
}
.form-control::placeholder {
	color: #495154 !important;
}
.btn-enviar {
	display: inline-block;
	background-color: #E0001D;
	color: #fff;
	font-size: 1.4em;
	padding: .15em 1em;
	border-radius: .5em;
	letter-spacing: .07em;
}
.btn-enviar:hover, .btn-enviar:active {
	background-color: #000;
	color: #fff;
}

.input-group-text {
    border: none;
	border-radius: 3em;
	background-color: #ffffff;
	border-right: 2px solid #E0001D;
}

.error {
	 border-color: #FF0000 !important;
	 background-color: rgba(255,200,200,.7);
}
#gracias, #error_form {
	height: 24em;
	text-align: center;
}

.cargador {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.requisitos {
	font-size: 13px;
}
.requisitos ul {
	padding-left: 1em;
}

.precio {
	font-size: 3.5em;
	line-height: 1.15em;
	position: relative;
}
.precio .fs-sm {
	font-size: .815em;
}
.precio:after {
	content: '';
	width: .1em;
	height: 80%;
	background-color: red;
	position: absolute;
	top: 50%;
	left: -.25em;
	transform: translateY(-50%);
}

footer a {
	font-size: 1.5em;
	display: inline-block;
}
footer .tel span:last-child {
	font-size: .8em;
}
footer a .icon-phone {
    border: 1px solid #fff;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    text-align: center;
    border-radius: 50%;
}
footer a:hover {
	color: #e30413;
}
footer a:hover .icon-phone {
	border-color: #e30413;
}

@media screen and (max-width: 991.5px) {
	body {
		font-size: 95%;
	}
	.redband .band4 {
		width: 25%;
	}
	form {
		width: 100%;
	}
}
@media screen and (max-width: 767.5px) {
	body {
		font-size: 85%;
	}
	.form-check .form-check-input {
    	width: 1.65em;
    	height: 1.65em;
		margin-left: -2.25em;
		margin-top: 0;
	}
	.form-check {
		padding-left: 2.75em;
	}
	.renta-check {
		padding-right: 2.75em !important;
	}
	.renta-check .form-check-input {
		margin-right: -2.25em !important;
	}
	
}
@media screen and (max-width: 575.5px) {
	body {
		font-size: 80%;
	}
	
	h3 {
		font-size: 2em;
	}
	h3 .fs-1 {
		font-size: 1.75em !important;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 75%;
	}
}


