/**
* Template Name: FlexStart - v1.2.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.ttf");
}
@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("fonts/OpenSans-SemiBold.ttf");
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("fonts/OpenSans-Bold.ttf");
}

/* .width-div-solutions {
    width: 100%;
    margin: 0% 0%;
} */

.hero {
  width: 100%;
  height: 76vh;
  /* background: url(../img/hero-bg.png) top center no-repeat; */
  background-size: cover;
}

.ul-style-solutions {
  color: #727373;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.navbar {
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #17d07a;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
/* .carousel-item {
  margin-right: 0% !important;
}

.carousel{
  width: 50%;
  height: 50vh;
  margin:0 auto;
  display:flex;
  overflow:auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  position: relative;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.pagination{
  width: 40%;
  margin: 5px auto;
  display: flex;
  justify-content:center;
}
.index {
  all: unset;
  background: #c4c4c4;
  cursor: pointer;
  margin: 0 5px;
  position: relative;
  user-select: none;
  border-radius: 100%;
  height: 16px;
  width: 16px;
}
.active {
  content: "";
}
.slide{
  background-color:rgb(60,60,60,0.4);
  display: flex;
  min-width: 100%;
  height: 100%;
  scroll-snap-align: center;
  justify-content: center;
  align-items:center;
} */
/* .slide > div{
  width: 100%;
  height: 100%;
  margin: 0 auto ;
  display: flex;
  justify-content: center;
  align-items:center;
} */

.hero h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 55px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}

.hero p {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  color: #ccc;
}

h2.h2-soluciones {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #34c759;
  text-transform: uppercase;
  text-align: left;
  font-family: "OpenSans-Bold";
}

.m-t-10 {
  margin-top: 5%;
}

.txt-datos {
  width: 66%;
  margin: 0% 18%;
}

.ornamento_verde {
  width: 10%;
  position: absolute;
  margin-top: -9%;
}

.ornamento_verde_solo {
  width: 0.9%;
  position: absolute;
  margin-top: -9.9%;
  margin-left: 6.9%;
  z-index: 1000000;
}

.ornamento_cafe {
  width: 9%;
  position: absolute;
  right: 0;
  margin-top: 8%;
}

.hero h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  color: #000;
  font-family: "Poppins-SemiBold";
  width: 100%;
  text-align: left;
}

img.img_empresa {
  width: 13%;
}

img.img-clientes {
  width: 50%;
}

img.img-clientes-4 {
  width: 31%;
}

.section-header h2 {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #34c759;
  text-transform: uppercase;
  text-align: left;
  font-family: "OpenSans-Bold";
}

.width-div-solutions {
  width: 100%;
  margin: 2% 0% 0%;
  text-align: center;
}

.card {
  width: 275px;
  font-family: "Playfair Display", serif;
  text-align: center;
  transition: all 0.125s;
  transform: scale(1) translateY(0px);
}

/* Elements */
.card__wrapper {
  padding-top: 0.1px;
  padding-bottom: 0.1px;
  position: relative;
  background-color: #ffffff;
  color: #999999;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.card__wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 15px;
  right: 15px;
  bottom: 0;
  left: 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.125s;
  transform: scale(1) translateY(0px);
}
.card__box {
  padding-right: 35px;
  padding-left: 35px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.card__item {
  margin-top: 20px;
  margin-bottom: 20px;
}
.card__item--small {
  margin-top: 10px;
  margin-bottom: 10px;
}
.card__feature {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.card__img {
  display: block;
  max-width: 100%;
  height: 240px;
  width: 275px;
}
.card__header {
  position: relative;
  z-index: 1;
}
.card__title {
  color: #222222;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
}
.card__label {
  color: #cccccc;

  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.card__divider {
  display: block;
  width: 100%;
  height: 15px;
  border: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyOHB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAyOCAxNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjggMTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNERURFREUiIGQ9Ik0yNy41LDdoLTZDMjEuMiwzLjEsMTgsMCwxNCwwUzYuOCwzLjEsNi41LDdoLTZDMC4yLDcsMCw3LjIsMCw3LjVTMC4yLDgsMC41LDhoNmMwLjMsMy45LDMuNSw3LDcuNSw3czcuMi0zLjEsNy41LTdoNkMyNy44LDgsMjgsNy44LDI4LDcuNVMyNy44LDcsMjcuNSw3eiBNMTQsMWMzLjQsMCw2LjIsMi42LDYuNSw2SDcuNUM3LjgsMy42LDEwLjYsMSwxNCwxeiBNMTQsMTRjLTMuNCwwLTYuMi0yLjYtNi41LTZoMTIuOUMyMC4yLDExLjQsMTcuNCwxNCwxNCwxNHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
}
.card__body {
  font-size: 12px;
  line-height: 1.75;
}

/* Modifiers */
.card:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.card:hover .card__wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.card:hover .card__wrapper:after {
  transform: scale(0.95) translateY(10px);
}

/* Demo */
/* body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e9ebea;
  text-align: center;
} */
.card {
  display: inline-block;
  margin-top: calc((100vh - 506px) / 2);
  margin-right: 15px;
  margin-left: 15px;
  top: 50%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  top: 97%;
  list-style: none;
}

dt,
dd a {
  display: block;
  padding: 15px 0 15px 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}

dt {
  cursor: pointer;
  outline: none;
}

dl {
  margin: 0;
}

dd a {
  text-decoration: none;
}
dd a:hover {
  color: #0d0d0d;
}
dd a:active {
  color: black;
}

/* .accordion-element__term {
  font-weight: bold;
  background-color: #efefef;
  margin-bottom: 15px;
  border-radius: 9px;
}
.accordion-element__term.active, .accordion-element__term:focus {
  background-color: #17D07A;
  margin-bottom: 0px;
} */

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.accordion-item > div.accordion-collapse.collapse {
  margin-bottom: -1px;
  background-color: #fff;
  border: 2px solid rgb(7 218 116);
  border-radius: 0px 0px 9px 9px;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: whitesmoke;
  border: 0;
  border-radius: 9px;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  margin-top: 7px;
  font-family: "OpenSans-Bold";
}

.accordion-button:not(.collapsed) {
  color: black;
  font-weight: 700;
  background-color: whitesmoke;
  box-shadow: none;
  font-family: "OpenSans-Bold";
  border-radius: 9px 9px 0px 0px;
}

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
}

.accordion-button:focus {
  z-index: 3;
  /* border-color: #86b7fe; */
  outline: 0;
  box-shadow: none;
}

.div-before-dd {
  padding: 2% 4%;
}

#pano {
  float: left;
  height: 100%;
  width: 50%;
}

@media (max-width: 768px) {
  img.img_empresa {
    width: 50%;
  }
  p.aos-init.aos-animate {
    font-size: 18px !important;
  }
  .hero h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    font-family: "Poppins-SemiBold";
  }
  img#clickContacto {
    width: 19% !important;
    margin-left: -3% !important;
  }
  .ornamento_verde {
    width: 13%;
    position: absolute;
    margin-top: -16%;
  }
  .ornamento_cafe {
    width: 12%;
    position: absolute;
    right: 0;
    margin-top: 11%;
  }
  #change_video {
    width: 100% !important;
    height: 237px;
  }
  .i-c-p {
    margin: 35% 0% !important;
    width: 80% !important;
  }
}

@media (max-width: 425px) {
  .ornamento_verde {
    width: 20%;
    position: absolute;
    margin-top: -29%;
  }
  .ornamento_cafe {
    width: 19%;
    position: absolute;
    right: 0;
    margin-top: 35%;
  }
  img#clickContacto {
    width: 27% !important;
    margin-left: 3% !important;
  }
  .d-h-r {
    height: 600px;
  }
  .r-w-s {
    height: 100%;
  }
  div#carousel-example-1z {
    height: 41% !important;
    margin-bottom: 8% !important;
  }
  div#carousel-example-2z {
    height: 46% !important;
    /* margin-top: 54%; */
  }
  .i-c-p {
    margin: 11% 0% !important;
    width: 80% !important;
  }
  img#img-contacto {
    width: 48% !important;
  }
}

@media (max-width: 375px) {
  .ornamento_cafe {
    width: 23%;
    position: absolute;
    right: 0;
    margin-top: 36%;
  }
  img#clickContacto {
    width: 31% !important;
    margin-left: 3% !important;
  }
  div#carousel-example-2z {
    height: 42% !important;
    /* margin-top: 54%; */
  }
}

@media (max-width: 320px) {
  img#clickContacto {
    width: 34% !important;
    margin-left: 3% !important;
  }
  .ornamento_verde {
    width: 24%;
    position: absolute;
    margin-top: -39%;
    z-index: 1000;
  }
  .ornamento_cafe {
    width: 25%;
    position: absolute;
    right: 0;
    margin-top: 43%;
  }
  div#carousel-example-1z {
    height: 41% !important;
    margin-bottom: 12% !important;
  }
  div#carousel-example-2z {
    height: 42% !important;
    /* margin-top: 54%; */
  }
  section {
    padding: 60px 0 0px !important;
    overflow: hidden;
  }
  .d-h-r {
    height: 581px;
  }
  .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin-left: 4%;
  }
  .row.feture-tabs.aos-init.aos-animate {
    height: 1356px;
  }
}
