html {
	height: 100%;
}
body {
	height: 100%;
	background: #13196D;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.contenedor {
	max-width: 750px;
	background-image: url("../images/bg-home.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	height: 100%;
}
.contenedor-perfil {
	max-width: 750px;
	background-color: #0b1050; 
	background-image: url("../images/bg-perfil.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	height: 100%;
}
.contenedor-cotizar {
	max-width: 750px;
	background: #0B1050;
	background-image: url("../images/bg-cotizar.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	height: 100%;
}
.mart-10 {
	margin-top: 10px;
}
.mart-20 {
	margin-top: 20px;
}
.mart-30 {
	margin-top: 30px;
}
.mart-40 {
	margin-top: 40px;
}
.mart-50 {
	margin-top: 50px;
}
.mart-100 {
	margin-top: 100px;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0;
}
.no-padding_r {
	padding-right: 0;
}
.no-padding_l {
	padding-left: 0;
}
.img-logo {
	margin: 10px auto;
}
.img-full {
	width: 100%;
	height: auto;
}
.disabled {
	cursor: not-allowed !important;
}
.divider-white {
	border-bottom: 2px dashed #fff;
	margin: 3px auto;
	width: 100%;
	height: 1px;
}
.nombre-home {
	color: #66cbdc;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	margin: 0px auto 4px;
}
.puesto-home {
	color: #fff;
	letter-spacing: 3.5px;
	font-weight: 600;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control {
	color: #66cbdc;
	text-shadow: none;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	bottom: 30px;
	top: auto;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
	bottom: 30px;
	top: auto;
}
.carousel-indicators {
	bottom: 0px;
	margin-bottom: 0px;
	z-index: 1;
}
.boton-menu {
	width: 100px;
	height: 100px;
	margin: 5px auto;
	transition: 1s ease-in;
	cursor:pointer;
}
.icon-compartir {
	width: 80px;
	height: auto;
	text-align: right;
	z-index: 9;
	float: right;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor:pointer;
}
.icon-llamar {
	width: 80px;
	height: auto;
	text-align: left;
	z-index: 9;
	float: left;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 90;
	cursor:pointer;
}
.icon-perfil {
	width: 70px;
	height: 70px;
	margin: 0px auto;
}
.icon-share {
	width: 70px;
	height: 70px;
	margin: 10px auto 0px;
}
.icon-cotizador {
	width: 70px;
	height: 70px;
	margin: 0px auto;
}
.nombre-perfil {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;
	margin: 0px auto 4px;
}
.puesto-perfil {
	color: #66cbdc;
	letter-spacing: 3.5px;
	font-weight: 600;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	text-align: left;
}
.title-perfil {
	color: #66cbdc;
	text-transform: uppercase;
	text-align: right;
	font-size: 14px;
	margin: 10px auto;
}
.txt-perfil {
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	margin: 6px auto;
	font-weight: 400;
}
.btn-ubicacion {
	background: #66cbdc;
	color: #0b1050;
	padding: 7px 10px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.btn-correo {
	background: #0b1050;
	color: #FFF;
	padding: 7px 10px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.numero-perfil {
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	background: #0dbd00;
	padding: 7px 10px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.bg-menu-bottom {
	position: absolute;
	bottom: -90px;
	width: 100%;
	left: 0;
}
.bg-menu-top {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.bg-share-top {
	position: absolute;
	bottom: 66px;
	width: 100%;
	left: 0;
}
.icon-redes {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.icon-coti {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	cursor:pointer;
}
#icon-redes-shadow::before {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0 40px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 40px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 40px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 50%;
	left: 24%;
	height: 5px;
	bottom: 40px;
	animation: float_up_shadow 2s ease-out infinite;
}
#float_up_shad_2::before {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0 40px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 40px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 40px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 50%;
	left: 24%;
	height: 5px;
	bottom: 40px;
	animation: float_up_shad_2 2s ease-out infinite;
}
.title-share {
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	margin: 0;
}
.title-cotizar {
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0;
}
.title-cotizar-form {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 0px auto 10px;
}
.cont-icon-cotizar {
	padding: 0px 2px;
}
.subtitle-cotizar {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #1B417D;
	margin: 0;
}
.menu-boton {
	position: fixed;
	bottom: 0;
	width: 90%;
}
/* Primary Start */
.btn-select {
	position: relative;
	padding: 0;
	width: 100%;
	border-radius: 0;
	margin-bottom: 10px;
}
.btn-select .btn-select-value {
	padding: 6px 12px;
	display: block;
	position: absolute;
	left: 0;
	right: 34px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
}
.btn-select .btn-select-arrow:hover {
	color: #fff;
	background: #003062;
	transition: .2s;
}
.btn-select .btn-select-arrow {
	transition: .2s;
	float: right;
	line-height: 20px;
	color: #003062;
	padding: 6px 10px;
	top: 0;
	border-left: 1px solid #ccc;
}
.btn-select ul {
	display: none;
	background-color: white;
	color: black;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 33px;
	z-index: 999;
}
.btn-select ul li {
	padding: 3px 6px;
	text-align: left;
	border: 1px solid #ccc;
}
.btn-select ul li:hover {
	background-color: #003062;
	color: #fff;
	transition: .2s;
}
.btn-select ul li.selected {
	color: #D11242;
}
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
	border-color: #0B4522;
}
.btn-select.btn-success ul li.selected {
	background-color: #8DC63F;
	color: #D11242;
}
.btn-select.btn-success ul {
	border: #8DC63F 1px solid;
}
.btn-select.btn-success .btn-select-value {
	background-color: #5cb85c;
	border: #8DC63F 1px solid;
}
.btn-select.btn-success:hover, .btn-select.btn-success.active {
	background-color: #fff;
	transition: .5s;
}
.btn-select.btn-select-light .btn-select-value {
	background-color: #D11242;
	color: black;
}
.btn-default:hover {
	background: #fff;
}
/* Primary End */
.form-registro {
	width: 100%;
	margin: 6px auto;
	padding: 6px 20px;
	border: none;
	color: #040838;
	font-weight: 400;
}
.btn-primary {
	background: #040838;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	width: 100%;
	transition: .2s;
}
.btn-primary:hover {
	background: #fff;
	border: 1px solid #040838;
	color: #040838;
	transition: .2s;
}
.modal-title {
	color: #040838;
	text-transform: uppercase;
	line-height: 15px;
}
.modal-body {
	color: #67CADB;
}
.cont-modal-white {
	background: rgba(0,0,0,.4);	
}
.menu-cont {
	z-index: 9999;
}
.video_intro {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	background: #0b1050;
}
.toBeFaded {
	background: #0b1050;
	display: none;
	position:absolute;
	font-size:70pt;
}