/**
* Template Name: MyBiz - v4.3.0
* Template URL: https://bootstrapmade.com/mybiz-free-business-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #01b1d7;
  text-decoration: none;
}

a:hover {
  color: #0dd3fe;
  text-decoration: none;
}

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


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

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

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

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 44px;
  padding: 0;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -44px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #01b1d7;
}

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

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

#topbar .contact-info i a:hover {
  color: #01b1d7;
}

#topbar .social-links a {
  color: #62787d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  border-left: 1px solid #e9e9e9;
}

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

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  /*top: 44px;*/
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  height: 90px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}

#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #01b1d7;
}


.logo img {
  max-height: 8.5rem;;
}

.btn-login {
  background-color: #5693cf;
  color: #fff;
  border-color: #5693cf;
  border-radius: 2rem;
  font-weight: 500;
}
.btn-login:hover {
  color: #fff;
}
/*--------------------------------------------------------------
#  Button PSE
--------------------------------------------------------------*/
/*.icon-pse {
  background-image: url('images/tile_4.jpg');
}
*/

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

.get-btn-warning {
  color: #000;
  border: 2px solid #ffc451;
}
.get-btn-warning:hover {
  background: #ffbb38;
  color: #343a40;
}

.get-btn-info {
  color: #000;
  border: 2px solid #5693cf;
}
.get-btn-info:hover {
  background: #5693cf;
  color: #fff;
}


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

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



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

/*** COLORS *********/ 
.more-btn-1{
  border: 2px solid #2c7be5;
}
.more-btn-1:hover{
  background: #2677e0;
  color: #fff;
}
.more-btn-2 {
  border: 2px solid #ffc451;
}
.more-btn-2:hover{
  background: #ffbb38;
  color: #fff;
}
.more-btn-3 {
  border: 2px solid #1a3174;
}
.more-btn-3:hover{
  background: #1a3174;
  color: #fff;
}
.more-btn-4 {
  border: 2px solid #5693cf;
}
.more-btn-4:hover {
  background: #5693cf;
  color: #fff;
}

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

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

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #404f52;
  white-space: nowrap;
  /* text-transform: uppercase; */
  transition: 0.3s;
}

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

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

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  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 {
  color: #01b1d7;
}

.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: #354144;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

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

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 38, 39, 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: #354144;
}

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

.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;
}

.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 {
  color: #01b1d7;
}

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

/*--------------------------------------------------------------
# Hero Section 2
--------------------------------------------------------------*/
#hero2 {
  width: 100%;
  position: relative;

}

#hero2:before {
  content: "";
  /*background: rgba(255, 255, 255, 0.8);*/
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/*#hero2 .container {
  padding-top: 80px;
}*/

#hero2 h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  /*line-height: 72px;*/
  color: #1a3174;
  font-family: "Poppins", sans-serif;
}

#hero2 h2 {
  color: #444444;
  margin: 10px 0 0 0;
  font-size: 16px;
}

#hero2 .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

#hero2 .btn-get-started:hover {
  background: #3194db;
}

#hero2 .icon-boxes {
  margin-top: 55px;
}

#hero2 .icon-box {
  padding:  10px 60px 70px 60px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  z-index: 1;
  border: 2px solid #9b9c98;
  margin: 8px;
}

#hero2 .icon-box-suite {
  padding:  10px 60px 70px 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 30px;
  z-index: 1;
  border: 2px solid #9b9c98;
  margin: 8px;
}

#hero2 .icon-box-suite .title {
  padding-top: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero2 .icon-box-suite .title a {
  color: #1a3174;
  transition: 0.3s;
}

#hero2 .icon-box-suite .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero2 .icon-box-suite .icon {
  margin-bottom: 20px;
  padding-top: 30px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #ffc451;
  float: left;
}

#hero2 .icon-box-suite:hover {
  transform: scale(1.08);
}

#hero2 .icon-box-suite:hover .title a {
  color: #2487ce;
}

.btn_suite{
  display: flex;
  justify-content: start;
}

@media (min-width: 1024px) {
  .btn_suite {
    background-attachment: fixed;
    display: flex;
    justify-content: start;
  }
}

@media (max-height: 800px) {
  .btn_suite {
    display: flex;
    justify-content: start;
  }
}

@media (max-width: 992px) {
  .btn_suite {
    display: flex;
    justify-content: start;
  }
}

.img_liti{
  width: 300px;
  height: 150px;
}

.img_suite{
  width: 300px;
  height: 200px;
}

#hero2 .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero2 .icon-box .title a {
  color: #1a3174;
  transition: 0.3s;
}

#hero2 .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero2 .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #ffc451;
}

#hero2 .icon-box:hover {
  transform: scale(1.08);
}

#hero2 .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #hero2 .icon-box-suite {
    background-attachment: fixed;
    float: none;
  }
}

@media (max-height: 800px) {
  #hero2 .icon-box-suite {
    height: auto;
    float: none;
  }
}

@media (max-width: 992px) {
  #hero2 .icon-box-suite {
    height: auto;
    padding: 10px 10px 10px 10px;
    float: none;
  }
  #hero2 .icon-box-suite h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero2 .icon-box-suite h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


@media (min-width: 1024px) {
  #hero2 .icon-box {
    background-attachment: fixed;
    float: none;
  }
}

@media (max-height: 800px) {
  #hero2 .icon-box {
    height: auto;
    float: none;
  }
}

@media (max-width: 992px) {
  #hero2 .icon-box {
    height: auto;
    padding: 10px 10px 10px 10px;
    float: none;
  }
  #hero2 .icon-box h1 {
    font-size: 18px;
    line-height: 26px;
  }
  #hero2 .icon-box h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(31, 38, 39, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-top: 70px;
}

#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.40);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: left;
}

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

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

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  /*margin: 0 auto 30px auto;*/
  color: #fff;
  font-size: 1.3rem;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

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

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

#hero .carousel-indicators li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  transition: ease-in;
  opacity: .7;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background-color: #ffc924 ;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  background: #01b1d7;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#hero .btn-get-started:hover {
  background: #019cbe;
}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }
  #hero h2 {
    font-size: 27px;
  }
  #hero h3 {
    font-size: 27px;
  }
  #hero p {
    font-size: 15px;
    margin: 0 auto 30px auto;
  }
    #hero .carousel-content {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
  #hero .carousel-item {
    height: 150vh;
  }
}

/************************************************/
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 8));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 90%;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 16);
}
.slider .slide {
  height: 100px;
  width: 250px;
}



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

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

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

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

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #1a3174;
}
@media (max-width: 768px) {
  .section-title p {
    font-size: 20px;
  } 
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0f394c;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

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

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

.about .icon-box:hover .icon {
  background: #5693cf;
  border-color: #5693cf;
}

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

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

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

.about .icon-box .title a:hover {
  color: #1a3174 ;
}

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

.about .video-box {
  background: url("../img/about2.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

@media (min-width: 1200px) {
  .about .video-box {
    margin-left: 15px;
    margin-right: -15px;
  }
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffc924 50%, rgb(255 201 36 / 35%) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(255 201 36 / 56%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ffc924;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

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

.counts .count-box {
  width: 100%;
  text-align: center;
}
.section-bg-counts {
  background-color: #f8fbfe;
}
.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #1a3174;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #1a3174;
}

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

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

.counts2 .title {
  position: relative;
  color: #0f394c;
  margin-bottom: 40px;
}

.counts2 .title h3 {
  font-size: 36px;
  font-weight: 700;
}

.counts2 .counters span {
  font-size: 44px;
  font-weight: 700;
  display: block;
  color: #106eea;;
  font-family: "Dosis", sans-serif;
}

.counts2 .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #444444;
}

@media (min-width: 1200px) {
  .counts2 {
    background-attachment: fixed;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff5821;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5821;
}
.clients .swiper-slide img {
  opacity: 0.5;
  filter: grayscale(100%);
}
.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  height: 90%;
  margin-bottom: 20px;
  padding: 30px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  /*border-top: 3px solid #5693cf;*/
}

.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box img {
  float: right;
  width: 90px;
  line-height: 0;
}


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

.services .icon-box h4 a {
  color: #1a3174 ;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  color: #1a3174 ;
}

.services .icon-box p {
  margin-left: 20px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.card__btn {
  display: block;
  width: 240px;
  padding: 0.5rem;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #86c1f7;
  border: none;
  border-radius: 16px;
  transition: 0.2s;
  cursor: pointer;
}
.card__btn span {
  margin-left: 1rem;
  transition: 0.2s;
}
.card__btn:hover, .card__btn:active {
  background-color: #dce4ff;
  color: #3c9af0;
}
.card__btn:hover span, .card__btn:active span {
  margin-left: 1.2rem;
}

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

@media (max-height: 800px) {
  .card__btn {
    height: auto;
    width: auto;
  }
}

@media (max-width: 992px) {
  .card__btn {
    height: auto;
    width: auto;
  }
}

.wrapper{
  position: relative;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper a{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
}

.wrapper a span{
  position: relative;
  z-index: 2;
}

.wrapper a:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffc924;
  transition: all .35s;
}

.wrapper a:hover{
  color: #fff;
}

.wrapper a:hover:after{
  width: 100%;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services2 .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.services2 .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services2 .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services2 .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services2 .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services2 .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services2 .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}
.services2 .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services2 .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.services2 .iconbox-blue i {
  color: #47aeff;
}
.services2 .iconbox-blue:hover .icon i {
  color: #fff;
}
.services2 .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services2 .iconbox-orange i {
  color: #ffa76e;
}
.services2 .iconbox-orange:hover .icon i {
  color: #fff;
}
.services2 .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services2 .iconbox-pink i {
  color: #e80368;
}
.services2 .iconbox-pink:hover .icon i {
  color: #fff;
}
.services2 .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services2 .iconbox-yellow i {
  color: #ffbb2c;
}
.services2 .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services2 .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services2 .iconbox-red i {
  color: #ff5828;
}
.services2 .iconbox-red:hover .icon i {
  color: #fff;
}
.services2 .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services2 .iconbox-teal i {
  color: #11dbcf;
}
.services2 .iconbox-teal:hover .icon i {
  color: #fff;
}
.services2 .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
}

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

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #106eea;
  border-radius: 2rem;
  color: #ffffff;
}

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

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: .4s;
}

.portfolio .portfolio-item figure .link-preview, .portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all .2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i, .portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover, .portfolio .portfolio-item figure .link-details:hover {
      background: #106eea;
}

.portfolio .portfolio-item figure .link-preview:hover i, .portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# 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 #106eea;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 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;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #354144;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b4c1c4;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #c2cdcf;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #01b1d7;
}

.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/7.png") 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(8, 10, 11, 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.4);
  font-size: 26px;
}

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

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

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

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

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

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #01b1d7;
}

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

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #1a3174;
  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: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ffc107;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #ffc107;
}
@media (max-width: 768px) {
   .cta .cta-btn {
    font-size: 13px;
  }
}
/*.div-mapa {
  background-image: url('../img/mapa-cobertura-logo.png');
  background-repeat: no-repeat;
  background-size: cover;
}*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #5693cf;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #1a3174;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .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 {
  margin-top: 25px;
}

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

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

.contact .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 .form-group {
  margin-bottom: 20px;
}

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

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

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

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

@-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: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

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

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

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

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

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

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 15px 0 15px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

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

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

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

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

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

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

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

#footer .footer-top .footer-links ul li {
  padding: 10px 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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

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

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  /*float: left;*/
}

#footer .politic {
  float: right;
  text-align: center;
  font-size: 16px;
  color: #444444;
}

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

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

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

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

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

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

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



/*--------------------------------------------------------------
# Floating - Btn
--------------------------------------------------------------*/

@font-face {
  font-family: 'Baloo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/baloo/v7/6xKhdSpJJ92I9MWPCms.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
.float-button {
  position: fixed;
  overflow: hidden;
  background-color: rgb(255 255 255);
  border: 4px solid #ffc924;
  width: 65px;
  height: 65px;
  border-radius: 85px;
  right: 25px;
  bottom: 50px;
  box-shadow: 0 1px 7px 0 #b7b5b1;
  transition: 0.4s all;
  z-index: 9999999;
}
.float-button .complete {
  display: flex;
  left: -790px;
  top: -790px;
  position: absolute;
  height: 100%;
  width: 100%;
  flex-direction: column;
  transition: 0.4s all;
}
.float-button .complete .content {
  display: flex;
  height: 100%;
  flex-direction: row;
  flex: 1;
}
.float-button .complete .content .info {
  background: url(https://www.elotech.com.br/wp-content/uploads/2018/07/icon_float_button.png) center right no-repeat;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-top: 160px;
  padding-right: 120px;
  background-position-x: 330px;
  background-position-y: 60px;
}
.float-button .complete .content .info .title {
  font-family: 'Baloo', cursive;
  font-size: 25px;
  color: white;
}
.float-button .complete .content .info .desc {
  font-family: 'Poppins', sans-serif;
  color: white;
  font-size: 18px;
  text-align: right;
  margin-top: 20px;
}
.float-button .complete .options {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  padding: 0 105px;
}
.float-button .complete .options .button {
  cursor: pointer;
  font-size: 14px;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  width: 160px;
  height: 40px;
  transition: 0.3s all;
}
.float-button .complete .options .button:hover {
  background: white;
  color: #ffc924;
}
.icon-contact {
  margin-left: 5px;
  font-size: 18px;
}
.float-button .reduced {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #1a3174;
  font-size: 27px;
  opacity: 0.9;
  transition: 0.4s all;
  position: absolute;
  width: 60px;
  right: 0;
  bottom: 0;
}
.float-button:hover,
.float-button.active {
  z-index: 999999;
  bottom: 0;
  right: 0;
  width: 560px;
  height: 400px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.float-button:hover:before,
.float-button.active:before {
  content: '';
  position: absolute;
  width: 791px;
  height: 791px;
  background-color: rgba(86, 147, 207, 0.9);
  /*background-color: rgba(26, 49, 116, 0.9);*/
  border-radius: 395.5px;
  border: 1px solid white;
  box-shadow: 0 0px 3px 0 #CCC;
}
.float-button:hover .reduced,
.float-button.active .reduced {
  right: -790px;
  bottom: -790px;
}
.float-button:hover .complete,
.float-button.active .complete {
  left: 0;
  top: 0;
}



/*--------------------------------------------------------------
# Contact - Form
--------------------------------------------------------------*/

.invalid-feedback {
  font-size: 10px!important;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);


.container-form {
  display: none;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  right: 0px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="number"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.header-contact {
  padding: 20px 40px 5px 40px;
  background: #1a3174;
  color: #fff;
}


#contact h3 {
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 0px 0px 10px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.body-contact {
  padding: 15px 40px 20px 40px;
}

.body-contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.letter-term {
  margin: 5px 0 15px;
  display: block;
  font-family: 'Raleway',  sans-serif; 
  font-size: 13px;
  font-weight: 400;
}
.letter-term a {
  color: #1a3174;
}
.letter-term a:hover {
  color: #1a3174;
}

.body-contact h4 a {
  color: #1a3174;
}

.body-contact h4 a:hover {
  color: #1a3174;
}


fieldset {
  border: medium none !important;
  margin: 0 0 5px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="number"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="number"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 70px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #ffbb38;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #ffc75b;;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.icon-close-form {
  position: absolute;
  right: 25px;
  top: 29px;
  cursor: pointer;
}

.checkbox .form-check-label {
  font-size: 11px;
  font-weight: 400;
  color: #1a3174;
  text-decoration: underline;
  cursor: pointer;
}




#content-load{
  display: none;
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: 10000;
  background-color: rgb(255 255 255 / 100%);
  -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.preloader-2 {
  font-size: 20px;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #5693cf, 2em -2em 0 0em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 0em #5693cf;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #5693cf, 2em -2em 0 0.2em #5693cf, 3em 0em 0 0em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 0em #5693cf, 3em 0em 0 0.2em #5693cf, 2em 2em 0 0em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 0em #5693cf, 2em 2em 0 0.2em #5693cf, 0em 3em 0 0em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 0em #5693cf, 0em 3em 0 0.2em #5693cf, -2em 2em 0 0em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 0em #5693cf, -2em 2em 0 0.2em #5693cf, -3em 0em 0 0em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 0em #5693cf, -3em 0em 0 0.2em #5693cf, -2em -2em 0 0em #5693cf;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 0em #5693cf, -3em 0em 0 0em #5693cf, -2em -2em 0 0.2em #5693cf;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #5693cf, 2em -2em 0 0em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 0em #5693cf;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #5693cf, 2em -2em 0 0.2em #5693cf, 3em 0em 0 0em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 0em #5693cf, 3em 0em 0 0.2em #5693cf, 2em 2em 0 0em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 0em #5693cf, 2em 2em 0 0.2em #5693cf, 0em 3em 0 0em #5693cf, -2em 2em 0 -0.5em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 0em #5693cf, 0em 3em 0 0.2em #5693cf, -2em 2em 0 0em #5693cf, -3em 0em 0 -0.5em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 0em #5693cf, -2em 2em 0 0.2em #5693cf, -3em 0em 0 0em #5693cf, -2em -2em 0 -0.5em #5693cf;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 0em #5693cf, -3em 0em 0 0.2em #5693cf, -2em -2em 0 0em #5693cf;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #5693cf, 2em -2em 0 -0.5em #5693cf, 3em 0em 0 -0.5em #5693cf, 2em 2em 0 -0.5em #5693cf, 0em 3em 0 -0.5em #5693cf, -2em 2em 0 0em #5693cf, -3em 0em 0 0em #5693cf, -2em -2em 0 0.2em #5693cf;
  }
}
/***
 Delete Arrow input
***/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }

/********
Button responsive, dataTable
********/
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
  background-color: #1a3174!important;
}

.form-service-modal {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 5%;
    border: 2px solid #c0ccda;
    width: 450px;
    height: 75vh;
}

.title-escala {
    color: #5693cf;
    text-align: center;
    margin: 10px 10px 20px 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    border: 3px;
}

.parrafo-escala{
  display: flex;
  justify-content: start;
  align-items: start;
  font-size: 18px;
}

.foo{
  justify-content: center;
}

@media(min-height:568px) and (max-height:850px) {
   .form-service-modal {
      margin-bottom: 10px;
      padding: auto;
      width: 450px;
      height: 100vh;
    }
}