.navigationLink {
  position: relative;
  color: #000;
  text-decoration: none;
}

.navigationLink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.navigationLink:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navigationLink:hover {
  color: blue;
}

.aHoveringEffect:hover {
  color: white !important;
}

.navigationSelected {
  border-bottom: 3px solid blue;
  padding-bottom: 0px;
}

#registrationPage input[type="text"] {
  border: 1px solid #c8c8c8;
}

#registrationPage input[type="email"] {
  border: 1px solid #c8c8c8;
}

#registrationPage input[type="password"] {
  border: 1px solid #c8c8c8;
}

.myCarouselColor {
  background-color: aliceblue;
}
.carousel-indicators li {
  width: 30px !important;
  height: 3px !important;
  border-radius: 100% !important;
  background-color: blue !important;
}

.centeredImgText {
  position: absolute;
  top: 25%;
  left: 78%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  background-color: aliceblue;
  color: black;
  border-radius: 13px;
  padding-left: 30px;
  padding-right: 30px;
}

.headerHomePage {
  text-align: center;
  background-color: #82aefd;
  color: white;
  font-weight: bold;
  position: relative;
  top: -7px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pageHeaderUnderNav {
  text-align: center;
  background-color: #82aefd;
  color: white;
  font-weight: bold;
  position: relative;
  top: 9px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#mapAreaService {
  padding-top: 0px;
  text-align: center;
}

@media screen and (max-width: 981px) {
  #mapAreaService {
    padding-top: 35px;
    text-align: center;
  }
}

/* This style along with the 1400px at media of the main theme are to be changed together!!!! the Main theme is located in the public directory */
@media (min-width: 1400px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.marginTopSmall {
  margin-top: 0px;
}

@media (max-width: 800px) {
  #demo {
    display: none;
  }
  .demo1 {
    display: none;
  }

  .headerHomePage {
    top: 8px;
  }
}

@media screen and (max-width: 913px) {
  .marginTopSmall {
    margin-top: 35px;
  }
}

.mainContainerPadding {
  padding-left: 10% !important;
}

@media screen and (max-width: 500px) {
  .mainContainerPadding {
    padding-left: 25px !important;
  }
}

/* This style along with the 1400px at media of the main theme are to be changed together!!!! the Main theme is located in the public directory */
@media (min-width: 1400px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 5px !important;
    padding-left: 5px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.marginTopSmall {
  margin-top: 0px;
}

@media (max-width: 800px) {
  #demo {
    display: none;
  }
  .demo1 {
    display: none;
  }

  .headerHomePage {
    top: 8px;
  }
}

@media screen and (max-width: 913px) {
  .marginTopSmall {
    margin-top: 35px;
  }
}

/* --------------Welcome-------------- */

/* We Work for You! */

.wrapper-img {
  height: 178px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .wrapper-img {
    height: auto;
    overflow: visible;
  }
}

/* --------------End Welcome-------------- */

/*------------- Login -------------*/

.login-container {
  min-height: 600px;
}

.register-container {
  min-height: 600px;
}

/*------------- End Login -------------*/

/*------------ Header ------------*/

.makeitsimple-logo {
  height: 100px;
}

.header-padding-distance {
  height: 100px;
}

@media screen and (max-width: 1545px) {
  .navigationLink {
    font-size: 16px !important;
  }
  .makeitsimple-logo {
    height: 90px;
  }
  .header-padding-distance {
    height: 90px;
  }
}

@media screen and (max-width: 1460px) {
  .navigationLink {
    font-size: 15px !important;
  }
  .makeitsimple-logo {
    height: 80px;
  }
  .header-padding-distance {
    height: 80px;
  }
}

@media screen and (max-width: 1400px) {
  .navigationLink {
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 5px !important;
  }
}

@media screen and (max-width: 1300px) {
  .navigationLink {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 5px !important;
  }
}

@media screen and (max-width: 1210px) {
  .navigationLink {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 3px !important;
  }
}

@media screen and (max-width: 992px) {
  .navbar-menu-top{
    margin-top: 55px
  }
  .navbar-menu-bottom{
    padding-bottom: 40px
  }
}

@media screen and (max-width: 403px) {
  .makeitsimple-logo {
    height: 90px;
  }
  .header-padding-distance {
    height: 90px;
  }
}

@media screen and (max-width: 386px) {
  .makeitsimple-logo {
    height: 80px;
  }
  .header-padding-distance {
    height: 80px;
  }
}

@media screen and (max-width: 345px) {
  .makeitsimple-logo {
    height: 70px;
  }
  .header-padding-distance {
    height: 70px;
  }
}

@media screen and (max-width: 315px) {
  .makeitsimple-logo {
    height: 60px;
  }
  .header-padding-distance {
    height: 60px;
  }
}

.makeitsimple-logo-footer {
  max-height: 100px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .makeitsimple-logo-footer {
    max-height: 80px;
  }
}

/*------------ End Header ------------*/

/*------------ Footer ------------  */

.link-contact {
  color: #fff;
  text-decoration: none;
}

.link-contact:hover {
  text-decoration: none;
  color: #e7e7e7e7 !important;
  transition: 0.5s;
}

.link-contact-light {
  color: #111;
  text-decoration: none;
}

.link-contact-light:hover {
  text-decoration: none;
  color: #777 !important;
  transition: 0.5s;
}

/*----------- End Footer ----------- */

/* ----------------------------------------------------------------
Page Title
-----------------------------------------------------------------*/
.icons-ads {
  height: 100px;
}

#page-title {
  position: relative;
  padding: 4rem 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
}

#page-title .container {
  position: relative;
}

#page-title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 2rem;
  text-transform: uppercase;
}

#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}

.breadcrumb {
  position: absolute !important;
  width: auto !important;
  top: 50% !important;
  left: auto !important;
  right: 15px !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 90%;
  transform: translateY(-50%);
}

.transparent-header + .page-title-parallax .breadcrumb {
  margin-top: 35px !important;
}

.breadcrumb a {
  color: #555;
}

.breadcrumb a:hover {
  color: #1abc9c;
}

.breadcrumb i {
  width: auto !important;
}

/* Page Title - Dark
-----------------------------------------------------------------*/

#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
  border-bottom: none;
}

#page-title.page-title-dark h1 {
  color: rgba(255, 255, 255, 0.9) !important;
}

#page-title.page-title-dark span {
  color: rgba(255, 255, 255, 0.7) !important;
}

#page-title.page-title-dark .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.6);
}

#page-title.page-title-dark .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}

#page-title.page-title-dark .breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.95);
}

#page-title.page-title-dark .breadcrumb-item + .breadcrumb-item::before {
  color: #ccc;
}

/* Page Title - Right Aligned
-----------------------------------------------------------------*/

.page-title-right {
  text-align: right;
}

.page-title-right .breadcrumb {
  left: 15px !important;
  right: auto !important;
}

/* Page Title - Center Aligned
-----------------------------------------------------------------*/

.page-title-center {
  text-align: center;
}

#page-title.page-title-center span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#page-title.page-title-center .breadcrumb {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 20px 0 0 !important;
  justify-content: center;
  transform: translateY(0);
}

/* Page Title - Background Pattern
-----------------------------------------------------------------*/

.page-title-pattern {
  background-image: url("images/pattern.png");
  background-repeat: repeat;
  background-attachment: fixed;
}

/* Page Title - Parallax Background
-----------------------------------------------------------------*/

.page-title-parallax {
  padding: 100px 0;
  text-shadow: none;
  border-bottom: none;
}

#page-title.page-title-parallax h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

#page-title.page-title-parallax span {
  font-size: 1.25rem;
}

#page-title.page-title-parallax .breadcrumb {
  font-size: 0.875rem;
}

.page-title-parallax {
  background-color: transparent;
  background-image: url("images/parallax/parallax-bg.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

/* Page Title - Mini
-----------------------------------------------------------------*/

#page-title.page-title-mini {
  padding: 20px 0;
}

#page-title.page-title-mini h1 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
}

#page-title.page-title-mini span {
  display: none;
}

/* Page Title - No Background
-----------------------------------------------------------------*/

#page-title.page-title-nobg {
  background: transparent !important;
  border-bottom: 1px solid #f5f5f5;
}

/* Page Title - Video
-----------------------------------------------------------------*/

.page-title-video {
  background: none;
  position: relative;
  overflow: hidden;
}

.page-title-video .container {
  z-index: 3;
}

.page-title-video .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-title-video .video-wrap video {
  width: 100%;
}

@media (max-width: 767.98px) {
  #page-title {
    padding: 2rem 0;
    text-align: center;
  }

  #page-title h1 {
    line-height: 1.5;
    font-size: calc(1rem + 2vw);
  }

  .page-title-parallax span {
    font-size: 1rem;
  }

  #page-title .breadcrumb {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 20px 0 0 !important;
    justify-content: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #page-title #portfolio-navigation,
  #portfolio-ajax-title #portfolio-navigation {
    position: relative;
    top: 0;
    left: 0;
    margin: 15px auto 0;
  }
}

/* ----------------------------------------------------------------
Content
-----------------------------------------------------------------*/

#content {
  position: relative;
  background-color: #fff;
}

#content p {
  line-height: 1.8;
}

.content-wrap {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

#content .container {
  position: relative;
}

.grid-container,
.grid-inner {
  position: relative;
  overflow: hidden;
}

.grid-inner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body:not(.device-touch) .grid-container {
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}

/* ----------------------------------------------------------------
Home Page Custom
-----------------------------------------------------------------*/

/* Card Services */

.container-service {
  width: 100%;
  max-width: 2100px;
  /* height: 430px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.cards-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 20em; */
  font-family: "Poppins", sans-serif;
}
.container-pay {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
}
.container-pay .box-pay {
  margin: 0 auto;
  position: relative;
  width: 350px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  /* margin: 20px; */
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.box-pay {
  /* margin: 20px !important;  */
}
.container-pay .box-pay .text-description {
  text-align: center;
}
.container-pay .box-pay::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  pointer-events: none;
}
.container-pay .box-pay .icon-pay {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  transition: 1s;
}

.container-pay .box-pay:nth-child(1) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(1):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay:nth-child(2) .icon-pay {
  box-shadow: 0 0 0 #ff0000;
  background: #ff0000;
}
.container-pay .box-pay:nth-child(2):hover .icon-pay {
  box-shadow: 0 0 0 500px #ff0000;
}
.container-pay .box-pay:nth-child(3) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(3):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay:nth-child(4) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(4):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay:nth-child(5) .icon-pay {
  box-shadow: 0 0 0 #ff0000;
  background: #ff0000;
}
.container-pay .box-pay:nth-child(5):hover .icon-pay {
  box-shadow: 0 0 0 500px #ff0000;
}
.container-pay .box-pay:nth-child(6) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(6):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay .content-pay {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.container-pay .box-pay:hover .content-pay p {
  color: #fff !important;
}
.container-pay .box-pay:hover .content-pay h3 {
  color: #fff !important;
}
.container-pay .box-pay .content-pay h3 {
  font-size: 20px;
  margin: 10px 0;
  padding: 0;
}
.container-pay .box-pay .content-pay .text-description {
  margin: 0;
  padding: 0;
}
.link-pay {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  vertical-align: text-bottom !important;
  position: absolute;
  bottom: 15px;
  transform: translateX(-50%);
}

.content-pay {
  padding-bottom: 20px;
  /* background: red; */
}

ul.list-segure {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  /* list-style-image:url('../img/icons/el-salvador.png') !important;  */
}

.read_more {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
/* End Card Services */

/* ----------------------------------------------------------------
	Home Page Custom
-----------------------------------------------------------------*/

/* Card Services */

.container-service {
  width: 100%;
  max-width: 2100px;
  /* height: 430px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.cards-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 20em; */
  font-family: "Poppins", sans-serif;
}
.container-pay {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
}
.container-pay .box-pay {
  margin: 0 auto;
  position: relative;
  width: 350px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  /* margin: 20px; */
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.box-pay {
  /* margin: 20px !important;  */
}
.container-pay .box-pay .text-description {
  text-align: center;
}
.container-pay .box-pay::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  pointer-events: none;
}
.container-pay .box-pay .icon-pay {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  transition: 1s;
}

.container-pay .box-pay:nth-child(1) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(1):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay:nth-child(2) .icon-pay {
  box-shadow: 0 0 0 #ff0000;
  background: #ff0000;
}
.container-pay .box-pay:nth-child(2):hover .icon-pay {
  box-shadow: 0 0 0 500px #ff0000;
}
.container-pay .box-pay:nth-child(3) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(3):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay:nth-child(4) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(4):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay:nth-child(5) .icon-pay {
  box-shadow: 0 0 0 #ff0000;
  background: #ff0000;
}
.container-pay .box-pay:nth-child(5):hover .icon-pay {
  box-shadow: 0 0 0 500px #ff0000;
}
.container-pay .box-pay:nth-child(6) .icon-pay {
  box-shadow: 0 0 0 #1c3e90;
  background: #1c3e90;
}
.container-pay .box-pay:nth-child(6):hover .icon-pay {
  box-shadow: 0 0 0 500px #1c3e90;
}
.container-pay .box-pay .content-pay {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.container-pay .box-pay:hover .content-pay p {
  color: #fff !important;
}
.container-pay .box-pay:hover .content-pay h3 {
  color: #fff !important;
}
.container-pay .box-pay .content-pay h3 {
  font-size: 20px;
  margin: 10px 0;
  padding: 0;
}
.container-pay .box-pay .content-pay .text-description {
  margin: 0;
  padding: 0;
}
.link-pay {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  vertical-align: text-bottom !important;
  position: absolute;
  bottom: 15px;
  transform: translateX(-50%);
}

.content-pay {
  padding-bottom: 20px;
  /* background: red; */
}

ul.list-segure {
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  /* list-style-image:url('../img/icons/el-salvador.png') !important;  */
}

.read_more {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
/* End Card Services */

/* ----------------------------------------------------------------
Pricing Boxes
-----------------------------------------------------------------*/

.pricing {
  position: relative;
}

.pricing [class^="col-"] {
  margin-top: 1.25rem;
}

/* Pricing Boxes
-----------------------------------------------------------------*/

.pricing-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.5s ease;
}

.pricing-box:hover {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}

/* Pricing Boxes - Title
-----------------------------------------------------------------*/

.pricing-title {
  padding: 1rem 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  letter-spacing: 1px;
}

.pricing-title h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
}

.pricing-title span {
  display: block;
  color: #777;
  font-size: 1rem;
  margin: 3px 0;
}

.pricing-title.title-sm h3 {
  font-size: 1.25rem;
}

.pricing-title.title-sm span {
  font-size: 0.875rem;
}

/* Pricing Boxes - Price
-----------------------------------------------------------------*/

.pricing-price {
  position: relative;
  padding: 1.5rem 0;
  color: #333;
  font-size: 4rem;
  line-height: 1;
}

.pricing-price .price-unit {
  display: inline-block;
  vertical-align: top;
  margin: 7px 3px 0 0;
  font-size: 28px;
  font-weight: normal;
}

.pricing-price .price-tenure {
  vertical-align: baseline;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999;
  margin: 0 0 0 3px;
}

/* Pricing Boxes - Features
-----------------------------------------------------------------*/

.pricing-features {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  background-color: #f9f9f9;
  padding: 2rem 0;
}

.pricing-features ul {
  margin: 0;
  list-style: none;
}

.pricing-features li {
  padding: 0.375rem 0;
}

/* Pricing Boxes - Action
-----------------------------------------------------------------*/

.pricing-action {
  padding: 1.25rem 0;
}

/* Pricing Boxes - Best Price
-----------------------------------------------------------------*/

.pricing-highlight {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.pricing-highlight {
  margin: -20px -1px;
}

.pricing-highlight .pricing-title {
  padding: 20px 0;
}

.pricing-highlight .pricing-title,
.pricing-highlight .pricing-features {
  background-color: #fff;
}

.pricing-highlight .pricing-price {
  font-size: 72px;
}

/* Pricing Boxes - Simple
-----------------------------------------------------------------*/

.pricing-simple,
.pricing-simple .pricing-title,
.pricing-simple .pricing-features {
  border: 0;
}

.pricing-simple .pricing-title,
.pricing-simple .pricing-features {
  background-color: transparent;
}

/* Pricing Boxes - Minimal
-----------------------------------------------------------------*/

.pricing-minimal .pricing-price {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}

.pricing-minimal .pricing-price::after {
  display: none;
}

/* Pricing Boxes - Extended
-----------------------------------------------------------------*/

.pricing-extended {
  background-color: #fff;
  text-align: left;
}

.pricing-extended .pricing-title {
  background-color: transparent;
  padding-top: 0;
}

.pricing-extended .pricing-features {
  border: 0;
  background-color: transparent;
}

.pricing-extended .pricing-action-area {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f9f9f9;
  padding: 30px;
  text-align: center;
}

.pricing-extended .pricing-action-area .pricing-price,
.pricing-extended .pricing-action-area .pricing-action {
  padding: 0;
}

.pricing-extended .pricing-action-area .pricing-price {
  padding-bottom: 20px;
}

.pricing-extended .pricing-action-area .pricing-price::after {
  display: none;
}

.pricing-extended .pricing-action-area .pricing-price span.price-tenure {
  display: block;
  margin: 10px 0 0 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.pricing-extended .pricing-meta {
  color: #999;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.table-comparison,
.table-comparison th {
  text-align: center;
}

.table-comparison th:first-child,
.table-comparison td:first-child {
  text-align: left;
  font-weight: bold;
}

.single-event .event-meta .iconlist li,
.parallax .iconlist li {
  margin: 5px 0;
}

/*********************************** Dropzone ***********************************/
.border-punteado {
  width: 100%;
  min-height: 100px;
  border-style: dashed;
  border-width: 3px;
  border-color: #bbbbbf;
  background-color: #eeeeef;
  background: url("./../img/various/subir.png") no-repeat 50%;
  background-size: 100px;
}
/**********************************************************************/

/*************************** Cajitas Accordiones  ***************************/
.accordion-shadow {
  box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, 0.253) !important;
}

.accordion-title {
  background: #1c3e90 !important;
}

.accordion-button-title {
  color: #fff !important;
}

[data-toggle="collapse"] .fa:before {
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}

.content-pest-details {
  background: #d4d4d4;
  padding: 20px;
}

.hr-clean {
  padding: 0px;
  margin: 0px;
}
/*************************** End Cajitas Accordiones  ***************************/

/******************************** WhatApp Button ********************************/
#app-whatsapp {
  position: fixed;
  right: 24px;
  width: 60px;
  height: 60px;
  bottom: 95px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 39px;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  z-index: 1000;
}
/*****************************************************************************/

/******************************* Mobile ***************************************/
section.app-available-section {
  padding: 100px 0;
  background: url("../upload/back.jpg") center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.app-available-section .title-section {
  margin-bottom: 40px;
}
section.app-available-section .title-section h1:after {
  background: #ffffff !important;
}
section.app-available-section .app-available-box {
  text-align: center;
}
section.app-available-section .app-available-box ul.app-available-list {
  margin: 0;
  padding: 0;
}
section.app-available-section .app-available-box ul.app-available-list li {
  display: inline-block;
}
section.app-available-section .app-available-box ul.app-available-list li a {
  display: block;
  width: 300px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px dashed transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
section.app-available-section
  .app-available-box
  ul.app-available-list
  li
  a
  img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
section.app-available-section
  .app-available-box
  ul.app-available-list
  li
  a:hover {
  border-color: #fff;
}
section.app-available-section.second-style {
  background: #fff;
  padding-bottom: 0;
}
section.app-available-section.second-style .app-available-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}
section.app-available-section.second-style
  .app-available-box
  ul.app-available-list {
  display: flex;
  justify-content: center;
}
section.app-available-section.second-style
  .app-available-box
  ul.app-available-list
  li {
  margin: 0 15px;
  display: inline-block;
}
section.app-available-section.second-style
  .app-available-box
  ul.app-available-list
  li
  a {
  border: 1px dashed #d1cdda;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.app-available-section.second-style
  .app-available-box
  ul.app-available-list
  li
  a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/******************************* Mobile ***************************************/
