/* -GOOGLE FONTS- */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap');
/* font-family: 'Barlow Semi Condensed', sans-serif; /*

/* -GENERAL STYLES- */
::selection {
	background: rgba(238, 130, 13, 1);
	color: rgba(244, 242, 242, 1);
}

body {
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #000000;
	background-color: #FBFBFB;
	overflow-x: hidden;
	overflow-y: auto;
}

html, body {
	height: 100%;
	margin-top: 0px !important;
}

* html body {
	margin-top: 0px !important;
}

h1, h2, h3 {
	margin: 0px !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a {
	color:#B86409;
}

a:hover, a:focus {
	color: #333333;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

a:focus, button:focus, input:focus, textarea:focus  {
	outline: none;
}

a:focus, button:focus, input:focus, textarea:focus, .submit-style:focus {
	outline: none;
}

button {
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
	display: block;
}

.row, .clearfix {
	zoom: 1;
}

.container, .footer-datos {
	width: 80% !important;
	/*max-width: 1200px !important;*/
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: 0px auto !important;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 0px !important;
	margin-right: 0px !important;
	left: 0%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.container .sixteen.columns {
	width: 100% !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.phantom {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 10px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.col-md-6 {
	width: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.col-md-8 {
	width: 60%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.col-md-4 {
	width: 40%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}



/* -LANDING STYLES- */
.logos {
	width: 100%;
	background: linear-gradient(to bottom, rgba(238, 130, 13, 1) 0%, rgba(184, 100, 9, 1) 100%);
	position: relative;
	display: flex;
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cotiza-logo {
	width: 100%;
	max-width: 250px;
	height: 60px;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px 15px 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ap-logo {
	width: 100%;
	max-width: 170px;
	height: 40px;
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto 0px 15px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bg-landing {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	min-height: 85vh;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.seguros {
	background: url("../images/BIM-Seguros_Landing-Seguros_Bg.jpg") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fill {
	position: relative;
	display: block;
	margin: 0;
	padding: 80px 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header-label {
	width: 100%;
	-webkit-box-shadow: 0px -1px 34px -4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px -1px 34px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px -1px 34px -4px rgba(0, 0, 0, 0.15);
	background-color: rgb(119, 119, 119);
	padding: 20px;
	align-items: center;
	justify-content: space-between;
}

.header-label h1 {
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.lp-h {
	padding: 30px;
	position: relative;
	background: #FBFBFB;
	border: 1px solid #CBCBCB;
	border-radius: 8px 8px 0px 0px;
	background-image: -webkit-linear-gradient(top, rgb(251, 251, 251), rgb(233, 233, 233));
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.lp-h h2 {
	font-size: 24px;
	line-height: 30px;
	color: #FF9800;
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form {
	padding: 30px;
	background: #FBFBFB;
	border: 1px solid #CBCBCB;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form {
	border-top: none;
	border-bottom: none;
}

.form input {
	width: 100%;
	display: block;
	position: relative;
	padding: 10px 12px;
	color: #555555;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

input::placeholder {
	text-transform: uppercase;
	color: #CCCCCC;
	opacity: 1;
}

input:-ms-input-placeholder {
	text-transform: uppercase;
	color: #CCCCCC;
	opacity: 1;
}

input::-ms-input-placeholder {
	text-transform: uppercase;
	color: #CCCCCC;
	opacity: 1;
}

input[type="checkbox" i] {
	background-color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	line-height: 14px;
	-webkit-appearance: checkbox;
	box-sizing: border-box;
	margin: 0px 20px -2px 0px;
	padding: 6px 12px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

form label {
	margin: 10px 0px;
	position: relative;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button.btnenviar {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 100%;
	background: linear-gradient(to bottom, rgba(238, 130, 13, 1) 0%, rgba(184, 100, 9, 1) 100%);
	border: none !important;
	border-radius: 4px;
	margin: 20px 0px 10px;
	padding: 12px 20px;
	outline: none;
	cursor: pointer;
	position: relative;
	z-index: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

button.btnenviar:hover {
	background: linear-gradient(to bottom, rgba(238, 130, 13, 1) 0%, rgba(238, 130, 13, 1) 100%);
}

.copy {
	padding: 30px;
	position: relative;
	background: #FBFBFB;
	border: 1px solid #CBCBCB;
	border-radius: 0px 0px 8px 8px;
	background-image: -webkit-linear-gradient(top, rgb(233, 233, 233), rgb(251, 251, 251));
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.copy h3 {
	color: #717171;
	text-align: center;
	text-shadow: 0px 1px 0px #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footer-datos {
	width: 100%;
	padding: 10px 0px;
	border-top: 1px solid #E2DDDD;
}

.footer-datos a {
	display: inline-block;
}

.footer-copyright-container {
	vertical-align: middle;
	text-align: center;
	color: #8E8E8E;
	font-style: 12px;
}

img.loading {
	display: none;
}

.response{
	margin-top: 20px;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
}


@media screen and ( max-width: 1200px ) {
	.container, .footer-datos {
		width: 95% !important;
	}

	.header-label h1 {
		font-size: 26px;
		line-height: 36px;
	}
}



@media screen and ( max-width: 1024px ) {
	.lp-h, .form, .copy {
		padding: 20px;
	}

	.call {
		padding: 10px;
	}

	.header-label h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.lp-h h2 {
		font-size: 22px;
		line-height: 32px;
	}

	.copy h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.form input {
		padding: 10px 12px;
		font-size: 14px;
		line-height: 16px;
	}
}



@media only screen and (max-width: 820px) {
	.phantom {
		display: none;
	}

	.col-md-6 {
		width: 70% !important;
		flex: 0 0 70% !important;
		max-width: 70% !important;
		left: 30% !important;
	}

	.header-logo-container {
		position: relative;
		margin: 0px auto;
		display: table;
		float: none;
	}

	.logo {
		margin-left: 0px;
	}

	.right {
		float: none;
	}
}




@media only screen and (max-width: 768px) {
	.force {
		transform: translateY(-100%);
	}

	.col-md-6 {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		left: 0% !important;
	}

	.logo-wrapper img {
		max-width: 180px;
	}

	.bg-landing {
		min-height: 50vh;
	}

	.seguros {
		background: url("../images/BIM-Seguros_Landing-Seguros_Bg.jpg") no-repeat center bottom;
		background-size: contain;
	}

	.fill {
		padding: 46vh 0px 0px;
	}

	.header-label, .lp-h, .copy, .form {
		padding: 15px 30px;
	}

	.header-label h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.copy h3 {
		font-size: 14px;
		line-height: 22px;
	}

	.footer-copyright-container {
		font-size: 10px;
	}
}



@media only screen and (max-width: 720px) {
	.force {
		transform: translateY(-75%);
	}

	.fill {
		padding: 45vh 0px 0px;
	}
}



@media only screen and (max-width: 480px) {
	.force {
		transform: translateY(-55%);
	}

	.fill {
		padding: 40vh 0px 0px;
	}

	.header-label, .lp-h, .copy, .form {
		padding: 15px;
	}
}



@media only screen and (max-width: 420px) {
	.force {
		transform: translateY(-52%);
	}

	.fill {
		padding: 38vh 0px 0px;
	}

	.cotiza-logo {
		width: 50%;
		height: auto;
	}

	.ap-logo {
		width: 30%;
		height: auto;
	}
}



@media only screen and (max-width: 380px) {
	.force {
		transform: translateY(-52%);
	}

	.fill {
		padding: 38vh 0px 0px;
	}
}



@media only screen and (max-width: 360px) {
	.force {
		transform: translateY(-36%);
	}

	.fill {
		padding: 38vh 0px 0px;
	}
}