/*
#012a4a
#013a63
#01497c
#014f86
#2a6f97
#2c7da0
#468faf
#61a5c2
#89c2d9
#a9d6e5
orange #f1a831
*/
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #505050;
  font: 400 19px/1.5em Montserrat, arial;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
*,
*:focus,
*:hover {
  outline: none;
}
a,
a:hover,
a:visited,
*:focus {
  color: #505050;
  text-decoration: none;
  outline: none;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.text-uppercase {
  text-transform: uppercase;
}
.disabled {
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  cursor: not-allowed;
}
.vh {
  visibility: hidden;
}
.bs-1 {
  box-shadow: 0px 3px 6px #00000029;
}
.t-1 {
  font: 600 30px/1.4em Montserrat, arial;
}
.t-2 {
  font: 400 40px/1.4em Montserrat, arial;
}
.box-sizing-border-box {
  box-sizing: border-box;
}
.t-3 {
  position: relative;
  font: 600 40px/1.4em Montserrat, arial;
}
.t-3:after2 {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  width: 50px;
  border-bottom: 2px solid #fff;
  height: 0;
  transform: translateX(-50%);
}
.t-3.c-1:after {
  border-color: #012a4a;
}
.t-4 {
  font: 500 25px/1.5em Montserrat;
}
.t-5 {
  font: 500 16px/1.5em Montserrat;
}
.post-footer {
  background-color: #1b1b1b;
  font-size: 12px;
}
.pr,
.p-r {
  position: relative;
}
.ps,
.p-s {
  position: static !important;
}
.oh {
  overflow: hidden !important;
}
.ov {
  overflow: visible !important;
}
.c-1 {
  /* color: #2a6f97 !important; */
  color: #3c4c5c !important;
}
.c-2 {
  color: #89c2d9;
}
.c-fff {
  color: #fff !important;
}
.c-000 {
  color: #000 !important;
}
.c-fff {
  color: #fff;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}
::selection {
  background: #000;
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.white-space-nowrap {
  white-space: nowrap;
}
.vertical-align-middle {
  vertical-align: middle;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.fw-900 {
  font-weight: 900 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-100 {
  font-weight: 100 !important;
}
header .logo {
  width: 333px;
}
header .logo img {
  display: block;
  width: 100%;
}
footer .logo {
  width: 168px;
  display: block;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.mhvh-100 {
  min-height: 100vh;
}
.box-1 {
  background: #fff;
  box-shadow: 0 19px 39px 0 rgba(0, 0, 0, 0.05),
    0px 3px 20px -1px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
  /*   border: 2px solid #cfcfcf; */
}
.o0 {
  opacity: 0;
}
.wrap {
  background: #fff;
}
a.btn-1,
.btn-1 {
  border: 1px solid #2a6f97;
  color: #2a6f97;
  padding: 15px 25px;
  font: 500 20px/1.4em Montserrat, arial;
  display: inline-block;
  border-radius: 30px;
  transition: all 0.2s ease;
}
.i-comment {
  font-size: 100px;
  color: #f1a831;
}
a.btn-1:hover,
.btn-1:hover {
  color: #fff;
  background: #2a6f97;
}
a.btn-1.fff {
  border: 2px solid #fff;
  color: #fff;
}
a.btn-1.fff:hover {
  color: #2a6f97;
  background: #fff;
}
a.btn-1.v2 {
  border: 2px solid #89c2d9;
  color: #89c2d9;
}
a.btn-1.v2:hover {
  color: #2a6f97;
  background: #89c2d9;
}
header {
  z-index: 99;
  width: 100%;
  position: fixed;
  background: #fff;
}
header.sticky {
  top: 0;
  position: sticky;
}
header nav a {
  display: inline-block;
  padding: 30px 20px;
  transition: color 0.3s ease;
  font: 600 16px/1.4em Montserrat, arial;
}
nav a i {
  color: #f1a831;
  margin-right: 6px;
  display: inline-block;
  min-width: 20px;
}

footer nav a {
  display: inline-block;
  text-align: left;
  margin-bottom: 1rem;
  font: 400 12px/1.4em Montserrat, arial;
}
footer nav a i {
  color: #2a6f97;
  margin-right: 5px;
  margin-left: 15px;
  min-width: auto;
}
footer nav a,
footer a,
footer nav a:visited,
footer a:visited {
  color: #868686;
}
nav a:hover,
footer a:hover,
footer nav a:hover {
  color: #2a6f97;
}
.te-1 {
  font-size: 12px;
}
form {
  margin: 0;
  padding: 0;
  display: block;
}
.ff-2 {
  font-family: Montserrat, arial;
  font-weight: 600;
}
.ff-1 {
  font-family: Montserrat, arial;
  font-weight: 400;
}
.swiper-button-disabled {
  display: none;
}
.slider {
  height: calc(100vh);
  background-color: #000;
}
.slider .titulo,
.slider2 .titulo {
  font: 600 50px/1.4em Montserrat, arial;
  color: #fff;
  z-index: 3;

  text-shadow: 0px 15px 5px rgba(0, 0, 0, 0.1),
    10px 20px 5px rgba(0, 0, 0, 0.05), -10px 20px 5px rgba(0, 0, 0, 0.05);
}
.slider .texto,
.slider2 .texto {
  font: 100 21px/1.4em Montserrat, arial;
  color: #fff;
  background: #0000008a;
  display: inline-block;
  padding: 13px 20px;
  z-index: 3;
}
.slider2 {
  height: 400px;
}
.swiper-container {
  --swiper-theme-color: #f1a831;
  --swiper-navigation-size: 28px;
}
.slider .swiper-button-prev {
  left: 30px;
}
.slider .swiper-button-next {
  right: 30px;
}
.slider video {
  min-width: 100%;
  min-height: 118%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%) translateY(-46%);
}
[class*="pixel"] {
  position: absolute;
  bottom: -20%;
  opacity: 0.3;
  right: 0;
  z-index: 2;
}
.pixel-1 {
  bottom: -20%;
  opacity: 0.3;
  right: 0;
}
.pixel-2 {
  top: -10px;
  bottom: auto;
  opacity: 1;
  right: 0;
  z-index: 0;
}
.pixel-4 {
  top: -10px;
  bottom: auto;
  opacity: 1;
  width: 333px;
  right: auto;
  left: 0;
  z-index: 0;
  transform: rotate(180deg);
}
.pixel-3 {
  bottom: -87px;
  opacity: 1;
  right: auto;
  left: 0;
  z-index: 0;
  transform: rotate(90deg);
}
.caja-1 {
  text-align: center;
  position: relative;
}
.caja-1 i {
  font-size: 48px;
  margin-bottom: 2rem;
  color: #2a6f97;
}
.cajas-1 {
  top: -60px;
  position: relative;
  z-index: 2;
}
.br-1 {
  border-radius: 15px;
}
.bs-2 {
  box-shadow: 0 19px 39px 0 rgba(0, 0, 0, 0.05),
    0px 5px 20px -1px rgba(0, 0, 0, 0.14);
}
.bs-3 {
  box-shadow: 0px 50px 100px 0px rgb(0 0 0 / 45%);
}
/* 
.img-1 {
  border-radius: 300px;
  box-shadow: 0 19px 39px 0 rgba(0, 0, 0, 0.05),
    0px 5px 20px -1px rgba(0, 0, 0, 0.14);
} */
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}

footer {
  background: #121212;
  color: #868686;
}
footer a:hover,
footer a:focus {
  color: #2a6f97;
}
input,
select,
textarea {
  position: relative;
  border: none;
  border-bottom: 1px solid #012a4a;
  width: 100%;
  background: none;
  padding: 15px 20px;
  font: 400 18px/1.3em Montserrat, arial;
  color: #505050;
}
textarea {
  min-height: 200px;
}
.bg-1 {
  background: #2a6f9714;
}
.bg-2 {
  background: #ebe998;
}
.bg-3 {
  background: #f3f3f3;
}
.bg-4 {
  /* background: #2a6f97; */
  background: #3c4c5c;
}
.bg-5 {
  background: #0000002e;
}
.select,
.select * {
  position: relative;
  cursor: pointer;
}
.select select {
  display: block;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  top: 15px;
  right: 15px;
  position: absolute;
  font-weight: 900;
  color: #012a4a;
  z-index: 3;
  font-size: 20px;
  transition: 0.2s ease-in-out;
}
.select:hover:before {
  opacity: 1;
}
.wpushka {
  z-index: 9999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #10b418;
  color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.wpushka:visited,
.wpushka:focus,
.wpushka:hover {
  color: #fff;
}
.wpushka:hover {
  background: #29d631;
  transform: scale(0.96);
}
.wpushka i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
}
.mw-1 {
  width: 270px;
}
.mw-2 {
  width: 180px;
}
.alert {
  color: #000;
  font: 400 25px/1.4em Montserrat, arial;
}
.mw-500 {
  max-width: 500px;
}
.i-yt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #e2452d;
  font-size: 80px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
a:hover .i-yt {
  color: #ebe998;
  font-size: 90px;
  text-shadow: 1px 2px 13px #00000026;
}

.ic-2 {
  font-size: 160px;
}
.uppercase {
  text-transform: uppercase;
}
.caph input {
  color: #012a4a;
  padding: 0;
  padding-bottom: 5px;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.datos-contacto a {
  color: #fff;
  margin-bottom: 1rem;
  display: block;
  font: 500 20px/1.5em Montserrat;
}
.datos-contacto a i {
  min-width: 18px;
}
.slider .swiper-slide {
  background-color: #fff;
}
.swiper-container {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.swiper-container.swiper-container-initialized {
  opacity: 1;
}
.swiper-slide .textos {
  position: relative;
  z-index: 6;
}
.lo-1 {
  width: 50px;
  display: block;
}
.bg-6 {
  background-position: top right;
  background-image: linear-gradient(180deg, #fff 0%, #ffffffa8 100%),
    url(../assets/img/bg2.png) !important;
}
.bg-7 {
  background-position: bottom left;
  background-image: url(../assets/img/bg3.png) !important;
  background-color: #89c2d9;
}

.bg-8 {
  background-position: 50px center;
  background-image: url(../assets/img/bg1-fff.png) !important;
  /*  background-color: #2a6f97; */
  background-color: #3c4c5c;
}
.sec-1 .cog {
  font-size: 160px;
  position: absolute;
  top: -50px;
  left: -80px;
  z-index: 2;
}
ul {
  list-style-type: square;
}
