@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700,400);

html,
body {
  font-family: "Titillium Web", sans-serif;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

.form-group input::-webkit-input-placeholder {
  color: white;
}

.form-group textarea::-webkit-input-placeholder {
  color: white;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  /* margin-right: 0; */
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: 15px;
}

.modal {
  position: fixed;
  top: 157px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.blanco {
  color: #fff;
}

p {
  font-size: 16px;
  line-height: 24px;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-common2 {
  border: 2px solid #686767;
  background-color: #686767;
  position: relative;
  z-index: 1;
}

.btn-common2:hover {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn-common {
  border: 2px solid #ff9012;
  background-color: #ff9012;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #ff9012;
  background-color: transparent;
  border: 2px solid #ff9012;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.btn-radius {
  border-radius: 30px;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.btn-border:hover {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 40px;
  font-weight: 700;
  /* color: #5f6270; */
  color: #000;
  text-transform: uppercase;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #ff9012;
}

.section {
  padding: 40px 0 90px 0;
}

.section-header {
  color: #fff;
  margin-bottom: 21px;
}

.section-header .section-title {
  font-size: 30px;
  margin-top: 5px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}

.section-header .section-subtitle {
  font-size: 17px;
  font-weight: 500;
  margin-top: 0;
  display: inline-block;
  border-bottom: 1px solid #ff9012;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 30px;
  color: #ff9012;
  text-transform: none !important;
  letter-spacing: 1px;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999999999;
}

.cssload-thecube {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  top: 45%;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fd6e74;
  animation: cssload-fold-thecube 3.12s infinite linear both;
  -o-animation: cssload-fold-thecube 3.12s infinite linear both;
  -ms-animation: cssload-fold-thecube 3.12s infinite linear both;
  -webkit-animation: cssload-fold-thecube 3.12s infinite linear both;
  -moz-animation: cssload-fold-thecube 3.12s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
  animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
}

.cssload-thecube .cssload-c3:before {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
}

.cssload-thecube .cssload-c4:before {
  animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
}

@keyframes cssload-fold-thecube {

  0%,
  10% {
    transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {

  0%,
  10% {
    -o-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -o-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -o-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {

  0%,
  10% {
    -ms-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -ms-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -ms-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {

  0%,
  10% {
    -webkit-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {

  0%,
  10% {
    -moz-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -moz-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -moz-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}

/* ==========================================================================
   About Section Style
   ========================================================================== */
#about {
  position: relative;
  overflow: hidden;
  background: url(../img/bg-abs.png) fixed;
  /*background-size: cover;*/
  background-position: center bottom;
}

#about .section-header {
  color: #444;
}

#about .img-about-out {
  position: absolute;
  bottom: 0px;
  right: -138px;
}

/* Counter Section Start */
.counters {
  background-color: #ff9012;
  text-align: center;
  z-index: 999;
  position: relative;
}

.counters .facts-item {
  padding: 20px 0;
}

.counters .facts-item .fact-count h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.counters .facts-item .fact-count h4 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

/* ==========================================================================
   Testimonial Section Start
   ========================================================================== */
#testimonial {
  background: #fd6e74;
}

#testimonial .img-member {
  overflow: hidden;
  margin-top: 22px;
  overflow: hidden;
}

#testimonial .client-info {
  color: #fff;
  margin: 20px auto;
}

#testimonial .client-info .client-name {
  font-size: 20px;
  line-height: 40px;
}

#testimonial .client-info .client-details {
  font-size: 12px;
}

#testimonial p {
  margin: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

#testimonial .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  font-size: 30px;
  margin: 20px 10px 0;
  padding: 0 12px;
}

.touch-slider .owl-controls .owl-buttons {
  position: relative;
  top: -190px;
  left: 0;
}

.touch-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -45px;
}

.touch-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: block !important;
  background: transparent !important;
  text-align: center;
  display: inline-block;
  opacity: 0.8 !important;
  border-radius: 50px !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

/* ==========================================================================
   Team Section Style
   ========================================================================== */

.circulo {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/9.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo2:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo2 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/8.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo3:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo3 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/11.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo4:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo4 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/7.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo5:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo5 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/5.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo6:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo6 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/4.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo7:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo7 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/3.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo8:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo8 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/1.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.circulo9:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.circulo9 {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: url(../img/team/2.jpg);
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 3px solid #f6f6f6;
}

.equipo {
  color: #ff9012;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.team-area .section-header {
  color: #666;
}

.single-team {
  text-align: center;
  padding: 10px;
  overflow: hidden;
}

.single-team img {
  width: 100%;
}

.single-team .team-content {
  padding: 30px;
}

.single-team h4 {
  color: #ff9012;
  font-size: 18px;
  text-transform: uppercase;
}

.single-team h6 {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 15px 0;
}

.single-team .team-social li {
  display: inline-block;
}

.single-team .team-social li a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.single-team .team-social i {
  color: #fd6e74;
  font-size: 16px;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #fd6e74;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.single-team .team-social i:hover {
  color: #fff;
}

.single-team .team-social .fa-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.single-team .team-social .fa-twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.single-team .team-social .fa-dribble:hover {
  background-color: #d34836;
  border-color: #d34836;
}

.single-team .team-social .fa-flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}

.single-team .team-social .fa-youtube:hover {
  background-color: #cc181e;
  border-color: #cc181e;
}

.single-team .team-social .fa-google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.single-team .team-social .fa-linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}

.single-team:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

/* ==========================================================================
   Great- Started Style
   ========================================================================== */
.great-started {
  background: url(../img/contact-bg.jpg) fixed;
  background-position: 50% -210px;
  position: relative;
}

.great-started .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.78;
  filter: alpha(opacity=90);
}

.great-started .great-started-text h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.great-started .great-started-text h2 {
  color: #fff;
  font-size: 40px;
  margin: 25px;
  text-transform: uppercase;
}

.great-started .great-started-text .btn-common {
  text-transform: uppercase;
}

.great-started .cta h2 {
  text-transform: capitalize;
  font-weight: 400;
  line-height: 60px;
}

.great-started .icon i {
  font-size: 70px;
  color: #ff9012;
}

.menu-bg {
  width: 100%;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* ==========================================================================
   Sidebar menu Style
   ========================================================================== */

/* The sidebar menu */
.sidenav {
  height: 100%;
  /* Full-height: remove this if you want "auto" height */
  width: 160px;
  /* Set the width of the sidebar */
  position: fixed;
  /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 20px;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #f8f9fa;
}

.menu-bg {
  background-color: #ffffff !important;
  box-shadow: 0 1px 3px RGBA(0, 0, 0, 0.2);
  z-index: 9999;
  padding: 6px;
}

.menu-bg .navbar-nav .nav-link {
  color: #666 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 7px 14px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ff9012 !important;
}

.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open>.nav-link {
  color: #ff9012 !important;
}

.navbar-expand-lg .navbar-toggler {
  border-color: #666;
  border-radius: 0px;
}

.navbar-expand-lg .navbar-toggler {
  float: right;
  margin: 14px;
}

.navbar-expand-lg .navbar-toggler i {
  color: #666 !important;
}

.navbar-expand-lg .navbar-two .nav-link {
  color: #495057;
  padding: 7px 14px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 30px;
  letter-spacing: 1px;
  text-align: center;
}

.navbar-expand-lg .navbar-two .nav-link:focus,
.navbar-expand-lg .navbar-two .nav-link:hover {
  color: #fff !important;
  background: #ff9012;
}

.navbar-expand-lg .navbar-two .active>.nav-link,
.navbar-expand-lg .navbar-two .nav-link.active,
.navbar-expand-lg .navbar-two .nav-link.open,
.navbar-expand-lg .navbar-two .open>.nav-link {
  color: #fff !important;
  background: #ff9012;
}

.slicknav_btn {
  border-color: #ff9012;
}

.slicknav_menu .slicknav_icon-bar {
  background: #ff9012;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }

  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }

  .navbar-brand img {
    width: 75%;
  }

  .slicknav_menu {
    display: block;
  }

  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #fd6e74;
    outline: none;
    background: #f8f9fa;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }

  .navbar-brand {
    position: absolute;
    padding: 15px 0px;
    top: 0;
  }

  .navbar-brand img {
    width: 75%;
  }

  #mobile-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .slicknav_nav .active a {
    background: #e91e63;
    color: #fff;
  }

  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #fd6e74;
    outline: none;
    background: #f8f9fa;
  }
}

/* Carousel Slider */
.carousel-slider .owl-controls .owl-buttons {
  position: relative;
  top: -310px;
  left: 0;
}

.carousel-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -145px;
}

.carousel-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -145px;
}

.carousel-slider .owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: block !important;
  background: transparent !important;
  text-align: center;
  display: inline-block;
  opacity: 0.8 !important;
  border-radius: 50px !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.carousel-slider .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1 !important;
}

.carousel-slider .owl-theme .owl-controls .owl-buttons div i {
  color: #fff;
  font-size: 42px;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.carousel-slider .owl-theme .owl-controls .owl-buttons div i:hover {
  color: #fd6e74;
}

/* ==========================================================================
   Hero Area Style
   ========================================================================== */
#hero-area {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: cover;
  color: #313131;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#hero-area .contents {
  padding: 160px 0 80px;
}

#hero-area .contents h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#hero-area .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area .contents .btn {
  margin: 20px 20px 0px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #fd6e74;
}

#hero-area .contents-two {
  padding: 177px 0 146px;
}

#hero-area .contents-two h2 {
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 18px;
}

#hero-area .contents-two p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}

#hero-area .intro-img {
  margin: 150px 0px;
}

/* ==========================================================================
   Hero Area Style
   ========================================================================== */
#hero-area3 {
  background: url(../img/hero-area3.png) no-repeat;
  background-size: cover;
  color: #313131;
  overflow: hidden;
  position: relative;
  height: 500px;
}

#hero-area3 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#hero-area3 .contents {
  padding: 160px 0 80px;
}

#hero-area3 .contents h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#hero-area3 .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area3 .contents .btn {
  margin: 20px 20px 0px 0px;
  text-transform: uppercase;
}

#hero-area3 .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area3 .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area3 .banner_bottom_btn i:hover {
  color: #fd6e74;
}

#hero-area3 .contents-two {
  padding: 170px 0 146px;
}

#hero-area3 .contents-two h2 {
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 18px;
}

#hero-area3 .contents-two p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}

#hero-area3 .intro-img {
  margin: 150px 0px;
}

/* ==========================================================================
   Hero Area Style
   ========================================================================== */
#hero-area2 {
  background: url(../img/hero-area2.png) no-repeat;
  background-size: cover;
  color: #313131;
  overflow: hidden;
  position: relative;
}

#hero-area2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

#hero-area2 .contents {
  padding: 160px 0 80px;
}

#hero-area2 .contents h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#hero-area2 .contents p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area2 .contents .btn {
  margin: 20px 20px 0px 0px;
  text-transform: uppercase;
}

#hero-area2 .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area2 .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area2 .banner_bottom_btn i:hover {
  color: #fd6e74;
}

#hero-area2 .contents-two {
  padding: 177px 0 146px;
}

#hero-area2 .contents-two h2 {
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 18px;
}

#hero-area2 .contents-two p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}

#hero-area2 .intro-img {
  margin: 150px 0px;
}

#portfolio {
  background: #f6f6f6;
}

#portfolio .mix {
  padding-bottom: 15px;
}

#portfolio .section-header {
  color: #444;
}

#portfolio-list .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 40px;
}

.controls .mixitup-control-active {
  color: #ff9012 !important;
  border-color: #ff9012;
  background: transparent;
}

.controls .btn {
  margin: 4px;
  text-transform: uppercase;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

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

.portfoli-content {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.portfoli-content:before {
  background-color: rgba(1, 3, 7, 0.8);
  top: 0px;
  left: 0px;
  bottom: 15px;
  right: 30px;
  content: "";
  position: absolute;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sup-desc-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.sup-desc-wrap .sup-desc-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 35px;
}

.sup-desc-wrap .sup-meta-wrap .sup-title {
  display: block;
  outline: none;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 5px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

.sup-desc-wrap .sup-meta-wrap .sup-description {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-item:hover .sup-title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.portfolio-item:hover .sup-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* ==========================================================================
   Services Section Start
   ========================================================================== */
.services {
  background: url(../img/servics-bg.jpg) fixed;
  background-size: cover;
  background-position: center bottom;
}

.feed {
  background: url(../img/funcionalidad.png) fixed;
  background-position: center bottom;
  background-size: cover;
  padding-bottom: 85px;
  padding-top: 56px;
}

.services .service-box {
  color: #fff;
}

.services .service-box.services-item {
  column-gap: 15px;
}

.services .service-box .icon,
.services .service-box .services-text {
  padding-inline: 0;
}

.services .service-box .icon {
  text-align: center;
}

.services .service-box .icon i {
  font-size: 40px;
  color: #ff9012;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services .service-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.services .service-box h3 a {
  color: #fff;
}

.services .service-box h3 a:hover {
  color: #fd6e74;
}

.services .service-box p {
  color: #697582;
}

.services .services-item {
  margin: 20px 0;
}

.services .services-item h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.services .services-item h3 a {
  color: #ff790b;
}

.services .services-item h3 a:hover {
  color: #686767;
}

.why {
  background: url(../img/why-bg.jpg) fixed;
  background-size: cover;
  padding-top: 80px;
}

.why .why-item {
  margin-bottom: 60px;
}

.why .why-item .icon {
  float: left;
}

.why .why-item .icon i {
  font-size: 48px;
  color: #fd6e74;
}

.why .why-content {
  margin-left: 70px;
  padding-right: 40px;
  color: #fff;
}

.why .why-content h3 {
  padding-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
}

.why .why:hover .icon-radius:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.why-two .section-header {
  color: #444;
}

.why-two .why-item {
  margin-bottom: 20px;
  margin-top: 20px;
}

.why-two .why-item .icon {
  float: left;
}

.why-two .why-item .icon i {
  font-size: 40px;
  color: #ff9012;
}

.why-two .why-content {
  margin-left: 70px;
  padding-right: 40px;
}

.why-two .why-content h3 {
  padding-bottom: 8px;
  color: #ff9012;
  font-size: 20px;
}

/* ==========================================================================
  Pricing Table
  ========================================================================== */
.pricing-section .section-header {
  color: #444;
}

.pricing-tables {
  padding: 25px 0;
  text-align: center;
}

.pricing-tables .pricing-table {
  text-align: center;
  position: relative;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 15px;
  margin-bottom: 20px;
  height: 480px !important;
}

.pricing-tables .pricing-table:hover {
  z-index: 2;
  top: -3px;
}

.pricing-tables .highlight-plan {
  margin: -15px 0;
  margin-right: -1px;
  z-index: 1;
  background: #f6f6f6;
}

.pricing-tables .pricing-table.highlight-plan .plan-name {
  padding: 25px 0;
}

.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
  color: #fff;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
  padding: 30px 0;
  background: #fd6e74;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
  border-color: #fff;
  color: #fff;
}

.pricing-table .color-1 {
  background: #00bac7;
}

.pricing-table .color-2 {
  background: #fd6e74;
}

.pricing-table .color-3 {
  background: #e8003e;
}

.pricing-table .plan-name {
  padding: 25px 0;
}

.pricing-table .plan-name h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.pricing-table .plan-price {
  padding: 25px 0;
}

.pricing-table .plan-price .price-value {
  font-size: 50px;
  line-height: 76px;
  font-weight: 700;
  color: #333333;
}

.pricing-table .plan-price .price-value span {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}

.pricing-table .plan-price .interval {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-table .plan-list li {
  padding: 9px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.pricing-table .plan-list li:first-child {
  border-top: 1px solid #eee;
}

.pricing-table .plan-signup {
  padding: 25px 0;
}

.pricing-table .plan-signup a {
  text-transform: uppercase;
}

.pricing-2 {
  background-color: #fef1e9 !important;
}

/*.pricing-2:hover {
    top: 0 !important;
    box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
    }*/

.pricing-2 .plan-name {
  padding: 25px 30px;
  text-align: center;
  background-color: #fef1e9;
  color: white;
  border-radius: 15px 15px 0px 0px;
}

.pricing-2 .plan-name i {
  color: #212529;
  font-size: 30px;
  margin-block: 20px;
}

.pricing-2 .plan-price ul,
.pricing-2 .plan-name ul,
.pricing-2 .plan-list ul,
.pricing-2 .plan-signup ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-inline: 20px;
}



.pricing-2 .plan-list ul p {
  font-size: 12px;
  line-height: normal;
  margin: 0;
  color: #e7660b;
}

.pricing-2 .plan-name h3 {
  font-weight: 70;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
  color: #e7660b;
  text-transform: capitalize;
}

.pricing-2 .plan-price {
  padding: 10px 0px 25px;
}

.pricing-2 .plan-price .price-value {
  font-size: 35px;
  line-height: 63px;
  font-weight: 700;
  color: #212529;
  display: inline-block;
  position: relative;
}

.pricing-2 .plan-price .price-value .icon {
  position: absolute;
  left: -25px;
  top: 20px;
  line-height: 25px;
  font-size: 24px;
}

.pricing-2 .plan-price .price-value span {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}

.pricing-2 .plan-price .interval {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing-2 .plan-list li {
  padding-left: 13px;
  font-size: 13px;
  color: #888;
  border: none;
  text-align: left;
}

.check-color {
  color: orange;
}

.pricing-2 .plan-list li:first-child {
  border-top: none;
}

.pricing-2 .plan-signup {
  padding: 25px 0;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.pricing-2 .plan-signup a {
  text-transform: uppercase;
}

/* ==========================================================================
    Contact Us
    ========================================================================== */

.form-control {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  padding: 18px;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-size: 14px;
  border-radius: 4x;
}

.form-control:focus {
  border-color: #ffffff;
  color: #ffffff;
  outline: none;
  background-color: transparent;
}

#contact {
  background: url(../img/counter-bg.jpg) fixed;
  background-position: 50% -210px;
  position: relative;
}

#contact .section-title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  margin: 0 0 15px 0;
}

#contact .subtitle {
  color: #fff;
  text-align: center;
}

#contact #contactForm {
  margin-top: 30px;
}

.list-unstyled li {
  color: #df2626;
}

.text-danger {
  font-size: 15px;
  margin-top: 10px;
  color: #df2626 !important;
}

/* ==========================================================================
   Contact Icon
   ========================================================================== */
.contact-icon {
  background: url(../img/contact-bg.jpg) fixed;
  background-position: 50% -210px;
  position: relative;
}

.contact-icon .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
}

.contact-icon .box-icon {
  color: #fff;
  text-align: center;
  padding: 20px;
}

.contact-icon .box-icon .icon {
  font-size: 44px;
  margin-bottom: 10px;
}

.contact-icon .box-icon p {
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-icon .box-icon .icon-primary {
  color: #ff9012;
}

.contact-icon .box-icon .icon-secondary {
  color: #ff9012;
}

.contact-icon .box-icon .icon-tertiary {
  color: #ff9012;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */

footer {
  background-color: black;
  color: white;
  text-align: center;
}

footer a {
  color: #ffffff;
}

footer .footer-body {
  margin: 0 auto;
}

footer .block-title {
  font-size: 20px;
  margin-bottom: 25px;
}

footer .footer-Content {
  background-color: #18191b;
  padding: 60px 0;
  color: #fff;
}

.textwidget {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 10px;
}

footer .menu li a {
  color: #fff;
}

footer .menu li a:hover {
  color: #fd6e74;
}

.twitter-content ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.twitter-content span {
  float: left;
  width: 224px;
}

.twitter-content span a {
  color: #fd6e74;
}

.featured-list {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.featured-list li {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
}

.bottom-social-icons a {
  color: #fff;
  text-align: center;
  width: 32px;
  line-height: 32px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: inline-block;
  height: 32px;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}

#copyright {
  background-color: #1d1e20;
  padding: 20px 0 10px;
  color: #fff;
}

#copyright p {
  line-height: 34px;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #fd6e74;
}

.social-icon .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-icon .twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}

.social-icon .dribble:hover {
  background-color: #d34836;
  border-color: #d34836;
}

.social-icon .flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}

.social-icon .youtube:hover {
  background-color: #cc181e;
  border-color: #cc181e;
}

.social-icon .google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.social-icon .linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}

.subscribe-box {
  margin-top: 18px;
}

.subscribe-box input[type="text"] {
  outline: none;
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}

.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #fd6e74;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  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;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
  background-color: #ff9012;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.video {
  text-align: center;
}

.funcion-intranet {
  padding-bottom: 0px;
  color: #ff9012;
  font-size: 14px;
}

.icono-intranet {
  font-size: 30px;
  color: #ff9012;
  float: left;
  /*margin-left: 70px;*/
  padding-right: 24px;
}

.esp-titulos {
  margin-bottom: 81px;
}

.contact-text {
  color: #ffffff;
  text-align: center;
}

.contact-text3 {
  color: #ffffff;
}

.contact-text2 {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
}

.contact-text4 {
  margin-top: 36px;
  font-size: 24px;
  font-weight: 700;
  color: #ff7700;
  text-transform: uppercase;
  line-height: 30px;
}

.foot {
  background-color: #18191b;
  padding: 24px 0;
  color: #fff;
}

.lista-color {
  line-height: 15px;
}

.empresa h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ff9012;
  text-transform: uppercase;
  margin-top: 50px;
}

/* ==========================================================================
   CREACIÓN CONTENIDO (CATA)
   ========================================================================== */

.feed2 {
  background: url(../img/bg-generador-contenidos.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 450px;
  background-size: cover;
}

#adicional.feed2 h3 {
  padding-bottom: 8px;
  color: #ff9012;
  font-size: 20px;
}


.parrafoAgencia {
  margin-top: 40px;
}

.textoDescriptivo {
  font-size: 20px;
}

.btnItems {
  width: auto;
  padding: 12px 8px;
  font-weight: 600;
  border-radius: 10px;
  border: solid 1px #00000050;
  background: #FFF;
}

.btnItems:focus {
  background-color: #ff770020;
  outline-color: #ff7700;
  outline-offset: 0;
}

.mt40px {
  margin-top: 40px;
}

.grid-contenedor {
  display: grid;
  justify-content: center;
  gap: 14px 19px;
  grid-template-columns: 262px 262px 262px 262px;
  justify-content: center;
  padding: 0px .5rem;
  margin-top: 34px;
}

.grid-servicioAdicional {
  display: grid;
  gap: 18px 17px;
  grid-template-columns: 50% 50%;
  margin-top: 27px;
}

.grid-servicioAdicional>div {
  padding: 23px;
  background-color: #fefff4;
}

.grid-servicioAdicional .bordeCaja {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.grid-servicioAdicional p {
  font-size: 20px !important;
}

.cajaMonto {
  background-color: #FFF;
  height: 44px;
  min-width: 106px;
  border-radius: 5px;
  border: solid 1px #00000080;
  cursor: pointer;
  user-select: none;
}

.cajaMonto p {
  font-size: 24px !important;
  font-weight: 600;
  color: #a5a5a5;
}

.div.cajaMonto p {
  font-size: 21px !important;
}

.bg-black {
  background-color: #000;
}

.no-border,
.no-border:focus {
  border: 0 !important;
  outline: none !important;
}

.bordeCaja {
  border-radius: 10px;
  border: solid 1px #00000050;
}

.contAdicional {
  border-radius: 40px;
  border: solid 1px #00000050;
  padding: 67px 110px;
  margin-top: 80px;
}

.text-black {
  font-weight: 600;
  color: #000;
}

.svgCheck {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}

.btnConoceMas {
  font-size: 19px;
}

.h3Administracion {
  line-height: 46px;
}

.saltoCont {
  display: none;
}

.iOpciones {
  font-size: 14px;
}

.cajaMonto {
  transition: 1s ease-in-out;
}

.navbar-nav .nav-item{
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {}

@media (max-width: 1200px) {
  .grid-contenedor {
    grid-template-columns: 219px 219px 219px 219px;
  }
}

@media (max-width: 992px) {
  .grid-servicioAdicional {
    grid-template-columns: 100%;
  }

  .grid-contenedor {
    grid-template-columns: 50% 50% !important;
  }

  .contAdicional {
    padding: 30px 40px;
  }

  .h3Administracion {
    line-height: 34px;
    width: 380px !important;
  }
}

@media (max-width: 768px) {
  .contAdicional {
    border-radius: 20px;
    padding: 15px 21px;
  }

  .saltoCont {
    display: block;
  }

  .saltoLinea {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .h3Administracion {
    line-height: 30px;
    width: 330px !important;
    font-size: 25px !important;
  }

  .grid-contenedor {
    grid-template-columns: 100% !important;
    padding: 0px 0px;
  }

  .bordeCaja>div>p {
    font-size: 18px !important;
  }

  .grid-servicioAdicional>div {
    padding: 12px;
  }

  .contAdicional {
    padding: 15px 10px;
  }

  .textoDescriptivo {
    font-size: 17px;
  }
}

@media(max-width:450px) {
  .bordeCaja>div.flex-column {
    width: 177px;
  }
}