html {
	height: 100%;
	overflow-x: hidden;
}
body {
	height: 100%;
	background: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	overflow-x: hidden;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.header {
	background-color: #040838;
	border-bottom: 3px solid #66cbdc;
	background-image: url('../images/background-header.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contenedor {
	max-width: 980px;
	background-image: url("../images/bg-home.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contenedor-perfil {
	max-width: 980px;
	background-color: #0b1050; 
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contenedor-cotizar {
	max-width: 980px;
	background: #0cb1d8;/*
	background-image: url("../images/bg-cotizar.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
	height: 100%;
}
.icon {
	padding: 0.8em 0;
}
.tel-button {
	color: #FFFFFF;
	background-color: #00ca00;
	width: 100%;
	border: 1px solid #66cbdc;
	font-size: 35px;
	min-height: 80px;
	margin-bottom: 0.5em;
	padding-top: 10px;
}
.marker-button {
	color: #FFFFFF;
	background-color: transparent;
	width: 100%;
	border: 1px solid #66cbdc;
	font-size: 14px;
	min-height: 80px;
	margin-bottom: 1.5em;
}
.email-button {
	color: #FFFFFF;
	background-color: transparent;
	width: 100%;
	border: 1px solid #66cbdc;
	font-size: 14px;
	min-height: 80px;
	margin-bottom: 1.5em;
}
.form-button {
	color: #FFFFFF;
	background-color: transparent;
	width: 100%;
	border: 1px solid #66cbdc;
	font-size: 14px;
	min-height: 80px;
	margin-bottom: 1.5em;
}
.center-vertically {
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-control {
	bottom: 40%;
}
.carousel-indicators {
	display: none;
}
.header-bg {
	background-color: #040838;
    border: 0px solid #040838;
    padding-bottom: 15px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-bottom: 5px;
}
.header-bg-1 {
	background-color: #0057a2;
    padding: 10px 0;
    background-image: url('../images/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.header-bg-2 {
	background-color: #1e4497;
    padding: 10px 0;
    background-image: url('../images/header-bg-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.header-bg-3 {
	background-color: #1d3477;
	padding: 10px 0;
    background-image: url('../images/header-bg-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.header-bg-4 {
	background-color: #252a68;
	padding: 10px 0;
    background-image: url('../images/header-bg-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.header-bg-5 {
	padding: 10px 0;
    background-image: url('../images/header-bg-5.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.title-agedar {
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}
.fixed {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    z-index: 1;
}
.contenedor-agendar {
	background: #fff;
}
.come-left_c1, .come-left_c2 {
    border-right: 2px solid #FFFFFF;
    height: 30px;
}
.contenedor {
    padding-top: 1em!important;
}
.padt-10 {
	padding-top: 10px;
}
.mart-10 {
	margin-top: 10px!important;
}
.mart-20 {
	margin-top: 20px!important;
}
.mart-30 {
	margin-top: 30px!important;
}
.mart-40 {
	margin-top: 40px!important;
}
.mart-50 {
	margin-top: 50px!important;
}
.mart-100 {
	margin-top: 100px!important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0;
}
.no-padding_r {
	padding-right: 0;
}
.no-padding_l {
	padding-left: 0;
}
.img-full {
	width: 100%;
	height: auto;
}
.img-logo {
	margin: 10px auto;
	width: 100px;
}
.disabled {
	cursor: not-allowed !important;
}
.divider-white {
	border-bottom: 2px dashed #fff;
	margin: 3px auto;
	width: 100%;
	height: 1px;
}
.nombre-home {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 3px;
	margin: 0px auto 4px;
}
.puesto-home {
	color: #66cbdc;
	letter-spacing: 3.5px;
	font-weight: 600;
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
}
.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: -45px;
	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:hover,.btn-ubicacion:active,.btn-ubicacion:focus {
	background: #fff;
	transition: .3s;
}
.btn-ubicacion {
	background: #66cbdc;
	border: 1px solid #0b1050;
	color: #0b1050;
	padding: 7px 10px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	transition: .3s;
}
.btn-correo:hover,.btn-correo:focus,.btn-correo:active {
	background: #fff;
	color: #0b1050;
	transition: .3s;
}
.btn-correo {
	background: #0b1050;
	color: #FFF;
	border:1px solid #0b1050;
	padding: 7px 10px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	transition: .3s;
	text-transform: lowercase !important;
}
.numero-perfil {
	color: #fff;
	border: 1px solid #0dbd00;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	background: #0dbd00;
	padding: 7px 10px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	transition: .3s;
}
.numero-perfil:hover,.numero-perfil:focus,.numero-perfil:active {
	color: #0dbd00;
	background: #fff;
	transition: .3s;
}
.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;
	font-weight: bold;
}
.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;
}
.img-agen {
	max-width: 50px;
}
.white {
	color: #fff;
	font-weight: 600;
	font-size: 11px;
    text-transform: uppercase;
}
@media (max-width: 374px){
	.white {
		font-size: 9px;
	}
}
.direc {
	color: #000;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
}
.btn-call:hover {
	background: #fff;
	color: #0dbd00;
	transition: .3s;
}
.btn-call {
	background: #0dbd00;
	border: 2px solid #0dbd00;
	font-weight: 400;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	transition: .3s;
}
.direc > h2 {
	font-weight: 600;
}
.mar-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
main {
    padding-top: 92px;
}
small {
    font-size: 70%!important;
}
.space {
	width: 100%;
	height: 100px;
	float: left;
    padding-bottom: 15em;
}
.title-agendar {
	color: #0c134f;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 8px;
}