
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
::-moz-selection {
  color: #ffffff;
  background-color: #b956fe;
}

::selection {
  color: #ffffff;
  background-color: #b956fe;
}

::-moz-selection {
  color: #ffffff;
  background-color: #b956fe;
}

.container {
  max-width: 1240px;
}

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

ul li {
  list-style: none;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.relative-position {
  position: relative;
}

.no-padding {
  padding: 0;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0;
  line-height: 0;
}

.loading-preloader {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}

#loading-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 150px;
  visibility: visible;
  z-index: 1000;
}

.line_shape {
  width: 8px;
  height: 50px;
  margin-right: 5px;
  background-color: #283e85;
  -webkit-animation: animate24 1s infinite;
  animation: animate24 1s infinite;
  float: left;
  opacity: 1;
}

.line_shape:last-child {
  margin-right: 0px;
}

.line_shape:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
  30% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes animate24 {
  30% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

.website-scroll-top {
  width: 50px;
  height: 50px;
  color: #ffffff !important;
  background: -webkit-gradient(linear, left top, right top, from(#7c5a1e), to(#c28d31));
  background: linear-gradient(to right, #7c5a1e, #c28d31);
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  border-radius: 50%;
  display: none;
  -webkit-transition: initial;
  transition: initial;
}

@-webkit-keyframes website_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes website_rotate_animation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes website_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes website_fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes website_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
            transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
}

@keyframes website_ZoomInZoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.6) rotateY(90deg);
            transform: scale(0.6) rotateY(90deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(0);
            transform: scale(1) rotateY(0);
  }
}

@-webkit-keyframes website_move_animation {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(20px, 10px) rotate(90deg);
            transform: translate(20px, 10px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(50px, 20px) rotate(180deg);
            transform: translate(50px, 20px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px) rotate(270deg);
            transform: translate(0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(360deg);
            transform: translate(0) rotate(360deg);
  }
}

@keyframes website_move_animation {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
            transform: translate(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(20px, 10px) rotate(90deg);
            transform: translate(20px, 10px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(60px, 20px) rotate(180deg);
            transform: translate(60px, 00px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0px) rotate(270deg);
            transform: translate(0px) rotate(270deg);
  }
  100% {
    -webkit-transform: translate(0) rotate(360deg);
            transform: translate(0) rotate(360deg);
  }
}

@-webkit-keyframes websiteUpsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes websiteUpsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes website-repeat {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  65% {
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes website-repeat {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  65% {
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/********* Menu Superior **************/
.website-header-area {
  height: 75px;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.website-header-area .logo {
  padding-top: 20px;
}

.website-header-area .logo .website-logo-sticky {
  display: none;
}

.website-header-area .website-navigation {
  padding-top: 27px;
}

.website-header-area .website-navigation ul li {
  display: inline-block;
  padding-right: 50px;
}

.website-header-area .website-navigation ul li.side-demo span {
  right: 60px;
}

.website-header-area .website-navigation ul li a {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 5px;
  position: relative;
}

.website-header-area .website-navigation ul li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #ffffff;
  height: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-header-area .website-navigation ul li a:hover:before {
  width: 100%;
}

.website-header-area .website-navigation ul li :last-child {
  /* padding-right: 0; */
}


.website-header-area .website-navigation ul .website-dropdown {
  position: relative;
}

.website-header-area .website-navigation ul .website-dropdown .website-dropdown-menu {
  position: absolute;
  width: 200px;
  background: #ffffff;
  left: 0;
  top: 80px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  visibility: hidden;
}

.website-header-area .website-navigation ul .website-dropdown .website-dropdown-menu li {
  display: block;
  margin: 0;
  text-align: left;
  line-height: 1;
  padding-right: 0;
}

.website-header-area .website-navigation ul .website-dropdown .website-dropdown-menu li a {
  margin: 0;
  padding: 20px 30px;
  display: block;
  color: #111111;
}

.website-header-area .website-navigation ul .website-dropdown .website-dropdown-menu li a:hover {
  background: #c28d31;
  color: #ffffff;
  padding-left: 40px;
}

.website-header-area .website-navigation ul .website-dropdown .website-dropdown-menu li a:before {
  display: none;
}

.website-header-area .website-navigation ul .website-dropdown:hover .website-dropdown-menu {
  top: 58px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991.98px) {
  .website-header-area .website-navigation {
    display: none;
  }
}

.website-header-area .website-header-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 18px;
}


.website-header-area .website-header-cta .btnIdioma {

  background-color: transparent;
  border-color: transparent;
}

.website-header-area .website-header-cta .dropdown-menu{

  background-color: #fff;
  border-color: #fff;
}



.website-header-area .website-header-cta .website-header-cta-iconwhats {
  width: 41px;
  height: 41px;
  border-radius: 5px;
  line-height: 41px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.website-header-area .website-header-cta .website-header-cta-iconwhats i {
  font-size: 25px;
  color: #ffffff;
  line-height: 45px;
}

.website-header-area .website-header-cta .website-header-cta-iconwhats:hover {
  background: linear-gradient(to top left, #086e04, #0ed706);
}



.website-header-area .website-header-cta .website-header-cta-iconmessenger {
  width: 41px;
  height: 41px;
  border-radius: 5px;
  line-height: 41px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.website-header-area .website-header-cta .website-header-cta-iconmessenger i {
  font-size: 25px;
  color: #ffffff;
  line-height: 45px;
}

.website-header-area .website-header-cta .website-header-cta-iconmessenger:hover {
  background: linear-gradient(to top left, #df48ab, #1063ed);
}






.website-header-area .website-header-cta .website-header-cta-iconlinkedin {
  width: 41px;
  height: 41px;
  border-radius: 5px;
  line-height: 41px;
  display: inline-block;
  text-align: center;
  background: linear-gradient(to bottom right, #093379, #1063ed);
  position: relative;
}

.website-header-area .website-header-cta .website-header-cta-iconlinkedin i {
  font-size: 25px;
  color: #ffffff;
  line-height: 45px;
}

.website-header-area .website-header-cta .website-header-cta-iconlinkedin:hover {
  background: linear-gradient(to top left, #093379, #1063ed);
}







.website-header-area .website-header-cta .website-header-cta-content {
  display: inline-block;
  margin-left: 15px;
}

.website-header-area .website-header-cta .website-header-cta-content .website-header-cta-text {
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  color: #ffffff;
  display: block;
}

.website-header-area .website-header-cta .website-header-cta-content .website-header-cta-num {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  display: block;
}

.website-header-area .website-mobile-menu-hamburger {
  text-align: right;
  display: none;
}

.website-header-area .website-mobile-menu-hamburger a {
  width: 40px;
  height: 40px;
  background-color: #00163b;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
}

.website-mobile-menu ul li.has-submenu::after {
  content: '+';
  position: absolute;
  top: 8px;
  z-index: -1;
  right: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-mobile-menu ul li.has-submenu ul {
  display: none;
}

.website-mobile-menu ul li.has-submenu ul li a {
  padding-left: 25px;
}

.website-mobile-menu ul li.has-submenu ul li ul li a {
  padding-left: 35px;
}

.website-mobile-menu ul li.website-submenu-icon-rotate::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


@media (max-width: 991.98px) {
  .website-header-area .website-mobile-menu-hamburger {
    display: block;
    position: relative;
    /*top: 15px;*/
    color: #ffffff;
    font-size: 25px;
    /*right: 10px;*/
  }
}
/*
@media (max-width: 991.98px) {
  .website-header-area .website-header-cta {
    display: none;
  }
}*/

.website-header-sticky {
  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #dadce1;
    z-index: 70;
    -webkit-box-shadow: 0px 15px 50px 0px rgb(11 11 11 / 8%);
    box-shadow: 1px 5px 12px 10px rgb(11 11 11 / 35%);
    -webkit-animation: 1s slideInDown;
    animation: 1s slideInDown;

}

.website-header-sticky .logo {
  padding-top: 24px;
}

.website-header-sticky .logo .website-logo-normal {
  display: none;
}

.website-header-sticky .logo .website-logo-sticky {
  display: block;
}

.website-header-sticky .website-navigation {
  padding-top: 25px;
}

.website-header-sticky .website-navigation ul li a {
  color: #000000;
}

.website-header-sticky .website-navigation ul li a:before {
  background-color: #000000;
}

.website-header-sticky .website-header-cta {
  padding-top: 13px;
}

.website-header-sticky .website-header-cta .website-header-cta-content .website-header-cta-text {
  color: #000000;
}

.website-header-sticky .website-header-cta .website-header-cta-content .website-header-cta-num {
  color: #000000;
}

.website-mobile-menu {
  background-color: #00163b;
  width: 290px;
  height: 100vh;
  overflow-y: scroll;
  padding: 60px 0px 0px 0px;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-mobile-menu a.website-menu-close {
  color: #fd5900;
  position: absolute;
  right: 20px;
  top: 20px;
}

.website-mobile-menu a.website-logo-wrapper {
  width: 140px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.website-mobile-menu ul li {
  position: relative;
}

.website-mobile-menu ul li + li {
  border-top: 1px solid #ffffff;
}

.website-mobile-menu ul li a {
  display: block;
  padding: 8px 12px;
  color: #ffffff;
  font-weight: 500;
}

.website-mobile-menu.website-mobile-menu-on {
  left: 0;
}

@media (max-width: 991.98px) {
  .website-revulation-slider .website-hero-content-wrapper {
    margin-left: 70px !important;
  }
}

@media (max-width: 767.98px) {
  .website-revulation-slider .website-hero-content-wrapper {
    margin-left: 30px !important;
  }
  .website-revulation-slider #rev_slider_4_1_wrapper .zeus.tparrows {
    display: none !important;
  }
  .website-revulation-slider .website-hero-shape-left,
  .website-revulation-slider .website-hero-shape-right {
    display: none !important;
  }
  .website-revulation-slider .website-hero-subtitle {
    font-size: 12px !important;
  }
}

.website-revulation-slider .website-hero-btn {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#1f2544), to(#444a69));
  background-image: linear-gradient(to bottom right, #1f2544, #444a69);
  font-size: 15px;
  line-height: 2;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 15px 11px 15px 16px;
  border-radius: 5px;
  margin-top: 0 !important;
  border: 0 !important;
}

@media (max-width: 767.98px) {
  .website-revulation-slider .website-hero-btn {
    font-size: 12px !important;
    line-height: 28px !important;
  }
}

.website-revulation-slider .website-hero-btn span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  margin-left: 15px;
  text-align: center !important;
  display: inline-block;
  background: #f4969a;
  line-height: 34px !important;
}

.website-revulation-slider .website-hero-btn:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#7c5a1e), to(#c28d31));
  background-image: linear-gradient(to top left, #7c5a1e, #c28d31);
  border-radius: 5px;
}

.website-revulation-slider .website-hero-btn #slider-4-slide-9-layer-4 {
  font-size: 14px !important;
}

.website-footer-area .website-footer-top {
  padding-top: 60px;
  padding-bottom: 10px;
  margin-bottom: 60px;
  border-bottom: 2px solid #0700a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.website-footer-area .website-footer-top .website-footer-logo {
  display: inline-block;
}

.website-footer-area .website-footer-top .website-footer-logo img {
  max-width: 100%;
}

.website-footer-area .website-footer-top .website-footer-navigation {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .website-footer-area .website-footer-top .website-footer-navigation {
    display: none;
  }
}

.website-footer-area .website-footer-top .website-footer-navigation ul li {
  display: inline-block;
  margin-left: 38px;
}

.website-footer-area .website-footer-top .website-footer-navigation ul li:first-child {
  margin-left: 0;
}

.website-footer-area .website-footer-top .website-footer-navigation ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
  .website-footer-area .website-footer-widget {
    margin-bottom: 50px;
  }
}

.website-footer-area .website-footer-widget h3 {
  font-size: 18px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
}

.website-footer-area .website-footer-about p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .website-footer-area .website-footer-about p {
    font-size: 14px;
  }
}

.website-footer-area .website-footer-about .website-footer-about-social li {
  display: inline-block;
  margin-right: 15px;
}

.website-footer-area .website-footer-about .website-footer-about-social li:last-child {
  margin-right: 0;
}

.website-footer-area .website-footer-about .website-footer-about-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #250c63;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
}

.website-footer-area .website-footer-about .website-footer-about-social li a i {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.website-footer-area .website-footer-about .website-footer-about-social li a:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
}

.website-footer-area .website-footer-about .website-footer-about-social li a:hover i {
  -webkit-text-fill-color: #ffffff;
}

.website-footer-area .website-footer-service .website-footer-service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.website-footer-area .website-footer-service .website-footer-service-link ul {
  margin-right: 70px;
}

.website-footer-area .website-footer-service .website-footer-service-link ul:last-child {
  margin-right: 0;
}

.website-footer-area .website-footer-service .website-footer-service-link ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .website-footer-area .website-footer-service .website-footer-service-link ul li a {
    font-size: 14px;
  }
}

.website-footer-area .website-footer-service .website-footer-service-link ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-footer-area .website-footer-service .website-footer-service-link ul li a:hover:after {
  width: 100%;
}

.website-footer-area .website-footer-service .website-footer-service-link ul li a:hover {
  color: #7c5a1e;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .website-footer-area .website-footer-contact {
    margin-top: 50px;
  }
}

.website-footer-area .website-footer-contact .website-footer-single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.website-footer-area .website-footer-contact .website-footer-single-contact:last-child {
  margin-bottom: 0;
}

.website-footer-area .website-footer-contact .website-footer-single-contact .website-footer-contact-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #1a1076;
  line-height: 50px;
  text-align: center;
}

.website-footer-area .website-footer-contact .website-footer-single-contact .website-footer-contact-icon-box i {
  font-size: 28px;
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.website-footer-area .website-footer-contact .website-footer-single-contact p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  .website-footer-area .website-footer-contact .website-footer-single-contact p {
    font-size: 14px;
  }
}

.website-footer-area .website-copyright-area {
  background: #020030;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 110px;
}

@media (max-width: 767.98px) {
  .website-footer-area .website-copyright-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}

.website-footer-area .website-copyright-area .website-copyright-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .website-footer-area .website-copyright-area .website-copyright-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
}

.website-footer-area .website-copyright-area .website-copyright-left P {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .website-footer-area .website-copyright-area .website-copyright-right {
    text-align: center;
  }
}

.website-footer-area .website-copyright-area .website-copyright-right li {
  display: inline-block;
  margin-left: 45px;
}

@media (max-width: 360px) {
  .website-footer-area .website-copyright-area .website-copyright-right li {
    margin-left: 15px;
  }
}

.website-footer-area .website-copyright-area .website-copyright-right li:first-child {
  margin-left: 0;
}

.website-footer-area .website-copyright-area .website-copyright-right li a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  padding-bottom: 2px;
}

.website-section-heading {
  margin-bottom: 45px;
}

.website-section-heading .website-section-heading-subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #7c5a1e;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

.website-section-heading .website-section-heading-title {
  font-size: 36px;
  color: #171366;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .website-section-heading .website-section-heading-title {
    font-size: 32px;
  }
}

.website-section-heading .website-section-heading-text {
  font-size: 16px;
  line-height: 1.5;
  color: #989898;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.website-border-left-none {
  border-left: 0 !important;
}

@media (max-width: 767.98px) {
  .website-border-left-none {
    border-left: 1px solid #b1b1b1 !important;
  }
}

.website-border-right-none {
  border-right: 0 !important;
}

@media (max-width: 767.98px) {
  .website-border-right-none {
    border-right: 1px solid #b1b1b1 !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .website-small-screen-border-left-none {
    border-left: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .website-small-screen-border-right-none {
    border-right: none !important;
  }
}

.website-section-heading-white .website-section-heading-subtitle {
  color: #ffffff;
}

.website-section-heading-white .website-section-heading-title {
  color: #ffffff;
}

.website-section-heading-white .website-section-heading-text {
  color: #ffffff;
}

.website-codigoetica-area {
  padding: 40px 0 80px;
  background: #ffffff;
}

.website-codigoetica-area .website-codigoetica-container {
  position: relative;
}

.website-codigoetica-area .website-codigoetica-container .website-codigoetica-shape-left {
  position: absolute;
  bottom: -19px;
  left: -60px;
  -webkit-animation: websiteUpsDown 12s infinite linear alternate;
          animation: websiteUpsDown 12s infinite linear alternate;
}

.website-codigoetica-area .website-codigoetica-container .website-codigoetica-shape-right {
  position: absolute;
  right: -35px;
  bottom: -35px;
  -webkit-animation: website_rotate_animation 12s infinite linear alternate;
          animation: website_rotate_animation 12s infinite linear alternate;
}

.website-codigoetica-area .website-single-codigoetica {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
          box-shadow: -3px 10px 50px 0px rgba(88, 88, 88, 0.2);
  padding: 28px 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  margin-top: 40px;
  height: 250px;
}

@media (max-width: 1199.98px) {
  .website-codigoetica-area .website-single-codigoetica {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .website-codigoetica-area .website-single-codigoetica {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.website-codigoetica-area .website-single-codigoetica .website-codigoetica-icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  top: -70px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-codigoetica-area .website-single-codigoetica .website-codigoetica-icon-box i {
  font-size: 40px;
  color: #ffffff;
  line-height: 90px;
}

.website-codigoetica-area .website-single-codigoetica h3 {
  font-size: 20px;
  color: #171366;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin-top: -50px;
  margin-bottom: 15px;
}

.website-codigoetica-area .website-single-codigoetica p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
}

.website-codigoetica-area .website-single-codigoetica:hover {
  -webkit-box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: -5px 19px 100px 0px rgba(151, 151, 151, 0.5);
}

.website-codigoetica-area .website-single-codigoetica:hover .website-codigoetica-icon-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.website-gobierno-area {
  padding-bottom: 110px;
  position: relative;
}

.website-gobierno-area .website-gobierno-round-shape {
  position: absolute;
  bottom: 97px;
  left: 334px;
  -webkit-animation: websiteUpsDown 12s infinite linear alternate;
          animation: websiteUpsDown 12s infinite linear alternate;
}

.website-gobierno-area .website-gobierno-cross-shape {
  position: absolute;
  right: 60px;
  bottom: 94px;
  animation: website_rotate_animation 12s infinite linear alternate-reverse;
}

.website-gobierno-area .website-gobierno-img {
  position: relative;
}

@media (max-width: 991.98px) {
  .website-gobierno-area .website-gobierno-img {
    margin-bottom: 50px;
  }
}

.website-gobierno-area .website-gobierno-img img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .website-gobierno-area .website-gobierno-img img {
    width: 100%;
  }
}

.website-gobierno-area .website-gobierno-img .website-gobierno-project-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 34px 35px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(85, 85, 85, 0.15);
          box-shadow: -3px 10px 50px 0px rgba(85, 85, 85, 0.15);
  text-align: center;
}

.website-gobierno-area .website-gobierno-img .website-gobierno-project-box h2 {
  font-size: 48px;
  font-weight: 700;
  color: #171365;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

.website-gobierno-area .website-gobierno-img .website-gobierno-project-box p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #171365;
  line-height: 1.5;
}

.website-gobierno-area .website-gobierno-content {
  margin-left: 80px;
}

@media (max-width: 991.98px) {
  .website-gobierno-area .website-gobierno-content {
    margin-left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .website-gobierno-area .website-gobierno-content {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .website-gobierno-area .website-gobierno-content {
    margin-left: 0;
  }
}

.website-gobierno-area .website-gobierno-content .website-gobierno-sub-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  color: #7c5a1e;
  text-transform: capitalize;
}

.website-gobierno-area .website-gobierno-content .website-gobierno-title {
  font-size: 36px;
  line-height: 1.2;
  color: #171365;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .website-gobierno-area .website-gobierno-content .website-gobierno-title {
    font-size: 32px;
  }
}

.website-gobierno-area .website-gobierno-content .website-gobierno-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #868686;
  font-family: "Roboto", sans-serif;
}

.website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area {
  margin-top: 20px;
  margin-bottom: 35px;
}

.website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area .website-single-progress-parent {
  margin-bottom: 20px;
  height: 50px;
}



.website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area .website-single-progress-parent h3 {
  font-size: 18px;
  color: #171366;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;

}

.website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area .website-single-progress-parent .website-single-progress {
  width: 470px;
  height: 5px;
  border-radius: 2.5px;
  background: #d6ceff;
  position: relative;
}

@media (max-width: 991.98px) {
  .website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area .website-single-progress-parent .website-single-progress {
    width: 100%;
  }
}

.website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area .website-single-progress-parent .website-single-progress .website-single-progress-bar {
  background: -webkit-gradient(linear, left top, right top, from(#7c5a1e), to(#dda543));
  background: linear-gradient(to right, #7c5a1e, #dda543);
  position: relative;
  width: 0;
  height: 5px;
  border-radius: 2.5px;
  z-index: 1;
  overflow: visible !important;
}

.website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area .website-single-progress-parent .website-single-progress .website-single-progress-bar:after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7c5a1e;
  content: "";
}

.website-gobierno-area .website-gobierno-content .website-gobierno-progressbar-area .website-single-progress-parent .website-single-progress .website-single-progress-bar span {
  position: absolute;
  right: -13px;
  top: -32px;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  color: #171366;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.website-gobierno-area .website-gobierno-content .website-gobierno-btn {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background-image: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  font-size: 15px;
  line-height: 2;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 15px 11px 15px 16px;
  border-radius: 5px;
}

.website-gobierno-area .website-gobierno-content .website-gobierno-btn span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 32px;
  margin-left: 15px;
  text-align: center;
  display: inline-block;
  background: #f4969a;
}

.website-gobierno-area .website-gobierno-content .website-gobierno-btn:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#7c5a1e), to(#c28d31));
  background-image: linear-gradient(to top left, #7c5a1e, #c28d31);
}

.website-auditoria-area {
  padding: 10px 0 40px;
  position: relative;
}

.website-auditoria-area .website-auditoria-shape-one {
  position: absolute;
  top: 253px;
  left: 110px;
  -webkit-animation: website-repeat 12s infinite linear alternate;
          animation: website-repeat 12s infinite linear alternate;
}

.website-auditoria-area .website-auditoria-shape-two {
  position: absolute;
  top: 60px;
  right: 152px;
  -webkit-animation: websiteUpsDown 12s infinite linear alternate;
          animation: websiteUpsDown 12s infinite linear alternate;
}

.website-auditoria-area .website-auditoria-shape-three {
  position: absolute;
  bottom: 57px;
  right: 134px;
  -webkit-animation: website_move_animation 12s infinite linear alternate;
          animation: website_move_animation 12s infinite linear alternate;
}

@media (max-width: 1199.98px) {
  .website-auditoria-area .website-auditoria-left {
    margin-bottom: 50px;
  }
}

.website-auditoria-area .website-auditoria-left .website-auditoria-left-sub-title {
  font-size: 18px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.website-auditoria-area .website-auditoria-left .website-auditoria-left-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}

@media (max-width: 460px) {
  .website-auditoria-area .website-auditoria-left .website-auditoria-left-title {
    font-size: 32px;
  }
}

.website-auditoria-area .website-auditoria-left .website-auditoria-left-text {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.website-auditoria-area .website-auditoria-left .website-auditoria-btn {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background-image: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  font-size: 15px;
  line-height: 2;
  margin-top: 15px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 15px 11px 15px 16px;
  border-radius: 5px;
}

.website-auditoria-area .website-auditoria-left .website-auditoria-btn span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 32px;
  margin-left: 15px;
  text-align: center;
  display: inline-block;
  background: #f4969a;
}

.website-auditoria-area .website-auditoria-left .website-auditoria-btn:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#7c5a1e), to(#c28d31));
  background-image: linear-gradient(to top left, #7c5a1e, #c28d31);
}

.website-auditoria-area .website-auditoria-right .website-single-auditoria-box {
  background: #1f2544;
  border-radius: 5px;
  padding: 40px 20px 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.website-auditoria-area .website-auditoria-right .website-single-auditoria-box h2 {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  color: #af7f2c;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 25px;
}

@media (max-width: 460px) {
  .website-auditoria-area .website-auditoria-right .website-single-auditoria-box h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.website-auditoria-area .website-auditoria-right .website-single-auditoria-box p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

@media (max-width: 460px) {
  .website-auditoria-area .website-auditoria-right .website-single-auditoria-box p {
    font-size: 12px;
    line-height: 1.0;
  }
}

.website-auditoria-area .website-auditoria-right .website-single-auditoria-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2f3764;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-auditoria-area .website-auditoria-right .website-single-auditoria-box:hover:before {
  width: 100%;
}


.website-pdi-area .website-pdi-area-shape-one {
  position: relative;
  top: 123px;
  left: 700px;
  -webkit-animation: website-repeat 12s infinite linear alternate;
          animation: website-repeat 12s infinite linear alternate;
}

.website-pdi-area .website-pdi-area-shape-two {
  position: relative;
  top: 60px;
  right: -125px;
  -webkit-animation: websiteUpsDown 12s infinite linear alternate;
          animation: websiteUpsDown 12s infinite linear alternate;
}

.website-pdi-area .website-pdi-area-shape-three {
  position: relative;
  bottom: 57px;
  right: -244px;
  -webkit-animation: website_move_animation 12s infinite linear alternate;
          animation: website_move_animation 12s infinite linear alternate;
}

.website-pdi-area .website-pdi-area-shape-four {
  position: relative;
  bottom: 47px;
  right: -200px;
  -webkit-animation: website_move_animation 12s infinite linear alternate;
          animation: website_move_animation 12s infinite linear alternate;
}


.website-pdi-area {
  background: #ffffff;
  padding: 30px 0 80px;
}

.website-pdi-area .website-single-pdi {
  padding: 40px 30px 70px;
  background: #ffffff;
  /*border: 1px solid #b1b1b1;*/
  -webkit-box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
  margin: 0 15px 30px -15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
      height: 391px;

}

.website-pdi-area .website-single-aviso {
  padding: 40px 30px 70px;
  background: #ffffff;
  /*border: 1px solid #b1b1b1;*/
  -webkit-box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
  margin: 0 15px 30px -15px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
      height: auto;

}

@media (max-width: 767.98px) {
  .website-pdi-area .website-single-pdi {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
  }
}

.website-pdi-area .website-single-pdi .website-pdi-icon-box {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right bottom, from(#f6e9fb), to(#fdeff1));
  background: linear-gradient(to bottom right, #fff, #fff);
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 24px;
}

.website-pdi-area .website-single-pdi .website-pdi-icon-box i {
  font-size: 48px;
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.website-pdi-area .website-single-pdi h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #171366;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.website-pdi-area .website-single-pdi p {
  font-size: 16px;
  line-height: 1.6;
  color: #777777;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.website-pdi-area .website-single-pdi .website-pdi-btn {
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right bottom, from(#f1e4f4), to(#eee2e5));
  background: linear-gradient(to bottom right, #f1e4f4, #eee2e5);
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-pdi-area .website-single-pdi .website-pdi-btn i {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-pdi-area .website-single-pdi:hover {
  -webkit-box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
  border-color: transparent;
  position: relative;
  z-index: 10;
  -webkit-transform: scaleX(1.01);
          transform: scaleX(1.01);
}

.website-pdi-area .website-single-pdi:hover .website-pdi-btn {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.website-pdi-area .website-single-pdi:hover .website-pdi-btn i {
  background: transparent;
  -webkit-text-fill-color: #ffffff;
}

.website-whychoose-us-area {
  padding: 110px 0 0;
  position: relative;
  overflow: unset;
  margin-bottom: 105px;
  background-color: #ffffff;
}

.website-whychoose-us-area .website-whychoose-us-shape {
  position: absolute;
  bottom: -25px;
  left: 48%;
  -webkit-animation: websiteUpsDown 12s infinite linear alternate;
          animation: websiteUpsDown 12s infinite linear alternate;
}

@media (max-width: 1199.98px) {
  .website-whychoose-us-area .website-whychoose-us-left {
    margin-bottom: 50px;
  }
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychoose-us-left-subtitle {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.5;
  text-transform: capitalize;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychoose-us-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 460px) {
  .website-whychoose-us-area .website-whychoose-us-left .website-whychoose-us-left-title {
    font-size: 32px;
  }
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychoose-us-left-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form {
  background: #ffffff;
  padding: 30px 24px 40px 24px;
  border-radius: 5px;
  -webkit-box-shadow: -3px 10px 50px 0px rgba(85, 85, 85, 0.25);
          box-shadow: -3px 10px 50px 0px rgba(85, 85, 85, 0.25);
  margin-top: 20px;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
      grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  grid-gap: 0 20px;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=text],
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=email],
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=number] {
  padding: 18px 13px;
  border-radius: 3px;
  border: 1px solid #a8a8a8;
  margin-bottom: 20px;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=text]::-webkit-input-placeholder,
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=email]::-webkit-input-placeholder,
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=number]::-webkit-input-placeholder {
  color: #7b7b7b;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=text]::-moz-input-placeholder,
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=email]::-moz-input-placeholder,
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=number]::-moz-input-placeholder {
  color: #7b7b7b;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=text]::-ms-input-placeholder,
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=email]::-ms-input-placeholder,
.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form .website-whychoose-form-input input[type=number]::-ms-input-placeholder {
  color: #7b7b7b;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form textarea {
  padding: 18px 13px;
  border-radius: 3px;
  border: 1px solid #a8a8a8;
  resize: none;
  width: 100%;
  height: 183px;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form textarea::-webkit-input-placeholder {
  color: #7b7b7b;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form textarea::-moz-input-placeholder {
  color: #7b7b7b;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form textarea::-ms-input-placeholder {
  color: #7b7b7b;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form input[type=submit] {
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background-image: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 16px 31px;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer;
}

.website-whychoose-us-area .website-whychoose-us-left .website-whychooseus-form form input[type=submit]:hover {
  background-image: -webkit-gradient(linear, right bottom, left top, from(#7c5a1e), to(#c28d31));
  background-image: linear-gradient(to top left, #7c5a1e, #c28d31);
}

.website-whychoose-us-area .website-single-whychoose {
  background: #26138a;
  border-radius: 5px;
  padding: 30px 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}

.website-whychoose-us-area .website-single-whychoose .website-whychoose-icon-box {
  background: #3d169d;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
}

.website-whychoose-us-area .website-single-whychoose .website-whychoose-icon-box i {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

.website-whychoose-us-area .website-single-whychoose h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}

@media (max-width: 460px) {
  .website-whychoose-us-area .website-single-whychoose h3 {
    font-size: 18px;
  }
}

.website-whychoose-us-area .website-single-whychoose p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 15px;
}

.website-whychoose-us-area .website-single-whychoose:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #210e85;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-whychoose-us-area .website-single-whychoose:hover:before {
  width: 100%;
}

.website-projects-area {
  padding: 0 0 105px;
}

.website-projects-area .website-project-navigation {
  margin-bottom: 50px;
}

.website-projects-area .website-project-navigation ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #322f74;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  background: #ffffff;
  -webkit-box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
          box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
  padding: 15px 28px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .website-projects-area .website-project-navigation ul li {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .website-projects-area .website-project-navigation ul li {
    font-size: 14px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 460px) {
  .website-projects-area .website-project-navigation ul li {
    font-size: 13px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 10px;
  }
}

.website-projects-area .website-project-navigation ul li.active {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  color: #ffffff;
}

.website-projects-area .website-project-navigation ul li:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  color: #ffffff;
}

.website-projects-area .website-project-navigation ul li:last-child {
  margin-right: 0;
}

.website-projects-area .website-single-project {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}

.website-projects-area .website-single-project img {
  width: 100%;
  height: 280px;
}

@media (max-width: 991.98px) {
  .website-projects-area .website-single-project img {
    height: auto;
  }
}

@media (max-width: 1199.98px) {
  .website-projects-area .website-single-project img {
    height: auto;
  }
}

.website-projects-area .website-single-project .website-single-project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-projects-area .website-single-project .website-single-project-overlay .website-project-overlay-content {
  margin-left: 24px;
  margin-bottom: 30px;
}

.website-projects-area .website-single-project .website-single-project-overlay .website-project-overlay-content i {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  display: inline-block;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
}

.website-projects-area .website-single-project .website-single-project-overlay .website-project-overlay-content p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  line-height: 1.5;
}

.website-projects-area .website-single-project .website-single-project-overlay .website-project-overlay-content h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  line-height: 1.1;
}

.website-projects-area .website-single-project:hover .website-single-project-overlay {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.website-team-area {
  padding: 15px 0 0;
  position: relative;
  overflow: unset;
  margin-bottom: 105px;
  background-color: #ffffff;
}

@media (max-width: 991.98px) {
  .website-team-area {
    padding-bottom: 80px;
  }
}
.website-team-area .website-team-area-shape {
  position: absolute;
  bottom: -25px;
  left: 48%;
  -webkit-animation: websiteUpsDown 12s infinite linear alternate;
          animation: websiteUpsDown 12s infinite linear alternate;
}


.website-team-area .website-section-heading .website-section-heading-title{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

.website-team-area .website-section-heading .website-section-heading-subtitle{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
}
    
.website-team-area .website-single-team {
  margin-bottom: 110px;
}

.website-team-area .website-single-team .website-single-team-img {
  position: relative;
}

.website-team-area .website-single-team .website-single-team-img img {
  width: 50%;
}

@media (min-width: 351px) {

  .website-team-area .website-single-team .website-single-team-overlay {
    background: #ffffff;
    -webkit-box-shadow: -5px 19px 50px 0px rgba(93, 93, 93, 0.1);
            box-shadow: -5px 19px 50px 0px rgba(93, 93, 93, 0.1);
    display: inline-block;
    width: 345px;
    padding: 24px;
    border-radius: 5px;
    padding: 24px 20px;
    position: absolute;
    left: 0;
    bottom: -55px;
    right: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 350px) {
  .website-team-area .website-single-team .website-single-team-overlay {
    background: #ffffff;
    -webkit-box-shadow: -5px 19px 50px 0px rgba(93, 93, 93, 0.1);
            box-shadow: -5px 19px 50px 0px rgba(93, 93, 93, 0.1);
    display: inline-block;
    width: 200px;
    padding: 24px;
    border-radius: 5px;
    padding: 24px 20px;
    position: absolute;
    left: 0;
    bottom: -55px;
    right: 150px;
    margin: 0 auto;
  }
}


.website-team-area .website-single-team .website-single-team-overlay h3 {
  font-size: 18px;
  color: #171366;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

.website-team-area .website-single-team .website-single-team-overlay p {
  font-size: 16px;
  line-height: 1.5;
  color: #7e7e7e;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.website-team-area .website-single-team .website-single-team-overlay .website-team-overlay-social-wrap {
  position: absolute;
  right: 13px;
  top: -18px;
}

.website-team-area .website-single-team .website-single-team-overlay .website-team-overlay-social-wrap a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
}

.website-team-area .website-single-team .website-single-team-overlay .website-team-overlay-social-wrap .website-overlay-social-icon {
  position: absolute;
  bottom: 35px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-team-area .website-single-team .website-single-team-overlay .website-team-overlay-social-wrap .website-overlay-social-icon li {
  margin-bottom: 9px;
}

.website-team-area .website-single-team .website-single-team-overlay .website-team-overlay-social-wrap .website-overlay-social-icon li a:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
}

.website-team-area .website-single-team .website-single-team-overlay .website-team-overlay-social-wrap .website-overlay-social-icon li a:hover i {
  -webkit-text-fill-color: #ffffff;
}

.website-team-area .website-single-team:hover .website-single-team-overlay {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
}

.website-team-area .website-single-team:hover .website-single-team-overlay h3 {
  color: #ffffff;
}

.website-team-area .website-single-team:hover .website-single-team-overlay p {
  color: #ffffff;
}

.website-team-area .website-single-team:hover .website-single-team-overlay .website-team-overlay-social-wrap a {
  background: #ffffff;
}

.website-team-area .website-single-team:hover .website-single-team-overlay .website-team-overlay-social-wrap a i {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.website-team-area .website-single-team:hover .website-single-team-overlay .website-team-overlay-social-wrap .website-overlay-social-icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.website-team-area .website-team-slider .owl-nav {
  position: absolute;
  right: 16px;
  top: -80px;
}

@media (max-width: 460px) {
  .website-team-area .website-team-slider .owl-nav {
    display: none;
  }
}

.website-team-area .website-team-slider .owl-nav .owl-prev,
.website-team-area .website-team-slider .owl-nav .owl-next {
  display: inline-block;
  width: 50px;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: -2px 7px 30px 0px rgba(99, 99, 99, 0.3);
          box-shadow: -2px 7px 30px 0px rgba(99, 99, 99, 0.3);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.website-team-area .website-team-slider .owl-nav .owl-prev:hover,
.website-team-area .website-team-slider .owl-nav .owl-next:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#c28d31));
  background: linear-gradient(to bottom right, #7c5a1e, #c28d31);
  color: #ffffff;
}

.website-team-area .website-team-slider .owl-nav .owl-prev {
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.website-team-area .website-team-slider .owl-nav .owl-next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.website-get-in-touch-area {
  overflow: visible;
}

@media (max-width: 1199.98px) {
  .website-get-in-touch-area .website-get-in-touch-map-wrap {
    margin-bottom: 50px;
  }
}

.website-get-in-touch-area #website-get-in-touch-map iframe {
  width: 100%;
  height: 415px;
  border-radius: 5px;
}

.website-get-in-touch-area .website-get-in-touch-content-wrap {
  padding: 0 20px 70px 20px;
  background: #ffffff;
  margin-bottom: 0px;
  border-radius: 5px;
}

.website-get-in-touch-area .website-single-get-in-touch-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 22px 20px;
}

.website-get-in-touch-area .website-single-get-in-touch-info .website-get-in-touch-info-icon-box {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background: #f0e4f7;
  display: inline-block;
  line-height: 60px;
  text-align: center;
}

.website-get-in-touch-area .website-single-get-in-touch-info .website-get-in-touch-info-icon-box i {
  font-size: 39px;
  background: -webkit-gradient(linear, left top, right bottom, from(#7c5a1e), to(#cd9533));
  background: linear-gradient(to bottom right, #7c5a1e, #cd9533);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.website-get-in-touch-area .website-single-get-in-touch-info .website-get-in-touch-info-text {
  display: inline-block;
  margin-left: 25px;

}


@media (max-width: 700.98px) {
  .website-get-in-touch-area .website-single-get-in-touch-info .website-get-in-touch-info-text {
  display: inline-block;
  margin-left: 25px;
  overflow: scroll;
}
}


.website-get-in-touch-area .website-single-get-in-touch-info .website-get-in-touch-info-text h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #002b56;
  line-height: 1.1;
  font-weight: 700;
}

.website-get-in-touch-area .website-single-get-in-touch-info .website-get-in-touch-info-text p {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.website-get-in-touch-area .website-single-get-in-touch-info .website-get-in-touch-info-text p span {
  display: block;
}

.website-mapa-area {
  height: 480px;
  overflow: visible;
}

.website-mapa-area .website-mapa-section-heading {
  margin-top: 170px;
}

.website-mapa-area .website-single-mapa {
  background: #ffffff;
  padding: 20px 18px 35px;
  border: 1px solid #b9b9b9;
  margin: 0 -15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 767.98px) {
  .website-mapa-area .website-single-mapa {
    margin-bottom: 30px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.website-mapa-area .website-single-mapa .website-mapa-author-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.website-mapa-area .website-single-mapa .website-mapa-author-info-box img {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #423e82;
}

.website-mapa-area .website-single-mapa .website-mapa-author-info-box .website-mapa-info {
  display: inline-block;
  margin-left: 15px;
}

.website-mapa-area .website-single-mapa .website-mapa-author-info-box .website-mapa-info h3 {
  font-size: 18px;
  color: #171366;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 700;
}

.website-mapa-area .website-single-mapa .website-mapa-author-info-box .website-mapa-info p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #171366;
  line-height: 1.5;
  margin-bottom: 0;
}

.website-mapa-area .website-single-mapa .website-mapa-content p {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.website-mapa-area .website-single-mapa .website-mapa-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.website-mapa-area .website-single-mapa .website-mapa-content ul li i {
  font-size: 22px;
  color: #ffb320;
}

.website-mapa-area .website-single-mapa .website-mapa-content ul li:last-child {
  margin-right: 0;
}

.website-mapa-area .website-single-mapa:hover {
  -webkit-box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
          box-shadow: 0px 9px 100px 0px rgba(151, 151, 151, 0.5);
  border-color: transparent;
  position: relative;
  z-index: 10;
  -webkit-transform: scaleX(1.01);
          transform: scaleX(1.01);
}

.website-blog-area {
  padding-top: 0px;
  padding-bottom: 93px;
}

@media (max-width: 1199.98px) {
  .website-blog-area {
    padding-top: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .website-blog-area {
    padding-top: 500px;
  }
}

@media (max-width: 767.98px) {
  .website-blog-area {
    padding-top: 835px;
  }
}

@media (max-width: 575.98px) {
  .website-blog-area {
    padding-top: 900px;
  }
}

@media (max-width: 460px) {
  .website-blog-area {
    padding-top: 10px;
  }
}

@media (max-width: 360px) {
  .website-blog-area {
    padding-top: 1000px;
  }
}

@media (max-width: 320px) {
  .website-blog-area {
    padding-top: 1100px;
  }
}

@media (max-width: 767.98px) {
  .website-blog-area .website-section-heading {
    margin-bottom: 30px;
  }
}

.website-blog-area .website-section-heading .website-section-heading-text {
  margin-top: 50px;
}

.website-blog-area .website-single-blog {
  padding-bottom: 180px;
}

.website-blog-area .website-single-blog .website-blog-img {
  position: relative;
}

.website-blog-area .website-single-blog .website-blog-img img {
  width: 100%;
}

.website-blog-area .website-single-blog .website-blog-content {
  padding: 25px 20px;
  background: #ffffff;
  -webkit-box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
          box-shadow: -5px 19px 50px 0px rgba(151, 151, 151, 0.2);
  border-radius: 2px;
  position: absolute;
  width: 325px;
  left: 0;
  right: 0;
  bottom: -107px;
  margin: 0 auto;
  display: inline-block;
}

.website-blog-area .website-single-blog .website-blog-content .website-blog-meta {
  margin-bottom: 20px;
}

.website-blog-area .website-single-blog .website-blog-content .website-blog-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.website-blog-area .website-single-blog .website-blog-content .website-blog-meta ul li {
  display: inline-block;
}

.website-blog-area .website-single-blog .website-blog-content .website-blog-meta ul li a,
.website-blog-area .website-single-blog .website-blog-content .website-blog-meta ul li {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #171366;
  font-weight: 500;
  line-height: 1.5;
}

.website-blog-area .website-single-blog .website-blog-content .website-blog-title h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #040054;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.website-blog-area .website-single-blog .website-blog-content .website-blog-title:hover h3 {
  color: #7c5a1e;
}

.website-blog-area .website-single-blog .website-blog-content .website-single-blog-btn {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  color: #171366;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-blog-area .website-single-blog .website-blog-content .website-single-blog-btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #171366;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.website-blog-area .website-single-blog .website-blog-content .website-single-blog-btn:hover:before {
  width: 100%;
}

.website-blog-area .website-single-blog .website-blog-content .website-single-blog-btn:hover {
  margin-left: 8px;
}

.website-blog-area .website-blog-slider .owl-nav {
  display: none !important;
}

.website-blog-area .website-blog-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.website-blog-area .website-blog-slider .owl-dots .owl-dot {
  height: 6px;
  width: 35px;
  background: #040054;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .website-blog-area .website-blog-slider .owl-dots .owl-dot {
    width: 20px;
  }
}

.website-blog-area .website-blog-slider .owl-dots .owl-dot:hover {
  background: #b337c7;
}

.website-blog-area .website-blog-slider .owl-dots .owl-dot.active {
  background: #b337c7;
}

.main-header{
  position:relative;
  z-index:99;
}


@media only screen and (max-width: 599px){
  
  .main-header .header-top .pull-left{
    width:100%;
    text-align:center;
  }
  
  .main-header .header-top .text{
    margin-bottom:10px;
  }
  
  .main-header .header-top .pull-right{
    width:100%;
    text-align:center;
  }
  
  .main-header .header-top .social-box{
    float:none;
    display:inline-block;
  }
  

  
}

.main-header{
  position:relative;
  z-index:99;
}

.main-header .header-top{
  position:relative;
  padding:12px 0px;
  background-color:#152644;
}

.main-header .header-top .text{
  position:relative;
  color:#ffffff;
  font-size:12px;
  padding:3px 0px;
}

.main-header .header-top .social-box{
  position:relative;
  float:left;
}

.main-header .header-top .social-box li{
  position:relative;
  margin-left:15px;
  display:inline-block;
}

.main-header .header-top .social-box li a{
  position:relative;
  color:#ffffff;
  font-size:14px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .header-top .social-box li a:hover{
  color:#06afea;
}

/* Language DropDown */

.main-header .header-top .language{
  position:relative;
  line-height:1em;
  margin-left: 25px;
  padding-left:26px;
  display:inline-block;
  border-left:1px solid rgba(255,255,255,0.40);
}

.main-header .header-top .language .icon{
  margin-right:8px;
}

.main-header .header-top .language .dropdown-menu{
  top:100%;
  right:0px !important;
  left:auto !important;
  width:170px;  
  border-radius:0px;
  margin-top:13px;
  background-color:#222222;
  border:none;
  padding:0px;
    border-top:3px solid #06afea;
}

.main-header .header-top .language > a{
  color:rgba(255,255,255,1);
  padding:0px 0px;
  text-transform:capitalize;
  display:inline-block;
    border:0px;
  top: 0px;
  font-weight:400;
  font-size:13px;
  line-height:1em;
  border-radius: 0px;
}

.main-header .header-top .language > a:focus{
  box-shadow:inherit;
}

.consultio-menu .navigation > li.dropdown > a{
  padding-right:15px !important;
}

.main-header .header-top .language > a:after{
  display:none;
}

.main-header .header-top language a:hover{
  background:none;
}

.main-header .header-top .language .dropdown-menu > li{
  padding-right:0px !important;
  margin:0px !important;
  float:none;
  display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .header-top .language .dropdown-menu > li:last-child{
  border-bottom:none; 
}

.main-header .header-top .language .dropdown-menu > li > a{
  padding:12px 20px !important;
  color:#ffffff;
  display: block;
  text-align:left;
  font-size: 14px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .header-top .language .dropdown-menu > li > a:hover{
  color:#ffffff !important;
  background-color:#06afea;
}


.main-header .header-upper{
  position:relative;
  background-color:#ffffff;
}

.main-header .header-upper .logo-box{
  position:relative;
  padding:20px 0px 50px;
}

.main-header .header-upper .upper-right{
  position:relative;
  padding-top:40px;
}



.main-header .info-box{
  position:relative;
  float:left;
  z-index:1;
  min-height:56px;
  margin-left:50px;
  font-size:15px;
  color:#777777;
  text-align:left;
  padding:0px 0px 0px 55px;
}

.main-header .info-box:first-child{
  margin-left:0px;
}

.main-header .info-box:last-child{
  padding-right:0px;
  border:0px;
}

.main-header .info-box .icon-box{
  position:absolute;
  left:0px;
  top:5px;
  font-size:34px;
  line-height:1em;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  color:#05afec;
  line-height:1em;
  font-family: "flaticon";
}

.main-header .info-box ul li{
  position:relative;
  line-height:20px;
  color:#4e4e4e;
  font-size:15px;
  font-weight:400;
  text-transform:capitalize;
}

.main-header .info-box strong{
  position:relative;
  font-weight:700;
  color:#4e4e4e;
  font-size:15px;
  display:block;
  margin-bottom:4px;
  text-transform:capitalize;
}

.main-header .info-box ul li a{
  position:relative;
  color:#222222;
}

.main-header .main-box{
  position:relative;
  padding:0px 0px;
  left:0px;
  top:0px;
  width:100%;
  background:none;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .main-box .outer-container{
  position:relative;
  padding:0px 40px;
}

.main-header .main-box .logo-box{
  position:relative;
  float:left;
  left:0px;
  z-index:10;
  padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
  display:inline-block;
  max-width:100%;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.main-header .header-lower{
  position:absolute;
  left:0px;
  right:0px;
  top:100%; 
  margin-top:-28px;
}

.main-header .header-lower .inner-container{
  padding:0px 25px;
  border-radius:6px;
  background-color:#152644;
}



.main-header .header-top .language{
  position:relative;
  line-height:1em;
  margin-left: 25px;
  padding-left:26px;
  display:inline-block;
  border-left:1px solid rgba(255,255,255,0.40);
}

.main-header .header-top .language .icon{
  margin-right:8px;
}

.main-header .header-top .language .dropdown-menu{
  top:100%;
  right:0px !important;
  left:auto !important;
  width:170px;  
  border-radius:0px;
  margin-top:13px;
  background-color:#222222;
  border:none;
  padding:0px;
    border-top:3px solid #06afea;
}

.main-header .header-top .language > a{
  color:rgba(255,255,255,1);
  padding:0px 0px;
  text-transform:capitalize;
  display:inline-block;
    border:0px;
  top: 0px;
  font-weight:400;
  font-size:13px;
  line-height:1em;
  border-radius: 0px;
}

.main-header .header-top .language > a:focus{
  box-shadow:inherit;
}

.consultio-menu .navigation > li.dropdown > a{
  padding-right:15px !important;
}

.main-header .header-top .language > a:after{
  display:none;
}

.main-header .header-top language a:hover{
  background:none;
}

.main-header .header-top .language .dropdown-menu > li{
  padding-right:0px !important;
  margin:0px !important;
  float:none;
  display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .header-top .language .dropdown-menu > li:last-child{
  border-bottom:none; 
}

.main-header .header-top .language .dropdown-menu > li > a{
  padding:12px 20px !important;
  color:#ffffff;
  display: block;
  text-align:left;
  font-size: 14px;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .header-top .language .dropdown-menu > li > a:hover{
  color:#ffffff !important;
  background-color:#06afea;
}


.main-header .header-upper{
  position:relative;
  background-color:#ffffff;
}

.main-header .header-upper .logo-box{
  position:relative;
  padding:20px 0px 50px;
}

.main-header .header-upper .upper-right{
  position:relative;
  padding-top:40px;
}



.main-header .info-box{
  position:relative;
  float:left;
  z-index:1;
  min-height:56px;
  margin-left:50px;
  font-size:15px;
  color:#777777;
  text-align:left;
  padding:0px 0px 0px 55px;
}

.main-header .info-box:first-child{
  margin-left:0px;
}

.main-header .info-box:last-child{
  padding-right:0px;
  border:0px;
}

.main-header .info-box .icon-box{
  position:absolute;
  left:0px;
  top:5px;
  font-size:34px;
  line-height:1em;
  -moz-transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  color:#05afec;
  line-height:1em;
  font-family: "flaticon";
}

.main-header .info-box ul li{
  position:relative;
  line-height:20px;
  color:#4e4e4e;
  font-size:15px;
  font-weight:400;
  text-transform:capitalize;
}

.main-header .info-box strong{
  position:relative;
  font-weight:700;
  color:#4e4e4e;
  font-size:15px;
  display:block;
  margin-bottom:4px;
  text-transform:capitalize;
}

.main-header .info-box ul li a{
  position:relative;
  color:#222222;
}

.main-header .main-box{
  position:relative;
  padding:0px 0px;
  left:0px;
  top:0px;
  width:100%;
  background:none;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-header .main-box .outer-container{
  position:relative;
  padding:0px 40px;
}

.main-header .main-box .logo-box{
  position:relative;
  float:left;
  left:0px;
  z-index:10;
  padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
  display:inline-block;
  max-width:100%;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.main-header .header-lower{
  position:absolute;
  left:0px;
  right:0px;
  top:100%; 
  margin-top:-28px;
}

.main-header .header-lower .inner-container{
  padding:0px 25px;
  border-radius:6px;
  background-color:#152644;
}

.pull-left{
  float:left;
}

.pull-right{
  float:right;
}



.aviso-cookies {
  display: none;
  background: #fff;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 300px;
  line-height: 150%;
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  padding-top: 60px;
  box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
  text-align: center;
}

.aviso-cookies.activo {
  display: block;
}

.aviso-cookies .galleta {
  max-width: 100px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
  margin-bottom: 15px;
}

.aviso-cookies .boton {
  width: 100%;
  background: #595959;
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease all;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

.aviso-cookies .boton:hover {
  background: #000;
}

.aviso-cookies .enlace {
  color: #4DBFFF;
  text-decoration: none;
  font-size: 14px;
}

.aviso-cookies .enlace:hover {
  text-decoration: underline;
}

.fondo-aviso-cookies {
  display: none;
  background: rgba(0,0,0,.20);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.fondo-aviso-cookies.activo {
  display: block;
}