body {
  font-family: "Montserrat", Arial, sans-serif;
}

@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}
.margin-auto {
  margin: auto;
}
.site-heading {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: Raleway;
  background: url(../img/head.png) no-repeat center 50% #ff6c07;
  background-size: cover;
  margin: 0;
  overflow: hidden;
  height: 200px;
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 30px;
  width: 65%;
  float: right;
  margin-top: 0.75rem;
  text-transform: initial;
  font-weight: 500;
  margin-right: 5%;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.aright {
  float: right;
  text-align: right;
}

.social-logo {
  margin-top: 5rem;
}

.page-section {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

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

.qs-text {
  margin-top: 1em;
  color: #fff;
}

.qs-thin-txt {
  font-weight: 300;
}

.team-member .col-sm-4 {
  margin-right: 1em;
  float: left;
}

.team-member .col-sm-7 {
  float: right;
}

.team-photo {
  width: 100%;
  height: auto;
}

.col-sm-7 h4 {
  line-height: 1em;
  margin: 0;
  font-size: 18px;
}

.team-member {
  margin-bottom: 5em;
  height: auto;
  float: left;
  width: 100%;
}

.text-team {
  font-size: 14px;
  color: #484848;
  font-weight: 400;
  line-height: 1em;
  font-family: Arial;
  text-align: justify;
}

.text-muted {
  color: #fff !important;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5em;
}

#mainNav {
  font-family: "Montserrat", Arial, sans-serif;
  padding: 0 !important;
  position: absolute;
  z-index: 999;
  left: 0px !important;
  width: auto !important;
}

#mainNav ul li {
  background-color: #000000;
  font-family: "Montserrat", Arial, sans-serif;
  padding: 0.5em !important;
}

#mainNav .navbar-brand {
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 20px !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: capitalize !important;
  padding: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255) !important;
}

.rightborder {
  border-right: 2px solid #fff;
}

.devices-logo {
  max-width: 80%;
  float: right;
}

.bg-black .section-heading.text-uppercase {
  color: #ff8a07;
  /* margin-top: -50px;*/
}

.footer {
  /*background: url(../img/piedepagina.png) no-repeat 50% 0%;
    background-size: cover;*/
  padding-top: 0px !important;
  padding-bottom: 0rem !important;
  text-transform: uppercase;
  font-family: Raleway;
  width: 100%;
  background-size: cover;
  margin: 0;
  background-color: rgb(255, 138, 7) !important;
  float: left;
  position: relative;
  clear: both;
}

.footertext {
  margin: 0 !important;
  color: #fff !important;
  float: left;
  background: #ff8a07;
  width: 100%;
  padding: 1em;
}

.nopad {
  padding: 0px !important;
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(230, 167, 86, 0.9);
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  border-bottom: 1px solid rgba(230, 167, 86, 0.5);
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: 700;
  color: #e6a756;
}

.footer-menu-icon {
  background: #ffa30d;
  padding: 0px 30px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 1em;
}

.footernavmenu span {
  font-size: 21px;
  line-height: 1em;
}

.mobile-logo {
  display: none;
}

address strong {
  font-size: 1.2rem;
}

.text-primary {
  color: #fff !important;
}

.bg-primary {
  background-color: #e6a756 !important;
}

.btn {
  -webkit-box-shadow: 0 3px 3px 0 rgba(33, 37, 41, 0.1);
  box-shadow: 0 3px 3px 0 rgba(33, 37, 41, 0.1);
}

.btn-primary {
  background-color: #e6a756;
  border-color: #e6a756;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #df902a;
  border-color: #df902a;
}

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

.prefooter {
  padding: 0;
  margin: auto;
  width: 100%;
}

.topspeciallink {
  display: none;
}

.carousel-item {
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: transparent !important;
}

.bg-orange {
  background-color: #ff8a07 !important;
}

.btn-services[type="button"]:not(:disabled),
.btn-services[type="reset"]:not(:disabled),
.btn-services[type="submit"]:not(:disabled),
.btn-services.button:not(:disabled) {
  background: #fff !important;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  border: #fff 2px solid !important;
}

.btn-services.collapsed[type="button"]:not(:disabled),
.btn-services.collapsed[type="reset"]:not(:disabled),
.btn-services.collapsed[type="submit"]:not(:disabled),
.btn-services.collapsed.button:not(:disabled) {
  border: #fff 2px solid !important;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 400;
  background: transparent !important;
  color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1em;
}

.carousel-control-prev {
  left: -10em;
}

.carousel-control-next {
  right: -10em;
}

/**EXPERIENCIA**/

.gallery-wrap,
.contact-info {
  text-align: center;
  padding: 2em;
  background: #ff8a07;
}

.gallery-img-spacer {
  max-width: 100%;
  box-shadow: 10px 10px 10px #333;
  margin-right: 1em;
  margin-bottom: 2em;
}

.subtitles-wrapper {
  background: #ffaa4a;
  margin-bottom: 2em;
  vertical-align: bottom;
}

.heading-special-inner-title {
  padding: 0.5em;
  background: #ffa81a;
  width: 360px;
  margin: -2em auto 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 34px;
}

.heading-special-inner-subtitle {
  color: #fff;
  padding: 15px 0 5px 0px;
  vertical-align: middle;
  font-size: 20px;
}

.double-lat-line {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

/**CLIENTES**/

.customers {
  background: #ff9332;
  margin-bottom: 2em;
  max-width: 1110px;
  margin: 0px auto 2em auto;
}

.customers .col-sm-4 {
  text-align: center;
  padding: 1em;
}

.customers .col-sm-4:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.other-img-spacer {
  max-width: 100%;
}

/**CONTACTO**/

.contact-section {
  background: url(../img/images/fondo-contacto-pg.png) bottom center no-repeat;
  background-size: cover;
  padding: 0;
}

.contactinfo {
  margin-bottom: 2em;
  color: #fff;
}

ul.contactdata,
ul.contactdata li {
  list-style: none !important;
  float: left;
  clear: both;
  font-size: 19px;
  line-height: 2.5em;
}

.contactdata,
.contactdata li a {
  color: #fff;
  text-align: left;
  font-family: Raleway;
}

.contactdata li a {
  font-weight: bold;
}

.contactborder {
  border: 2px solid #fff;
  padding: 10px;
  margin-bottom: 3em;
  clear: both;
  width: auto;
  margin-top: 1em;
  float: left;
}

.contact-icon {
  width: auto;
}

.control-label.col-sm-2 {
  float: left;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: right;
  clear: both;
}

.form-group .col-sm-10 {
  margin: 0.5em 0;
  float: right;
}

textarea.form-control {
  height: auto;
  min-height: 150px;
}

.send-button {
  float: right;
  clear: both;
  text-align: right;
  border: #fff 2px solid !important;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 400;
  background: transparent !important;
  color: #fff;
}

.send-button:hover {
  background: #fff !important;
  color: #000;
}

.contactlink,
.contactlink:hover {
  color: #fff;
  text-decoration: none;
}

.contact-section .bg-orange {
  background-color: #ff8a07 !important;
  padding: 4em;
}

.contact-data {
  margin-top: 2em;
  margin-right: 0;
  margin-left: 0;
  float: left;
  width: 100%;
}

.contact-p {
  width: 100%;
  color: #fff;
}

.contact-title {
  float: left;
  width: 100%;
  color: #fff;
  margin: 1em 0;
  text-align: left;
}

/***SERVICIOS***/

.servs-title {
  float: left;
  width: 100%;
  color: #fff;
  margin: 1em 0;
}

.carousel-item.carousel-services {
  height: auto;
  min-height: auto;
}

.carousel-item.carousel-services {
  padding: 0 5em;
}

/***LIGHTBOX***/

.mySlides {
  text-align: center;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */

.mySlides {
  display: none;
}

/* Next & previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.sr-only,
.prev,
.next {
  position: absolute;
  width: 2em;
  height: 100%;
  padding: 0;
  white-space: nowrap;
  border: 0;
  z-index: 10;
  color: #fff;
  font-size: 5em;
  text-shadow: 5px 5px 0px #000;
  overflow: unset;
  clip: unset;
  display: none;
}

/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-control {
  font-family: Arial, sans-serif;
}

.slider-section {
  margin: 0;
  padding: 0;
}

/*equipo*/
#equipo {
  background-image: url("../img/images/fondo-equipo.png");
  background-attachment: fixed;
  background-size: cover;
}

.text-team {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1em;
  font-family: Arial;
  text-align: left;
}

.team-member .col-sm-7 {
  float: left;
  background: #0000009e;
  color: #fff;
}

/*STICKY HEADER*/
.sticky-wrapper {
  position: absolute !important;
}
.sticky-wrapper .site-navbar {
  background: transparent !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: orange !important;
}

/*Ajustes Equipo*/
.team-member .col-sm-4 {
  margin-right: 1em;
  float: right;
  width: 100%;
  z-index: 0;
  position: relative;
  max-width: 100%;
}
.team-member .col-sm-7 {
  padding: 2em;
  position: absolute;
  z-index: 15;
  width: 60%;
}
.team-wrapper {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  width: 33.3%;
  height: auto;
}
.text-team {
  font-size: 1em;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.25em;
  font-family: Arial;
  text-align: left;
  margin-top: 1em;
}
.text-muted {
  color: #fff !important;
  font-weight: 200;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contacter {
  display: none;
}
.cargo {
  position: absolute;
  z-index: 19;
  top: 40%;
  padding: 1em;
  background: #000000bd;
}
.cargo h4 {
  color: #fff;
}

.slider-desk {
  display: block;
  max-width: 800px;
  margin: auto;
}
.slider-cel {
  display: none;
}

.sr-only img {
  max-width: 30px;
  display: none !important;
}

/**STICKY**/
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

/**RESPONSIVE**/

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    color: #f76700;
  }
  .footernavmenu {
    margin-top: 0;
    margin: auto;
    text-align: center;
    width: 50%;
    background-color: #ff8a07;
  }
  .devices-logo-wrapper {
    float: right;
  }
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 45%;
  }
}

@media all and (max-width: 767px) {
  body {
    overflow: hidden;
  }
  .contacter {
    display: block;
  }
  .site-heading {
    height: auto;
  }
  .devices-logo {
    max-width: 100%;
    float: left;
    margin-left: 0px;
  }
  .footernavmenu {
    display: none;
  }
  .topspeciallink {
    display: block;
  }
  .team-member .col-sm-7 {
    padding-top: 1em;
  }
  .navbar-toggler {
    margin-top: 0em;
    position: absolute;
    left: 0px;
    width: 36px;
    cursor: pointer;
  }
  .navbar-toggler-icon {
    opacity: 0;
  }
  .social-links {
    right: 25px;
    width: 90px;
    position: absolute;
    height: 60px;
    top: 5em;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
    font-weight: 300 !important;
    text-align: left !important;
    padding: 5px;
    cursor: pointer;
    color: #636363 !important;
  }
  .brand-holder {
    width: 20%;
    padding: 0;
    text-align: right;
    margin-left: 10px;
  }
  .devices-logo-wrapper {
    margin: 0;
    width: 100%;
  }
  .slogan-holder {
    width: 50%;
    padding: 0;
  }
  .slogan-holder .d-none {
    display: block !important;
  }
  .social-logo {
    margin-top: 0rem;
    width: 35px;
  }
  .site-heading .site-heading-upper {
    display: block;
    font-size: 12px;
    width: 100%;
    float: right;
    margin-top: 0.75rem;
    margin-top: 0.75rem;
    text-transform: initial;
    font-weight: 500;
    margin-right: 0;
    background: #ffa20d;
    padding: 5px;
  }
  #mainNav ul li {
    background-color: #dedede;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 0.5em 0.5em !important;
  }
  .navbar-collapse.collapse.show ul li {
    border-top: 1px solid #fff;
    border-right: none;
    border-left: none;
  }
  #mainNav {
    margin-top: -5em;
    position: absolute;
    z-index: 99;
    width: 100%;
  }
  .navbar-toggler-icon {
    opacity: 0;
    margin-left: -15px;
    cursor: pointer;
}
  .footernavmenu .navbar-nav {
    display: block !important;
    max-width: 70%;
  }
  .prefooter.page-section {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .footernavmenu .doubleborder {
    border: none !important;
  }
  .footernavmenu {
    display: none;
  }
  .footer {
    /*position: absolute;*/
    clear: both;
    height: auto;
    bottom: 0px !important;
    line-height: 1em;
  }
  .topspeciallink {
    display: block;
  }
  .navbar-nav.mx-auto {
    width: 50%;
    float: left;
  }
  .heading-special-inner-title {
    width: 100%;
  }
  .rightborder {
    border-right: none;
    margin-bottom: 1em !important;
  }
  .customers {
    max-width: 100%;
    margin: 1em auto;
    width: 100%;
  }
  ul.contactdata,
  ul.contactdata li {
    list-style: none !important;
    float: left;
    clear: both;
    font-size: 16px;
    line-height: 1.25em;
    word-break: break-all;
    padding-left: 0;
    text-align: left;
  }
  .home .carousel.slide {
    height: auto;
    /*height: 220px;*/
  }
  .carousel-item {
    /* height: 45vh;
    min-height: 300px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .prefooter {
    padding: 0;
    position: absolute;
    top: -4em;
    float: left;
    margin: auto;
    width: 100%;
  }
  .contact-icon {
    width: 30px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .page-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .col-25 {
    margin-right: 1% !important;
    width: 24%;
    padding: 0;
  }
  .col-75 {
    width: 75%;
    float: right;
  }
  .col-75 h4 {
    font-size: 14px;
    margin: 0;
  }
  .team-photo {
    width: 400px;
    height: auto;
    float: right;
  }
  .team-member {
    margin-bottom: 2em;
  }
  .slider-section {
    margin: 0;
    padding: 0;
    margin-top: 35px;
  }

  .btn-services[type="button"]:not(:disabled),
  .btn-services[type="reset"]:not(:disabled),
  .btn-services[type="submit"]:not(:disabled),
  .btn-services.button:not(:disabled),
  .btn-services.collapsed[type="button"]:not(:disabled),
  .btn-services.collapsed[type="reset"]:not(:disabled),
  .btn-services.collapsed[type="submit"]:not(:disabled),
  .btn-services.collapsed.button:not(:disabled) {
    width: 100%;
    margin-bottom: 1em;
  }
  .contact-section .bg-orange {
    background-color: #ff8a07 !important;
    padding: 2em;
  }
  .social-links {
    right: 25px;
    width: 28%;
    position: absolute;
    height: 60px;
    top: 2em;
    text-align: right;
    margin-right: -1em;
  }
  .qs-text {
    margin-top: 0em;
    color: #fff;
  }
  .carousel-item.carousel-services {
    height: 500px;
    overflow: hidden;
    padding: 0;
  }
  .carousel-item.carousel-services .w-100 {
    width: 100%;
    height: 100%;
  }
  #mainNav.navbar-spia {
    background: url(../img/images/menu-movil.png) no-repeat 0px 50% #efefef !important;
    background-size: cover !important;
    margin: 0;
    height: 35px;
    width: 100% !important;
  }
  .site-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: Raleway;
    background: url(../img/images/banner-fondo.jpg) no-repeat center 50% #e67a22;
    background-size: cover;
    margin: 0;
    height: 90px;
  }
  .logo {
    margin-left: 0 !important;
  }
  .text-muted {
    color: #fff !important;
  }
  /*Ajustes servicios*/
  #servicios.page-section {
    padding: 0px;
  }
  .servs-title {
    float: left;
    width: 96%;
    color: #fff;
    margin: 2%;
    text-align: center;
    background: #000;
    padding: 5px;
    z-index: 999;
    border-radius: 1em;
    font-size: 1em;
  }
  .btn-services[type="button"]:not(:disabled),
  .btn-services[type="reset"]:not(:disabled),
  .btn-services[type="submit"]:not(:disabled),
  .btn-services.button:not(:disabled) {
    background: none !important;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    border: none !important;
    color: #fff;
    text-align: left;
  }

  .btn-services[type="button"]:not(:disabled) {
    background: none !important;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
    border: none !important;
    color: #fff;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 0px;
  }

  .btn-services.collapsed[type="button"]:not(:disabled),
  .btn-services.collapsed[type="reset"]:not(:disabled),
  .btn-services.collapsed[type="submit"]:not(:disabled),
  .btn-services.collapsed.button:not(:disabled) {
    border: none !important;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 400;
    background: transparent !important;
    color: #fff;
    margin-bottom: 0px;
  }

  .slider-desk {
    display: none;
  }
  .slider-cel {
    display: block;
  }
  .carousel-control-prev {
    left: 0em;
  }
  .carousel-control-next {
    right: 0em;
  }
  .slider-cel .carousel-control-prev .sr-only img,
  .slider-cel .carousel-control-next .sr-only img {
    width: 20px;
  }

  /*Ajustes Equipo*/
  .team-member .col-sm-4 {
    margin-right: 0px !important;
    float: left;
    width: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
  }
  .team-member .col-sm-7 {
    padding-top: 1em;
    position: relative;
    z-index: 15;
    width: 100%;
    padding: 1em;
  }
  .cargo {
    position: relative;
    z-index: 19;
    top: 40%;
    padding: 1em;
    background: #000000bd;
    float: left;
    width: 100%;
  }
  .team-wrapper {
    position: relative;
    margin: 1em 0;
    float: left;
    display: block;
    padding: 0;
    width: 100%;
  }
  .text-team {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2em;
    font-family: Arial;
    text-align: left;
  }
  .text-muted {
    color: #fff !important;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 0;
  }

  .site-heading .site-heading-upper {
    display: block;
  }

  .contacter .navbar-toggler-icon {
    padding: 1.2em 1.65em;
  }
  .control-label.col-sm-2 {
    text-align: left;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .social-logo {
    margin-top: 0rem;
  }
  .navbar-collapse.collapse.show ul li {
    border-top: 1px solid #fff;
    border-right: none;
    border-left: none;
  }
  #mainNav {
    margin-top: -3em;
    position: absolute;
    z-index: 10;
    width: 100%;
  }
  .modal {
    z-index: 20;
    background-color: #000000cf;
  }
  .footer {
    width: 100%;
    height: 100px;
  }
  .footernavmenu {
    width: 100%;
    margin: auto;
  }
  .footernavmenu ul li {
    width: 25%;
    margin: 1%;
    display: inline-block;
    text-align: center;
    font-size: inherit;
  }
  .footernavmenu .navbar-nav {
    display: block !important;
    max-width: 70%;
  }
  .prefooter.page-section {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .footernavmenu .doubleborder {
    border: none !important;
  }
  .footernavmenu {
    display: none;
  }
  .footer {
    /*position: absolute;
		clear: both;
		height: auto;
		bottom: -1em !important;
		line-height: 1em;*/
    clear: both;
    height: auto;
    bottom: 0px;
    line-height: 1em;
    float: left;
  }
  .topspeciallink {
    display: block;
  }
  .navbar-toggler {
    margin-top: -30%;
  }
  .social-links {
    right: 20px;
    width: 20%;
    position: absolute;
    height: 60px;
    top: 8%;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    padding: 5px;
    cursor: pointer;
  }
  ul.contactdata,
  ul.contactdata li {
    list-style: none !important;
    float: left;
    clear: both;
    font-size: 19px;
    line-height: 2em;
    padding-left: 0px;
    word-break: break-all;
  }
  .home .carousel.slide {
    height: auto;
  }
  .carousel-item {
    height: 50vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .page-section {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .slider-section {
    margin: 0;
    padding: 0 !important;
    height: 470px;
  }
  #servicios .container {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .contact-section {
    background: url(../img/images/fondo-contacto-pg.png) no-repeat;
    background-size: cover;
    padding: 0 !important;
    background-position: 60% 100% !important;
  }
  .carousel-control-prev {
    left: 0em;
  }
  .carousel-control-next {
    right: 0em;
  }
  .contact-section .bg-orange {
    max-width: 60%;
    padding: 4em 2em;
  }
  .sr-only,
  .prev,
  .next {
    position: absolute;
    width: 1em;
    height: 2em;
    padding: 0;
    white-space: nowrap;
    border: 0;
    z-index: 10;
    color: #fff;
    font-size: 5em;
    text-shadow: 5px 5px 0px #000;
    overflow: unset;
    clip: unset;
    opacity: 0;
  }
  .btn-services[type="button"]:not(:disabled),
  .btn-services[type="reset"]:not(:disabled),
  .btn-services[type="submit"]:not(:disabled),
  .btn-services.button:not(:disabled),
  .btn-services.collapsed[type="button"]:not(:disabled),
  .btn-services.collapsed[type="reset"]:not(:disabled),
  .btn-services.collapsed[type="submit"]:not(:disabled),
  .btn-services.collapsed.button:not(:disabled) {
    width: 49%;
    margin-bottom: 1em;
  }
  .social-links {
    float: right;
    text-align: right;
  }
  #mainNav ul li {
    background-color: #000000;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 1em 2em !important;
    font-size: 24px;
  }
}
