.service-section {
  background: url("../img/pm_bg_services.png") no-repeat;
  background-size: cover;
  height: 100%;
  background-position: center;
  display: flex;
  justify-content: center;
}

.service-section-no-bg {
  display: flex;
  justify-content: center;
}

.bg-text {
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 2px solid #f1f1f1;
  border-radius: 15px;
  width: 80%;
  padding: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.bg-text-no-color {
  color: white;
  font-weight: bold;
  border: 2px solid #f1f1f1;
  border-radius: 15px;
  width: 80%;
  padding: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.menu-about li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}

.smal-sized {
  font-size: 14px;
  margin-top: 10px !important;
  margin-left: 8px !important;
}

.contact-card {
  width: 300px;
  justify-content: center;
  padding: 30px 5px;
}

@media only screen and (max-width: 912px){
  .contact-card {
    width: 235px;
    padding: 30px 0;
  }
}

.organigrama {
  display: flex;
  justify-content: center;
}

.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
  padding-top: 20px;
  position: relative;
}

.organigrama li {
  float: left;
  text-align: center;
  list-style-type: none;
  padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before,
.organigrama li::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 50%;
  border-top: 1px solid #fff;
  width: 50%;
  height: 20px;
}

.organigrama li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #fff;
}

.organigrama li:only-child::before,
.organigrama li:only-child::after {
  display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before,
.organigrama li:last-child::after {
  border: 0 none;
}

.organigrama li:last-child::before {
  border-right: 1px solid #fff;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #fff;
  width: 0;
  height: 20px;
}

.organigrama li a {
  border: 1px solid #fff;
  padding: 1em 0.75em;
  text-decoration: none;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: arial, verdana, tahoma;
  font-size: 0.85em;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
  border: 1px solid #fff;
  color: #ddd;
  background-color: rgba(255, 128, 0, 0.7);
  display: inline-block;
}

.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  width: 8em;
}

#services {
  padding-top: 80px;
}

#services .pt-100 {
  padding-top: 100px;
}

#services .pb-100 {
  padding-bottom: 100px;
}

#services .ptb-100 {
  padding: 100px 0px;
}

#services .pt-70 {
  padding-top: 70px;
}

#services .pb-70 {
  padding-bottom: 70px;
}

#services .ptb-70 {
  padding: 70px 0px;
}

p {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}

#services h1,
#services h2,
#services h3,
#services h4,
#services h5,
#services h6 {
  margin: 0;
  padding: 0;
  color: #282936;
}

#services .title {
  font-size: 46px;
  color: #000000;
  font-weight: 600;
}

#services .title span {
  font-size: 46px;
  color: #003198;
  font-weight: 600;
}

#services .btn-primary {
  color: #fff;
  background-color: #003198;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 20px;
  min-width: 150px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-primary:hover {
  -webkit-box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
  box-shadow: 0 5px 9px -4px rgb(0 0 255 / 65%);
}

.card-items .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: none;
  border-radius: 0.25rem;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-items .card .card-body i {
  border-radius: 6px;
  font-size: 31px;
  color: #003198;
  background-color: #0031981c;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.card-items .card .card-body .card-title {
  margin-bottom: 0.75rem;
  margin-top: 26px;
  margin-bottom: 15px;
}

.card-text {
  text-align: center;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

#how-we-do h4 {
  text-align: left !important;
}

#how-we-do .how-bg-img {
  background-image: url("../img/pm_bg_image_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0;
  filter: grayscale(100%);
}

#how-we-do:hover .how-bg-img {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
  filter: grayscale(1%);
}

#how-we-do .how-contents {
  padding: 60px 30px;
  background: #f5f9f6;
  padding: 60px 30px;
  background: #f5f9f6;
}

#how-we-do .how-contents ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 26px;
}

@font-face {
  font-family: "maicons";
  src: url("../fonts/maicons.eot?c9nlkl");
  src: url("../fonts/maicons.eot?c9nlkl#iefix") format("embedded-opentype"),
    url("../fonts/maicons.ttf?c9nlkl") format("truetype"), url("../fonts/maicons.woff?c9nlkl") format("woff"),
    url("../fonts/maicons.svg?c9nlkl#maicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

#how-we-do .how-contents ul li:before {
  font-family: "maicons";
  position: absolute;
  font-size: 39px;
  color: #003198;
  left: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e951";
}

.card-blog:hover {
  transform: scale(1, 1);
}

.inner-carro {
  height: 550px;
}

.carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.text-carrousel {
  position: absolute;
  top: 30%;
  bottom: 50%;
  width: 100%;
  color: aliceblue;
}

.display-4 {
  font-weight: 700;
}

.logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
  position: absolute;
  z-index: 11;
}

.col-text {
  width: 50%;
}

.text-p {
  font-size: 20px;
}

.big-text {
  font-size: 4rem;
}

/* .main-header {
  position: fixed;
  z-index: 100;
  background: aliceblue;
  width: 100%;
} */

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

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .blog-details .post-thumb {
    height: 22em;
  }
}

@media only screen and (min-width: 720px) {
  .cart-director {
    max-width: 400px;
    height: 450px;
  }

  .header-cart-director {
    height: 370px !important;
  }

  .details-view {
    display: flex;
    justify-content: space-between;
  }

  .blog-details .post-thumb {
    width: 50%;
  }

  .details-describe {
    width: 45%;
  }

  .blog-details .post-thumb img {
    max-height: 100%;
  }

  .img-dierctor {
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media only screen and (max-width: 420px) {
  .text-carrousel {
    top: 15%;
    bottom: 50%;
  }

  .logo {
    height: 75px;
    left: -25px;
  }

  .img-dierctor {
    display: none;
  }

  .text-lg {
    text-align: center;
  }

  .col-text {
    width: 100%;
  }

  .mediasliderimage {
    margin-bottom: 1rem;
  }
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  top: inherit !important;
  left: inherit !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}
