.img_responsive_logo {
  height: 50px !important;
}
.center {
  position: absolute;
  top: 25%;
  left: 15%;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  z-index: 1;
  height: 100px;
}
.text-white {
  font-size: 3.75rem;
  line-height: 1;
  color: #fff;
}
.text-white:after {
  background-color: #fff !important;
}
.color-orange {
  color: #f37a1f !important;
}
.color-orange:after {
  background-color: #f37a1f !important;
}
.text-white-new {
  margin-top: 0 !important;
  font-size: 25px !important;
}
.text-white-new:after {
  background-color: #f2f2f2 !important;
}
.swiper {
  width: 100% !important;
  height: 300px;
}
.swiper-slide {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}
.video {
  width: 100%;
  height: 500px;
}
.flip-card {
  width: 320px;
  height: 550px;
  perspective: 2000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 28px;
  transition: all 0.55s cubic-bezier(0.1, 0.22, 0.8, 1.13);
  transform-style: preserve-3d;
}
.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  backface-visibility: hidden;
}
.flip-card-front {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.flip-card-back {
  font-size: 1.25rem;
  text-align: center;
  display: grid;
  place-items: center;
  padding: 32px;
  background-color: #fff;
  transform: rotateY(180deg);
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}
.cards-grid {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 80px;
  padding-bottom: 60px;
}
.slider_titulo_black_new {
  cursor: pointer;
}
.slider_titulo_black_new:hover {
  color: #000 !important;
}
.slider_titulo_black_new:after {
  background-color: #fff !important;
}

.sprite {
  background-image: url(/images/spritesheet.png);
  background-repeat: no-repeat;
}

.menu__icon--logo {
  width: 140px;
  height: 45px;
  background-position: -164px -5px;
  display: inline-block;
}

/* media query > 1400 */
@media only screen and (max-width: 600px) {
  .center {
    position: absolute;
    top: 8%;
    left: 5%;
    right: 0%;
    bottom: 0%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    z-index: 1;
    height: 100px;
  }

  .text-white {
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
  }

  .slider_titulo_black {
    margin-bottom: 5px !important;
  }

  .boton3 {
    width: 150px;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 0px !important;
    max-width: 100%;
    min-width: 150px;
    border: 0px;
  }

  .title_left_button {
    width: 50%;
  }

  .boton2 {
    font-size: 15px;
  }

  .col-padding-right {
    padding-right: 15px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .center {
    position: absolute;
    top: 8%;
    left: 10%;
    right: 0%;
    bottom: 0%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
    z-index: 1;
    height: 100px;
  }

  .text-white {
    font-size: 2.75rem;
    line-height: 1;
    color: #fff;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .center {
    position: absolute;
    top: 20%;
    left: 7%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    z-index: 1;
    height: 100px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .center {
    position: absolute;
    top: 30%;
    left: 15%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    z-index: 1;
    height: 100px;
  }
}

@media only screen and (min-width: 1200px) {
  .center {
    position: absolute;
    top: 30%;
    left: 15%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    z-index: 1;
    height: 100px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .center {
    position: absolute;
    top: 40%;
    left: 15%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    z-index: 1;
    height: 100px;
  }

  .text-white {
    font-size: 3.75rem;
    line-height: 1;
    color: #fff;
  }
}

/*
*********************************************
*/
.home_title {
  font-weight: bold;
  color: #ff7b05;
  margin-bottom: -20px;
}

.home_subtitle {
  font-weight: normal;
  color: #939393;
  font-size: 33px;
}

.home_subtitle2 {
  color: #797979;
  font-weight: bold;
}

.contacto {
  background: #ff7b05;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  height: 730px;
  text-align: center;
}

.contact {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 600;
}

.persona {
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.persona:hover {
  color: #fff;
  text-align: left;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

.info_contact {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1 !important;
}
/*
*********************** Boton Telefono ******************
*/
#tele {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 3px solid #c4c8c7;
}

#tele:hover {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  -moz-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  border-bottom: 3px solid #c4c8c7;
}

.tel {
  background: #ececec !important;
  font-size: 24px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  height: 50px !important;
  font-family: "Oswald", sans-serif;
  width: 193px;
  color: #494746 !important;
  opacity: 1 !important;
}

.tel2 {
  background: #ececec !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  height: 50px !important;
}

.serviceTel {
  width: 40px;
  height: 40px;
  padding: 15%;
  background-color: #c6c7c9;
  color: #645f5c;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 25px !important;
}

.serviceTel:hover {
  width: 40px;
  height: 40px;
  padding: 10%;
  background-color: #fb7d26;
  color: #fff;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 25px !important;
}
/*
*********************** Boton Correo ******************
*/
#correos {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 3px solid #c4c8c7;
}
#correos:hover {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  -moz-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  border-bottom: 3px solid #c4c8c7;
}
.mail {
  background: #ececec !important;
  font-size: 18px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  height: 50px !important;
  font-family: "Oswald", sans-serif;
  width: 193px;
  color: #494746 !important;
  opacity: 1 !important;
}

.mail2 {
  background: #ececec !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  height: 50px !important;
}
.serviceMails {
  width: 40px;
  height: 40px;
  padding: 15%;
  background-color: #c6c7c9;
  color: #645f5c;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 12px !important;
}

.serviceMails:hover {
  width: 40px;
  height: 40px;
  padding: 15%;
  background-color: #fb7d26;
  color: #fff;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 12px !important;
}

/*
*********************** Boton Whatsapp ******************
*/
#whatsapp {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 3px solid #c4c8c7;
}

#whatsapp:hover {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  -moz-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  border-bottom: 3px solid #c4c8c7;
}

.whats {
  background: #ececec !important;
  font-size: 24px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  height: 50px !important;
  width: 193px;
  text-align: left !important;
  font-family: "Oswald", sans-serif;
  color: #494746 !important;
  opacity: 1 !important;
}
.whats2 {
  background: #ececec !important;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  height: 50px !important;
}
.serviceWhats {
  width: 40px;
  height: 40px;
  padding: 15%;
  background-color: #c6c7c9;
  color: #645f5c;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 14px !important;
}

.serviceWhats:hover {
  width: 40px;
  height: 40px;
  padding: 15%;
  background-color: #fb7d26;
  color: #fff;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 14px !important;
}
/*
*********************** Boton SMS *******************
*/

.sms {
  border-radius: 20px !important;
  font-size: 24px !important;
  width: 100% !important;
  font-family: "Oswald", sans-serif;
  color: #494746 !important;
  opacity: 1 !important;
}
.sms:hover {
  border-radius: 20px !important;
  font-size: 24px !important;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  -moz-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.51) !important;
  width: 100% !important;
  font-family: "Oswald", sans-serif;
  color: #494746 !important;
  opacity: 1 !important;
}

.serviceSMS {
  width: 40px;
  height: 40px;
  padding: 15%;
  background-color: #c6c7c9;
  color: #645f5c;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 14px !important;
}

.serviceSMS:hover {
  width: 40px;
  height: 40px;
  padding: 15%;
  background-color: #fb7d26;
  color: #fff;
  border-radius: 50%;
  margin-top: -2px;
  font-size: 14px !important;
}

@media (max-width: 1199px) {
  .tel {
    font-size: 15px !important;
    width: 120px;
  }

  #call-correos,
  #correos {
    width: 270px !important;
  }
  .serviceTel {
    width: 30px;
    height: 30px;
    padding: 18%;
    margin-top: 5px;
  }
  .serviceTel:hover {
    width: 30px;
    height: 30px;
    padding: 18%;
    margin-top: 5px;
  }

  .mail {
    font-size: 15px !important;
    width: 120px;
  }

  .serviceMails {
    width: 30px;
    height: 30px;
    padding: 19%;
    margin-top: 5px;
    font-size: 8px !important;
  }
  .serviceMails:hover {
    width: 30px;
    height: 30px;
    padding: 19%;
    margin-top: 5px;
    font-size: 8px !important;
  }

  .whats {
    font-size: 15px !important;
    width: 120px;
  }

  .serviceWhats {
    width: 30px;
    height: 30px;
    padding: 18%;
    margin-top: 5px;
    font-size: 10px !important;
  }
  .serviceWhats:hover {
    width: 30px;
    height: 30px;
    padding: 18%;
    margin-top: 5px;
    font-size: 10px !important;
  }

  .serviceSMS {
    width: 30px;
    height: 30px;
    padding: 23%;
    margin-top: 5px;
  }

  .serviceSMS > img {
    margin-top: -3px !important;
  }
}

.espacio {
  margin-bottom: 30px;
}

.descrip {
  background: #f0f0f0;
  width: 100%;
  height: 433px;
  padding-top: 10px;
}

.info_index {
  font-size: 19px;
  text-align: justify;
  font-weight: normal;
  color: #686868;
}

.info_index2 {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #656565;
  margin-top: 15px;
  margin-bottom: 50px;
}

.info_index3 {
  font-size: 19px;
  font-weight: bold;
  color: #656565;
  margin-bottom: 25px;
}

.home_title2 {
  color: #ff7b05;
}

.espacio2 {
  margin-bottom: 80px;
}

.show-monito {
  display: block;
}

.monito-ayuda {
  position: fixed;
  bottom: 90px;
  left: 0;
  z-index: 1;
}

.shadow-monito {
  box-shadow: 3px 3px 10px 1px #0e0e0e;
}

.menu__icon--contacto {
  width: 50px;
  height: 50px;
  background-position: -5px -123px;
  margin: 2px 5px;
  display: block;
  padding: 28px;
  position: relative;
  top: 3px;
}

.menu__icon--correo,
.menu__icon--whatsapp {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.menu__icon--whatsapp {
  background-position: -254px -60px;
  position: relative;
  top: 6px;
  left: 9px;
}

#call-correos,
#correos {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 3px solid #c4c8c7;
  width: 237px !important;
  margin-bottom: 15px;
}

#call-correos,
#correos,
.mail {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.menu__icon--correo {
  background-position: -122px -39px;
}

.menu__icon--telefono {
  width: 28px;
  height: 28px;
  background-position: -216px -60px;
  display: inline-block;
}

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

.tel {
  font-size: 18px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  font-family: Oswald, sans-serif;
  width: 72.5%;
  color: #494746 !important;
  opacity: 1 !important;
  padding-top: 10px;
}

#tele,
.tel2 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.tel,
.tel2 {
  background: #ececec !important;
  height: 50px !important;
}

.sprite {
  background-image: url(../../images/spritesheet.png);
  background-repeat: no-repeat;
}

.monito-ayuda_tel,
.monito-ayuda_whats {
  position: fixed;
  left: 0;
  z-index: 1;
  display: none !important;
}

.monito-ayuda_whats {
  bottom: 180px;
}

.face {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.window-adquirir-desktop {
  width: 700px;
  height: 430px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.window-adquirir-desktop,
.window-adquirir-mobile {
  position: fixed;
  background-color: #f37a1f;
  z-index: 20;
  padding: 15px 40px;
}

.titlesButtons {
  font-family: STIHL_title, Arial, Helvetica, sans-serif !important;
}

.title-asesoria-personalizada {
  padding-top: 2px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.bodyText {
  font-family: STIHL_text, Arial, Helvetica, sans-serif !important;
}

@media (min-width: 768px) {
  .title-asesoria-personalizada {
    font-size: 22px;
  }
}

.tel {
  font-size: 18px !important;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  font-family: Oswald, sans-serif;
  width: 72.5%;
  color: #494746 !important;
  opacity: 1 !important;
  padding-top: 10px;
}

.tel,
.tel2 {
  background: #ececec !important;
  height: 50px !important;
}

.tel2 {
  width: 66px;
}

#tele,
.tel2 {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

#tele {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom: 3px solid #c4c8c7;
  width: 237px !important;
  margin-bottom: 15px;
}

.menu__icon--regresar {
  width: 24px;
  height: 24px;
  background-position: -80px -81px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 9px;
}

#call-correos,
#correos {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border-bottom: 3px solid #c4c8c7;
  width: 237px !important;
  margin-bottom: 15px;
}

.mail {
  background: #ececec !important;
  font-size: 18px !important;
  height: 50px !important;
  font-family: Oswald, sans-serif;
  width: 72.5%;
  color: #494746 !important;
  opacity: 1 !important;
  padding: 10px 0px;
}

.serviceMails {
  background: none !important;
}

.serviceMails:hover {
  background: none !important;
}

.serviceTel {
  background: none !important;
}

.serviceTel:hover {
  background: none !important;
}

.menu__icon--whatsapp_blanco {
  background-position: -250px -95px;
  left: 5px;
}

.menu__icon--telefono_blanco,
.menu__icon--whatsapp_blanco {
  width: 30px;
  height: 30px;
  margin: 2px 5px;
  display: block;
  padding: 28px;
  position: relative;
  top: 10px;
}

.menu__icon--telefono_blanco {
  background-position: -195px -95px;
  right: 8px;
}

@media (max-width: 767px) {
  .monito-ayuda {
    position: fixed;
    bottom: 90px;
    left: 0;
    z-index: 1;
    display: none !important;
  }

  .monito-ayuda_tel {
    bottom: 90px;
  }

  .monito-ayuda_tel,
  .monito-ayuda_whats {
    position: fixed;
    left: 0;
    z-index: 1;
    display: block !important;
  }
}
