.container {
  display: block;
}

.navbar {
  position: fixed;
  width: 100%;
}

.navbar.bg-blue {
  background-image: -webkit-linear-gradient(270deg, #213e5b, #213e5b);
  background-image: linear-gradient(180deg, #213e5b, #213e5b);
  box-shadow: 0 1px 6px 1px #303030;
  color: #fff;
}

.slide {
  height: 100%;
}

.slider {
  height: 100%;
}

.slider-2 {
  height: 100%;
  float: none;
  clear: none;
}

.slider-3 {
  height: 100vh;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reysan-malla.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reysan-malla.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/foto-2.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/foto-2.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3.harneros {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/malla2.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/malla2.jpg');
}
.slide-4{
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/reysan-a-mdc.png');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/reysan-a-mdc.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}
.bkg-blue-op{
  background-color: #013c939e !important;
}

.section.bg-blue-dark {
  position: relative;
  z-index: 9;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #15416c, #15416c);
  background-image: linear-gradient(180deg, #15416c, #15416c);
  color: #e6e6e6;
}

.section.bg-blue-dark.interior {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #0080f2, #0080f2);
  background-image: linear-gradient(180deg, #0080f2, #0080f2);
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(270deg, rgba(5, 59, 20, .6), rgba(5, 59, 20, .6)), url('../images/Foto-3.jpg');
  background-image: linear-gradient(180deg, rgba(5, 59, 20, .6), rgba(5, 59, 20, .6)), url('../images/Foto-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.bg-blue-light {
  background-image: -webkit-linear-gradient(270deg, #0084f3, #0084f3);
  background-image: linear-gradient(180deg, #0084f3, #0084f3);
  color: #fff;
}

.bg-blue-light.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-blue {
  background-image: -webkit-linear-gradient(270deg, #132536, #132536);
  background-image: linear-gradient(180deg, #132536, #132536);
  color: #fff;
}

.bg-blue-dark {
  background-image: -webkit-linear-gradient(270deg, #213e5b, #213e5b);
  background-image: linear-gradient(180deg, #213e5b, #213e5b);
  color: #fff;
}

.bg-blue-dark.footer {
  color: #fff;
}

.bg-blue-dark.padding-100 {
  text-align: left;
}

.bg-blue-dark.padding-100.text-center {
  text-align: center;
}

.bg-ornage-dark {
  background-image: -webkit-linear-gradient(270deg, #db5212, #db5212);
  background-image: linear-gradient(180deg, #db5212, #db5212);
}

.bg-ornage-dark.padding-100 {
  text-align: center;
}

.bg-orange {
  background-image: -webkit-linear-gradient(270deg, #fb5e15, #fb5e15);
  background-image: linear-gradient(180deg, #fb5e15, #fb5e15);
}

.bg-orange.padding-100 {
  text-align: center;
}

.bg-orange-light {
  background-image: -webkit-linear-gradient(270deg, #ff874f, #ff874f);
  background-image: linear-gradient(180deg, #ff874f, #ff874f);
}

.bg-orange-light.padding-100 {
  text-align: center;
}

.div-block {
  padding-top: 0px;
  background-image: -webkit-linear-gradient(270deg, #0b0b0b, #0b0b0b);
  background-image: linear-gradient(180deg, #0b0b0b, #0b0b0b);
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

.section-3 {
  color: #b48f8f;
}

.body {
  font-family: Rubik, sans-serif;
  font-weight: 300;
}

.container-2 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
}

.nav-link {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: none none solid;
  border-width: 2px 2px 4px;
  border-color: #000 #000 #213e5b;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #132536;
}

.nav-link.w--current {
  border-bottom-color: #132536;
  background-color: #132536;
  color: #fff;
}

.nav-link.w--open {
  border-bottom-color: #132536;
  background-color: #132536;
}

.nav-link.last-link-nav {
  margin-right: 50px;
}

.nav-link.dropdown {
  padding-top: 10px;
  border-bottom-width: 2px;
  background-color: #132536;
  text-align: center;
}

.nav-link.dropdown:hover {
  border-bottom-color: #213e5b;
  background-color: #213e5b;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
}

.bg-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 49, 49, .42);
}

.section-4 {
  position: relative;
}

.heading {
  font-size: 20px;
  font-weight: 400;
}

.row {
  font-weight: 300;
}

.paragraph {
  font-size: 12px;
  font-style: italic;
}

.heading-2 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

.paragraph-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 80px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.link {
  position: relative;
  display: inline-block;
  border-bottom: 1px none #0d61b0;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column {
  text-align: center;
}

.image {
  text-align: center;
}

.column-2 {
  text-align: center;
}

.column-3 {
  text-align: center;
}

.heading-3 {
  color: #0d61b0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.text-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #7d7d7d;
  font-weight: 300;
}

.logo-partners {
  max-width: 150px;
  margin-top: -7px;
}

.logo-partners.msd {
  margin-top: 22px;
  padding-top: 0px;
}

.logo-partners.cisa {
  margin-top: -10px;
}

.logo-partners._100 {
  margin-top: 10px;
}

.logo-partners.gpm {
  margin-top: 24px;
}

.link-2 {
  position: static;
  clear: none;
}

.image-2 {
  padding-bottom: 15px;
}

.image-3 {
  padding-bottom: 15px;
}

.image-4 {
  padding-bottom: 15px;
}

.text-white {
  color: #fff;
  text-decoration: none;
}

.image-5 {
  width: 200px;
}

.heading-4 {
  font-size: 25px;
  font-weight: 300;
}

.font-italic {
  font-style: italic;
}

.heading-5 {
  font-size: 25px;
  font-weight: 300;
}

.heading-6 {
  font-size: 25px;
  font-weight: 300;
}

.paragraph-3 {
  font-size: 12px;
}

.image-6 {
  display: block;
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.row-2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.left-arrow {
  width: 50px;
  height: 50px;
  padding-bottom: 0px;
  background-color: rgba(23, 67, 109, .5);
}

.left-arrow:hover {
  background-color: #17436d;
}

.right-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(23, 67, 109, .5);
}

.right-arrow:hover {
  background-color: #17436d;
}

.heading-7 {
  position: relative;
}

.container-slider {
  position: relative;
  margin-top: 300px;
  color: #fff;
  text-align: center;
}

.heading-8 {
  font-size: 35px;
  line-height: 65px;
  font-weight: 300;
}
.heading-9 {
  font-size: 23px;
  line-height: 45px;
  font-weight: 300;
}

.text-span {
  font-size: 50px;
}

.bracket-right {
  width: 20px;
  height: 130px;
  margin-top: 40px;
  float: right;
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: #fff;
}

.bracket-left {
  width: 20px;
  height: 130px;
  margin-top: 40px;
  float: left;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.parrafo-blue {
  min-height: 70px;
}

.parrafo-blue.font-italic {
  min-height: 160px;
}

.paragraph-5 {
  min-height: 70px;
}

.boton-orange-container {
  position: absolute;
  top: -120px;
  right: 0px;
  overflow: visible;
  width: 250px;
}

.paragraph-6 {
  margin-bottom: 0px;
}

.boton-orange-p {
  height: 100px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, .7);
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

.boton-orange-link {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 35px;
  background-image: url('../images/bg-boton-orange.png'), -webkit-linear-gradient(270deg, #fb5e15, #fb5e15);
  background-image: url('../images/bg-boton-orange.png'), linear-gradient(180deg, #fb5e15, #fb5e15);
  background-position: 50% 100%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
  -webkit-transition: background-color 1000ms ease-in;
  transition: background-color 1000ms ease-in;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.boton-orange-link:hover {
  background-image: url('../images/bg-boton-orange.png'), -webkit-linear-gradient(270deg, #0d61b0, #0d61b0);
  background-image: url('../images/bg-boton-orange.png'), linear-gradient(180deg, #0d61b0, #0d61b0);
  background-position: 50% 100%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.div-block-3 {
  display: none;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
}

.link-3 {
  width: 20px;
}

.link-redes {
  display: inline-block;
  width: 40px;
  padding: 10px;
  border: 1px none #55acee;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.link-redes.face {
  border-style: solid;
  border-color: #31528c;
  background-image: -webkit-linear-gradient(270deg, rgba(58, 88, 155, .7), rgba(58, 88, 155, .7));
  background-image: linear-gradient(180deg, rgba(58, 88, 155, .7), rgba(58, 88, 155, .7));
}

.link-redes.face:hover {
  border-color: #3a589b;
  background-image: -webkit-linear-gradient(270deg, #3a589b, #3a589b);
  background-image: linear-gradient(180deg, #3a589b, #3a589b);
}

.link-redes.twitter {
  border-style: solid;
  border-color: #468ec7;
  background-image: -webkit-linear-gradient(270deg, rgba(85, 172, 238, .7), rgba(85, 172, 238, .7));
  background-image: linear-gradient(180deg, rgba(85, 172, 238, .7), rgba(85, 172, 238, .7));
}

.link-redes.twitter:hover {
  border-color: #55acee;
  background-image: -webkit-linear-gradient(270deg, #55acee, #55acee);
  background-image: linear-gradient(180deg, #55acee, #55acee);
}

.link-redes.linkedin {
  border-style: solid;
  border-color: #136ba1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 122, 185, .7), rgba(0, 122, 185, .7));
  background-image: linear-gradient(180deg, rgba(0, 122, 185, .7), rgba(0, 122, 185, .7));
}

.link-redes.linkedin:hover {
  border-color: #007ab9;
  background-image: -webkit-linear-gradient(270deg, #007ab9, #007ab9);
  background-image: linear-gradient(180deg, #007ab9, #007ab9);
}

.link-redes.gplus {
  border-style: solid;
  border-color: #9f484e;
  background-image: -webkit-linear-gradient(270deg, rgba(220, 73, 60, .7), rgba(220, 73, 60, .7));
  background-image: linear-gradient(180deg, rgba(220, 73, 60, .7), rgba(220, 73, 60, .7));
}

.link-redes.gplus:hover {
  border-color: #dc493c;
  background-image: -webkit-linear-gradient(270deg, #dc493c, #dc493c);
  background-image: linear-gradient(180deg, #dc493c, #dc493c);
}

.link-redes.youtube {
  border-style: solid;
  border-color: #953140;
  background-image: -webkit-linear-gradient(270deg, rgba(204, 38, 38, .7), rgba(204, 38, 38, .7));
  background-image: linear-gradient(180deg, rgba(204, 38, 38, .7), rgba(204, 38, 38, .7));
}

.link-redes.youtube:hover {
  border-color: #cc2626;
  background-image: -webkit-linear-gradient(270deg, #cc2626, #cc2626);
  background-image: linear-gradient(180deg, #cc2626, #cc2626);
  color: #fff;
}

.border-link {
  position: absolute;
  left: 0px;
  bottom: -2px;
  display: block;
  width: 30%;
  border-bottom: 2px solid #fff;
  color: rgba(0, 95, 179, 0);
}

.text-left {
  z-index: 2;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.paragraph-7 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(270deg, #223f5a, #223f5a);
  background-image: linear-gradient(180deg, #223f5a, #223f5a);
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph-7.home {
  background-image: -webkit-linear-gradient(270deg, #1683fb, #1683fb);
  background-image: linear-gradient(180deg, #1683fb, #1683fb);
}

.text-center {
  text-align: center;
}

.left-blue {
  position: absolute;
  top: 0px;
  right: -25px;
  bottom: 0px;
  height: 100%;
}

.image-7 {
  height: 100%;
}

.bg-blanco {
  background-color: #fff;
}

.bg-blanco.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-4 {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url('../images/flecha-blanca.png');
  background-position: 50% 100%;
  background-size: 31px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  background-image: url('../images/flecha-blanca.png'), -webkit-linear-gradient(270deg, #142636, #142636);
  background-image: url('../images/flecha-blanca.png'), linear-gradient(180deg, #142636, #142636);
  background-position: 50% 100%, 0px 0px;
  background-size: 31px, auto;
  background-repeat: no-repeat, repeat;
}

.column-4 {
  z-index: 1;
  padding-right: 0px;
  padding-left: 0px;
}

.header-interiores {
  padding-top: 100px;
  padding-bottom: 300px;
  background-image: -webkit-linear-gradient(270deg, rgba(35, 63, 90, .6), rgba(35, 63, 90, .6)), url('../images/foto-4_1.jpg');
  background-image: linear-gradient(180deg, rgba(35, 63, 90, .6), rgba(35, 63, 90, .6)), url('../images/foto-4_1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.container-3 {
  text-transform: uppercase;
}

.link-sidebar {
  display: inline-block;
  padding-top: 5px;
  font-family: Rubik, sans-serif;
  color: #474747;
  font-size: 9px;
  text-decoration: none;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
  text-align: center;
}

.paragraph-8 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  line-height: 25px;
  font-weight: 300;
  text-align: justify;
}

.paragraph-8.interior {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid silver;
}

.btn-naranjo {
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px 10px 2px;
  border-radius: 5px;
  background-color: #223f5a;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 2px;
  text-decoration: none;
}

.btn-naranjo:hover {
  background-color: #132536;
}

.paragraph-10 {
  font-family: Rubik, sans-serif;
  color: #a3a3a3;
  font-size: 10px;
  line-height: 10px;
  font-style: italic;
}

.paragraph-11 {
  font-size: 12px;
  line-height: 14px;
}

.image-10 {
  margin-bottom: 10px;
  text-align: left;
}

.heading-10 {
  margin-bottom: 20px;
  font-weight: 400;
}

.contenido-interior {
  margin-top: -130px;
  padding-bottom: 100px;
}

.bg-white {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.bg-white.row {
  margin-right: 3px;
  margin-left: 1px;
}

.column-15 {
  text-align: left;
}

.column-14 {
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 10px;
}

.image-9 {
  width: 100%;
}

.icon {
  margin-top: 33.5px;
  margin-right: 5px;
}

.row-3 {
  margin-top: 15px;
  margin-bottom: 14px;
  text-align: center;
}

.paragraph-12 {
  margin-top: 0px;
  padding-top: 9px;
  font-family: Rubik, sans-serif;
  color: #4b4b4b;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
}

.image-11 {
  display: block;
  width: 130px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-14 {
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.menu-sidebar {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.heading-11 {
  position: static;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  direction: ltr;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: left;
}

.menu-sidebar-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.indicador-sidebar {
  position: absolute;
  right: -22px;
  display: none;
}

.indicador-sidebar.link-2 {
  top: 30px;
  display: block;
}

.indicador-sidebar.link-2.mallas {
  margin-top: 35px;
}

.indicador-sidebar.link-1 {
  display: block;
}

.indicador-sidebar.link-1.mallas {
  margin-top: 10px;
}

.indicador-sidebar.link-3 {
  top: 60px;
  display: block;
  width: auto;
}

.indicador-sidebar.link-4 {
  top: 90px;
  display: block;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-sidebar-link {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.menu-sidebar-link:hover {
  color: #142636;
}

.menu-sidebar-link:active {
  color: #313131;
}

.menu-sidebar-link.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  color: #233f5a;
  font-weight: 500;
  text-align: left;
}

.border-menu-sidebar {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 3px;
  height: 100%;
  background-color: #132536;
}

.border-radius {
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.border-radius.malla-1 {
  background-image: url('../images/pcl.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.border-radius.malla-2 {
  background-image: url('../images/opti1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-15 {
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.heading-15.interior {
  text-align: left;
}

.heading-link {
  color: #233f5a;
  text-decoration: none;
}

.heading-link:hover {
  color: #132536;
}

.unordered-list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.list-item {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  font-family: Rubik, sans-serif;
}

.image-14 {
  padding-right: 10px;
  padding-left: 10px;
}

.bold-text {
  font-weight: 300;
}

.border {
  border: 1px solid #aaa;
}

.aplicaciones-h4 {
  padding-right: 10px;
  padding-left: 10px;
  font-family: Rubik, sans-serif;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.aplicacion-parrafo {
  min-height: 70px;
  padding-right: 10px;
  padding-left: 10px;
  color: #555;
}

.image-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.imagen-center {
  display: block;
  max-width: 100%;
  margin: 5px auto;
  float: none;
}

.imagen-galeia {
  padding: 5px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.imagen-galeia:hover {
  padding: 0px;
}

.field-label {
  font-family: Rubik, sans-serif;
  font-weight: 400;
}

.boton-enviar {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  border-radius: 6px;
  background-color: #1583ef;
}

.boton-enviar:hover {
  background-color: #18426a;
}

.link-contacto {
  color: #244b5c;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.success-message {
  background-color: #1583ef;
}

.text-block-3 {
  color: #fff;
}

.bold-text-2 {
  font-size: 45px;
}

.html-embed {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
}

.html-embed-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 67px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-16 {
  font-size: 30px;
  font-weight: 400;
}

.dropdown-toggle {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 100%;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-bottom-color: #213e5b;
  background-color: #132536;
  color: #132536;
}

.dropdown-list {
  float: none;
}

.dropdown-list.w--open {
  display: block;
}

.dropdown-list.dropdown-modelo.w--open {
  width: 200%;
}

.text-block-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 33px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.text-block-4:hover {
  color: #5ae2ee;
}

.dropdown-link {
  color: #132536;
  font-weight: 500;
}

.dropdown-link.dropdown-modelo {
  -webkit-transition: font-size 1125ms ease;
  transition: font-size 1125ms ease;
}

.dropdown-link.dropdown-modelo:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  font-weight: 700;
}

.dropdown-link.dropdown-modelo.w--current {
  color: #16293b;
}

.dropdown-link-2 {
  color: #132536;
}

.icon-2 {
  color: #fff;
}

.image-16 {
  margin-top: 35px;
  padding-top: 1px;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .parrafo-blue.font-italic {
    min-height: 170px;
    margin-bottom: 0px;
  }
  .bg-blanco.padding-50 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .padding-50 {
    padding-bottom: 50px;
  }
  .link-4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .bg-blue.padding-100 {
    text-align: center;
  }
  .bg-blue-dark.padding-100 {
    text-align: center;
  }
  .bg-blue-dark.padding-100.text-center {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #3b6d9c;
  }
  .paragraph-2 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .heading-3 {
    text-align: center;
  }
  .text-block-2 {
    text-align: center;
  }
  .container-slider {
    margin-top: 200px;
  }
  .parrafo-blue.font-italic {
    padding-right: 40px;
    padding-left: 40px;
  }
  .paragraph-7 {
    text-align: center;
  }
  .text-center.padding-50 {
    display: none;
  }
  .left-blue {
    display: none;
  }
  .bg-blanco.padding-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .column-5 {
    text-align: center;
  }
  .column-6 {
    display: none;
  }
  .column-7 {
    display: none;
  }
  .column-8 {
    display: none;
  }
  .column-9 {
    display: none;
  }
}

@media (max-width: 479px) {
  .bg-blue.padding-100 {
    background-image: -webkit-linear-gradient(270deg, #132536, #132536);
    background-image: linear-gradient(180deg, #132536, #132536);
  }
  .nav-link {
    position: static;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-width: 2px;
    background-color: #132536;
  }
  .nav-link.last-link-nav {
    width: 100%;
  }
  .text-block-2 {
    font-size: 16px;
    line-height: 23px;
  }
  .paragraph-3 {
    text-align: justify;
  }
  .paragraph-7 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    text-align: center;
  }
  .image-7 {
    display: none;
  }
  .padding-50 {
    text-align: center;
  }
  .brand {
    padding-left: 0px;
  }
  .menu-button {
    margin-top: 6px;
  }
  .menu-button.w--open {
    background-color: #132536;
  }
  .heading-13 {
    padding-left: 10px;
  }
  .column-16 {
    text-align: center;
  }
  .column-14 {
    display: block;
  }
  .icon {
    display: block;
    margin-top: 20px;
    margin-right: 0px;
    padding-right: 30px;
    float: none;
  }
  .dropdown-toggle {
    position: static;
    display: block;
    width: auto;
    height: auto;
    max-width: 380px;
    margin-left: 0px;
    padding-right: 1px;
    float: none;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dropdown-list.dropdown-modelo.w--open {
    max-width: 350px;
  }
  .text-block-4 {
    padding-right: 0px;
    text-align: left;
  }
  .icon-2 {
    display: block;
    padding-right: 40px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dropdown-2 {
    position: relative;
    display: block;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}