/* ============================= 
    COMMON CSS
================================ */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
  color: #4a4a4a;
}
.bg-light {
  background-color: #fff !important;
}
img {
  max-width: 100%;
  height: auto;
}
.display-files img,
.bodycopy img {
  border-radius: 6px;
  /* margin: 15px !important; */
}
.image-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.tumb {
  border: 1px solid #ccc;
  border-radius: 6px;
}
.tumb img {
  object-fit: cover;
  transition: 0.5s;
  aspect-ratio: 1;
  width: 115px;
}
.image-wrapper img:hover {
  transform: scale(1.1);
}
.portfolio .display-files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--color-secondary);
  border-radius: 6px;
}
.display-files {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: var(--color-secondary);
  border-radius: 6px;
}
.portfolio-item-wrapper .display-files {
  height: 150px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 0;
  object-position: center center;
}
.news.show .display-files .tumb {
  position: relative;
  overflow: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.list,
.bodycopy ul {
  margin-left: 30px;
  margin-top: 20px;
}

ul.list li,
.bodycopy ul li {
  color: #6c757d;
  font-size: 17px;
  margin: 5px 0;
  position: relative;
}

ul.list li h4 {
  font-size: 20px;
  color: #0e2a47;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}

ul.list li:before,
.bodycopy ul li:before {
  font-family: "FontAwesome";
  content: "\f058";
  color: #79c4f2;
  position: absolute;
  left: -25px;
}
blockquote {
  font-size: 1.1rem;
  padding: 1em 30px 1em 35px;
  border: 2px solid rgb(228 231 234);
  line-height: 1.6;
  position: relative;
  background: #fff;
  border-radius: 0 10px 10px;
  margin: 40px 15px;
}

blockquote::before {
  font-family: "Nunito", sans-serif;
  content: "\201C";
  color: #002580;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after {
  content: "";
}

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

button {
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .display-files {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: var(--color-secondary);
    border-radius: 6px;
    justify-content: center;
    align-content: center;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.4rem;
  color: #585978;
  text-align: left;
  font-weight: 800;
  background-color: #f8f9fa;
  border: 1px solid rgb(226 232 239);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: rgb(115 176 231);
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(115 176 231);
  outline: 0;
  box-shadow: 0 0 0 0.25rem #eee;
}
/* ============ scroll-top =============== */
.scroll-top {
  width: 45px;
  height: 45px;
  background: #79c4f2;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}

.scroll-top:hover {
  color: #ffffff;
  background: rgb(0 51 161);
}

/* ============================= 
    PRELOADER CSS
================================ */
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #ffffff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #1d48a2 #1d48a2 #e9e9e9;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e9e9e9;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e9e9e9;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */

@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* ============================= 
    TYPOGRAPHY CSS
================================ */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 800;
  color: #002580;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

h1,
.h1 {
  font-size: 3.2rem;
  letter-spacing: 0.7px;
  text-align: center;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

h2,
.h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #253572;
  text-align: center;
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

h2 {
}
.lema {
  font-family: "Pacifico", cursive;
  padding: 30px 0 15px 0;
  color: #79c4f2;
  font-weight: 400;
  font-style: normal;
}
h3,
.h3 {
  /* font-size: 40px; */
  letter-spacing: 0.4px;
  margin: 15px 0;
  color: #002580;
  font-weight: 700;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
}

h4,
.h4 {
  font-size: 30px;
  letter-spacing: 0.35px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 20px;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.body-font-size {
  font-size: 16px;
}

.font-size-sm {
  font-size: 14px;
}

.font-size-xs {
  font-size: 12px;
}

.caption-font-size {
  font-size: 14px;
}

p {
  font-size: 17px;
  line-height: 24px;
  /* margin-bottom: 0px; */
}

/* ============================= 
    BUTTONS CSS
================================ */
.button {
  height: 44px;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #79c4f2;
  color: #ffffff;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  padding: 0 25px;
  overflow: hidden;
}

.button i {
  padding-left: 20px;
  /* font-size: 1.5rem; */
}

.button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: all 0.4s linear;
  transform: translate3d(-50%, -50%, 0) scale(0);
}

.button:hover {
  color: #ffffff;
}

.button:hover::before {
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}

.button.border-button {
  background: transparent;
  color: #002580;
  border-color: #002580;
}

.button.border-button::before {
  background: rgba(47, 128, 237, 0.16);
}

.button-lg {
  height: 64px;
  border-radius: 12px;
}

.button-sm {
  height: 34px;
  font-size: 16px;
  font-weight: 400;
}
.btn-primary {
  background: #002580;
}
.text.showall .buttons {
}
/* ============================= 
    HEADER-4 CSS
================================ */
.header {
  background: #ffffff;
}

.header.header-4 .header-search {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .header-search {
    position: absolute;
    right: 60px;
  }
}

@media (max-width: 767px) {
  .header.header-4 .header-search {
    position: absolute;
    right: 60px;
  }
}

.header.header-4 .header-search:hover form {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header.header-4 .header-search a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #002580;
  font-size: 15px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
}

.header.header-4 .header-search form {
  position: absolute;
  top: 120%;
  right: 0;
  /* width: 290px; */
  background: rgb(115 176 231);
  /* box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3); */
  padding: 20px 15px;
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  display: flex;
}
.header.header-4 .header-search form a {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  font-size: 18px;
}
.header.header-4 .header-search form input {
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
}

.header.header-4 .navbar {
  padding: 0px;
  border-radius: 0px;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar {
    padding: 17px 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar {
    padding: 17px 0;
  }
}

.header.header-4 .navbar-brand {
  padding: 0;
}

.header.header-4 .navbar-brand img {
  max-width: 190px;
}
.header.header-4 span.consultor {
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
}
.header.header-4 .navbar-toggler {
  padding: 0;
  border: none;
}

.header.header-4 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.header.header-4 .navbar-toggler .toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #002580;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
  border: none;
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.header.header-4 .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header.header-4 .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #002580;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
    max-height: 350px;
    overflow-y: scroll;
    border-radius: 0 0 25px 25px;
  }
}

.header.header-4 .navbar-nav .nav-item {
  position: relative;
  margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item {
    margin-right: 0px;
  }
}

.header.header-4 .navbar-nav .nav-item > a {
  font-size: 16px;
  font-weight: 700;
  color: #263673;
  transition: all 0.3s ease-out 0s;
  padding: 20px 0px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.header.header-4 .navbar-nav .nav-item > a > ::after,
.header.header-4 .navbar-nav .nav-item > a > ::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: #2f80ed;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item > a > ::after,
  .header.header-4 .navbar-nav .nav-item > a > ::before {
    top: auto;
    bottom: 5px;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item > a > ::after,
  .header.header-4 .navbar-nav .nav-item > a > ::before {
    top: auto;
    bottom: 5px;
  }
}

.header.header-4 .navbar-nav .nav-item > a::after {
  top: 0;
  left: 0;
}

.header.header-4 .navbar-nav .nav-item > a::before {
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item > a {
    display: block;
    padding: 12px 0px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
}

.header.header-4 .navbar-nav .nav-item > a:hover,
.header.header-4 .navbar-nav .nav-item > a.active {
  color: #79c4f2;
  /* background: #73b0e7; */
  /* border-radius: 12px; */
}

.header.header-4 .navbar-nav .nav-item > a:hover::before,
.header.header-4 .navbar-nav .nav-item > a:hover::after,
.header.header-4 .navbar-nav .nav-item > a.active::before,
.header.header-4 .navbar-nav .nav-item > a.active::after {
  width: 30%;
}

.header.header-4 .navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
    opacity: 0;
  }
}

.header.header-4 .navbar-nav .nav-item .sub-menu {
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
}

.header.header-4 .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    height: auto;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    height: auto;
    visibility: visible;
  }
}

.header.header-4 .navbar-nav .nav-item .sub-menu li {
  display: block;
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #585978;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a {
    padding: 8px 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a {
    padding: 8px 0;
  }
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a.active,
.header.header-4 .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #2f80ed;
}

.header.header-4 .navbar-nav .nav-item .sub-menu li a.active::after,
.header.header-4 .navbar-nav .nav-item .sub-menu li a:hover::after {
  width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a.active,
  .header.header-4 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu li a.active,
  .header.header-4 .navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    display: block;
    height: auto;
    opacity: 1;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  .header.header-4 .navbar-nav .nav-item .sub-menu.show {
    display: block;
    height: auto;
    opacity: 1;
    box-shadow: none;
  }
}

.header.header-4 .navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header.header-4 .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    background: none;
    color: #000000;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.header.header-4 .navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  position: relative;
  top: -5px;
}

/* ============================= 
    HERO-1 CSS
================================ */
.hero-section-wrapper-1 {
  /* background: #fafafa !important; */
  position: relative;
}

.hero-section-wrapper-1 .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(255 255 255);
  /* border-bottom: 1px solid #bbbbbb; */
  box-shadow: -2px 2px 12px 0px rgb(108 117 125 / 49%);
}

.hero-section-wrapper-1 .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 10px; */
  z-index: 2;
  /* background: #ffffff; */
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); */
  z-index: 10;
}

.hero-section-wrapper-1 .hero-style-1 {
  position: relative;
  z-index: 1;
  background: url(../img/bg-top.jpg) no-repeat center bottom;
  background-size: cover;
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
  padding: 200px 0 300px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
    padding: 250px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
    padding: 200px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
    padding: 200px 0 50px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper {
    padding: 150px 0 50px;
  }
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
  margin-bottom: 30px;
  font-family: "Pacifico", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  text-shadow: 0px 0px 6px rgb(255 255 255);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
    font-size: 47px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
    text-shadow: 0px 0px 6px rgb(255 255 255);
  }
  .hero-section-wrapper-1 .hero-style-1 {
    background: url(../img/bg-top-mobile.jpg) no-repeat center bottom !important;
    padding-top: 30px;
  }
  .owl-links .owl-nav {
    display: none !important;
  }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper h2 {
    font-size: 47px;
    line-height: 58px;
  }
  /* .owl-links .owl-nav {
    display: none !important;
  } */
  .hero-section-wrapper-1 .hero-style-1 {
    background: url(../img/bg-top-mobile.jpg) no-repeat center bottom !important;
    padding-top: 20px;
  }
}

.hero-section-wrapper-1 .hero-style-1 .hero-content-wrapper p {
  font-weight: 500;
  margin-bottom: 50px;
}

.hero-section-wrapper-1 .hero-style-1 .hero-image {
  margin-bottom: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-section-wrapper-1 .hero-style-1 .hero-image img {
    max-width: 100%;
  }
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape {
  position: absolute;
  z-index: -1;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-1 {
  right: 0;
  bottom: 0;
  height: 100%;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-2 {
  top: 200px;
  left: 49%;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-3 {
  left: 15%;
  bottom: 120px;
}

.hero-section-wrapper-1 .hero-style-1 .shapes .shape.shape-4 {
  left: 0;
  bottom: 5%;
}

#consultor {
  background: rgb(115 176 231);
  /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,247,213,1) 100%); */
  padding: 0 0 100px 0;
}
#consultor h3 {
  font-family: "Pacifico", cursive;
  font-style: normal;
  font-weight: 400;
  color: #002580;
  font-size: 40px;
}
#consultor h4 {
  font-family: "Pacifico", cursive;
  font-style: normal;
  font-weight: 400;
}
/* ============================= 
    FEATURE-3 CSS
================================ */
.feature-style-3 {
  background: #ffffff;
  padding: 100px 0;
}

.feature-style-3 .single-feature {
  padding: 30px 35px;
  border-radius: 10px;
  margin-bottom: 40px;
  margin-top: 30px;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
}

.feature-style-3 .single-feature .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #79c4f2;
  color: #ffffff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -60px;
}

.feature-style-3 .single-feature .content h5 {
  font-weight: 600;
  margin-bottom: 25px;
}

.text.producto .bodycopy h2 {
  color: #79c4f2;
  margin: 15px 0;
  font-size: 2.5rem;
  font-weight: 900;
  background: rgb(248 249 250);
  padding: 7px 20px;
  display: inline-block;
  border-radius: 10px;
}

/* ============================= 
    ABOUT-5 CSS
================================ */
.about-style-5 {
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/free_live.jpg);
}

.about-style-5::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: linear-gradient(0deg, #4B4848, #4B4848), #F3F3F3; */
  opacity: 0.4;
  z-index: -1;
}
.about-style-5 h3 {
  color: #002580;
  font-weight: 800;
}
.about-style-5 .about-content-wrapper {
  padding: 50px;
  background: #ffffff;
  border-radius: 0 0 25px 25px;
}

@media (max-width: 767px) {
  .about-style-5 .about-content-wrapper {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .about-style-5 .about-content-wrapper .section-title h3 {
    font-size: 33px;
  }
}

/* ============================= 
    CONTACT-3 CSS
================================ */
.contact-style-3 {
  background: #f3f3f3;
  padding: 100px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-style-3 .contact-form-wrapper form .single-input {
  position: relative;
  margin-bottom: 20px;
}

.contact-style-3 .contact-form-wrapper form .single-input label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea,
.contact-style-3 .contact-form-wrapper form .single-input input {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  padding-right: 20px;
  padding-left: 50px;
  width: 100%;
  border: 1px solid transparent;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  transition: all 0.3s ease-out 0s;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea::placeholder,
.contact-style-3 .contact-form-wrapper form .single-input input::placeholder {
  font-weight: 300;
  opacity: 1;
  color: 585978;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea:focus,
.contact-style-3 .contact-form-wrapper form .single-input input:focus {
  border-color: #2f80ed;
}

.contact-style-3 .contact-form-wrapper form .single-input input {
  height: 56px;
}

.contact-style-3 .contact-form-wrapper form .single-input textarea {
  padding: 15px 20px;
  padding-left: 50px;
  resize: none;
}

.contact-style-3 .contact-form-wrapper form .single-input i {
  position: absolute;
  left: 21px;
  top: 20px;
}

.contact-style-3 .contact-form-wrapper form .form-button {
  padding-top: 10px;
}

.contact-style-3 .contact-form-wrapper form .form-button button {
  height: 56px;
  border-radius: 5px;
}

.contact-style-3 .contact-form-wrapper form .form-button button i {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (min-width: 1400px) {
  .contact-style-3 .left-wrapper {
    margin-left: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-style-3 .left-wrapper {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .contact-style-3 .left-wrapper {
    margin-top: 50px;
  }
}

.contact-style-3 .left-wrapper .single-item {
  padding: 25px 20px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
}

.contact-style-3 .left-wrapper .single-item:hover {
  box-shadow: 0px 5px 25px rgba(47, 128, 237, 0.3);
}

.contact-style-3 .left-wrapper .single-item .icon {
  max-width: 54px;
  width: 100%;
  height: 54px;
  border-radius: 50%;
  background: #2f80ed;
  color: #ffffff;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

/* ============================= 
    FOOTER-4 CSS
================================ */
.footer-style-4 {
  background: #f3f3f3;
  padding-top: 40px;
}

.footer-style-4 .widget-wrapper .footer-widget {
  margin-bottom: 50px;
}

.footer-style-4 .widget-wrapper .footer-widget .logo {
  margin-bottom: 30px;
}

.footer-style-4 .widget-wrapper .footer-widget p.desc {
  margin-bottom: 30px;
}

.footer-style-4 .widget-wrapper .footer-widget .socials {
  justify-content: flex-start;
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a {
  background: rgba(47, 128, 237, 0.4);
  margin: 0;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  font-size: 20px;
}

.footer-style-4 .widget-wrapper .footer-widget .socials li a:hover {
  background: #2f80ed;
}

.footer-style-4 .widget-wrapper .footer-widget h6 {
  font-weight: 600;
  color: #585978;
  margin-bottom: 35px;
  margin-top: 10px;
}

.footer-style-4 .widget-wrapper .footer-widget .links li a {
  font-size: 16px;
  line-height: 32px;
  color: #585978;
}

.footer-style-4 .widget-wrapper .footer-widget .links li a:hover {
  color: #2f80ed;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 5px;
  background: #ffffff;
  max-width: 200px;
  width: 100%;
  margin-bottom: 12px;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .icon {
  font-size: 35px;
  color: #323450;
  margin-right: 12px;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text {
  font-size: 14px;
  font-weight: 500;
  color: #585978;
}

.footer-style-4 .widget-wrapper .footer-widget .download-app li a .text b {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "Pacifico", cursive;
  font-style: normal;
  color: #323450;
}

.footer-style-4 .copyright-wrapper {
  border-top: 1px solid rgba(88, 89, 120, 0.4);
  padding: 20px 0;
}

.footer-style-4 .copyright-wrapper p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: rgba(88, 89, 120, 0.6);
}

.footer-style-4 .copyright-wrapper p a {
  color: inherit;
}

.footer-style-4 .copyright-wrapper p a:hover {
  color: #2f80ed;
}

.footer-style-4.footer-dark {
  background: #002580;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget p {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget h6 {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a {
  background: rgba(255, 255, 255, 0.1);
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .socials li a:hover {
  background: #2f80ed;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a {
  color: #ffffff;
}

.footer-style-4.footer-dark .widget-wrapper .footer-widget .links li a:hover {
  color: #2f80ed;
}

.footer-style-4.footer-dark .copyright-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

/* ============================= 
    DEFAULT CSS
================================ */
.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(255 255 255 / 35%);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px 8px;
  font-size: 1.1rem;
}

input,
textarea,
button {
  transition: all 0.3s ease-out 0s;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.bodycopy .ratio {
  border-radius: 10px;
  overflow: hidden;
}
.bodycopy ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: block;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.bodycopy ol li {
  counter-increment: my-awesome-counter;
  display: block;
  margin-bottom: 0.7rem;
  position: relative;
}

.bodycopy ol li,
.bodycopy ul li {
  margin-left: 20px;
}

/*.bodycopy ol li::before {
  content: counter(my-awesome-counter);
  font-weight: bolder;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  color: #002580;
  line-height: 1;
  top: 1px;
  left: -20px;
  position: absolute;
}*/
#main ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #113e9d;
  border-radius: 50%;
  text-align: center;
}
#main {
  overflow: hidden;
}
.has-image .fancybox__content {
  background: #fff !important;
  min-height: 1px;
  border-radius: 10px;
}
.fancybox__image {
  padding: 30px;
}
.team-section {
  background: #f8f9fa;
  padding: 60px 0;
}
.team-section h3 {
  color: #002580;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.alert-light {
  color: #6c757d;
  background-color: rgb(242 242 242 / 25%);
  border-color: rgb(255 255 255 / 30%);
}
.filedownload.showall .item {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 15px;
  margin-bottom: 15px;
  /* border: 1px solid rgb(0 0 0 / 5%); */
  border-radius: 0.25rem !important;
  color: #6c757d;
  background: #f8f9fa;
}
