/**
* Template Name: Gp - v4.2.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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

a {
  color: #006FB7;
  text-decoration: none;
}

a:hover {
  color: #25336f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  /*estilo números alineados verticalmente*/
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

*:focus {
  outline: none;
}

.paragraph{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 0;
}

.inline-div{
  display: inline-block;
}

a.priv-pol{
  color: #fff;
  display: inline-block;
}

a.priv-pol:hover{
  text-decoration: underline;
}

#country-1 {
  display: none;
}

#country-2 {
  display: none;
}

#country-3 {
  display: none;
}

#country-4 {
  display: none;
}

#country-5 {
  display: none;
}

#country-6 {
  display: none;
}

.video-filter{
  border: 1px solid #343a40;
  padding: 6 16px;
  border-radius: 16px;
  color: #1d1919!important;
    font-size: 15px;
    background-color: rgba(216,216,216,.38)!important;
    background: rgba(216,216,216,.38) url(../img/dropdown-arrow.png) 92% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 35px 8px 25px;
    border-radius: 24px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 42px;
    cursor: pointer;
}

.job-country{
  display: block;
  font-size: 14px;
  color: #006FB7;
  margin-top: 8px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #006FB7;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #006FB7;
}

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

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

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #25336f;
  border-top-color: #006FB7;
  border-bottom-color: #006FB7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 25px 0;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgba(0, 0, 0, 0.8);
  background-color: rgba(255,255,255,0.94);
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 10%);
}

#header.header-scrolled.header-small-scrolled{
  padding: 10px 0;
}

#header.header-scrolled.header-small-scrolled .logo img{
  width: 150px;
}

#header.header-scrolled .country_select{
  color: #25336f;
}

#country_select *{
  background-color:#fff;
  color:#000;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo a span {
  color: #ffc451;
}

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



/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #fff;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: none;
}

.get-started-btn:hover {
  background: transparent;
  color: #006FB7;
}

@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

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

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

.navbar ul li ul{
  position: absolute;
  min-width: 260px;
  left: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  background-color: rgba(255,255,255,0.9);
  z-index: 99;
  display: none;
}

.navbar ul li ul li{
  padding: 12px 20px;
  border-bottom: 1px solid #ffffff;
}

.navbar ul li ul li a{
  padding: 0;
  color: #006FB7;
}

.navbar ul li ul li a:hover{
  color: #444444;
}

.navbar ul li:hover > ul{
  display: block;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.header-inner-pages .navbar a {
  color: #25336f;
}

.header-scrolled .navbar a{
  color: #25336f;
}

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

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  /*color: #006fb6;*/
}

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

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

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

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

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  background-color: #006FB7;
  color: #ffffff;
}

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

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

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

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

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

.body-page .mobile-nav-toggle {
  color: #000;
}

.header-scrolled .mobile-nav-toggle{
  color: #000000;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .lang_menu ul{
    display: block;
  }
  .lang_menu ul a{
    padding-left: 10px;
  }
  .body-home .navbar.get-started-btn ul {
    display: block;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

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

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

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #151515;
  background-color: #006FB7;
}

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

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

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

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

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

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

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

/*--------------------------------------------------------------
# Country Select
--------------------------------------------------------------*/
.country_select{
  color: white;
  background-color: transparent;
  border: none;
}

.body-page .country_select {
  color: #25336f;
}

/*--------------------------------------------------------------
# Technologies Section
--------------------------------------------------------------*/
.technologies .card-body{
  color: #000000;
  padding: 0;
}

.technologies .card-body h2{
  margin-bottom: 35px;
}

.gutter-50 > .col, .gutter-50 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 50px;
}

.bm40{
  margin-bottom: 40px;
}

.min-vh-75 {
    min-height: 75vh !important;
}

.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform;
}

.divider-home h3{
  color: #ffffff;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  font-size: 2.2em;
}

.divider-home p,
.divider-p{
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  font-size: 1.2em;
}

.portfolio-item .portfolio-image {
  position: relative;
  overflow: hidden;
}

.portfolio-item .portfolio-image, .portfolio-item .portfolio-image > a, .portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-image img {
  border-radius: 10px;
}

.portfolio-item .portfolio-image, .portfolio-item .portfolio-image > a, .portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: auto;
}

.bg-overlay, .bg-overlay-bg, .bg-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.bg-overlay {
  z-index: 5;
}

.bg-overlay-content {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 20px;
}

.bg-overlay-content h3{
  color: #000;
  margin-bottom: 14px !important;
}

.bg-overlay-content h5{
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.4em;
}

.overlay-trigger-icon {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 0.25rem;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

.fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.col-mb-50 > .col, .col-mb-50 > [class*="col-"] {
  padding-bottom: 50px;
}

.technologies .portfolio-item .portfolio-image .img_mobile{
  display: none;
}

.technologies .portfolio-item .portfolio-image .img_desktop{
  display: block;
}

@media (max-width: 1366px){
  .bg-overlay-content h5 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px){
  .technologies .portfolio-item .portfolio-image .img_mobile{
    display: block;
  }

  .technologies .portfolio-item .portfolio-image .img_desktop{
    display: none;
  }

}

@media (max-width: 991px){
  .technologies .portfolio-item .portfolio-image .img_mobile{
    display: none;
  }

  .technologies .portfolio-item .portfolio-image .img_desktop{
    display: block;
  }

}

@media (max-width: 767px){
  .technologies .px-5 {
    padding-right: 1.2rem!important;
    padding-left: 1.2rem!important;
  }
  .technologies .py-4 {
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important;
  }

  .technologies .portfolio-item .portfolio-image .img_mobile{
    display: block;
  }

  .technologies .portfolio-item .portfolio-image .img_desktop{
    display: none;
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-image {
    position: relative;
    width: 60%;
    margin-top: 30px;
    z-index: 2;
    box-shadow: 0 0 40px rgb(0 0 0 / 30%);
}

.contact-section {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 50%;
    padding: 60px 60px 60px 180px;
    z-index: 0;
}

.bg-color, .bg-color #header-wrap {
    background-color: #006FB7;
    color: #ffffff;
}

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

.topmargin-lg {
    /*margin-top: 5rem !important;*/
}

.min-vh-25 {
    min-height: 25vh !important;
}

.col-padding {
    padding: 4rem;
}

.quick-contact-widget.form-widget form, #template-contactform {
    position: relative;
}

.preloader, .preloader2, .form-process {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat #FFF;
}

.form-process {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: transparent;
}

.input-block-level {
    display: block;
    width: 100% !important;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sm-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 14px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #DDD;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.sm-form-control {
    height: auto;
}

.quick-contact-widget.form-widget .form-control, .quick-contact-widget.form-widget .input-group, .quick-contact-widget.form-widget .sm-form-control {
    margin-bottom: 10px;
}

.contactform h3{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.quick-contact-form-submit {
    background: #006FB7;
    border: 0;
    padding: 10px 24px;
    color: #ffffff;
    transition: 0.4s;
    border-radius: 4px;
}

.quick-contact-form-submit:hover{
  background: #25336f;
}

@media (min-width: 992px){
  .p-lg-0 {
      padding: 0 !important;
  }
}

@media (max-width: 991px){
  .contact-image {
      width: 100%;
      margin-top: 0;
  }
  .contact-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
section.services-hero{
  height: 60vh;
}

section .slide-hero-services {
  width: 100%;
  height: 60vh;
  background: url(../img/services/ac-services.jpg) top center;
  background-size: cover;
  position: relative;
  background-position: center 40%;
}

@media (min-width: 768px){
  .intro-services .text-md-left {
      text-align: left !important;
  }
}

.service-single-intro{
  margin-bottom: 40px;
}

.services-wrapper-info{
  padding: 50px 20px;
}

.services .icon-box.services-img-wrapper{
  width: 100%;
  padding:0;
  height: 100%;
}

.services .icon-box.services-img-wrapper img{
  width: 100%;
  height: auto;
}

.align-items-stretch {
    align-items: flex-start !important;
}

/*BACKGROUNDS*/
.agile-back{
  background-image: url(../img/services/agile_testing.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.quality-back{
  background-image: url(../img/services/quality_assurance.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.staff-back{
  background-image: url(../img/services/staff.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.talent-back{
  background-image: url(../img/services/talent.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.it-agile-back{
  background-image: url(../img/services/it-agile.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.consulting-back{
  background-image: url(../img/services/consulting.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.trajectory-ai{
  background-image: url(../img/services/ai-consulting.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}


#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero h1 span{
  color: #C51A1B;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #ffc451;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #ffc451;
}

#hero .icon-box:hover {
  border-color: #ffc451;
}

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

@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.shape-divider {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.shape-divider[data-position="bottom"] {
    top: auto;
    bottom: -1px;
}

.shape-divider[data-position="bottom"], .shape-divider[data-flip-vertical="true"] {
    transform: rotate(180deg);
}

.shape-divider svg {
    position: relative;
    width: 100%;
    width: calc( 100% + 1.3px );
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#shape-divider-5198.shape-divider svg {
    width: calc( 100% + 1.5px );
    height: 100px;
}

.shape-divider-fill {
    fill: #FFF;
    transform-origin: center;
    transform: rotateY(0deg);
}


/*--------------------------------------------------------------
# Home Hero 2
--------------------------------------------------------------*/
.home-hero{
  width: 100%;
  height: 100vh;
  padding: 0;
}

.slide-hero1{
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg2.jpg) top center;
  background-size: cover;
  position: relative;
}

.accordion-active .bi.bi-chevron-down{
  transform: rotate(180deg);
}

.slide-hero2{
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg1.jpg) top center;
  background-size: cover;
  position: relative;
}

.this-slide::after{
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
}

.nav-link:focus, .nav-link:hover {
    color: rgba(255,255,255,0.4);
}

.home-hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.home-hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.swiper-slide .justify-content-center{
  position: relative;
  z-index: 2;
}

.this-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 768px){
  .home-hero h1{
    font-size: 26px;
    line-height: 32px;
    max-width: 90%;
    margin: auto;
  }
  .home-hero h2{
    max-width: 80%;
    margin: auto;
  }
  .home-hero{
    height: 80vh;
  }
  .parallax{
    background-attachment: scroll;
  }
}

@media screen and (orientation:landscape)
and (min-device-width: 319px)
and (max-device-width: 812px) {
  .home-hero h1 {
    font-size: 24px;
    line-height: 1.4em;
  }
  .home-hero .col-sm-6 {
    width: 80%;
  }
  .shape-divider[data-position="bottom"] {
    bottom: -5px;
    display: none;
  }
}

/* Swiper Slider
-----------------------------------------------------------------*/

.swiper_wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.full-screen .swiper_wrapper { height: auto; }

.swiper_wrapper .swiper-container {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
}

.swiper_wrapper .swiper-slide {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.swiper-slide-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

.slider-element .video-wrap,
.section .video-wrap,
.swiper-slide .yt-bg-player,
.section .yt-bg-player,
.swiper-slide-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.yt-bg-player .inlinePlayButton,
.yt-bg-player .loading { display: none !important; }

.slider-element .container,
.slider-element .container-fuild {
	position: relative;
	height: 100%;
}

.slider-element.canvas-slider .swiper-slide img { width: 100%; }

.slider-element.canvas-slider a {
	display: block;
	height: 100%;
}


.swiper-pagination {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 20px !important;
	text-align: center;
	line-height: 1;
}

.swiper-pagination span {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.swiper-pagination span:hover,
.swiper-pagination span.swiper-pagination-bullet-active { background-color: #FFF !important; }


/* Slider Caption
-----------------------------------------------------------------*/

.slider-caption {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	flex-flow: column;
	justify-content: center;
	z-index: 20;
	max-width: 550px;
	color: #EEE;
	font-size: 1.375rem;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
	color: #222;
	text-shadow: none;
}

.slider-caption h2 {
	font-size: 4rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.slider-caption p {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

@media (max-width: 991.98px) {

	.swiper_wrapper .slider-caption h2 {
		font-size: 5.5vw;
	}

	.swiper_wrapper .slider-caption p {
		font-size: 2.6vw;
	}

}

.slider-caption.slider-caption-right {
	margin-left: auto;
}

.slider-caption.slider-caption-center {
	position: relative;
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.slider-caption-bg {
	padding: 5px 12px;
	border-radius: 2px;
	background-color: rgba(0,0,0,0.6);
	top: auto;
	bottom: 50px;
	left: 50px;
}

.slider-caption-bg.slider-caption-bg-light {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	font-weight: 400;
	text-shadow: none;
}

.slider-caption-top-left {
	top: 50px;
	bottom: auto;
}

.slider-caption-top-right {
	top: 50px;
	bottom: auto;
	left: auto;
	right: 50px;
}

.slider-caption-bottom-right {
	left: auto;
	right: 50px;
}


/* Slider Arrows
-----------------------------------------------------------------*/

.slider-element .owl-carousel { margin: 0; }

.slider-arrow-left,
.slider-arrow-right,
.flex-prev,
.flex-next,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 3px 3px 0;
	transform: translateY(-50%);
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -20px; }

.slider-arrow-right,
.slider-element .owl-next,
.flex-next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider-arrow-left i,
.slider-arrow-right i,
.flex-prev i,
.flex-next i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 50px;
	width: 100%;
	height: 100%;
	color: #DDD;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	text-align: center;
	transition: color .3s ease-in-out;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255,255,255,1);
}

.slider-element .owl-prev i { margin-left: 0; }

.slider-element .owl-next i { margin-right: 4px; }

.slider-arrow-left:hover,
.slider-arrow-right:hover,
.flex-prev:hover,
.flex-next:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }


/* Slide Number
-----------------------------------------------------------------*/

.slide-number {
	position: absolute;
	opacity: 0;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 36px;
	height: 40px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.slider-element:hover .slide-number { opacity: 1; }

.slide-number-current,
.slide-number-total {
	position: absolute;
	line-height: 1;
	top: 5px;
	left: 0;
}

.slide-number-total {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;
}

.slide-number span {
	display: block;
	font-size: 32px;
	line-height: 40px;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
  padding-top: 4px;;
	position: relative;
	}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

  .slick-prev:before, .slick-next:before {
    color: black;
}

.slick-next{
  z-index: 9;
}

.slick-prev {
  z-index: 9;
}

.slick-dots{
  bottom: 0;
}


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

@media (max-width: 768px){
  .hide-mobile{
    display: none;
  }
}

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

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

.services p.services-title,
.contact p.contact-title {
  /*color: #006FB7;*/
}

.culture h4,
.trajectory h4{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

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

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #C51A1B;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content{
  justify-content: center;
  display: flex;
  flex-direction: column;
}

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

.about .img-fluid{
  max-width: 85%;
}

.lang-modelo-competencias-title,
.lang-adaptation-title,
.lang-commitment-title,
.lang-collaborative-title,
.lang-team-title,
.lang-values-title{
  font-weight: 900;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006FB7;
}

.clients .swiper-slide span{
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  padding-top: 25px;
  display: block;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #ffc451;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 50px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #006FB7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
}

.services .icon-box .icon i {
  color: #151515;
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 a:hover {
  color: #006FB7;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}


.trajectory{
  /*background-image: url(../img/services/01.jpg);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 190px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

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

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #006FB7;
  border-color: #006FB7;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #ffc451;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ffc451;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ffc451;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #ffc451;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

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

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

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

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

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

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

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

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

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

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

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

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

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

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
  opacity: 1;
}

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

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

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/
.post-grid .entry {
  margin-bottom: 30px;
}

.col-mb-30 > .col, .col-mb-30 > [class*="col-"] {
  padding-bottom: 30px;
}

.text-danger {
  color: #dc3545 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
  font-size: 0.875rem;
}

.entry-meta {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.blogsection .entry-meta ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px -20px;
  list-style: none;
  padding-left: 0;
}

.entry-meta li {
  font-size: 90%;
  margin: 0 15px 10px 0;
  color: #999;
}

.entry-content {
  position: relative;
}

.entry-meta:not(.no-separator) li::before {
  content: '\205E';
  width: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}

.entry-meta i {
  position: relative;
  top: 1px;
  padding-left: 1px;
  margin-right: 5px;
}

.icon-calendar3:before {
  content: "\e728";
}

.blogsection .entry h3 a{
  color: #333;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Blog Entry
--------------------------------------------------------------*/
.entry {
  position: relative;
  margin-bottom: 50px;
}

.entry-title h2, .entry-title h3, .entry-title h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-meta {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.single-post .entry-meta {
  margin-bottom: 20px;
}

.entry-meta ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px -20px;
  list-style: none;
  padding-left: 0;
}

.entry-meta li {
  font-size: 90%;
  margin: 0 15px 10px 0;
  color: #999;
}

.entry-meta:not(.no-separator) li::before {
  content: '\205E';
  width: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}

.entry-meta i {
  position: relative;
  top: 1px;
  padding-left: 1px;
  margin-right: 5px;
}

.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.bottommargin {
  margin-bottom: 3rem !important;
}

.tagcloud {
  margin-bottom: -2px;
}

.tagcloud a {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 1px solid #E5E5E5;
  font-size: 13px !important;
  color: #666;
  border-radius: 2px;
}

body:not(.device-touch) .tagcloud a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.si-share {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.si-share span {
  line-height: 36px;
  font-weight: bold;
  font-size: 13px;
}

.i-rounded, .i-plain, .i-circled, .i-bordered, .social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
  cursor: pointer;
  font-style: normal;
}

.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  line-height: 38px !important;
  color: #555;
  text-shadow: none;
  border: 1px solid #AAA;
  border-radius: 3px;
  overflow: hidden;
}

.si-borderless {
  border-color: transparent !important;
}

.si-share .social-icon {
  margin: -1px 0;
  border-radius: 0;
  font-size: 15px;
}

body:not(.device-touch) .i-rounded, body:not(.device-touch) .i-plain, body:not(.device-touch) .i-circled, body:not(.device-touch) .i-bordered, body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  min-height: 371px;
}

.card .mt-auto {
  margin-top: 0 !important;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.author-image {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}

.author-image img {
  width: 64px;
  height: 64px;
}

.line, .double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 4rem 0;
  border-top: 1px solid #EEE;
}

/*--------------------------------------------------------------
# Newsletter Section
--------------------------------------------------------------*/
.img_container img{
  width: 100%;
}
.img_container_recognition{
  text-align: center !important;
}
.img_container_recognition img{
  width: 80%;
}
.card-news {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.hover-effect {
    -webkit-transition: transform .25s ease, box-shadow .3s ease;
    -o-transition: transform .25s ease, box-shadow .3s ease;
    transition: transform .25s ease, box-shadow .3s ease;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    box-shadow: none;
    border: 0;
}
.course-categories .card-news a span {
    display: block;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    top: 25%;/*top: 20%*/
    left: 50%;
    text-align: center;
    color: #FFF;
    font-weight: bolder;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*Title card Number Day*/
.course-categories .card-news a h4 {
    display: block;
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    font-weight: bolder;
    margin-top: 7%;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    /*-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.course-categories .card-news .calendar_title{
  display: block;
  font-size: 12px;
  top: 70%;
  width: 85%;
}
.course-categories .card-news p.calendar_title {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 5px;
  margin: 0;
}

.newsletter_section h3{
  font-weight: 700;
  text-transform: none;
  font-size: 42px;
  letter-spacing: -2px;
}

.b-page ul{
  padding-left: 50px;
}

.b-page ul li{
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
}


/*NEWSLETTER TABS EVENTS*/
/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  /*float: left;*/
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 7px;
  transition: 0.3s;
  width: 30%;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  margin: 0 1.5%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #006FB7;
  color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #006FB7;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0
  /*border: 1px solid #ccc;
  border-top: none;*/
}

ol li {
  font-weight:bold;
}
li > p {
  font-weight:normal;
}
.col-md-4 h4  {
  margin-top: 0 !important;
}
.row-align-center {
  justify-content: center;
}
.row-title-center {
  text-align: center;
}
.row-color {
  color: #fff !important;
}

#Holidays{
  display: block;
}
.tabcontent .align-card-flex {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tabcontent .card-flex {
  padding: .5%;
}

.feature-box:first-child {
    margin-top: 0;
}

.fbox-bg.fbox-center {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0 2rem 2rem;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    background-color: #fff;
}

.fbox-bg.fbox-center.fbox-lg {
    margin-top: 3rem;
}

.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}

.fbox-lg .fbox-icon {
    width: 7.5rem;
    height: 6rem;
}

.fbox-center .fbox-icon {
    margin-bottom: 1.5rem;
}

.fbox-bg.fbox-center .fbox-icon {
    margin-top: -2rem;
}

.fbox-bg.fbox-center .fbox-icon {
    background-color: #FFF;
}

.fbox-bg.fbox-center.fbox-lg .fbox-icon {
    margin: auto;
    margin-top: -3rem;
    margin-bottom: 2rem;
    background-color: transparent;
}

.fbox-icon a, .fbox-icon i, .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.fbox-icon i, .fbox-icon img {
    border-radius: 50%;
    background-color: #1ABC9C;
}

.fbox-icon i {
    font-style: normal;
    font-size: 1.75rem;
    line-height: 4rem;
    text-align: center;
}

.fbox-lg .fbox-icon i {
    font-size: 2.5rem;
    line-height: 6rem;
}

.fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
    border: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    color: #444;
}

.fbox-effect .fbox-icon i {
    z-index: 1;
}

.fbox-effect .fbox-icon i {
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fbox-effect .fbox-icon i::after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(.8);
    opacity: 0;
}

.fbox-center {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}

.nott {
    text-transform: none !important;
}

.ls0 {
    letter-spacing: 0px !important;
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}

.fbox-center .fbox-content {
    -ms-flex-preferred-size: auto;
}

.text-dark {
    color: #343a40 !important;
}

.newsletter_section .color {
    color: #006FB7 !important;
}

.newsletter_section h4{
  text-align: left;
  /*margin-top: 40px;*/
  font-weight: 600;
  font-size: 1.2rem;
}

.section_news h4 {
  font-size: 1.1rem;
  font-weight: 700;
}

.arroyo_blue{
  color: #006FB7;
}

.newsletter-section .col-md-7 img{
  width: 100%;
}

.slider-element {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0;
}

.slider-inner {
    position: absolute;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vertical-middle {
    z-index: 3;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    flex-flow: column;
}

.slider-element .container, .slider-element .container-fuild {
    position: relative;
    height: 100%;
}

.video-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    direction: ltr;
}

.video-wrap img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vertical-middle + .video-wrap {
    z-index: 2 !important;
}

.slider-element .video-wrap, .section .video-wrap, .swiper-slide .yt-bg-player, .section .yt-bg-player, .swiper-slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

table {
  font-size: .9rem;
  border-color: #aaaaaa;
}

.img-center {
  padding: 0;
  padding-left: calc(var(--bs-gutter-x)/ 2);
  text-align: center;
}

.img-center img {
  width: 100%;
}
.logo_newsletter{
  max-width: 300px;
  margin-bottom: 40px;
}

.slider-element h1{
  font-weight: 900;
  color: #ffffff;
  font-size: 5em;
}

.bg-icons{
  padding: 80px 0px 60px;
  background-image: url(../img/newsletter/icon-pattern.jpg);
  background-size: auto;
  background-repeat: repeat;
  background-position: 0px -91.9897px;
}

.list_arroyo {
  margin-left: 25px;
  font-size: .9rem;
}

.list_arroyo_ul {
  margin-left: 0;
  font-size: .9rem;
}

.list_arroyo_ul_udemy {
  margin-left: 18px;
  font-size: .9rem;
}

.list_arroyo_external {
  margin-left: 0;
  font-size: .9rem;
  padding-left: 1.1rem;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #006FB7;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.button.button-xlarge {
    padding: 9px 32px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 34px;
}

.button.button-rounded {
    border-radius: 3px;
}

.newsletter-social .bx{
  font-size: 2em;
}

.christmas_cover{
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(100% - 20px);
  z-index: 99;
  left: 10px;
}

.christmas_cover_bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  z-index: 99;
}

@media screen and (max-width: 1024px){
  .ping-me-section{
    background:none !important;
  }
  .ping-me-section .col-md-5{
    width: 100% !important;
  }
  .button.button-xlarge {
    padding: 9px 22px;
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .slider-element h1 {
    font-size: 3em;
  }
}

/*IDIOMA NEWSLETTER*/
body.lang-en #main .idioma-es{
  display: none;
}
body.lang-es #main .idioma-es{
  display: block;
}
body.lang-en #main .idioma-en{
  display: block;
}
body.lang-es #main .idioma-en{
  display: none;
}

.card-flex .card-news .calendar_detail{
  color: #ffffff;
  width: 80%;
  margin: auto;
  font-size: .7em;
  margin-top:14px;
  text-align: center;
}

.social_links_newsletter a i{
  color: #ffffff;
  font-size: 1.6em;
  padding: 0 12px;
}

.sm_list li{
  list-style-type: none;
}

.sm_list li i{
  margin-right: 10px;
}

/*--------------------------------------------------------------
# NEWSLETTER FLIPBOOK
--------------------------------------------------------------*/
.text-nv-it{
  font-size: .68rem !important;
  line-height: 1.2;
  float: left;
}
.link-nv {
  color: #444444 !important;
}
.img-nv-it {
  float: left;
  margin-right: 5px;
}
.img-nv-it .size-nv-it {
  width: 40px;
  height: 40px;
  float: left;
}
.img-nv-it-office .size-nv-it {
  width: 55px;
  float: left;
}
.wrapper_flipbook{
  margin-top: 106px;
  display:block;
  padding:25px 0;
  position:relative;
}
.wrapper_flipbook .wrapper_page{
  width: 100%;
  margin: auto;
}
.wrapper_flipbook .my_book{
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.wrapper_flipbook .news_title{
  color: #fff;
}
.wrapper_flipbook .booklet .b-page{
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper_flipbook .booklet .b-wrap{
  top: initial;
  overflow: hidden;
  overflow: auto;
}
.wrapper_flipbook .flip_image{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
}
.wrapper_flipbook .feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper_flipbook .fbox-icon i, .wrapper_flipbook .fbox-icon img {
    border-radius: 50%;
    background-color: transparent;
}

.wrapper_flipbook h3{
  font-weight: 700;
}

.wrapper_flipbook .feature-box:first-child {
    margin-top: 0;
}
.wrapper_flipbook .fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}
.wrapper_flipbook .fbox-sm .fbox-icon {
    width: 3rem;
    height: 2rem;
    padding: 0 0.5rem;
}
.wrapper_flipbook .fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}
.wrapper_flipbook .fbox-sm .fbox-content {
    padding: 0 0.5rem;
}
.wrapper_flipbook .fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}
.wrapper_flipbook span.color{
  color: #006FB7;
}
.wrapper_flipbook .course-categories .card-news p.calendar_title{
  font-weight: 500;
  text-transform: inherit;
  line-height: 1.3;
}
.wrapper_flipbook .lang-newsletter-news-title{
  font-size: .8em;
  font-weight: 600;
}
.wrapper_flipbook .heading-block h3{
  font-size: 1.5em;
}
.wrapper_flipbook .heading-block h4{
  font-size: .9em;
  font-weight: 700;
}
.wrapper_flipbook p{
  font-size: .9rem;
}
.booklet .b-counter{
  font-family: "Open Sans", sans-serif !important;
}


/*--------------------------------------------------------------
# Media Section
--------------------------------------------------------------*/

.mediasection .post-grid .entry-title h2 {
  font-size: 1.125rem;
  letter-spacing: 0;
  font-weight: 600;
}

.mediasection .entry-title h2 a, .entry-title h3 a, .entry-title h4 a {
  color: #333;
}

.mediasection .entry-meta ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px -20px;
  list-style: none;
}

.mediasection .entry-image {
  margin-bottom: 30px;
}

.entry-content {
  position: relative;
}

.mediasection .entry-content {
  margin-top: 30px;
}

content p {
  line-height: 1.8;
}

iframe {
  width: 100%;
  border: 0 !important;
  overflow: hidden !important;
}

.entry-image iframe {
  display: block;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ver__mas-media{
  display: block;
  width: 100%;
  margin-top: 20px;
}

.form-group.check_polytics label{
  display: flex;
  align-items: center;
}

.form-group.check_polytics_footer > label{
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #C51A1B;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form,
footer .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group,
footer .php-email-form .form-group{
  padding-bottom: 8px;
}

.contact .php-email-form .error-message,
footer .php-email-form .error-message{
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br,
footer .php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .error-message{
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message,
footer .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading,
footer .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.check_polytics label input {
  margin-right: 10px;
}

.contact .php-email-form .loading:before,
footer .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea,
footer .php-email-form input, footer .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus,
footer .php-email-form input:focus, footer .php-email-form textarea:focus {
  border-color: #ffc451;
}

.contact .php-email-form input,
footer .php-email-form input {
  height: 44px;
  margin-right: 10px;
}

.contact .php-email-form textarea,
footer .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"]{
  background: #006FB7;
  border: 0;
  padding: 10px 24px;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 4px;
}
footer .php-email-form button[type="submit"] {
  background: #006FB7;
  border: 0;
  padding: 10px 24px;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 4px;
  background-color: #25336f;
  width: 100%;
}

.view-more-projects,
.view-more-btn{
  margin: 35px 0 25px 0;
}

.view-more-projects button[type="submit"],
.view-more-btn button[type="submit"]{
  background: #006FB7;
  border: 0;
  padding: 10px 24px;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 4px;
}

.view-more-btn a,
.view-more-projects a{
  color: #ffffff;
}

.view-more-projects button[type="submit"]:hover,
.view-more-btn button[type="submit"]:hover{
  background: #25336f;
}

.my-map{
  width: 100%;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #25336f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 106px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

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

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

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

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 106px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #25336f;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #006FB7;
  border-bottom: 1px solid #222222;
  padding: 40px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer-info div{
  display: inline-block;
}

.footer-info .lang-phone{
  font-weight: 900;
}

.footer-info a{
  color: #fff;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 img{
  max-width: 160px
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #25336f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #006FB7;
}

#footer .footer-top .social-links a:hover {
  background: #006FB7;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links img{
  width: 35%;
}


#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #25336f;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #25336f;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  background: transparent;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  /*padding: 4px;*/
  width: calc(100% - 110px);
  width: 100%;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #25336f;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #25336f;
}

#footer .copyright {
  text-align: center;
  padding-top: 25px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.footer{
    position: relative;
    margin-top: 100px;
}

.footer .shape-divider{
  top: -98px;
}

.footer .shape-divider svg{
  width: calc( 100% + 1.5px );
  height: 100px;
}

.footer .shape-divider-fill{
  fill: #006FB7;
}

@media (max-width: 768px){
  .footer .shape-divider {
    top: -39px;
  }
  #hero .shape-divider svg {
    width: calc( 100% + 1.5px );
    height: 40px;
  }
  .footer .shape-divider {
    top: -39px;
  }
  .footer .shape-divider svg {
    width: calc( 100% + 1.5px );
    height: 40px;
  }
  #shape-divider-5198.shape-divider svg {
    width: calc( 100% + 1.5px );
    height: 35px;
  }
  .shape-divider[data-position="bottom"] {
    top: auto;
    bottom: -2px;
  }
  #footer .footer-top .footer-links.lft-col {
    margin-bottom: 6px;
  }
}

/***** MAP HOME *****/


.map-container {
  padding: 1rem 0.8rem;
  position: relative;
  display: inline-block;
}
.map-container img {
  width: 100%;
}
.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #006FB7;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(12, 14, 79, 0.4);
  animation: pulse 3s infinite;
}
.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.map-container .venezuela {
  top: 54%;
  left: 24%;
}
.map-container .brasil {
  top: 64%;
  left: 28%;
}
.map-container .argentina {
  top: 77%;
  left: 27%;
}
.map-container .paraguay {
  top: 72%;
  left: 28%;
}
.map-container .peru {
  top: 67%;
  left: 22%;
}
.map-container .honduras {
  top: 47%;
  left: 16%;
}
.map-container .salvador {
  top: 47%;
  left: 14%;
}
.map-container .colombia {
  top: 55%;
  left: 21%;
}
.map-container .panama {
  top: 51%;
  left: 18%;
}
.map-container .nicaragua {
  top: 50%;
  left: 16%;
}
.map-container .mexico {
  top: 40%;
  left: 12%;
}
.map-container .usa {
  top: 32%;
  left: 15%;
}
.map-container .india {
  top: 50%;
  left: 69%;
}
.map-container .repdon {
  top: 46%;
  left: 22%;
}
.map-container .chile {
  top: 77%;
  left: 23%;
}
.map-container .ecuador {
  top: 63%;
  left: 20%;
}
.map-container .guatemala {
  top: 47%;
  left: 18%;
}
.map-container .canada {
  top: 24%;
  left: 17%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}