@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
.nuestros {
  margin-top: 12em;
}

.incremental-counter {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.incremental-counter .ad {
  font-size: 4em;
}

.incremental-counter .eur {
  font-size: 2em;
}

.incremental-counter .num {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #515456;
  display: inline-block;
  height: 64px;
  line-height: 62px;
  margin: 0 4.5px;
  position: relative;
  text-align: center;
  top: -1px;
  width: 50px;
  font-size: 3em;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
}

.incremental-counter .num::before {
  background: #515456;
  content: "";
  display: block;
  height: 1px;
  left: -1px;
  margin: -0.5px 0 0;
  position: absolute;
  right: -1px;
  top: 50%;
  width: auto;
}

*, a, ul, li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
}

.body {
  position: relative;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.for_nav {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}

.for_nav .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4em;
}

.for_nav .cont li.number
a {
  border: 1px solid #07c2c6;
  color: black;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 4px 8px;
}

.for_nav .cont li.number
a .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 30px;
  margin-right: 5px;
}

.for_nav .cont nav.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.for_nav .cont nav.menu .menu_top {
  position: relative;
}
.fsdsdaaa {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: rotate(90deg);
}
.for_nav .cont nav.menu li.firs_menu {
  position: relative;
  margin-left: 2em;
}

.for_nav .cont nav.menu li.firs_menu a {
  color: black;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.for_nav .cont nav.menu li.firs_menu a:hover {
  color: gray;
}

.for_nav .cont nav.menu li.firs_menu ul.child_menu {
  position: absolute;
  left: -50%;
  top: 150%;
  display: none;
  width: 200%;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.for_nav .cont nav.menu li.firs_menu ul.child_menu li {
  background: white;
  padding: 0 .8em;
  display: flex;
  align-items: center;
  justify-content: center;;
}

.for_nav .cont nav.menu li.firs_menu ul.child_menu li a {
  margin: .5em 0;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.for_nav .cont nav.menu li.firs_menu ul.child_menu li a:hover {
  color: #c7c7c7;
}

.section1 {
  position: relative;
  padding-top: 6em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 122vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section1 .img_ab {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.section1 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section1 .cont .logo {
  width: 50%;
}

.section1 .cont .logo img {
  padding: 2em;
}

.section1 .cont .tx {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4em;
  text-align: center;
  margin-top: 4em;
}

.section1 .cont .tx h1 {
  font-weight: 500;
  font-size: 1.5em;
  margin-top: 1em;
}

.section1 .cont .tx p.msd {
  margin-top: 1em;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0em;
}

.cir {
  padding: 1em 1.1em;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.cont {
  width: 95%;
  margin: auto;
}

.section2 {
  position: relative;
}

.section2 .curve_top {
  margin-bottom: -5px;
}

.section2 .content_ab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: white;
  padding: 6em 0em;
  position: relative;
}

.section2 .content_ab .texto {
  width: 50%;
  position: absolute;
  top: 7%;
  left: 8%;
  text-align: center;
  font-size: 1em;
  z-index: 2;
}

.section2 .content_ab .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 2vw;
  margin-top: -10%;
}

.section2 .content_ab .circle1 {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 4;
  margin-right: -1em;
  padding: 1.5em;
  width: 20%;
}

.section2 .content_ab .circle1 .in {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 60%;
  margin-top: .5em;
  text-align: center;
  margin-top: 10px;
}

.section2 .content_ab .circle1 .in .skwg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section2 .content_ab .circle1 .in span {
  margin-bottom: 9px;
  margin-left: 5px;
}

.section2 .content_ab .circle1 .in .number {
  font-size: 2.5em;
  font-weight: 400;
}

.section2 .content_ab .circle1 .in .cut {
  margin-bottom: 25px;
}

.section2 .content_ab .circle2 {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -2em;
  z-index: 3;
  padding: 1.5em;
  width: 30%;
}

.section2 .content_ab .circle2 .in {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 62%;
  height: 60%;
}

.section2 .content_ab .circle2 .in .title {
  font-size: .8em;
}

.section2 .content_ab .circle2 .in .number {
  font-size: 2.5em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section2 .content_ab .circle2 .in .number span {
  font-size: .6em;
}

.section2 .content_ab .circle2 .in .cut {
  color: #54adac;
}

.section2 .content_ab .circle3 {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -6em;
  padding: 1.5em;
  width: 45%;
  z-index: 1;
}
.ksdow{
  margin-top: 1em;
  font-size: .8em;
}
.ksdow a {
  color: #90ffff;
}
.section2 .content_ab .circle3 .in {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  height: 70%;
}

.section2 .content_ab .circle3 .in .title {
  font-size: 1.2em;
}

.section2 .content_ab .circle3 .in .cut_top {
  margin-top: .5em;
  color: black;
}

.section2 .content_ab .circle3 .in .cut {
  font-size: .9em;
}

.section2 .content_ab .circle3 .in .textt {
  margin-top: .5em;
  text-align: center;
  font-size: .9em;
}

.section2 .content_ab .circle3 .in .input {
  width: 80%;
}

.section2 .content_ab .circle3 .in .input input {
  width: 100%;
}

.section2 .curve_top {
  margin-top: -19%;
  position: relative;
  z-index: 1;
}

.section2 .curve_down {
  margin-top: 0%;
}

.section2 .down_gray {
  position: absolute;
  bottom: 0;
  height: 100%;
  background: #f5f5f5;
  width: 100%;
  z-index: -2;
}

.section3 {
  background: #f5f5f5;
}

.section3 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -6em;
}

.section3 .cont .content_movie {
  position: relative;
  width: 65%;
  margin-top: -5%;
  z-index: 1;
}

.section3 .cont .content_movie .backg {
  border-radius: 50%;
  padding: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.section3 .cont .content_movie .backg .video {
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/circle_2.png);
  mask-image: url(../img/circle_2.png);
}

.section3 .cont .content_movie .backg .video video {
  width: 100%;
}

.section3 .cont .circle_small {
  position: relative;
  width: 25%;
  padding-top: 4em;
  z-index: 1;
  text-align: center;
}

.section3 .cont .circle_small .backg2 {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.section3 .cont .circle_small .backg2 .video2 {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/circle_1.png);
  mask-image: url(../img/circle_1.png);
}

.section3 .cont .circle_small .backg2 .video2 video {
  width: 100%;
}

.section3 .cont .circle_small .social_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section3 .cont .circle_small .social_media li {
  padding: .5em;
  margin-top: 1em;
}

.section3 .cont .circle_small .social_media li a, .coos li a {
  color:#07c2c6;
  border: 1px solid #07c2c6;
  padding: .5em;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;justify-content: center;
  align-items: center;
}
.section3 .cont .circle_small .social_media li a i, .coos li a i{

  font-size: 40px;
}

.shadow_svg {
  -webkit-filter: drop-shadow(0px 0px 20px #c6c6c6);
  filter: drop-shadow(0px 0px 20px #c6c6c6);
}

.section4 {
  background: #f5f5f5;
  position: relative;
}

.section4 .conten_tt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 1em;
}

.section4 .conten_tt .in_cont {
  width: 75%;
  margin-top: 3em;
}

.section5 {
  background: #f5f5f5;
}

.section5 .tst_5 {
  text-align: center;
}

.section5 .tst_5 h3 {
  font-size: 1.5em;
  font-weight: 400;
  padding-top: 2em;
}

.section5 .tst_5 p {
  margin-top: 2em;
}

.section5 .slider {
  overflow: hidden;
  margin-top: 5em;
  position: relative;
}

.section5 .slider .buttons {
  position: absolute;
  top: 48%;
  width: 100%;
  z-index: 20;
}

.section5 .slider .buttons .pes_de {
  right: 100px;
  position: absolute;
}

.section5 .slider .buttons .pes_iz {
  left: 100px;
  position: absolute;
}

.section5 .slider .buttons a {
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #07c2c6;
  border-radius: 50px;
  color: #07c2c6;
  font-size: 1.5m;
  display: block;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section5 .slider .content_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500%;
  margin-left: -75%;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.section5 .slider .content_slider .item_slider {
  width: 10%;
  margin: 0 5px;
  position: relative;
  text-align: center;
  opacity: .4;
}
body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}
.section5 .slider .content_slider .item_slider .content_item {
  opacity: .5;
  position: absolute;
  z-index: 2;
  padding: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.section5 .slider .content_slider .item_slider .content_item .number {
  font-size: 4em;
  margin-top: -2em;
}

.section5 .slider .content_slider .item_slider .content_item .tislt {
  font-size: 1.5em;
  margin-top: 2em;
  min-width: 147px;
}

.section5 .slider .content_slider .item_slider .content_item p {
  font-size: .8em;
  margin-top: 2em;
  line-height: 15px;
}

.section5 .slider .content_slider .item_slider .blu {
  border-radius: 50%;
  padding: 2em;
}

.section5 .slider .content_slider .item_slider .blu .imgse {
  opacity: .5;
  border-radius: 50%;
}

.section5 .slider .content_slider .active {
  opacity: 1;
}

.section5 .slider .content_slider .active .imgse, .section5 .slider .content_slider .active .content_item {
  opacity: 1 !important;
}

.section5 .selectors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 6em;
}

.section5 .selectors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section5 .selectors ul a {
  position: relative;
  display: block;
  width: 40px;
}

.section5 .selectors ul a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #07c2c6;
}

.section5 .selectors ul a.active::before {
  background-color: #07c2c6;
}

.opcm {
  opacity: 0 !important;
}

.section6 {
  background: #f5f5f5;
}

.section6 .content6 {
  background-color: #07c2c6;
  width: 100%;
}

.section6 .content6 .wid_pa {
  width: 75%;
  position: relative;
}

.section6 .content6 .wid_pa .link_mas {
  position: absolute;
  bottom: -8%;
  right: 11%;
}

.section6 .content6 .wid_pa .link_mas a {
  display: block;
  padding: .4em .6em;
  color: #07c2c6;
  background: white;
  border-radius: 20px;
}

.section6 .content6 .wid_pa .buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.section6 .content6 .wid_pa .buttons .pes_de {
  right: -150px;
  position: absolute;
}

.section6 .content6 .wid_pa .buttons .pes_iz {
  left: -150px;
  position: absolute;
}

.section6 .content6 .wid_pa .buttons a {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  color: white;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section6 .content6 .wid_pa .client_ {
  position: absolute;
  color: white;
  top: 6%;
  width: 65%;
  text-align: center;
  font-size: 1.3em;
}

.section6 .content6 .wid_pa .slider_wrap {
  overflow: hidden;
  padding: 0 3.2em;
  position: relative;
}

.section6 .content6 .wid_pa .wrap_coment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2em 0;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 200%;
}

.section6 .content6 .wid_pa .pes_de {
  position: absolute;
  top: 50%;
  right: 0;
}

.section6 .content6 .wid_pa .coment {
  width: 17%;
  padding: 5em 2em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: white;
}

.section6 .content6 .wid_pa .coment .perfil {
  position: relative;
  padding: 0 .5em;
}

.section6 .content6 .wid_pa .coment .perfil .cir {
  border-radius: 50%;
}

.section6 .content6 .wid_pa .coment .perfil .cir .per_img {
  background: white;
  border-radius: 50%;
  overflow: hidden;
}
.section6 .content6 .wid_pa .coment .perfil .cir .per_img img {
  top: 5px;
  position: relative;
}

.section6 .content6 .wid_pa .coment .perfil .cir_ab {
  border-radius: 50%;
  width: 60%;
  color: #07c2c6;
  top: 59%;
  left: -8px;
  position: absolute;
}

.section6 .content6 .wid_pa .coment .perfil .cir_ab .imgsd {
  padding: .5em .7em;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.section6 .content6 .wid_pa .coment .perfil .cir_ab .imgsd img {
  position: relative;
  top: 1px;
}

.section6 .content6 .wid_pa .coment .perfil .cir_ab .ab_content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0.3em;
  bottom: 0;
  right: 0;
  width: 93%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section6 .content6 .wid_pa .coment .perfil .cir_ab .ab_content .ab_name {
  font-size: .8em;
}

.section6 .content6 .wid_pa .coment .perfil .cir_ab .ab_content .ab_des {
  font-size: .5em;
}

.section6 .content6 .wid_pa .coment .name {
  text-align: center;
  margin: 3em 0 .5em 0;
}

.section6 .content6 .wid_pa .coment .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 9px;
  background: white;
  padding: .2em;
  width: 60%;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section6 .content6 .wid_pa .coment .stars .star span {
  color: #e8c301;
}

.section6 .content6 .wid_pa .coment .coment_p {
  margin-top: 1em;
  line-height: 16px;
  text-align: center;
  font-weight: 100;
}

.section6 .content6 .wid_pa .white {
  background: white;
  padding: 5em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 300px;
  color: #07c2c6 !important;
}

.section6 .top6 {
  margin-bottom: -5px;
}

.section6 .bottom6 {
  background: white;
}

.section7 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section7 .cont .circls {
  width: 54%;
  position: relative;
}

.section7 .cont .circls .content6 {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 5em 5em 5em;
}

.section7 .cont .circls .content6 h3 {
  font-weight: 400;
}

.section7 .cont .circls .content6 p {
  margin-top: 2em;
  font-size: .9em;
  font-weight: 100;
  line-height: 26px;
}

.section7 .cont .circls .cir {
  border-radius: 50%;
  padding: 3em;
}

.section7 .cont .items {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section7 .cont .items li {
  position: relative;
  padding-left: 2em;
  margin-top: 1.5em;
  font-size: 1em;
}

.section8 {
  position: relative;
  z-index: 1;
  margin-bottom: -10em;
}

.section8 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4em;
}

.section8 .cont .call {
  width: 50%;
  text-align: center;
}

.section8 .cont .call .to_action {
  margin-top: 2em;
}

.section8 .cont .call .to_action a {
  font-size: .9em;
  color: white;
  padding: .7em 1.5em;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.section8 .cont .plana {
  width: 50%;
  padding: 1.5em;
  position: relative;
}

.section8 .cont .plana .content7 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3em;
}

.section8 .cont .plana .content7 h3 {
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: 2px;
  margin-top: -21%;
}

.section8 .cont .plana .content7 p {
  font-weight: 500;
  line-height: 18px;
  margin-top: 1em;
}

.section8 .cont .plana .content7 p span  {
  font-weight: 100;
}

.section8 .cont .plana .cir {
  border-radius: 50%;
  padding: 2em;
}

.section8 .cont .plana .cir .imgs_call {
  border-radius: 50%;
}

footer.footer_index {
  margin-top: -6em;
}

footer {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/bg_footer.jpg);
}

footer svg {
  margin-top: -3px;
}

footer .bottom_f2 {
  position: absolute;
  top: 15px;
  width: 100%;
  left: 0;
  opacity: .5;
}

footer .conte_fo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #e8e8e8;
}

footer .conte_fo .estatua {
  width: 22%;
}

footer .conte_fo .estatua img {
  margin-bottom: -5px;
}

footer .conte_fo .home {
  width: 50%;
  max-width: 550px;
  text-align: center;
  padding-bottom: 2em;
}

footer .conte_fo .home .texts {
  margin-top: 7em;
}

footer .conte_fo .menus {
  width: 50%;
  text-align: right;
  width: 30%;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 2em;
}

footer .conte_fo .menus a {
  display: block;
  color: #e8e8e8;
  font-weight: 100;
  margin-top: 1em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

footer .conte_fo .menus a:hover {
  color: white;
}

.iva {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 15%;
}

audio {
  width: 100%;
  margin-top: 2em;
}

.yes_respons, .yes_respons2 {
  display: none !important;
}

.ksnn {
  font-weight: 400;
}

#msd > a::before {
  content: "^";
  position: absolute;
  right: 48%;
  top: 26px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gisn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap_colors {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.wrap_colors img {
  border-radius: 50%;
}
.section_pro {
  background: url(../img/17b.JPG);
  background-repeat: no-repeat;
  background-size: contain;
}

.section_pro2 {
  background: url(../img/17a.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

.gsss.cont {
  padding-top: 10em;
  position: relative;
}

.gsss.cont .up_pro .title_pro {
  font-size: 3em;
  margin: 1em 0 1em 0;
  text-align: center;
}

.gsss.cont .up_pro .imgss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.gsss.cont .up_pro .imgss .pro_cir_p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
}

.gsss.cont .up_pro .imgss .pro_cir_p .wrap_colors {
  padding: 1em;
  z-index: 2;
}

.gsss.cont .up_pro .imgss .pro_cir_p .wrap_colors .contex_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gsss.cont .up_pro .imgss .pro_cir_p .wrap_colors .contex_text .name {
  font-weight: 500;
  font-size: 1.5em;
}

.gsss.cont .up_pro .imgss .pro_cir_p .wrap_colors .contex_text .price {
  font-size: 2.5em;
  margin: .2em;
  font-weight: 600;
}

.gsss.cont .up_pro .imgss .pro_cir_p .wrap_colors .contex_text .price span {
  font-size: 30px;
}

.gsss.cont .up_pro .imgss .pro_cir_g {
  width: 70%;
  margin: auto;
}

.gsss.cont .up_pro .imgss .pro_cir_g .wrap_colors {
  padding: 1.5em;
}

.gsss.cont .up_pro .imgss .pro_cir_m {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}

.gsss.cont .up_pro .imgss .pro_cir_m .wrap_colors {
  padding: 1.5em;
}

.gsss.cont .up_pro .text_twx {
  margin-top: 3em;
}

.gsss.cont .up_pro .text_twx a {
  background: #54adac;
  border-radius: 30px;
  color: white;
  display: block;
  margin: auto;
  width: 190px;
  text-align: center;
  padding: .5em;
}

.section_prossss {
  margin-top: 3em;
}

.section_prossss .down_pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_prossss .down_pro .item_pro {
  width: 30%;
}

.section_prossss .down_pro .item_pro .wrap_colors {
  padding: 1.5em;
  position: relative;
}

.section_prossss .down_pro .item_pro .wrap_colors .pro_peuq {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}

.section_prossss .down_pro .item_pro .wrap_colors .pro_peuq .wrap_colors {
  position: relative;
  padding: 1em;
}

.section_prossss .down_pro .item_pro .wrap_colors .pro_peuq .wrap_colors .texn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_prossss .down_pro .item_pro .wrap_colors .pro_peuq .wrap_colors .texn .pro_num {
  font-size: 2em;
}

.section_prossss .down_pro .item_pro .nambe {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 1.5em;
  text-align: center;
}

.down_paginate {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.down_paginate .paginador {
  margin-top: 10em;
  margin-bottom: -10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination{
  display: flex;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #54adac;
  background-color: #fff;
  border: 1px solid #54adac;
  border-radius: 50%;
  margin: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item.active span{
  background: #54adac;
  color:white;
}

div.main {
  width: 90%;
  overflow: hidden;
  margin: 2.5em auto;
  height: auto;
  padding: 1.2em 0;
  font-size: 1.5em;
  color: #54adac;
  border: 1px solid #54adac;
  border-radius: 64px;
}

div.slide-right p {
  -webkit-animation: 10s slide-right;
  animation: 10s slide-right;
  margin: 0;
}

div.slide-left p {
  -webkit-animation: 10s slide-left;
  animation: 10s slide-left;
  margin: 0;
}

@-webkit-keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@-moz-keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@-o-keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@keyframes slide-right {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}

@-webkit-keyframes slide-left {
  from {
    margin-left: 0%;
    width: 100%;
  }
  to {
    margin-left: -100%;
    width: 300%;
  }
}

@-moz-keyframes slide-left {
  from {
    margin-left: 0%;
    width: 100%;
  }
  to {
    margin-left: -100%;
    width: 300%;
  }
}

@-o-keyframes slide-left {
  from {
    margin-left: 0%;
    width: 100%;
  }
  to {
    margin-left: -100%;
    width: 300%;
  }
}

@keyframes slide-left {
  from {
    margin-left: 0%;
    width: 100%;
  }
  to {
    margin-left: -100%;
    width: 300%;
  }
}

@media screen and (min-width: 2200px) {
  .section3 .cont {
    margin-top: -12em !important;
  }
  .cont {
    width: 70%;
  }
}

@media screen and (min-width: 1500px) and (max-width: 2199px) {
  .cont {
    width: 80%;
  }
  .section8 .cont .plana .content7 p {
    font-size: .9em;
  }
}

@media screen and (min-width: 751px) and (max-width: 1050px) {
  .wid_pa .white {
    padding: 5em 2em !important;
  }
  .section6 .content6 .wid_pa .buttons .pes_iz {
    left: -40px;
  }
  .section6 .content6 .wid_pa .buttons .pes_de {
    right: -40px;
  }
}

@media screen and (min-width: 1501px) {
  .experstoss .cont {
    padding: 37em 0 !important;
  }
  .experstoss {
    margin-top: -30em !important;
  }
  .separate_three {
    margin-top: -30em !important;
  }
  .incremental-counter {
    margin-top: 0 !important;
  }
  .texto {
    font-size: .9em !important;
  }
  .nuestros {
    margin-top: 6em;
    margin-right: 2em;
  }
  .section1 .cont .tx {
    margin-top: 0 !important;
  }
  .circle_small .circle {
    width: 80% !important;
  }
  .body {
    font-size: 20px !important;
  }
  .conte_fo {
    margin-top: -10em;
  }
  .coment_p {
    line-height: 28px !important;
  }

  .plana {
    width: 40% !important;
  }
  .coment .name {
    margin: 5em 0 .5em 0 !important;
  }
  .item_slider .content_item p,
  .in .cut,
  .in .title,
  .in .textt,
  .num_two,
  .content6 p,
  .tst_5 p {
    font-size: 1em !important;
    line-height: 40px !important;
  }
  .section2 .content_ab .circle1 .in .title,
  .section2 .content_ab .circle1 .in .cut {
    font-size: 0.7em !important;
    line-height: 20px !important;
  }
  .content_item .tislt,
  .content6 h3,
  .tst_5 h3 {
    font-size: 1.2em !important;
  }
  .items li {
    font-size: .9em !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .circle_small .circle {
    width: 92% !important;
  }
}

@media screen and (max-width: 900px) {
  .circle1 {
    padding: 1em !important;
  }
  .circle2 {
    padding: 1em !important;
  }
  .circle3 {
    padding: 1.5em !important;
  }
  .section1 .container .tx {
    padding: 0 1em 0 0 !important;
  }
}

@media screen and (min-width: 2000px) {
  .circle_small {
    padding-top: 8em !important;
  }
  .abso_video2 {
    top: 8em !important;
  }

  .section4 {
    margin-top: -8em;
  }
}


@media screen and (max-width: 750px) {
  .down_paginate{
    margin-left: 0 !important;
    justify-content: center;
  }
  .down_paginate .d{
    display: none;
  }
  .kkkkkkkkkk{
    display: block !important;
  }
  .fsdsdaaa {

    top: 100% !important;
  }
  .section6 .content6 .wid_pa .coment .perfil .cir_ab .ab_content{
    width: 85px !important;
  }
  .section_prossss .down_pro .item_pro .wrap_colors .pro_peuq {
    right: 10% !important;
  }
  .main {
    margin-top: 4em !important;
  }
  .list_category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .list_category li {
    margin-top: .5em;
  }
  .gsss.cont .up_pro .imgss .pro_cir_m .wrap_colors,
  .gsss.cont .up_pro .imgss .pro_cir_p .wrap_colors,
  .gsss.cont .up_pro .imgss .pro_cir_g .wrap_colors,
  .section_prossss .down_pro .item_pro .wrap_colors {
    padding: 0.5em !important;
  }
  .section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .abso,
  .section_contacto {
    top: 4em !important;
  }
  .wrap_contac .mains .cir_email .wrap_rel .abss {
    top: 5em !important;
  }
  .section_pros {
    background: none !important;
  }
  .empresa .redondo {
    display: none;
  }
  .section_theww_enterprice .cont .square {
    padding: 1em !important;
  }
  .empresa .cont .redondo .cir .conts_dd {
    font-size: 1.2em !important;
    padding: 2em !important;
  }
  .empresa .cont .redondo {
    width: 100% !important;
  }
  .empresa .cont .lefts_text, .section_two_enterprice .cont .lefsff,
  .section_two_enterprice .cont .rigsd {
    width: 90% !important;
    margin: auto;
  }
  .section_two_enterprice .cont .rigsd {
    margin: 2em 0;
  }
  .section_theww_enterprice .cont .circle .cossm {
    font-size: 2em !important;
  }
  .section_theww_enterprice {
    padding-top: 1em;
  }
  .jsnnf {
    margin-top: -40%;
  }
  .jsnnf svg {
    fill: white;
  }
  .empresa .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_two_enterprice .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_theww_enterprice .cont .square {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80% !important;
  }
  .section_theww_enterprice .cont .circle {
    width: 100% !important;
  }
  .section_contacto .wrap_contac .mains .cir_opera .wrap_rel .calendary {
    display: none;
  }
  .blog .gsss .bob .left_blog {
    width: 100% !important;
  }
  .righ_blog {
    display: none;
  }
  .section3_coment .boxs_coment {
    border-radius: 100px !important;
  }
  .section3_coment .boxs_coment .box_com .tsxt {
    padding: 2em 1em !important;
  }
  .section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .abso .textw1 {
    font-size: 1em !important;
  }
  .section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .abso .texte2 {
    font-size: 1.3em !important;
  }
  .section_contacto .wrap_contac .mains .cir_opera .wrap_rel .abso {
    font-size: 1.2em !important;
    top: 3.5em !important;
  }
  .section_contacto .wrap_contac .mains .cir_email .wrap_rel .abss .texte2 {
    margin-top: 0 !important;
    font-size: 1.2em !important;
  }
  .section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .icon_wp {
    width: 70px !important;
  }
  .section_contacto .wrap_contac .mains .wrap_colors {
    width: 90% !important;
  }
  .section_contacto .wrap_contac .mains .cir_adress {
    display: none;
  }
  .section_contacto .wrap_contac .mains .cir_whatsapp {
    min-width: 150px !important;
    left: 0 !important;
  }
  .section_contacto .wrap_contac .mains .cir_opera {
    min-width: 150px !important;
  }
  .section_contacto .wrap_contac .mains .cir_email {
    min-width: 150px !important;
    top: -12% !important;
    left: 30% !important;
  }
  .down_paginate .paginador {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .section_contacto .wrap_contac {
    margin-top: 10em !important;
  }
  .section_prossss .down_pro .item_pro {
    width: 48% !important;
  }
  .section_prossss .down_pro .item_pro .wrap_colors .pro_peuq .wrap_colors {
    min-width: 86px;
  }
  .gsss.cont .up_pro .imgss .pro_cir_p {
    bottom: -17% !important;
    left: 32% !important;
    width: 35% !important;
    min-width: 200px !important;
  }
  .gsss.cont .up_pro .imgss .pro_cir_g {
    width: 100%;
  }
  .numbercall {
    font-size: 0.8em;
  }
  .jbsh2 {
    width: 48% !important;
    margin-top: -3em !important;
    margin-left: 23% !important;
    border-radius: 50%;
    position: relative;
    border: 5px solid white;
  }
  .jbsh2 img {
    top: 2px;
  }
  .title_iteme {
    margin-top: 2.5em;
    text-transform: uppercase;
    font-size: 1.5em;
  }
  .section7 .cont .items {
    text-align: center;
    margin-top: 2em !important;
  }
  .section7 .cont .items li::before {
    display: none;
  }
  .section7 .cont .circls .content6 h3 {
    font-size: 2em;
    margin-top: -.9em;
  }
  .section7 .imgsdf {
    position: relative;
    top: 1px;
    left: -1px;
  }
  .section7 .cont .circls .content6 p {
    font-size: .9em;
    line-height: 17px !important;
  }
  .section6 .content6 .wid_pa .coment .perfil .cir_ab .ab_content .ab_name {
    margin-top: -8px;
  }
  .section6 .content6 {
    margin-bottom: -4px;
  }
  .section5 .cont {
    width: 80% !important;
  }
  .section8 {
    margin-bottom: 13em;
  }
  .section8 .cont .plana .content7 {
    padding: 2em !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0 !important;
  }
  .section8 .cont .plana .content7 h4 {
    margin-bottom: 1em;
  }
  .section8 .cont .plana .content7 h3 {
    font-size: 1.5em;
  }
  .section8 .cont .plana .content7 p {
    font-size: .8em;
  }
  .perfil .cir {
    padding: .4em !important;
  }
  .section6 .content6 .wid_pa .coment .perfil .cir_ab {
    top: 63%;
  }
  .section6 .content6 .wid_pa .coment .perfil .cir_ab .imgsd {
    padding: 0.3em !important;
    height: 88px;
    width: 88px;
  }
  .social_media_rs .coos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .social_media_rs .coos li {
    width: 30%;
    padding: 1em;
  }
  .section3 .cont .content_movie .backg {
    padding: 1.5em !important;
    position: relative;
  }
  .section3 .cont .content_movie .backg .capa {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }
  .title_iteme {
    text-align: center;
  }
  .for_nav .cont li.number a .call {
    max-width: 20px !important;
  }
  .section2 .content_ab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section2 .content_ab .cont {
    margin-top: 15% !important;
    padding: 2em;
  }
  .section1 {
    height: 100vh !important;
  }
  .yes_respons, .yes_respons2 {
    display: block !important;
  }
  .no_respons {
    display: none !important;
  }
  .cont {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .section1 .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .conte_fo .jbsh {
    border-radius: 50%;
    margin-top: -5em;
    margin-left: -7% !important;
    width: 62%;
    border: 5px solid white;
  }
  .section5 .slider .content_slider .item_slider .content_item p {
    line-height: 12px !important;
  }
  .conte_fo .cir .absiisel {
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    padding-left: 2em;
    margin-top: -8px;
    padding-right: 2em;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.1em;
  }
  .section2 {
    margin-top: -14em;
  }
  .for_nav .cont {
    margin-top: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  li.number {
    margin-top: 1em;
    width: 30%;
  }
  .circls .cir {
    padding: 2em !important;
  }
  .section2 .content_ab {
    padding: 4em 0 3em 0em;
  }
  .section1 {
    padding: 0 !important;
  }
  .section1 .cont .logo,
  .tx,
  .circle3,
  .content_movie,
  .cont .circls,
  .cont .items,
  .section8 .call,
  .section8 .cont .plana {
    width: 100% !important;
  }
  .circls .content6 {
    padding: 4em !important;
  }
  .incremental-counter {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .incremental-counter .ad {
    font-size: 4em;
    position: relative;
    bottom: -11px;
  }
  .section1 .cont .tx {
    padding: 0 !important;
    margin-top: 2em !important;
  }
  .incremental-counter .num {
    font-size: 2em !important;
    width: 28px !important;
    height: 50px !important;
    line-height: 53px !important;
  }
  .eur {
    display: inline-block;
    font-size: 1.8em;
  }
  .section2 .yes_respons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section2 .text_d {
    margin-bottom: 15px;
  }
  .content_movie .abso_video {
    width: 100%;
    text-align: center;
  }
  .section3 .cont {
    padding: 0 !important;
  }
  .circle3 {
    margin-right: 0 !important;
  }
  .circle3 .gisn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .circle3 .gisn .dgsd {
    margin-left: 5px;
    margin-top: 4px;
    font-size: 1em !important;
  }
  .section8 .call {
    margin-top: 3em;
  }
  .section4 .in_cont {
    margin-top: 0em !important;
  }
  .section5 .slider .buttons a {
    width: 30px;
    height: 30px;
  }
  .pes_iz {
    left: 15px !important;
  }
  .wrap_cut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 60%;
    margin-top: 1em;
  }
  .pes_de {
    right: 15px !important;
  }
  .item_slider .blu {
    padding: 1em !important;
  }
  .resul_range, .dgsd {
    font-size: 1.3em !important;
  }
  .content_item .tislt {
    font-size: 1em !important;
    margin-top: 0em !important;
  }
  .content_item .number {
    font-size: 3em !important;
    margin-top: 0 !important;
  }
  .item_slider .content_item {
    padding: 2em !important;
  }
  .section7 .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2em;
  }
  .section7 .cont .items {
    padding: 0 20px;
  }
  .section7 .cont .items li {
    padding-left: 0 !important;
  }

  .section8 .cont {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  footer {
    margin-top: 2em !important;
  }
  footer .conte_fo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -17em;
    padding-bottom: 2em;
  }
  footer .bottom_f2 {
    top: 7px !important;
  }
  .imgsd img {
    margin-top: -1px;
  }
  .absodk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .down_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 95%;
    margin-top: -4em;
  }
  .absiisel .conts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -17px;
  }
  .absiisel .conts .cero {
    font-size: 6.5em;
    color: #54adac;
  }
  .absiisel .conts .comifs {
    position: relative;
    padding-bottom: 20px;
  }
  .section5 .icon_turn {
    width: 20px;
    margin: 1em auto -1.5em auto;
  }
  .content7 .icon_turn {
    width: 30px !important;
    margin: 0em auto -1.5em auto  !important;
  }
  .section8 .cont .plana {
    margin-top: 30px;
  }
  footer {
    background-color: #54adac;
    background-image: none !important;
  }
  footer .home, footer .menus {
    padding-bottom: .5em !important;
  }
  footer .home, footer .estatua,
  .wid_pa .client_,
  .content6 .wid_pa {
    width: 100% !important;
  }
  footer .estatua {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-left: -25%;
    width: 80% !important;
  }
  footer .texts {
    margin-top: 0 !important;
    font-size: .8em;
  }
  footer .menus {
    margin-top: 0 !important;
    width: 100% !important;
    text-align: left !important;
    font-size: .8em;
  }
  .conte_fo .estatua img {
    margin: 0 !important;
  }
  .wrap_das .flex_sr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wrap_das .flex_sr .coment {
    width: 50% !important;
  }
  .gsoo {
    display: block;
    color: #07c2c6;
    background: white;
    border-radius: 20px;
    width: 100px;
    margin: auto;
    text-align: center;
    padding: .2em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .gsoo:hover {
    background: #07c2c6;
    color: white;
  }
  .section6 .content6 .wid_pa {
    padding-bottom: 4em;
  }
  .for_nav .cont nav.menu li.firs_menu {
    margin: 0 .8em !important;
    padding-top: 1em;
    position: relative;
  }

  .for_nav .cont li.number a {
    padding: .4em;
    font-size: 1.1em;
  }
  .cont .circls .content6 p {
    line-height: 15px !important;
    margin-top: 1em !important;
  }
  .for_nav .cont nav.menu {
    width: 70%;
    font-size: .8em;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .wrap_vuelta {
    position: relative;
    overflow: hidden;
  }
  .plana.yes_respons .front {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: relative;
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .plana.yes_respons .back {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .plana.yes_respons .back .iss {
    margin-top: 1em;
    font-size: 0.8em !important;
    margin-top: 0 !important;
  }
  .ifjsd {
    margin-top: 1em;
    font-size: 0.8em !important;
  }
  .slider.yes_respons .item_slider {
    position: relative;
  }
  .slider.yes_respons .item_slider .front_item {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: relative;
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .slider.yes_respons .item_slider .back_item {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
  .slider.yes_respons .content_slider {
    width: 1050px;
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .slider.yes_respons .item_slider {
    width: 200px !important;
    height: 200px !important;
  }
  .slider.yes_respons .item_slider .cir {
    width: 200px;
    height: 200px;
  }
  .section1 .img_ab {
    z-index: -1;
    position: fixed !important;
  }
  footer .bottom_f {
    margin-top: -3px;
  }
  .absiisel .fonsts {
    overflow: hidden;
    width: 100px;
    height: 35px;
    margin-top: -14px;
    position: relative;
  }
  .absiisel .rawrs {
    position: absolute;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .absiisel .rawrs li {
    width: 100px;
    text-align: center;
    font-size: .9em;
  }
  .section1 .img_ab img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh;
  }
  .bottom6 svg {
    margin-top: -1px;
  }
  .section3 img {
    display: block;
  }
  .section3 video {
    display: none;
  }
  .nuestros {
    display: none;
  }
  #Capa_1 {
    margin-bottom: -4px;
  }
  .section1_coment .more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section1_coment .more .item_og {
    width: 100% !important;
    margin-top: 3em;
  }
  .content_sd .val_tex {
    font-size: 1.5em !important;
  }
  .content_sd .starss, .content_sd .varls {
    margin-top: 0 !important;
  }
  .varls {
    font-size: 1em !important;
  }
  .section2_coment .content_sd .starss span {
    font-size: 1em !important;
  }
  .section2_coment .content_sd .starss {
    padding: 0 0.3em !important;
  }
  .section3_coment .boxs_coment .box_com {
    width: 48% !important;
  }
}

@media screen and (max-width: 380px) {
  .section2 .content_ab .circle3 .in .input input {
    margin-top: 8px;
  }
  .jjjjs {
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .section_contacto .wrap_contac .mains .cir_email .wrap_rel .abss .texte2 {
    margin-top: 0 !important;
  }
  .section_contacto .wrap_contac .mains .cir_opera .wrap_rel .abso {
    top: 3.5em !important;
    font-size: 1.2em !important;
  }
  .circle3 .in .sss {
    width: 40% !important;
  }
  .incremental-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .down_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 78%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 2em;
  }
  .gsdff {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gsdff .title_iteme {
    text-align: center;
    padding-top: 2em;
    font-weight: 400;
    font-size: 1.2em;
  }
  .gsdff .section7 .cont .items {
    width: 100%;
  }
}

.body_coment {
  background: url(../img/17a.JPG);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.section1_coment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 6em;
  padding-bottom: 18%;
}

.section1_coment h1 {
  text-align: center;
  margin-top: 10%;
  font-size: 3em;
  font-weight: 300;
}

.section1_coment .interview {
  margin-top: 4em;
}

.section1_coment .interview iframe {
  width: 100%;
  height: 600px;
}

.section1_coment .content_s {
  margin-top: .5em;
}

.section1_coment .content_s h3 {
  font-size: 2em;
  font-weight: 600;
}

.section1_coment .content_s .tsd {
  font-size: 1.5em;
  margin-top: .2em;
}

.section1_coment .more {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section1_coment .more .item_og {
  width: 28%;
}

.section1_coment .more .item_og iframe {
  width: 100%;
}

.section1_coment .more .item_og .tisl {
  margin-top: 1.5em;
  font-weight: 500;
  font-size: 1.2em;
}

.section1_coment .more .item_og .gsdd {
  margin-top: .5em;
}

.section2_coment {
  margin-top: -13%;
  position: relative;
}

.section2_coment .content_sd {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
}

.section2_coment .content_sd .val_tex {
  font-size: 2.5em;
}

.section2_coment .content_sd .starss {
  margin-top: 1em;
  background: white;
  border-radius: 25px;
  padding: .5em;
}

.section2_coment .content_sd .starss span {
  color: #e8c301;
  font-size: 1.7em;
}

.section2_coment .content_sd .varls {
  margin-top: 1em;
  font-size: 1.5em;
}

.gs {
  margin-top: 1em;
  border-radius: 30px;
  background: #4bd5d8;
  width: 60%;
  margin: auto;
  color: white;
  font-weight: 600;
  padding: .5em;
}

.section3_coment h3 {
  text-align: center;
  font-weight: 400;
  font-size: 2em;
}

.section3_coment .boxs_coment {
  margin-top: 2em;
  background: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5em 1em;
  border-radius: 140px;
}

.section3_coment .boxs_coment .box_com {
  width: 23%;
  margin: 1%;
  background: white;
  border-radius: 140px;
  padding: .4em 0;
}

.section3_coment .boxs_coment .box_com .coment_img {
  padding: 1em;
}

.section3_coment .boxs_coment .box_com .coment_img .cir {
  border-radius: 50%;
  overflow: hidden;
  width: 99.9%;
}

.section3_coment .boxs_coment .box_com .coment_img .cir img {
  border-radius: 50%;
  background: white;
  position: relative;
  top: 2px;
}

.section3_coment .boxs_coment .box_com .coment_name {
  text-align: center;
}

.section3_coment .boxs_coment .box_com .coment_name .valuation {
  color: #e8c301;
  margin-bottom: 1em;
}

.section3_coment .boxs_coment .box_com .tsxt {
  padding: 2em 3em;
  text-align: center;
  color: #54adac;
}

.wrap_colors2 {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.icon_ab{
  position: absolute;
  top: -15%;
  width: 98px;
}

.section_contacto {
  padding-top: 10em;
}

.section_contacto .title_c {
  text-align: center;
  font-size: 2em;
  color: #07c2c6;
}

.section_contacto .wrap_contac {
  margin-top: 5em;
}

.section_contacto .wrap_contac .mains {
  position: relative;
  z-index: 1;
}

.section_contacto .wrap_contac .mains .wrap_colors {
  padding: 1em;
  width: 70%;
  margin: auto;
}

.section_contacto .wrap_contac .mains .wrap_colors2 {
  position: absolute;
  padding: .5em;
}

.section_contacto .wrap_contac .mains .cir_email {
  min-width: 180px;
  top: 0;
  left: 10%;
  width: 20%;
  position: absolute;
}

.section_contacto .wrap_contac .mains .cir_email .wrap_rel {
  position: relative;
}

.section_contacto .wrap_contac .mains .cir_email .wrap_rel .abss {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  color: #54adac;
  top: 5em;
}

.section_contacto .wrap_contac .mains .cir_email .wrap_rel .abss .textw1 {
  font-size: 1.3em;
  margin-left: -1.5em;
}

.section_contacto .wrap_contac .mains .cir_email .wrap_rel .abss .texte2 {
  margin-top: .5em;
  font-size: 1.3em;
  font-weight: 500;
}

.section_contacto .wrap_contac .mains .cir_email .wrap_rel .icon_email {
  position: absolute;
  right: -8%;
  width: 50%;
  top: -2em;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.section_contacto .wrap_contac .mains .cir_whatsapp {
  position: absolute;
  left: 0%;
  width: 20%;
  bottom: 30%;
  min-width: 150px;
}

.section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel {
  position: relative;
}

.section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .abso {
  position: absolute;
  z-index: 1;
  width: 100%;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em;
  color: #54adac;
  top: 4.5em;
}

.section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .abso .textw1 {
  font-size: 1.1em;
  margin-left: -1em;

}
.textw1 a{
  color:#54adac;
}

.section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .abso .texte2 {
  margin-top: .5em;
  font-size: 1.3em;
}

.section_contacto .wrap_contac .mains .cir_whatsapp .wrap_rel .icon_wp {
  position: absolute;
  right: -10%;
  width: 110px;
  top: -3em;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.jajajaja{
  font-size: 2em;
  color: #07c2c6;
}
.section_contacto .wrap_contac .mains .cir_opera {
  right: 0%;
  width: 20%;
  bottom: 31%;
  min-width: 180px;
  position: absolute;
}

.section_contacto .wrap_contac .mains .cir_opera .wrap_rel {
  position: relative;
}

.section_contacto .wrap_contac .mains .cir_opera .wrap_rel .abso {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 1em;
  left: 16%;
  font-size: 1.5em;
  color: #54adac;
  font-weight: 500;
}

.section_contacto .wrap_contac .mains .cir_opera .wrap_rel .abso .texte2 {
  font-size: 1.2em;
}

.section_contacto .wrap_contac .mains .cir_opera .wrap_rel .julia {
  position: absolute;
  right: -10%;
  top: -30%;
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
  padding: .5em;
  border-radius: 50%;
}

.section_contacto .wrap_contac .mains .cir_opera .wrap_rel .julia img {
  position: relative;
  top: 2.5px;
}

.section_contacto .wrap_contac .mains .cir_opera .wrap_rel .calendary {
  position: absolute;
  left: -20%;
  top: 9em;
  width: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
  padding: .5em;
  border-radius: 50%;
}

.section_contacto .wrap_contac .mains .cir_opera .wrap_rel .calendary img {
  position: relative;
  top: 2px;
}

.section_contacto .wrap_contac .mains .cir_adress {
  top: 0%;
  right: 10%;
  width: 30%;
  min-width: 180px;
}

.section_contacto .wrap_contac .mains .cir_adress .abso {
  padding: 2em 1em;
  position: absolute;
  text-align: center;
  font-size: 1.1em;
  color: #54adac;
}

.footer_contact {
  margin-top: 15em !important;
}

.direc {
  text-align: center;
  margin-top: 2em;
}
.direc a {
  color:black;
}

.blog .gsss .title_blog {
  text-align: center;
  font-size: 2em;
}

.blog .gsss .list_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5em 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog .gsss .list_category li a {
  display: block;
  margin-right: 2em;
  color: #54adac;
  font-size: 1.2em;
  font-weight: 500;
}

.blog .gsss .bob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog .gsss .bob .left_blog {
  width: 60%;
}

.blog .gsss .bob .left_blog .item_blog {
  margin-bottom: 5em;
}

.blog .gsss .bob .left_blog .item_blog .titlss {
  font-size: 1.8em;
}

.blog .gsss .bob .left_blog .item_blog .titlss a {
  color: black;
  font-weight: 500;
}

.blog .gsss .bob .left_blog .item_blog .autoria {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog .gsss .bob .left_blog .item_blog .autoria .fotito {
  width: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.blog .gsss .bob .left_blog .item_blog .autoria .gsdddd {
  margin-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog .gsss .bob .left_blog .item_blog .img_blog {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
  padding: 2em;
}

.blog .gsss .bob .left_blog .item_blog .img_blog .dsf {
  padding: 2em;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.blog .gsss .bob .left_blog .item_blog .img_blog .dsf img {
  border-radius: 50%;
}

.blog .gsss .bob .left_blog .item_blog .descripot {
  margin-top: 2em;
  font-size: 1.1em;
}

.blog .gsss .bob .left_blog .item_blog .sees {
  color: #54adac;
  font-weight: 600;
  margin-top: 1em;
  display: block;
}

.blog .gsss .bob .righ_blog {
  width: 35%;
}

.blog .gsss .bob .righ_blog .pupular {
  top: 45%;
  position: fixed;
  width: 360px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-left: 7%;
}

.blog .gsss .bob .righ_blog .pupular .title {
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3em;
}

.blog .gsss .bob .righ_blog .pupular .list_blog .item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog .gsss .bob .righ_blog .pupular .list_blog .item_left .imgs {
  border-radius: 50%;
  width: 50%;

  padding: .5em;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.blog .gsss .bob .righ_blog .pupular .list_blog .item_left .imgs img {
  position: relative;
  top: 2px;
  border-radius: 50%;
}

.blog .gsss .bob .righ_blog .pupular .list_blog .item_left .tills {
  margin-left: 1em;
  width: 60%;
  font-size: .8em;
  font-weight: 400;
}

.section_pros {
  background: url(../img/17a.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

.empresa {
  padding-top: 8em;
}

.empresa .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.empresa .cont .lefts_text {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.empresa .cont .lefts_text .letra1 {
  font-weight: 400;
  font-size: 2.5em;
}

.empresa .cont .lefts_text .letra2 {
  margin-top: 3em;
}

.empresa .cont .lefts_text .letra2 .ossd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.empresa .cont .lefts_text .letra2 .ossd .sign {
  font-size: 3em;
}

.empresa .cont .redondo {
  width: 60%;
  padding: 10%;
}

.empresa .cont .redondo .cir {
  border-radius: 50%;
}

.empresa .cont .redondo .cir .conts_dd {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.5em;
  font-size: 1.3em;
}

.empresa .cont .redondo .cir .imgse {
  padding: 8%;
}

.separate_one {
  margin-top: -19%;
  position: relative;
  margin-bottom: -3px;
}

.separate_one svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  fill: white;
  margin-bottom: -3px;
}

.separate_two svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  fill: white;
  margin-bottom: -3px;
  margin-top: -3px;
}

.section_two_enterprice {
  background: white;
  position: relative;
  z-index: 1;
}

.section_two_enterprice .cont {
  padding-top: 0 3em;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_two_enterprice .cont .lefsff {
  width: 50%;
  position: relative;
}

.section_two_enterprice .cont .lefsff .imgse {
  border-radius: 50%;
  padding: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#54adac), to(#4bd5d8));
  background: -webkit-linear-gradient(0, #54adac, #4bd5d8);
  background: -o-linear-gradient(0, #54adac, #4bd5d8);
  background: linear-gradient(0, #54adac, #4bd5d8);
}

.section_two_enterprice .cont .lefsff .titsl {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.5em;
  font-size: 1.3em;
  font-size: 3em;
}

.section_two_enterprice .cont .rigsd {
  width: 35%;
  text-align: center;
  font-size: 1.3em;
  line-height: 30px;
}

.experstoss {
  background: url(../img/bg_ofi.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -18em;
}

.experstoss .cont {
  padding: 25em 0;
  text-align: center;
  color: white;
  font-weight: 500;
}

.experstoss .cont .title {
  font-size: 1.9em;
}

.experstoss .cont .all_text {
  font-size: 1.5em;
  margin-top: 2em;
}

.separate_three {
  margin-top: -17em;
  margin-bottom: -2px;
}

.separate_three svg {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  fill: white;
  margin-bottom: -4px;
}

.section_theww_enterprice {
  background: white;
}

.section_theww_enterprice .cont {
  width: 80%;
  position: relative;
  padding-bottom: 10em;
}

.section_theww_enterprice .cont .circle {
  width: 70%;
  position: relative;
}

.section_theww_enterprice .cont .circle .cossm {
  position: absolute;
  z-index: 2;
  top: 0;
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.5em;
  padding: 2em;
  text-align: center;
  margin-top: -1em;
  font-weight: 500;
}

.section_theww_enterprice .cont .square {
  z-index: 1;
  position: relative;
  margin-left: 30%;
  margin-top: -20%;
  width: 55%;
  background: white;
  padding: 3em 4em;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 50px #bcbcbc;
  box-shadow: 0 0 50px #bcbcbc;
  font-size: 1.3em;
}

.section_theww_enterprice .cont .square .tiss {
  margin-top: 1.5em;
  color: #54adac;
}

.section_theww_enterprice .cont .square .text {
  margin-top: .5em;
  font-size: .9em;
}

.footer_empresa {
  margin-top: 14em !important;
}

.float_m {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.float_m i {
  font-size: 6em;
  color: #5ac9ca;
  opacity: .4;
}

.ggggggg {
  font-weight: 400;
}

.texto.no_respons.margin1 {
  margin-top: 3.2em;
}

.price__res {
  font-size: 1.5em;
  margin: 1em 0;
}

.wrap_vuelta {
  position: relative;
  overflow: hidden;
}

.plana.ggsss .front {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  position: relative;
  z-index: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.plana.ggsss .back {
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.content7 .icon_turn {
  width: 46px;
  margin: 1em auto -8em auto;
}

.radius_half {
  border-radius: 50%;
}

.radius_half img {
  position: relative;
  top: 1px;
}

.ifjsd {
  margin-top: 1em;
}

.bodys_alls{
  margin: 5em auto;
  width: 90%;
}
.kkkkkkkkkk{
  display: none;
}
/*# sourceMappingURL=style.css.map */