a{text-decoration: none}
a:hover{color: inherit; color:#00A3AA}
footer a:hover{color:rgba(7, 33, 64, 1); }

.bgazuluno{background: rgba(7, 33, 64, 1); }
.bgazuldos{background: rgba(0, 96, 123, 1)}
.bgazultres{background: #00A3AA}
.azuluno{color: rgba(7, 33, 64, 1)}
.azuldos{color: rgba(0, 96, 123, 1)}
.azultres{color: #00A3AA}
.gris{color: gray}
.bco{color: #ffff}
.borde{border: solid #fff 2px; padding:5px 20px}

.join{border:solid 2px #00A3AA; padding:5px 20px; font-size: 1.3em; margin-bottom: 20px !important; display: inline-flex }
.bullet{height: 16px; margin-right: 10px}

.rel{font-family:'Raleway' }
.robo-slab{font-family: 'Roboto Slab', serif; }
.robo{font-family:'Roboto' }
.b, b {font-weight: 700}
h5{ line-height: 35px}
h6{font-size: 1em; margin-bottom: 15px}


.tel{padding:8px 17px; font-size: 1.2em}
.info{width: 70%; height: 100%; padding: 15px;  }
.info h4{font-size: 1.2em; margin: 7px 15px}
.separation{display: none}
@media (max-width: 991.98px){
	.separation{display: block}
	
}


/* Ruri */
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: ;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 100%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	/*font-family: "Roboto";*/
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #132B4F;
	font-weight: bold;
	font-size: 90%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}

/* Individual styles */


/* Ruri */
.input__field--ruri {
	width: 100%;
	background: transparent;
	padding: 0.5em 0;
	margin-bottom: 2em;
	color: #333;
}

.input__label--ruri {
	width: 100%;
	position: absolute;
	text-align: left;
	font-size: 1em;
	padding: 10px 0 0px;
	pointer-events: none;
}

.input__label--ruri::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #707070;
	left: 0;
	top: 100%;
	-webkit-transform-origin: 70% 100%;
	transform-origin: 70% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}

.input__label-content--ruri {
	padding: 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
}

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
	background: #00718B;
	-webkit-transform: scale3d(1, 0.45, 1);
	transform: scale3d(1, 0.45, 1);
}

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
	color: #7B7B7B;
	-webkit-transform: translate3d(0, -1.7em, 0) scale3d(0.9, 0.9, 1);
	transform: translate3d(0, -1.7em, 0) scale3d(0.9, 0.9, 1);
}

@media (max-width: 991.98px){
.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri .experience,
.input--filled .input__label--ruri .input__label-content--ruri.experience {
	color: #7B7B7B;
	-webkit-transform: translate3d(0, -2.3em, 0) scale3d(0.9, 0.9, 1);
	transform: translate3d(0, -2.3em, 0) scale3d(0.9, 0.9, 1);
}
.input__field--ruri.experience:focus, .input__field--ruri.experience { margin-top: 20px}

}

/* button */
.btn-brde{  border-radius: 10px; background: #00A1B3; color: #fff; border: none; padding: 10px 20px; font-weight: 700; width: auto; margin: 20px 10px; font-size: 1em;}
.btn-brde:hover{  background-color: #197690; color: white}
.btn-brde:focus{background-color: #1A2C4E}

/* info */
.satisfaction{background-image: url("../images/satisfaction.jpg"); background-size: auto 100%; background-position: right top; background-repeat: no-repeat}
.stability{background-image: url("../images/stability.jpg"); background-size: auto 100%; background-position: right top; background-repeat: no-repeat}
.security{background-image: url("../images/security.jpg"); background-size: auto 100%; background-position: right top; background-repeat: no-repeat}
.live-aq{background-image: url("../images/live-aq.jpg"); background-size: auto 100%; background-position: right top; background-repeat: no-repeat}
.beyond{background-image: url("../images/beyond.jpg"); background-size: auto 100%; background-position: right top; background-repeat: no-repeat}


footer{ padding: 20px 15px inherit 15px; text-align: center}