/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
}

.img-border{
  border-radius: 0.5em;
}

a {
  color: #0649A2;
  text-decoration: none;
}

a:hover {
  color: #0649A2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
# Tarifario
--------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}
.table-wrapper {
  overflow-x: auto;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0649A2;
  border-top-color: #d2d9f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d20303;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: 0px 2px 20px rgba(1, 35, 80, 0.699);
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0649A2;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #0649A2;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #ffffff;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: white;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
  width: 200px;
}

.sticked-header-offset {
  margin-top: 70px;
}

section {
  scroll-margin-top: 70px;
}

.button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #0649A2;
  padding: 0.4em 1.4em;
  cursor: pointer;
  border-radius: 0.5em;
  background: #ffffff;
  border: 1px solid #f9f9f9;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.button2:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button2:hover {
  color: #ffffff;
  border: 1px solid #0649A2;
}

.button2:hover:before {
  top: -35%;
  background-color: #0649A2;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
  top: -45%;
  background-color: #0649A2;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 16px;
    font-weight: 600;
    color: #0649A2;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(21, 81, 222, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
    color: #0649A2;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #0649A2;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #0649A2;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #0649A2;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 35px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0c65db;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0649A2;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #cc1a1a;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/* The animation */
.codepen-button1 span {
  position: relative;
  display: block;
  font-size: 0.9rem;
  background: #0649A2;
  color: white;
  border-radius: 10px;
  height: 100%;
  padding: 8px 12px;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0649A2;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #04397d8b;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li>a:before {
  left: 20px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0649A2;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #0649A2;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover>a {
  color: #0649A2;
}

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../img/banner1.jpg);
  background-size: cover;
  /*background: linear-gradient(0deg, rgb(6, 34, 213) 0%, rgb(22, 43, 183) 100%);*/
  padding: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 60px;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 768px) {
  #hero .carousel-container {
    height: 90vh;
  }

  #hero h2 {
    font-size: 28px;
  }
}

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 3s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 3s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 4s linear infinite;
  animation-delay: -2s;
}

.hero-image {
  width: 500px;
  position: absolute;
  bottom: -70px;
  left: 1%;
  z-index: -1;
  animation: floatAndMoveNav 3s ease-in-out infinite alternate; 
}

@keyframes floatAndMoveNav {
  0% {
    transform: translateY(0) translateX(-5px);
  }

  50% {
    transform: translateY(-10px) translateX(47.5px);
  }

  100% {
    transform: translateY(0) translateX(100px);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveNav {
  0% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(100px);
  }
}

.hero-image1 {
  width: 400px;
  position: absolute;
  bottom: -10px;
  left: 1%;
  z-index: -1;
  animation: moveForward 6s linear infinite;
}

@keyframes moveForward {
  0% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(-2px);
  }
}

.hero-image2 {
  width: 500px;
  position: absolute;
  bottom: -60px;
  left: 1%;
  z-index: -1;
  animation: flyUpRight 8s ease-in-out infinite alternate;
}

@keyframes flyUpRight {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(1000px, -600px);
  }
  0% {
    
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

/* The animation */

.codepen-button {
  display: block;
  cursor: pointer;
  color: white;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  font-weight: 60;
  border-radius: 15px;
  overflow: hidden;
  padding: 2px;
  isolation: isolate;
}


.codepen-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  background: linear-gradient(115deg, #d1d1d1, #02367b, #a7bfde);
  background-size: 25% 100%;
  animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop 0.75s linear infinite;
  animation-play-state: running;
  translate: -5% 0%;
  transition: translate 0.25s ease-out;
}

.codepen-button:hover::before {
  animation-play-state: running;
  transition-duration: 0.75s;
  translate: 0% 0%;
}

@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
  to {
    transform: translateX(-25%);
  }
}

.codepen-button span {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  background: #0649A2;
  color: white;
  border-radius: 15px;
  height: 100%;
}

/*imagen slider*/

.carousel-img {
  width: 400px;
  padding-top: -200px;
  z-index: -9999;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5ff;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #0649A2;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0649A2;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding:60px 0;
  min-height: 40px;
}

.breadcrumbs .container {
  position: relative;
}

.degradado {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 17, 94, 0.7), transparent);
}

.text{
  color: white;
}

.s1{
  background: url("../img/bannermari.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  /*22.jpg*/
}

.s2{
  background: url("../img/banneraereo.jpeg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.s3{
  background: url("../img/bannerterrest.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.s4{
  background: url("../img/banneraduana.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.s5{
  background: url("../img/mision.jpeg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services{
  margin-top: 50px;
}
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 15px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #0649A2;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
  border-radius: 15px;
}


.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(25, 119, 204, 0.2);
  border-radius: 15px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}


.services .icon-box:hover {
  background:#0856bbc1;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #0649A2;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #0649A2;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 35px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #0649A2;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0649A2;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #0649A2;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #0649A2;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #0649A2;
  border-color: #0649A2;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #0649A2;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.values .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.67);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.values .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.values .card-title a {
  color: #473d3a;
}

.values .card-text {
  color: #4b4949;
}

.values .read-more a {
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.values .read-more a:hover {
  text-decoration: underline;
}

.values .card:hover .card-body {
  background: #0649A2;
}

.values .card:hover .read-more a,
.values .card:hover .card-title,
.values .card:hover .card-title a,
.values .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.count-box {
  color: #0649A2;
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: white;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0649A2;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.counts-banner {
  padding: 80px 0;
  background: linear-gradient(rgba(2, 2, 2, 0.251), rgba(0, 0, 0, 0.487)), url("../img/map-front.gif") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.counts-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


@media (min-width: 1024px) {
  .counts-banner {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details {
  background: #0649A2;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  color: #fff;
}

.details .content {
  padding: 30px 30px 30px 0;
}

.details .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 30px;
}

.details .content p {
  margin-bottom: 30px;
}

.details .content .details-btn i {
  font-size: 14px;
}

.details .icon-boxes .icon-box {
  margin-top: 30px;
}

.details .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}

.details .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.details .icon-boxes .icon-box p {
  font-size: 15px;
}

@media (max-width: 1200px) {
  .details .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .details {
    text-align: center;
  }
}



/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/map-front.gif") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0649A2;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.461), rgba(0, 0, 0, 0.649)), url("../img/contacts.png") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}


.ctabutton {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  margin-top: 20px;
  padding: 0.4em 1.4em;
  cursor: pointer;
  border-radius: 0.5em;
  background: #ffffff00;
  border: 1px solid #f9f9f9;
}

.ctabutton:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.ctabutton:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.ctabutton:hover {
  color: #ffffff;
  border: 1px solid #0649A2;
}

.ctabutton:hover:before {
  top: -35%;
  background-color: #0649A2;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.ctabutton:hover:after {
  top: -45%;
  background-color: #0649A2;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/*--------------------------------------------------------------
# Mapa Google
--------------------------------------------------------------*/
.mapa-google{
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  background-color: #0649A2;
  color: white;
  padding: 60px 0;
  font-size: 14px;
  border-top: 1px solid color-mix(in srgb, #0649A2, transparent 80%);
}

.footer h3{
  font-weight: bold;
}

.footer a {
  color: white !important;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .copyright {
  margin-top: 50px;
  position: relative;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb,rgb(255, 255, 255), transparent 80%);
}

.footer .copyright p,
.footer .copyright .libro {
  margin: 2px 0;
}



.btn-learn-more {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0.4em 1.4em;
  cursor: pointer;
  border-radius: 0.5em;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: none;
  box-shadow: 6px 6px 12px #042f66;
  text-decoration: none;
}

.btn-learn-more:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-learn-more:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-learn-more:hover {
  color: #ffffff;
}

.btn-learn-more:hover:before {
  top: -35%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-learn-more:hover:after {
  top: -45%;
  background-color: #0649A2;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


.footer button span:after {
  color: red;
}


.footer .widget .widget-heading {
  font-size: 15px;
  color: white;
  margin-bottom: 20px;
}

.footer .widget ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.footer .widget ul li a {
  color: color-mix(in srgb, white, transparent 50%);
}

.footer .widget ul li a:hover {
  text-decoration: none;
}

.footer .widget .footer-blog-entry .date {
  color: color-mix(in srgb, white, transparent 50%);
  font-size: 12px;
}

.footer .social-icons li {
  display: inline-block;
}

.footer .social-icons li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: color-mix(in srgb, white, transparent 90%);
}

.footer .social-icons li a span {
  color: color-mix(in srgb, white, transparent 0%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
}

.footer .social-icons li a:hover {
  background: red;
}

.footer .social-icons li a:hover span {
  color: white;
}

.footer .social-icons li:first-child a {
  padding-left: 0;
}



.footer .footer-subscribe form {
  position: relative;
}

.footer .footer-subscribe .form-control {
  font-size: 14px;
  height: 42px;
  border: 2px solid color-mix(in srgb, white, transparent 40%);
  background: none;
  color: white;
  padding-right: 40px;
  box-shadow: 6px 6px 12px #042f66;
}

.footer .footer-subscribe .form-control:focus {
  border-color: color-mix(in srgb, white, transparent 10%);
  box-shadow: none;
  box-shadow: 6px 6px 12px #042f66;
}

.footer .footer-subscribe .form-control::placeholder {
  color: color-mix(in srgb, white, transparent 60%);
}

.footer .footer-subscribe .btn-link {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  background-color: none;
  border-color: none;
  position: absolute;
  line-height: 0;
  color: color-mix(in srgb, white, transparent 20%);
  top: 20px;
  right: 10px;
  transform: translateY(-50%) rotate(0deg);
}

/*--------------------------------------------------------------
# Libro Section
--------------------------------------------------------------*/
.section-libro h2{
  color: #0649A2;
}

.btn-formato {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #0649A2;
  padding: 0.4em 1.4em;
  cursor: pointer;
  border-radius: 0.5em;
  background: #ffffff;
  border: 1px solid #f9f9f9;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.btn-formato:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.btn-formato:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.6s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-formato:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  border-radius: 50%;
  display: block;
  transition: all 0.6s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.btn-formato:hover {
  color: #ffffff;
  border: 1px solid #0649A2;
}

.btn-formato:hover:before {
  top: -35%;
  background-color: #0649A2;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.btn-formato:hover:after {
  top: -45%;
  background-color: #0649A2;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}


/*--------------------------------------------------------------
# Politicas Section
--------------------------------------------------------------*/

.alt-politicas .politica-card {
  background-color: white;
  border: 1px solid color-mix(in srgb, black , transparent 90%);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
}

.alt-politicas .politica-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0649A2, color-mix(in srgb, #0649A2, #0649A2 30%));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.alt-politicas .politica-card:hover::before {
  transform: scaleX(1);
}

.alt-politicas .politica-card.featured {
  border-color: #0649A2;
  box-shadow: 0 10px 30px color-mix(in srgb, #0649A2, transparent 85%);
}

.alt-politicas .politica-card.featured::before {
  transform: scaleX(1);
}

.alt-politicas .politica-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px color-mix(in srgb, #021c3d, transparent 85%);
  border-color: #0649A2;
}

.alt-politicas .politica-card .card-header {
  padding: 25px 25px 5px;
  text-align: center;
}

.alt-politicas .politica-card .card-header .icon-box {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: color-mix(in srgb, #0649A2, transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0649A2;
  font-size: 32px;
  transition: all 0.3s ease;
}

.alt-politicas .politica-card .card-header h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #0649A2;
}

.alt-politicas .politica-card .card-body {
  padding: 0 25px 15px;
}

.alt-politicas .politica-card .card-body p {
  font-size: 12px;
  line-height: 1.6;
  color: color-mix(in srgb,black, transparent 20%);
  margin-bottom: 20px;
  text-align: center;
}

.alt-politicas .politica-card .card-body .feature-image {
  width: 100%;
  height: 455px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}


.alt-politicas .politica-card .card-body .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.alt-politicas .politica-card:hover .feature-image::before {
  opacity: 1;
}

.alt-politicas .politica-card:hover .feature-image img {
  transform: scale(1.1);
}

.alt-politicas .politica-card .card-footer {
  padding: 15px 25px 25px;
}

.alt-politicas .politica-card .card-footer .btn-explore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 20px;
  background: transparent;
  border: 2px solid color-mix(in srgb, #0649A2, transparent 70%);
  border-radius: 8px;
  color: #0649A2;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.alt-politicas .politica-card .card-footer .btn-explore i {
  margin-left: 8px;
  font-size: 16px;
  transition: transform 0.3s ease;
}

.alt-politicas .politica-card .card-footer .btn-explore:hover {
  background: #0649A2;
  color: white;
  border-color: #0649A2;
}

.alt-politicas .politica-card .card-footer .btn-explore:hover i {
  transform: translate(3px, -3px);
}

.alt-politicas .politica-card.featured .btn-explore {
  background: #0649A2;
  color: white;
  border-color: #0649A2;
}

.alt-politicas .politica-card.featured .btn-explore:hover {
  background: color-mix(in srgb, #0649A2, #0649A2 20%);
  border-color: color-mix(in srgb, #0649A2, #0649A2 20%);
}

@media (max-width: 768px) {
  .alt-politicas .politica-card .card-header {
    padding: 20px 20px 10px;
  }

  .alt-politicas .politica-card .card-header .icon-box {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .alt-politicas .politica-card .card-header h4 {
    font-size: 16px;
  }

  .alt-politicas .politica-card .card-body {
    padding: 0 20px 10px;
  }

  .alt-politicas .politica-card .card-body .feature-image {
    height: 550px;
  }

  .alt-politicas .politica-card .card-footer {
    padding: 10px 20px 20px;
  }
}