@import url('https://fonts.googleapis.com/css?family=Rubik:300,500');
html,body {
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
}
p {
	font-size: 1.2rem;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

:focus {
  outline: 0!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -ms-box-shadow: none!important;
  box-shadow: none!important;
}
::placeholder {
	font-weight: 300;
	opacity: 0.8;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:not(:focus):valid,
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:not(:focus):valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:not(:focus):valid {
  border: 1px solid #cccccc!important;
  -webkit-text-fill-color: 000000!important;
  -webkit-box-shadow: 0 0 0px 0px #ffffff inset!important;
  transition: background-color 5000s ease-in-out 0s!important;
}
figure {
	margin: 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

/* Header */
header {background-color: #ffffff;}

header .flex {
    justify-content: space-between;
}
/* Navigation */
nav {
	color: #000;
	position: relative;
	padding: .75rem 0;
}
nav img {
	height: 60px;
	width: auto;
}
nav img:hover {
	cursor: pointer;
}
nav ul {
	display: inline-block;
}
nav li {
	display: inline-block;
	padding: 0 1rem;
	position: relative;
	letter-spacing: .05rem;
}
nav li a {
	color: #333!important;
	line-height: 40px;
	position: relative;
	font-size: 1.1rem;
}
nav li a:hover {
	color: #008ae8!important;
	text-decoration: none;
	cursor: pointer;
}
nav li:after {
	width: 1px;
	height: 100%;
	background-color: #e4e4e4;
	content:'';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}
nav li:last-child:after {
	display: none;
}
/* Sections */
section {
	padding: 8rem 0;
	position: relative;
	overflow: hidden;
}
/* Section 01 */
.section-01 {
	color: #ffffff;
	background-color: #666;
	padding: 10rem 0;
}
.section-01 .left {
	text-align: right;
}
.section-01 .right {
	text-align: left;
}
.section-01 .center {
	text-align: center;
}
.section-01 .btn {
	margin: 0 15px;
	width: 180px;
}
.section-01 video, .section-01:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  object-fit: cover;
  z-index: 0;
}
.section-01:before {
	content: "";
	display: block;
	z-index: 1;
	background-color: rgba(0,0,0,.4);
}
.section-01 .container {
	position: relative;
	z-index: 2;
}
.section-01 p {
	font-size: 1.1rem;
}
/* Section 02 */
.section-02 h2 {
	color: #008ae8;
}
.section-02 img {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Section 03 */
.section-03 {
	background-color: #008ae8;
	color: #fff;
	background: linear-gradient(225deg, rgba(0,205,255,1) 0%, rgba(0,138,235,1) 70%);
	padding-bottom: 0;
}
.section-03 .img-container {
	position: relative;
}
.section-03 .img-01 {
	width: 440px;
	z-index: 1;
	position: relative;
}
.section-03 .img-02 {
	width: 200px;
	height: 420px;
	position: absolute;
	z-index: 0;
	background-color: #00356c;
	top: 10px;
	left: 88px;
	border-radius: 20px;
	overflow: hidden;
}
.section-03 .img-03,
.section-03 .img-04 {
	width: 200px;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 10px rgb(2 74 125 / 20%);
	animation-timing-function: linear;
}
.section-03 .img-03 {
	height: 135px;
	top: 155px;
	left: 68px;
}
.section-03 .img-04 {
	height: 95px;
	top: 305px;
	left: 108px;
}
.section-03 .img-02 img,
.section-03 .img-03 img,
.section-03 .img-04 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top center;
}
.section-03 .text {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1rem;
	min-height: 440px;
	display: flex;
	align-items: center;
	z-index: 1;
}
.section-03 .text h4 {
	margin: 0;
	font-size: 1.2rem;
}
.section-03 .text h4:before {
	content:"";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	margin-right: .5rem;
}
.section-03 .bottom {
	box-shadow: 0 0 0 2px #fff inset;
	border-radius: 25px;
	overflow: hidden;
	margin-top: -10rem;
	position: relative;
	z-index: 1;
	align-items: stretch;
	justify-content: center;
	height: auto;
	flex-wrap: nowrap;
}
.section-03 .bottom a {
	width: 33.33%;
	color: #fff;
	text-align: center;
	padding: 1rem;
	font-size: 1rem;
	line-height: 1.3;
	border-right: 2px solid #fff;
	font-weight: normal;
	align-self: center;
	height: 100%;
}
.section-03 .bottom a:last-child {
	border: 0;
}
.section-03 .bottom a:hover,
.section-03 .bottom a.active {
	background-color: #fff;
	color: #008ae8;
	text-decoration: none;
}
/* Section 04 */
.section-04 {
	text-align: center;
}
.section-04 h2 {
    color: #144980;
}
.section-04 h4 {
    color: #144980;
}
.section-04 p {font-size: 1rem;color: #7c8d9f;}
.section-04 ul {
    align-items: stretch;
    background-color: #f2f9ff;
    justify-content: center;
}
.section-04 li {
    width: 20%;
    min-height: 100%;
    padding: 1rem;
    box-shadow: 0 0 0 .2rem #fff;
}
.section-04 .icon {
    height: 3.5rem;
    width: 100%;
    margin-bottom: .5rem;
}

/* Section 05 */
.section-05 {
	background-color: #008ae8;
	color: #fff;
	background: linear-gradient(45deg, rgba(0,205,255,1) 0%, rgba(0,138,235,1) 70%);
}
.section-05 .bg-img {
	position: absolute;
	width: 33.3%;
	right: 0;
	left: unset;
	object-fit: contain;
	object-position: bottom;
}
.section-05 img {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Section 06 */
.section-06 {
	background-color: #f2f9ff;
	padding-top: 6rem;
}
.section-06 h2 {
	color: #008ae8;
}
.section-06 p {color: #7c8d9f;}
.section-06 .img {
	width: 80%;
}
/* Section 07 */
.section-07 {
    width: 100%;
    height: 500px;
}
/**/
.icon {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
}
.icon-approach-01 {
	background-image: url(../img/icon-approach-01.png);
}
.icon-approach-02 {
	background-image: url(../img/icon-approach-02.png);
}
.icon-approach-03 {
	background-image: url(../img/icon-approach-03.png);
}
.icon-approach-04 {
	background-image: url(../img/icon-approach-04.png);
}
.icon-approach-05 {
	background-image: url(../img/icon-approach-05.png);
}
.label {
  pointer-events: none;
  padding: 0;
  line-height: 1;
  color: #7c8d9f;
  margin-bottom: .75rem;
  display: block;
}
input:focus ~ .label,
textarea:focus ~ .label,
input:not(:focus):valid ~ .label,
textarea:not(:focus):valid ~ .label {
  font-size: 11px!important;
  opacity: 1;
  line-height: 30px;
  font-weight: normal!important;
}
form input,
form textarea {
  	padding: .75rem;
  	line-height: 1.4;
  	font-size: 1rem;
  	font-weight: 300;
  	border: 1px solid #cccccc;
  	width: 100%;
  	background-color: #fff;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
}
form textarea {
}
form li {
	position: relative;
	margin-bottom: 1.5rem;
	background-repeat: no-repeat;
}
form input:focus,
form textarea:focus,
form input:active,
form textarea:active {
	border: 1px solid #008ae8;
}
form input+ .icon,
form textarea + .icon {
	display: none;
}
form input.ok + .icon,
form textarea.ok + .icon {
	content:"";
	display:block;
	position: absolute;
	top: 44px;
	right: 10px;
	height: 9px;
	width: 14px;
	border-bottom: 4px solid #008aeb;
	border-left: 4px solid #008aeb;
	transform: rotate(-45deg);
}
/* Footer */
footer {
	padding: .5rem 0;
	background-color: #008aeb;
	color: #fff;
}
footer .row {
	position: relative;
}
footer img {
	height: 44px;
	width: 44px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
footer img:hover {
	cursor: pointer;
}
footer p {
	margin: 0;
	line-height: 44px;
	font-size: 14px;
}
footer p a,footer p a:hover {
	color: #fff;
	padding: 0 5px;
}
footer .text-right {
	
} 

/* Google translator */
#google_translate_element,
.goog-te-gadget {
  display: inline-block;
}
.goog-te-gadget-simple {
  border: none!important;
  background-color: transparent!important;
  border: 0 solid!important;
}
.goog-te-gadget-simple a:hover {
  text-decoration: none!important;
}
.goog-te-gadget-simple img {
  display: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  display: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
  border-color: transparent!important;
  border-width: 0!important;
}
.goog-te-gadget-simple:before {
  content: "Change language";
  color: #ffffff!important;
  font-family: 'Rubik', sans-serif;
  padding: 0 20px 0 0;
  background-image: url(../img/icon-down.png);
  background-size: 16px auto;
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 1;
  display: block;
}
.goog-te-gadget-simple:hover:before {
  color: #ffffff!important;
}
.goog-te-menu-frame {
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

/*Cookies*/
#cookie-bar {
  background: #144980;
  height: auto;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
}
#cookie-bar.fixed {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%;
}
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;
}
#cookie-bar p {
	margin:0;
	padding:0;
	font-size: 1rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#cookie-bar a:link {
	color: #ffffff;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
}
#cookie-bar a.cb-enable.btn-default {
	background-color: #ffffff;
	border: 0;
	padding: 0 10px;
	line-height: 32px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0 0 0 10px;
	color: #144980;
	letter-spacing: .1rem;
}
#cookie-bar a.cb-enable.btn-default:hover {
	background-color: #008aeb;
	color: #fff;
}

/*Checkboxes style toggle*/
input.toggle,
input.toggle:active {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
}
label.toggle {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 5px 0 0;
  font-size: 12px;
  line-height: 16px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
  top: 6px;
  box-shadow: 0 0 0 1px #cccccc inset;
}
label.toggle:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
input.toggle:checked + label.toggle:before {
  background-color: #008ae8;
}
input.toggle:checked + label.toggle:after {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  width: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  z-index: 1;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(315deg);
}
label.toggle + span {
  line-height: 1;
  color: #7c8d9f;
}
label.toggle + span a {
  font-weight: 300;
  color: #7c8d9f;
}

/*Popup*/
.modal-content {
    border: 0;
    padding: 20px;
    font-size: 12px;
}
.modal button.close {
    right: 15px;
    top: 15px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    position: absolute;
    font-weight: normal;
}
.modal-content h4 {
    font-size: 1rem;
    color: #154a80;
}
.modal-content p {
    font-size: .9rem;
}
/*Botones*/
.btn.style-01, 
.btn.style-01:hover {
	background-color: #008ae8;
	color: #fff;
	background-color: unset;
    background: linear-gradient(225deg,rgba(0,205,255,1) 0%,rgba(0,138,235,1) 70%)!important;
}
.btn.style-02, 
.btn.style-02:hover {
	background-color: #fff;
	color: #000;
}
.btn.style-03, 
.btn.style-03:hover {
	background-color: transparent;
	color: #fff;
	box-shadow: 0 0 0 2px #fff inset;
}
.btn.style-04, 
.btn.style-04:hover {
	background-color: transparent;
	color: #008ae8;
	box-shadow: 0 0 0 2px #008ae8 inset;
}
.arrow {
	width: 14px;
	height: 12px;
	display: inline-block;
	position: relative;
}
.arrow:before,
.arrow:after {
	content:"";
	display: block;
	position: absolute;

}
.arrow:before {
	height: 2px;
	width: 14px;
	background-color: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}
.arrow:after {
	height: 8px;
	width: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: -2px;
	top: 50%;
	transform: rotate(45deg);
	transform-origin: top right;
}

@media screen and (max-width: 970px) {
	


}


@media screen and (max-width: 576px) {

section {
    padding: 5rem 0;
}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.8rem;
}	
h3, .h3 {
    font-size: 1.5rem;
}
p {
	font-size: 1rem;
}
.p-xs-0 {
	padding: 0 !important;
}
nav img {
	height: 50px;
}
.section-01 {
	padding: 5rem 0;
}
.section-01 .left {
	text-align: left;
}
.section-01 .center {
	text-align: left;
}
.section-01 .btn {
	width: auto;
	margin: 0 .5rem 0 0;
}
.section-02 {
	padding-bottom: 0;
}
.section-02 img {
	height: 16rem;
	position: static;
	margin-top: 5rem;
}
.section-03 .left {
	text-align: center;
}
.section-03 .img-01 {
	width: auto;
    height: 400px;
    margin: auto;
}
.section-03 .img-02 {
	width: 156px;
	height: 330px;
	left: 0;
	right: 0;
	margin: auto;
	top: 8px;
}
.section-04 ul {

}
.section-04 li {
	width: 100%;
}
.section-02 .img {
	height: 16rem;
	position: static;
	margin-top: 5rem;
}
.section-03 {
	padding-bottom: 5rem;
}
.section-03 .img-container {
	margin-top: 2rem;
}
.section-03 .bottom a {
	font-size: .9rem;
	padding: 1rem .5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 50%;
	border-bottom: 2px solid #fff;
}
.section-03 .text {
	position: static;
	width: 100%;
	min-height: 0;
	text-align: center;
}
.section-03 .bottom {
	margin-bottom: 2rem;
	margin-top: -1rem;
	flex-wrap: wrap;
}
.section-03 .bottom a:last-child {
    border-bottom: 2px solid #fff;
}
.section-03 .img-03,
.section-03 .img-04 {
	width: 156px;
	left: 0;
	right: 0;
	margin: auto;
}
.section-03 .img-03 {
	top: 125px;
	height: 105px;
	transform: translateX(-20px);
	}
.section-03 .img-04 {
	top: 240px;
	height: 74px;
	transform: translateX(20px);
}
.section-05 {
	padding-top: 0;
}
.section-05 .img {
	height: 16rem;
	position: static;
	margin-bottom: 5rem;
}
.section-05 .bg-img {
	display: none;
}
.section-06 {
	padding-top: 5rem;
}
.section-06 .img {
	width: 100%;
	margin-bottom: 2rem;
	display: none;
}
.section-07 {
    height: 300px;
}
.wow {
	animation-name: none!important;
	-webkit-animation-name: none!important;
}
#cookie-bar p {
	font-size: .9rem;
    text-align: left;
}

/* Header */

header {
	text-align: center;
}

/* Nav */

nav {
	top: 0;
}
nav ul {display: none;}
nav li {
}
nav li a {
}


/* Footer */
footer {
	padding: 1.25rem 0 1.5rem 0;
}
footer,
footer * {
    text-align: center;
}
footer p {
    line-height: 25px;
}
footer img {
    position: relative;
    left: 0;
    top: -10px;
}
footer img + p {
    padding-left: 0;
}
footer p a {
}

}




