@charset "UTF-8";

body {
  background-color: #ffffff;
  min-height: 100vh;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  position: relative;
  padding-top: 70px;
}

body * {
  outline: none !important;
}

body .m5 {
  margin-bottom: 5px;
}

body .m10 {
  margin-bottom: 10px;
}

body .m15 {
  margin-bottom: 15px;
}

body .m20 {
  margin-bottom: 20px;
}

body .m30 {
  margin-bottom: 30px;
}

body .m40 {
  margin-bottom: 40px;
}

body .m50 {
  margin-bottom: 50px;
}

body .m60 {
  margin-bottom: 60px;
}

body .m70 {
  margin-bottom: 70px;
}

body .m80 {
  margin-bottom: 80px;
}

body .m90 {
  margin-bottom: 90px;
}

body .m100 {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  body .m-md-5 {
    margin-bottom: 5px;
  }

  body .m-md-10 {
    margin-bottom: 10px;
  }

  body .m-md-15 {
    margin-bottom: 15px;
  }

  body .m-md-20 {
    margin-bottom: 20px;
  }

  body .m-md-30 {
    margin-bottom: 30px;
  }

  body .m-md-40 {
    margin-bottom: 40px;
  }

  body .m-md-50 {
    margin-bottom: 50px;
  }

  body .m-md-60 {
    margin-bottom: 60px;
  }

  body .m-md-70 {
    margin-bottom: 70px;
  }

  body .m-md-80 {
    margin-bottom: 80px;
  }

  body .m-md-90 {
    margin-bottom: 90px;
  }

  body .m-md-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  body .m-lg-5 {
    margin-bottom: 5px;
  }

  body .m-lg-10 {
    margin-bottom: 10px;
  }

  body .m-lg-15 {
    margin-bottom: 15px;
  }

  body .m-lg-20 {
    margin-bottom: 20px;
  }

  body .m-lg-30 {
    margin-bottom: 30px;
  }

  body .m-lg-40 {
    margin-bottom: 40px;
  }

  body .m-lg-50 {
    margin-bottom: 50px;
  }

  body .m-lg-60 {
    margin-bottom: 60px;
  }

  body .m-lg-70 {
    margin-bottom: 70px;
  }

  body .m-lg-80 {
    margin-bottom: 80px;
  }

  body .m-lg-90 {
    margin-bottom: 90px;
  }

  body .m-lg-100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1200px) {
  body .m-xl-5 {
    margin-bottom: 5px;
  }

  body .m-xl-10 {
    margin-bottom: 10px;
  }

  body .m-xl-15 {
    margin-bottom: 15px;
  }

  body .m-xl-20 {
    margin-bottom: 20px;
  }

  body .m-xl-30 {
    margin-bottom: 30px;
  }

  body .m-xl-40 {
    margin-bottom: 40px;
  }

  body .m-xl-50 {
    margin-bottom: 50px;
  }

  body .m-xl-60 {
    margin-bottom: 60px;
  }

  body .m-xl-70 {
    margin-bottom: 70px;
  }

  body .m-xl-80 {
    margin-bottom: 80px;
  }

  body .m-xl-90 {
    margin-bottom: 90px;
  }

  body .m-xl-100 {
    margin-bottom: 100px;
  }
}

body .w6 {
  max-width: 600px !important;
}

body .w8 {
  max-width: 800px !important;
}

body .w95 {
  max-width: 950px !important;
}

body .w10 {
  max-width: 1000px !important;
}

body .w12 {
  max-width: 1200px !important;
}

body .w14 {
  max-width: 1400px !important;
}

body .w16 {
  max-width: 1600px !important;
}

body .w18 {
  max-width: 1800px !important;
}

body .w-60 {
  width: 60% !important;
}

body .w-65 {
  width: 65% !important;
}

body .w-70 {
  width: 70% !important;
}

body .w-80 {
  width: 80% !important;
}

body .w-85 {
  width: 85% !important;
}

body .w-90 {
  width: 90% !important;
}

body .w-95 {
  width: 95% !important;
}

body .w-98 {
  width: 98% !important;
}

body .w-100 {
  width: 100% !important;
}

body .w-auto {
  width: auto !important;
}

@media screen and (min-width: 576px) {
  body .w-sm-60 {
    width: 60% !important;
  }

  body .w-sm-65 {
    width: 65% !important;
  }

  body .w-sm-70 {
    width: 70% !important;
  }

  body .w-sm-80 {
    width: 80% !important;
  }

  body .w-sm-85 {
    width: 85% !important;
  }

  body .w-sm-90 {
    width: 90% !important;
  }

  body .w-sm-95 {
    width: 95% !important;
  }

  body .w-sm-98 {
    width: 98% !important;
  }

  body .w-sm-100 {
    width: 100% !important;
  }

  body .w-sm-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 768px) {
  body .w-md-60 {
    width: 60% !important;
  }

  body .w-md-65 {
    width: 65% !important;
  }

  body .w-md-70 {
    width: 70% !important;
  }

  body .w-md-80 {
    width: 80% !important;
  }

  body .w-md-85 {
    width: 85% !important;
  }

  body .w-md-90 {
    width: 90% !important;
  }

  body .w-md-95 {
    width: 95% !important;
  }

  body .w-md-98 {
    width: 98% !important;
  }

  body .w-md-100 {
    width: 100% !important;
  }

  body .w-md-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 992px) {
  body .w-lg-60 {
    width: 60% !important;
  }

  body .w-lg-65 {
    width: 65% !important;
  }

  body .w-lg-70 {
    width: 70% !important;
  }

  body .w-lg-80 {
    width: 80% !important;
  }

  body .w-lg-85 {
    width: 85% !important;
  }

  body .w-lg-90 {
    width: 90% !important;
  }

  body .w-lg-95 {
    width: 95% !important;
  }

  body .w-lg-98 {
    width: 98% !important;
  }

  body .w-lg-100 {
    width: 100% !important;
  }

  body .w-lg-auto {
    width: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  body .w-xl-60 {
    width: 60% !important;
  }

  body .w-xl-65 {
    width: 65% !important;
  }

  body .w-xl-70 {
    width: 70% !important;
  }

  body .w-xl-80 {
    width: 80% !important;
  }

  body .w-xl-85 {
    width: 85% !important;
  }

  body .w-xl-90 {
    width: 90% !important;
  }

  body .w-xl-95 {
    width: 95% !important;
  }

  body .w-xl-98 {
    width: 98% !important;
  }

  body .w-xl-100 {
    width: 100% !important;
  }

  body .w-xl-auto {
    width: auto !important;
  }
}

body .formulario input {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  margin-bottom: 2px;
  font-size: 15px;
  box-shadow: none;
  background: #f0f0f0;
  border: none;
}

@media screen and (min-width: 992px) {
  body .formulario input {
    height: 60px;
  }
}

body .formulario input.bg-blanco {
  background-color: #ffffff;
}

body .formulario textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 2px;
  font-size: 15px;
  box-shadow: none;
  background: #f0f0f0;
  border: none;
  resize: none;
}

body .formulario textarea.bg-blanco {
  background-color: #ffffff;
}

body a:hover,
body a:focus,
body a:active,
body a {
  color: inherit;
  text-decoration: none;
}

body .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
}

body .bg img {
  width: 100%;
  height: auto;
  visibility: hidden;
}

body .bg.bg-size-contain {
  background-size: contain;
}

body .bg.background-position-top {
  background-position: top center;
}

body .bg.bg-size-cover {
  background-size: cover;
}

body .titulo-raro {
  color: #e74d57;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  line-height: 38px;
}

body .titulo-raro.blanco {
  color: #ffffff;
}

body .titulo-raro.amarillo {
  color: #f9af23;
}

body .titulo-raro.negro {
  color: #000000;
}

body .titulo {
  font-size: 40px;
  font-weight: 700;
  color: #094462;
  letter-spacing: -0.6px;
  line-height: 50px;
}

body .titulo.blanco {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  body .titulo {
    font-size: 56px;
    line-height: 60px;
  }
}

body .textos {
  font-size: 16px;
  color: #747b86;
  line-height: 30px;
  letter-spacing: normal;
}

body .textos.blanco {
  color: #ffffff;
}

body .btn.btn-blanco,
body .btn.btn-rojo,
body .btn.btn-amarillo,
body .btn.btn-main {
  padding: 12px 40px;
  border: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 0px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

body .btn.btn-main:hover {
  padding: 12px 40px;
  border: none;
  box-shadow: none;
  font-weight: 500;
  border-radius: 0px;
  background-color:#f9af23;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

body .btn.btn-blanco {
  background-color: #ffffff;
  color: #000000;
}

body .btn.btn-blanco.cr {
  color: #000000;
}

body .btn.btn-blanco.main {
  color: #094462;
}

body .btn.btn-rojo {
  background-color: #e74d57;
  color: #ffffff;
}

body .btn.btn-amarillo {
  background-color: #f9af23;
  color: #094462;
}

body .btn.btn-main {
  background-color: #094462;
  color: #ffffff;
}

body hr.division {
  margin: 40px 0px;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 125px;
  }
}

@media screen and (min-width: 1200px) {
  body {
    padding-top: 140px;
  }
}

.cuadrados-colores {
  position: relative;
}

.cuadrados-colores::before,
.cuadrados-colores::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.cuadrados-colores::before {
  background-color: #f9af23;
  left: 0px;
}

.cuadrados-colores::after {
  background-color: #f9af23;
  right: 0px;
}

nav.menu--movil {
  padding: 10px 0px;
  background-color: #ffffff;
  min-height: 70px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
}

nav.menu--movil .menu {
  height: 25px;
  width: 35px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

nav.menu--movil .menu.menu-3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #000000;
  width: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s 0.4s, opacity 0.4s 0.4s;
}

nav.menu--movil .menu.menu-3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #000000;
  width: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s 0.4s, opacity 0.4s 0.4s;
}

nav.menu--movil .menu.menu-3 span {
  height: 3px;
  width: 100%;
  display: block;
  transform: translate3d(0, 11px, 0);
  position: relative;
}

nav.menu--movil .menu.menu-3 span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #000000;
  width: 100%;
  transform: rotate(0);
  transition: transform 0.4s;
}

nav.menu--movil .menu.menu-3 span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #000000;
  width: 100%;
  transform: rotate(0);
  transition: transform 0.4s;
}

nav.menu--movil .menu.menu-3.active:before {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  transition: all 0.4s;
}

nav.menu--movil .menu.menu-3.active:after {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  transition: all 0.4s;
}

nav.menu--movil .menu.menu-3.active span:after {
  transform: rotate(45deg);
  transition: transform 0.4s 0.4s;
}

nav.menu--movil .menu.menu-3.active span:before {
  transform: rotate(-45deg);
  transition: transform 0.4s 0.4s;
}

.menu--list {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: #ffffff;
  top: 0px;
  left: 0px;
  z-index: 200;
  padding: 40px 15px;
  padding-top: 70px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 350ms;
}

.menu--list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu--list ul li > a {
  display: block;
  padding: 15px 0px;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.menu--list ul li.active a {
  color: #094462;
}

.menu--list.active {
  opacity: 1;
}

.menu--list.active ul li {
  opacity: 0;
  -webkit-animation-name: upOpacity;
          animation-name: upOpacity;
  -webkit-animation-duration: 350ms;
          animation-duration: 350ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.menu--list.active ul li:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

.menu--list.active ul li:nth-child(2) {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.menu--list.active ul li:nth-child(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.menu--list.active ul li:nth-child(4) {
  -webkit-animation-delay: 450ms;
          animation-delay: 450ms;
}

.menu--list.active ul li:nth-child(5) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.menu--list.active ul li:nth-child(6) {
  -webkit-animation-delay: 750ms;
          animation-delay: 750ms;
}

@-webkit-keyframes upOpacity {
  from {
    opacity: 0;
    transform: translate(0px, 30px);
  }

  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@keyframes upOpacity {
  from {
    opacity: 0;
    transform: translate(0px, 30px);
  }

  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

nav.menu--desk {
  padding: 4px 0px;
  background-color: #094462;
  min-height: 44px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
  color: #ffffff;
}
.menu--desk.active {
  position: fixed;
  top: 0px;
  box-shadow: 0px 0px 8px -4px #00000085;
}


nav.menu--desk .telefono ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

nav.menu--desk .telefono ul li {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}


nav.menu--desk .telefono ul li:hover{
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  color: #f9af23;
}


nav.menu--desk .telefono ul li i {
  color: #f9af23;
}

nav.menu--desk .telefono ul li + li {
  margin-left: 20px;
}

@media screen and (min-width: 1200px) {
  nav.menu--desk .telefono ul li + li {
    margin-left: 30px;
  }
}

nav.menu--desk .cont-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  color: #094462;
  padding: 2px 6px;
  font-size: 16px;
}

nav.menu--desk .cont-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  nav.menu--desk {
    padding: 10px 0px;
  }
}

.menu--fixed {
  padding: 5px 0px;
  position: absolute;
  top: 44px;
  left: 0px;
  width: 100%;
  z-index: 150;
  background-color: #ffffff;
  transition: background 350ms, color 350ms;
}

.menu--fixed ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu--fixed ul li a {
  font-size: 16px;
  position: relative;
  color: #747b86;
  letter-spacing: 1.1px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .menu--fixed ul li a {
    font-size: 18px;
  }
}

.menu--fixed ul li + li {
  margin-left: 40px;
}

@media screen and (min-width: 1200px) {
  .menu--fixed ul li + li {
    margin-left: 60px;
  }
}

.menu--fixed ul li.active a {
  color: #094462;
}

.menu--fixed .logo {
  max-width: 160px;
}

.menu--fixed.active {
  background-color: #ffffff;
  position: fixed;
  top: 44px;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0px 0px 8px -4px #00000085;
}

.menu--fixed.active ul li a {
  color: #18212e;
}

@media screen and (min-width: 1200px) {
  .menu--fixed {
    padding: 13px 0px;
  }
}

footer {
  background-color: #18212e;
  color: #b3bbc6;
  padding: 30px 0px;
}

footer .tex {
  font-size: 20px;
  max-width: 300px;
  color: #ffffff;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  footer .tex {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .tex {
    max-width: 370px;
  }
}

footer h3 {
  color: #ffffff;
}

footer ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}

@media screen and (min-width: 1200px) {
  footer ul {
    font-size: 14px;
  }
}

footer ul.menu a {
  display: flex;
  padding: 4px 0px;
  align-items: center;
  text-align: left;
}

footer ul.menu a i {
  font-size: 8px;
  margin-right: 10px;
  color: #f9af23;
}

@media screen and (pointer: fine) {
  footer ul.menu a {
    transition: color 350ms;
  }

  footer ul.menu a:hover {
    color: #f9af23;
  }
}

@media screen and (max-width: 767px) {
  footer ul.menu {
    max-width: 130px;
    margin: auto;
  }
}

footer ul.contact i {
  color: #f9af23;
  margin-right: 10px;
}

footer ul.contact li:hover {
  color: #f9af23;
  cursor:pointer;
}

footer ul.contact li + li {
  margin-top: 10px;
}

footer hr.division {
  margin: 20px 0px;
}

.section-inicio .portada {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: calc(100vh - 70px);
  background-color: #18212e;
  background-position: -160px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  background-image: url(/images/portada.png);
}

.section-inicio .portada .card {
  max-width: 450px;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  color: #000000;
  position: absolute;
}

.section-inicio .portada .card .card-body h4 {
  font-weight: 600;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .section-inicio .portada .card .card-body h4 {
    color: #094462;
    font-size: 35px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .portada .card .card-body h4 {
    font-size: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .portada .card .card-body h4 {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) {
  .section-inicio .portada .card .card-body {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-inicio .portada .card {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5634453611) 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0px;
    right: 0px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .section-inicio .portada .card {
    top: 60px;
    width: 100%;
    right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .section-inicio .portada .card {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .portada .card {
    top: 40%;
    right: 0px;
    transform: translate(0%, -50%);
    max-width: 560px;
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .portada .card {
    max-width: 700px;
  }
}

@media screen and (min-width: 768px) {
  .section-inicio .portada {
    background-position: center;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .portada {
    height: calc(100vh - 125px);
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .portada {
    height: calc(100vh - 140px);
  }
}

.section-inicio .slider {
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #18212e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  min-height: 450px;
}

.section-inicio .slider .swiper-slide {
  position: relative;
}

.section-inicio .slider .card {
  max-width: 450px;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  color: #000000;
  position: absolute;
}

.section-inicio .slider .card .card-body h4 {
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .section-inicio .slider .card .card-body h4 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .slider .card .card-body h4 {
    font-size: 45px;
  }
}

@media screen and (min-width: 768px) {
  .section-inicio .slider .card .card-body {
    padding: 30px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .slider .card .card-body {
    padding: 40px 60px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .slider .card .card-body {
    padding: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section-inicio .slider .card {
    bottom: 10px;
    width: 95%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}

@media screen and (min-width: 768px) {
  .section-inicio .slider .card {
    max-width: 600px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .slider .card {
    top: 50%;
    left: 10px;
    transform: translate(0%, -50%);
    max-width: 560px;
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .slider .card {
    max-width: 700px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .slider {
    height: calc(100vh - 125px);
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .slider {
    height: calc(100vh - 140px);
  }
}

.section-inicio .informacion {
  padding: 40px 0px;
  background-color: #ffffff;
}

.section-inicio .informacion img.mdrt {
  max-width: 140px;
}

@media screen and (min-width: 992px) {
  .section-inicio .informacion img.mdrt {
    max-width: 200px;
  }
}

.section-inicio .informacion .bg {
  position: relative;
  max-width: 400px;
  display: inline-block;
}

.section-inicio .informacion .bg.franja {
  background-size: 100% 100%;
}

.section-inicio .informacion .bg .bg {
  position: absolute;
  bottom: 0%;
  right: 50%;
  transform: translate(50%, 0%);
  z-index: 1;
  max-width: 175px;
  border: 10px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .section-inicio .informacion .bg .bg {
    max-width: 380px;
    top: initial;
    right: 40px;
    bottom: -80px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .informacion .bg .bg {
    right: 70px;
    border: 20px solid #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .section-inicio .informacion .bg.franja::before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -80px;
    background-color: #f9af23;
  }
}

.section-inicio .informacion .experiencia {
  background-color: #e74d57;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 0px;
}

@media screen and (min-width: 992px) {
  .section-inicio .informacion {
    padding: 60px 0px;
  }
}

.section-inicio .servicios {
  padding: 40px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #094462;
  background-blend-mode: overlay;
  position: relative;
}

.section-inicio .servicios::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .section-inicio .servicios::after {
    height: 150px;
  }
}

.section-inicio .servicios .bg-white {
  background-color: #ffffff;
}

.section-inicio .servicios .slid-servicios {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-inicio .servicios .bordes {
  border: 1px solid #dee2e6;
}

.section-inicio .servicios .card {
  position: relative;
  top: -30px;
  background-color: #ffffff;
  border-radius: 0px;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-inicio .servicios .card::before,
.section-inicio .servicios .card::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.section-inicio .servicios .card::before {
  background-color: #f9af23;
  left: 0px;
}

.section-inicio .servicios .card::after {
  background-color: #f9af23;
  right: 0px;
}

.section-inicio .servicios .card .bg {
  max-height: 300px;
}

.section-inicio .servicios .card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
}

.section-inicio .servicios .card .btn-ir {
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  color: #094462;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (pointer: fine) {
  .section-inicio .servicios .card .btn-ir {
    transition: all 350ms;
  }

  .section-inicio .servicios .card .btn-ir:hover {
    background-color: #094462;
    color: #ffffff;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .servicios {
    padding: 60px 0px;
  }
}

.section-inicio .agendar {
  padding: 40px 0px;
}

@media screen and (min-width: 992px) {
  .section-inicio .agendar {
    padding: 60px 0px;
  }
}

.section-inicio .testimonios {
  padding: 40px 0px;
  background-color: #f0f0f0;
}

.section-inicio .testimonios .bg {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}

.section-inicio .testimonios h5 {
  color: #094462;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.section-inicio .testimonios .card {
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0px;
  padding: 30px;
}

.section-inicio .testimonios .card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #094462;
}

@media screen and (min-width: 992px) {
  .section-inicio .testimonios {
    padding: 60px 0px;
  }
}

.section-inicio .contador-clientes {
  background-color: #f9af23;
  padding: 40px 0px;
  padding-bottom: 0px;
}

.section-inicio .contador-clientes h3.tlo {
  font-family: "Shadows Into Light", cursive;
  font-size: 52px;
  color: #094462;
}

.section-inicio .contador-clientes p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .section-inicio .contador-clientes p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .contador-clientes p {
    font-size: 22px;
  }
}

.section-inicio .contador-clientes .division {
  border-color: #10488d3b;
}

@media screen and (max-width: 767px) {
  .section-inicio .contador-clientes .cpd {
    padding: 0px;
  }
}

@media screen and (min-width: 768px) {
  .section-inicio .contador-clientes {
    padding: 0px;
    margin-top: 40px;
    position: relative;
  }

  .section-inicio .contador-clientes::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: -40px;
    left: 0px;
    z-index: -1;
  }

  .section-inicio .contador-clientes .bg {
    height: calc(100% + 30px);
    margin-top: -30px;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .contador-clientes {
    margin-top: 20px;
  }

  .section-inicio .contador-clientes::before {
    top: -20px;
    z-index: 1;
    height: 70px;
  }

  .section-inicio .contador-clientes .bg {
    height: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 1200px) {
  .section-inicio .contador-clientes::before {
    height: 90px;
  }
}

.section-inicio .suscribete {
  background-color: #094462;
  padding: 40px 0px;
}

.section-inicio .suscribete input {
  width: 100%;
  padding: 10px 15px;
  color: #18212e;
  font-weight: 400;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  min-height: 48px;
}

@media screen and (min-width: 992px) {
  .section-inicio .suscribete {
    padding: 60px 0px;
  }
}

.section-inicio .ultimos-blog {
  padding: 40px 0px;
}

.section-inicio .ultimos-blog .card-blog .bg {
  position: relative;
}

.section-inicio .ultimos-blog .card-blog .bg span {
  position: absolute;
  background-color: #f9af23;
  color: #18212e;
  font-size: 14px;
  padding: 10px 15px;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  font-weight: 500;
}

.section-inicio .ultimos-blog .card-blog small {
  color: #094462;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.section-inicio .ultimos-blog .card-blog h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

@media screen and (pointer: fine) {
  .section-inicio .ultimos-blog .card-blog h3 {
    transition: all 350ms;
  }

  .section-inicio .ultimos-blog .card-blog h3:hover {
    color: #094462;
  }
}

@media screen and (pointer: fine) {
  .section-inicio .ultimos-blog .card-blog .btn {
    transition: all 350ms;
  }

  .section-inicio .ultimos-blog .card-blog .btn:hover {
    background-color: #094462;
    color: #ffffff;
  }
}

@media screen and (pointer: coarse) {
  .section-inicio .ultimos-blog .card-blog .btn {
    background-color: #094462;
    color: #ffffff !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .section-inicio .ultimos-blog .card-cont:nth-child(3) {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .section-inicio .ultimos-blog {
    padding: 60px 0px;
  }
}

.nosotros .banner {
  min-height: 250px;
  padding: 40px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #094462;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .nosotros .banner {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .nosotros .banner {
    padding: 60px 0px;
  }
}

.nosotros .historia {
  padding: 40px 0px;
}

.nosotros .historia h6 {
  color: #094462;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .nosotros .historia {
    padding: 60px 0px;
  }
}

.nosotros .filosofia {
  padding: 40px 0px;
}

.nosotros .filosofia article {
  padding: 30px 10px;
  margin: auto;
  background-color: #f0f8ff;
  border-radius: 5px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .nosotros .filosofia article {
    padding: 30px 20px;
    max-width: 700px;
  }
}

@media screen and (min-width: 992px) {
  .nosotros .filosofia article {
    max-width: 870px;
  }
}

.nosotros .filosofia.red article {
  background-color: rgba(146, 14, 57, 0.05);
}

@media screen and (min-width: 768px) {
  .nosotros .filosofia.red {
    padding-bottom: 100px;
  }
}

.nosotros .filosofia .textos {
  color: #000000;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
  font-weight: 300;
}

.nosotros .filosofia .textos::before,
.nosotros .filosofia .textos::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.nosotros .filosofia .textos::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F10D";
  margin-right: 10px;
}

.nosotros .filosofia .textos::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F10E";
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .nosotros .filosofia .textos {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .nosotros .filosofia .textos {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .nosotros .filosofia {
    padding: 60px 0px;
  }
}

.nosotros .trabajamos {
  padding: 40px 0px;
}

.nosotros .trabajamos img {
  max-width: 120px;
  height: 120px;
}

.nosotros .trabajamos h5 {
  color: #094462;
  margin-bottom: 15px;
}

.nosotros .trabajamos .card {
  background-color: #f0f8ff;
  border: none;
  border-radius: 2px;
}

.nosotros .trabajamos .card .card-body {
  position: relative;
}

.nosotros .trabajamos .card .card-body .number {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f9af23;
  color: #000000;
  font-weight: 500;
  text-align: center;
  padding: 8px 20px;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .nosotros .trabajamos {
    padding: 60px 0px;
  }
}

.nosotros .equipo {
  padding: 40px 0px;
}

.nosotros .equipo .card-cont-equipo {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
}

.nosotros .equipo .card-cont-equipo .bordes {
  border: 1px solid #dee2e6;
}

.nosotros .equipo .card-cont-equipo .card {
  position: relative;
  top: -30px;
  background-color: #ffffff;
  border-radius: 0px;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nosotros .equipo .card-cont-equipo .card::before,
.nosotros .equipo .card-cont-equipo .card::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  z-index: 1;
}

.nosotros .equipo .card-cont-equipo .card::before {
  background-color: #f9af23;
  left: 0px;
}

.nosotros .equipo .card-cont-equipo .card::after {
  background-color: #f9af23;
  right: 0px;
}

.nosotros .equipo .card-cont-equipo .card .bg {
  max-height: 300px;
}

.nosotros .equipo .card-cont-equipo .card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.nosotros .equipo .card-cont-equipo .card .textos {
  font-size: 14px;
}

.nosotros .equipo .card-cont-equipo .card .btn-ir {
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  color: #18212e;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (pointer: fine) {
  .nosotros .equipo .card-cont-equipo .card .btn-ir {
    transition: all 350ms;
  }

  .nosotros .equipo .card-cont-equipo .card .btn-ir:hover {
    background-color: #e74d57;
    color: #ffffff;
  }
}

@media screen and (min-width: 992px) {
  .nosotros .equipo {
    padding: 60px 0px;
  }
}

.nosotros .socios-comerciales {
  padding: 40px 0px;
  background-color: #094462;
}

.nosotros .socios-comerciales .cont-logo {
  max-width: 200px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nosotros .socios-comerciales .cont-logo img {
  max-width: 200px;
  max-height: 120px;
}

@media screen and (min-width: 992px) {
  .nosotros .socios-comerciales .cont-logo img {
    max-width: 260px;
    max-height: 80px;
  }
}

@media screen and (min-width: 992px) {
  .nosotros .socios-comerciales .cont-logo {
    max-width: 260px;
    max-height: 80px;
  }
}

@media screen and (min-width: 992px) {
  .nosotros .socios-comerciales {
    padding: 60px 0px;
  }
}

.nosotros .banner-c {
  background-color: #094462;
  padding: 40px 0px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .nosotros .banner-c .titulo {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .nosotros .banner-c .btn-blanco {
    position: absolute;
    bottom: 50%;
    right: 30%;
    transform: translate(50%, 50%);
  }
}

@media screen and (min-width: 768px) {
  .nosotros .banner-c {
    padding: 0px;
  }
}

.productos .banner {
  min-height: 250px;
  padding: 40px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #094462;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .productos .banner {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .productos .banner {
    padding: 60px 0px;
  }
}

.productos .list-productos {
  padding: 40px 0px;
}

.productos .list-productos .bg {
  position: relative;
}

.productos .list-productos .bg .card {
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(16, 72, 141, 0.9304096639) 0%, rgba(16, 72, 141, 0.52) 27%, rgba(16, 72, 141, 0) 100%);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border: none;
  box-shadow: none;
}

.productos .list-productos .bg .card h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
}

.productos .list-productos .bg .card p {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .productos .list-productos {
    padding: 60px 0px;
  }
}

.productos .detalle-prod {
  padding: 40px 0px;
}

.productos .detalle-prod .bg {
  max-height: 500px;
}

@media screen and (min-width: 992px) {
  .productos .detalle-prod {
    padding: 60px 0px;
  }
}

.blog .banner {
  min-height: 250px;
  padding: 40px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #094462;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .blog .banner {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .blog .banner {
    padding: 60px 0px;
  }
}

.blog .list-blog {
  padding: 40px 0px;
}

.blog .list-blog .card-blog .bg {
  position: relative;
}

.blog .list-blog .card-blog .bg span {
  position: absolute;
  background-color: #f9af23;
  color: #18212e;
  font-size: 14px;
  padding: 10px 15px;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  font-weight: 500;
}

.blog .list-blog .card-blog small {
  color: #094462;
  display: block;
  font-weight: 500;
  font-size: 14px;
}

.blog .list-blog .card-blog h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

@media screen and (pointer: fine) {
  .blog .list-blog .card-blog h3 {
    transition: all 350ms;
  }

  .blog .list-blog .card-blog h3:hover {
    color: #094462;
  }
}

@media screen and (pointer: fine) {
  .blog .list-blog .card-blog .btn {
    transition: all 350ms;
  }

  .blog .list-blog .card-blog .btn:hover {
    background-color: #094462;
    color: #ffffff;
  }
}

@media screen and (pointer: coarse) {
  .blog .list-blog .card-blog .btn {
    background-color: #094462;
    color: #ffffff !important;
  }
}

.blog .list-blog .bg {
  max-height: 350px;
}

@media screen and (min-width: 992px) {
  .blog .list-blog {
    padding: 60px 0px;
  }
}

.blog-contenido {
  padding: 40px 0px;
}

.blog-contenido .titulo-nota {
  font-size: 22px;
}

@media screen and (min-width: 992px) {
  .blog-contenido .titulo-nota {
    font-size: 24px;
  }
}

.blog-contenido small {
  color: #094462;
  font-size: 14px;
  font-weight: 500;
}

.blog-contenido small + small {
  color: #747b86;
}

.blog-contenido .contenido p {
  color: #747b86;
  font-size: 14px;
}

.blog-contenido .contenido img {
  width: 100%;
}

.blog-contenido .card-categorias,
.blog-contenido .card-recents-post {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  box-shadow: none;
}

.blog-contenido .card-categorias ul {
  padding-left: 0px;
  margin: 0px;
  list-style: none;
}

.blog-contenido .card-categorias ul li a {
  display: block;
  padding: 10px 0px;
  color: #747b86;
}

@media screen and (pointer: fine) {
  .blog-contenido .card-categorias ul li a {
    transition: all 350ms;
  }

  .blog-contenido .card-categorias ul li a:hover {
    color: #094462;
  }
}

.blog-contenido .card-recents-post .espacios {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.blog-contenido .card-recents-post .espacios::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.blog-contenido .card-recents-post .espacios:last-child::after {
  content: none;
}

@media screen and (min-width: 992px) {
  .blog-contenido {
    padding: 60px 0px;
  }
}

.contacto {
  background-color: #f0f8ff;
}

.contacto .banner {
  min-height: 250px;
  padding: 40px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #094462;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
  .contacto .banner {
    min-height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .contacto .banner {
    padding: 60px 0px;
  }
}

@media screen and (min-width: 768px) {
  .contacto {
    background-color: #ffffff;
  }
}

.contacto .titulo.menor {
  font-size: 18px;
}

.contacto .form-contacto {
  padding: 40px 0px;
}

.contacto .form-contacto a.redes {
  font-size: 35px;
  color: #18212e;
  opacity: 0.8;
}

@media screen and (pointer: fine) {
  .contacto .form-contacto a.redes {
    transition: all 350ms;
  }

  .contacto .form-contacto a.redes:hover {
    opacity: 1;
    color: #094462;
  }
}

@media screen and (pointer: coarse) {
  .contacto .form-contacto a.redes {
    opacity: 1;
  }
}

.contacto .form-contacto .form-asesor p i {
  color: #094462;
}

.contacto .form-contacto .dropdown {
  z-index: 1;
}

.contacto .form-contacto .dropdown button {
  background-color: #f0f0f0;
  width: 100%;
  text-align: left;
  padding: 7px 15px;
  padding-right: 30px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background-image: url(/images/caret.png);
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #000000;
  font-weight: 400;
  box-shadow: none;
}

.contacto .form-contacto .dropdown button::after {
  content: none;
}

.contacto .form-contacto .dropdown button.bg-blanco {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .contacto .form-contacto .dropdown button {
    padding: 18px 15px;
  }
}

.contacto .form-contacto .dropdown .dropdown-menu {
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  padding: 0px;
  border: none;
  border-radius: 0px;
}

.contacto .form-contacto .dropdown .dropdown-menu a {
  cursor: pointer;
}

.contacto .form-contacto .dropdown .dropdown-item:hover,
.contacto .form-contacto .dropdown .dropdown-item:focus {
  background: #094462;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .contacto .form-contacto {
    padding: 60px 0px;
  }
}

@media screen and (min-width: 768px) {
  .contacto .form-contacto {
    position: relative;
    z-index: 1;
  }

  .contacto .form-contacto::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #f0f8ff;
  }
}

@media screen and (min-width: 992px) {
  .contacto .form-contacto::before {
    width: 100%;
  }
}

.contacto .form-contacto iframe {
  position: relative;
  z-index: 2;
}

.contacto #mapa {
  width: 100%;
  border: none;
  height: 450px;
}

