@charset "UTF-8";


/*===================/
COLUMS
/*==================/
=======================*/

.cl-10 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.cl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.cl-25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.cl-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.cl-33 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.cl-35 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.cl-40 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;

}

.cl-45 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;

}

.cl-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.cl-55 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.cl-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.cl-65 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.cl-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.cl-75 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.cl-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}


.cl-90 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
.cl-100 {
   -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/*===================/
CUSTOM ROWS
/*==================/
=======================*/

.row-cl {
    display: flex;
    flex-wrap: wrap;
}
.row-sb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row-sa {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.row-se {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.row-jc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.middle{
    align-items: center;
}


.margin-t50 {
    margin-top: 50px;
}
/* BODY */

.middle{
  align-items: center;
}
.container-menu {
    display: none;
 
}

:root{

--main: #006AAC;
--main2: #F89D23;
--main-text: #7D7D7D;
}

button{
  background: transparent;
}
* {
  outline: none !important;
  /*/cursor: none !important; /*/}

body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #111;   
  font-family: 'Rubik', sans-serif;
}

body::-webkit-scrollbar {
    width: 7px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--main);
  outline: 1px solid white;
}


.btn:hover {
    color: #4ee655;
    text-decoration: none;
}
:root {
    --blue: #2f52d0;
    --pink: #e91e63;
}

/* LINKS */
a {
  color: #000;
  cursor:pointer!important;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  a:hover {
    text-decoration: none;
     }
  a:focus {
    outline: none; }
h1, h2, h3, h4, h5, h6{
  font-family: 'Rubik', sans-serif;
}
/* SECTIONS */
header {
  position: relative; }

section {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 100px 0 0; 

}
.popup-proyectos h4 {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}
footer {
  position: relative; }

/* HTML ELEMENTS */
img {
  max-width: 100%; }
img.octogono {
    width: 180px;
    text-align: center;
    display: block;
    margin: auto;
}
p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px; }

p:last-child {
  margin-bottom: 0; }

/* FORM ELEMENTS */
input[type="text"], input[type="phone"], input[type="password"], input[type="number"], input[type="email"], input[type="search"] {
  width: 100%;
  }
.btn-color {
    background: white;
    color: var(--main);
}
textarea {
  height: 80px;
  border: none;
  font-size: 15px;
  background-image: repeating-linear-gradient(to bottom, transparent, transparent 49px, #dadada 50px);
  line-height: 1.5; }

button[type="button"], button[type="submit"] {
    height: 45px;
   
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 0 40px;
    cursor: pointer; }

/* CUSTOM CONTAINER */
@media (min-width: 1170px) {
  .container {
    max-width: 90%; } }
@media (min-width: 1280px) {
  .container {
    max-width: 85%; } }
/* CUSTOM CLASSES */
.hide {
  display: none; }

.overflow {
  overflow: hidden !important; }

.bg-attachment {
  background-attachment: fixed; }

.spacing-50 {
  height: 50px; }

.spacing-100 {
  height: 100px; }

.no-spacing {
  margin: 0 !important;
  padding: 0 !important; }
.pt0{
  padding-top: 0!important;
}
.no-bottom-spacing {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }

.custom-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 0; }
  .custom-list:last-child {
    margin-bottom: 0; }
  .custom-list li {
    margin: 5px 0;
    padding: 0;
    font-size: 17px;
    list-style: none; }

.custom-list-sides {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0; }
  .custom-list-sides li {
    width: 50%;
    margin: 5px 0;
    padding: 0;
    font-size: 17px;
    list-style: none; }

/* CUSTOM LINK */
.custom-link {
  font-weight: 600;
  color: #000;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
  margin-top: 20px; }
  .custom-link:hover {
    text-decoration: none;
    color: #000; }
  .custom-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    transition: width 0s ease, background .25s ease; }
  .custom-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    background: #4ee655;
    transition: width .25s ease;
    mix-blend-mode: color; }
  .custom-link:hover:before {
    width: 100%;
    background: #4ee655;
    transition: width .25s ease; }
  .custom-link:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease; }



/*///////
CLIENTES Y PROYECTOS
///////////*/

.logo_client img {
  max-height: 60px;width: auto;filter: grayscale(1);
}

.logo_client {
  text-align: center;
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: center;
}

.bl_slider {
  background: #f3f3f3;
  padding: 100px 0;
  margin-top: 100px;
}

h3.titulo_3 {
  font-size: 45px;
  position: relative;
  margin-bottom: 70px;
  font-weight: 600;
}

h3.titulo_3 span {
  position: absolute;
  left: -60px;
  font-size: 110px;
  line-height: 0;
  font-weight: 800;
  opacity: .1;
  color: #959595;
}


/*////////
POPUP PROYECTOS
/////////////*/
.white-popup-block {max-width: 1200px;margin: auto;background: white;padding: 50px 50px;border-radius: 5px;}

table.datos-proyecto {font-size: 15px;}

.datos-proyecto tr {border-bottom: 1px solid #b3b3b3;}

.datos-proyecto tr td {padding: 5px 0;}

.datos-proyecto tr td:nth-child(1) {font-weight: 600;width: 150px;padding-right: 20px;}

.content_project h4 {margin-bottom: 30px;border-bottom: 1px solid;}

.slider_proyects .owl-prev i, .slider_proyects .owl-next i {
  background: #e3e3e3;
  padding: 10px 20px;
  margin: 10px 5px 0;
  font-size: 20px;
  position: relative;
}

.owl-nav {
  text-align: center;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
}
/*////////////
SERVICIOS
///////////////*/
.item_service.active {
    display: block;
}

.item_service {
    max-width: 800px;
    margin: auto;
    margin-bottom: 100px;
    display: none;
}
section#proyectos {
    padding-top: 0;
}


.content_se {
  display: flex;
  flex-wrap: wrap;
}

.img-servicio {
  width: 200px;
  margin-right: 5%;
  height: 200px;
  border-radius: 50%;
  margin-left: -80px;
      background-size: cover;
  margin-top: -60px;
}

.desc-servicio {   
    margin-top: -30px;
    position: relative;
    padding: 0 30px;}

.item_service:nth-child(even) .content_se {flex-direction: row-reverse;}

.item_service:nth-child(even) .content_se .img-servicio {margin-left: 30px;margin-right: -80px;}

.desc-servicio h5 {font-size: 35px;}

.desc-servicio p {font-size: 15px;}
img.white, img.black {
    width: 120px;
}


/*//////////////
GALERIA
/////////////*/
.content_sl {position: relative;}

.content_sl .owl-nav {position: absolute;top: 40%;width: 100%;}

button.owl-prev {}

.content_sl .owl-nav i {font-size: 55px;background: #1390ca;border-radius: 5px;padding: 0 10px;color: white;}

.content_sl .owl-nav button {position: absolute;opacity: 0.5;}

.content_sl .owl-nav button.owl-prev {left: 30px;}

.content_sl .owl-nav button.owl-next {right: 30px;}

.content_sl .owl-nav button.owl-next:hover, .content_sl .owl-nav button.owl-prev:hover {opacity: 1;}

/*///////////////////
TABS - SERVICIOS
///////////////////*/



.bg_image {
  height: 290px;
  width: 100%;
  position: relative;
}

.bg_image > div {
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
}

.bg_image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, white, transparent, transparent);
}

ul.tab_i {
  list-style: none;
  text-align: center;
  padding: 0 40px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

li.item_t.active {
    border-bottom: 3px solid #f6821f;
    color: #000000;
    background: #f7f7f7;
}
li.item_t {
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0 10px;
    color: #b9b9b9;
}

.item_t img {
  width: 60px;
}

li.item_t h6 {
  margin: 4px 0 0;
}

h3.tit_serv {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
}
/*///////////////////
MEJOR OPCIÓN
///////////////////*/

section.bl_values {
  background: #181818;
  color: white;
  margin-top: 100px;
  padding-top: 0;
position: relative;padding-top: 0px;}

section.bl_values svg {
    height: 250px;
}


.value_item {
  display: flex;
  margin-bottom: 50px;
}

.icon_v {
  width: 25%;
}

.icon_v img {
  max-width: 70px;
}

.desc_v {
  width: 75%;
}

section.bl_values .titulo-2 {
  color: white;
}


/* SPLITTING */
.splitting .word, .splitting .char {
  display: inline-block; }

.splitting .char {
  position: relative; }

.animated .char {
  display: inline-block;
  animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(10ms * var(--char-index)); }

.animated h5:after {
  width: 120px !important; }

.animated b:after {
  width: 70px !important; }

.animated figure {
  opacity: 1 !important; }

.fadeIn {
  opacity: 0;
  transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transform: translateY(100px);
  transition-delay: 0.4s; }

.fadeIn.animated {
  opacity: 1;
  transform: translateY(0); }

/* PRICE BOX */

.row-pack span {
    display: block;
    font-size: 35px;

}
img.black {
    display: none;
}

.stick img.white {
    display: none;
}

.stick img.black {
    display: block;
}
form#prospecto-servicio {
    background: var(--main2);
    padding: 30px 0;
    color: white;
    border-radius: 35px;
}
.mfp-close-btn-in .mfp-close {
    padding: 0;
    font-size: 50px;
    text-align: center;
    font-weight: 100;
}

#prospecto-servicio .btn-enviar-packs {
    background: #fff;
    margin-top: 30px;
}


#prospecto-servicio .btn-enviar-packs:hover {
    color: white;
    transform: scale(1.1);
}


button.btn.btn-cotizar {
    display: block;
    width: 100%;
    margin: 0 30px;
    border: 2px solid;
    background: #191919;
    color: white;
    font-weight: 400;
    font-size: 18px;
}



/* CUSTOM CURSOR */
.custom-cursor {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  transition: transform 350ms ease;
  transform: translate(-50%, -50%) scale(0.3);
  z-index: 999; }

.custom-cursor--link {
  transform: translate(-50%, -50%) scale(1); }

/* IMAGE REVEAL */
.image-reveal {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin: 0;
  visibility: visible !important; }
  .image-reveal .image-inner {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .image-reveal .image-inner:before {
      content: "";
      width: 100%;
      height: 100%;
      background: #eee;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      transition: all ease 0.5s;
      transition-delay: 0.3s; }
    .image-reveal .image-inner:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
      transition: all ease 0.5s;
      transition-delay: 0s; }
    .image-reveal .image-inner img {
      transform: scale(1.8);
      transition: all ease 0.8s;
      z-index: 1;
      transition-delay: 0.1s; }
  .image-reveal.animated .image-inner:before {
    height: 0; }
  .image-reveal.animated .image-inner:after {
    height: 0; }
  .image-reveal.animated .image-inner img {
    transform: scale(1); }

/* IMAGE REVEAL DELAY */
div {
  text-indent: inherit; }
  div:nth-child(2) .image-reveal .image-inner:before {
    transition-delay: 0.4s; }
  div:nth-child(2) .image-reveal .image-inner:after {
    transition-delay: 0.1s; }
  div:nth-child(2) .image-reveal .image-inner img {
    transition-delay: 0.2s; }
  div:nth-child(3) .image-reveal .image-inner:before {
    transition-delay: 0.5s; }
  div:nth-child(3) .image-reveal .image-inner:after {
    transition-delay: 0.2s; }
  div:nth-child(3) .image-reveal .image-inner img {
    transition-delay: 0.3s; }
  div:nth-child(4) .image-reveal .image-inner:before {
    transition-delay: 0.5s; }
  div:nth-child(4) .image-reveal .image-inner:after {
    transition-delay: 0.3s; }
  div:nth-child(4) .image-reveal .image-inner img {
    transition-delay: 0.4s; }

li {
  text-indent: inherit; }
  li:nth-child(2) .image-reveal .image-inner:before {
    transition-delay: 0.4s; }
  li:nth-child(2) .image-reveal .image-inner:after {
    transition-delay: 0.1s; }
  li:nth-child(2) .image-reveal .image-inner img {
    transition-delay: 0.2s; }
  li:nth-child(3) .image-reveal .image-inner:before {
    transition-delay: 0.5s; }
  li:nth-child(3) .image-reveal .image-inner:after {
    transition-delay: 0.2s; }
  li:nth-child(3) .image-reveal .image-inner img {
    transition-delay: 0.3s; }
  li:nth-child(4) .image-reveal .image-inner:before {
    transition-delay: 0.5s; }
  li:nth-child(4) .image-reveal .image-inner:after {
    transition-delay: 0.3s; }
  li:nth-child(4) .image-reveal .image-inner img {
    transition-delay: 0.4s; }






.logo svg {
    fill: white;
    width: 50px;
}
.stick .logo svg {
    fill: #111111;
  
}
.stick .navigation-landing li a {
    color: #000;

}




/*======================/
===================/
TEMPLATE 
/*==================/
=======================*/



/* CONTENT-SECTION */
.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0; }

/* TOPBAR */
.navigation-landing li {
    display: inline-block;
    padding: 0 15px;
}

.nav-landing {
    max-width: 55%;
    flex: 0 0 55%;
}
.phone svg {
    fill: white;
    width: 28px;
}
.nav-info {
    max-width: 40%;
    text-align: right;
    flex: 0 0 40%;
}
.phone span {
    color: #111;
    font-size: 17px;
    margin-left: 8px;
}

.phone {
    margin-left: 0px;
    display: inline-block;
}

.nav-info {
    max-width: 40%;
    text-align: right;
    flex: 0 0 40%;
}
.topbar .logo {
    margin-left: 0;
    max-width: 5%;
    flex: 0 0 5%;
}
button.btn.btn-contacto:hover {
    transform: scale(1.1);
    transition: 0.4s;
}
button.btn.btn-contacto {
    display: inline-block;
    color: black;
    margin-left: 20px;

    font-weight: 500;
    font-size: 17px;
    margin: 0;
    height: inherit;
    padding: 6px 20px;
    background: #01f8a8;
    font-weight: 900;
}

.stick button.btn.btn-contacto {
    color: white;
    background: #111111;
}

.navigation-landing li a {
    font-size: 16px;
    color: #fff;

}

.navigation-landing {
    text-align: center;
    margin: 0;
}
.stick.topbar{
  box-shadow: 0px 0px 9px #0000001f;
}
.topbar {
  width: 100%;
      overflow: hidden;
  line-height: 46px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 60px;
  position: fixed;
  justify-content: space-between;
  left: 0;
  top: 0;
  z-index: 9;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  }
  .topbar .logo {
    margin-left: 0; }
    .topbar .logo a {
      display: block; }
      .topbar .logo a img {
        height: 36px;
        display: block; }
  .topbar .languages {
    margin-left: 60px;
    margin-right: auto; }
    .topbar .languages ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .topbar .languages ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        line-height: 35px; }
        .topbar .languages ul li a {
          font-weight: 600;
          color: #fff;
          display: inline-block;
          position: relative;
          z-index: 2; }
          .topbar .languages ul li a:hover {
            text-decoration: none; }
          .topbar .languages ul li a:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 4px;
            width: 0;
            transition: width 0s ease, background .25s ease; }
          .topbar .languages ul li a:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: -1px;
            height: 4px;
            width: 0;
            background: #4ee655;
            transition: width .25s ease;
            mix-blend-mode: color; }
          .topbar .languages ul li a:hover:before {
            width: 100%;
            background: #4ee655;
            transition: width .25s ease; }
          .topbar .languages ul li a:hover:after {
            width: 100%;
            background: transparent;
            transition: all 0s ease; }
        .topbar .languages ul li:last-child:after {
          display: none; }
        .topbar .languages ul li:after {
          content: "";
          width: 1px;
          height: 35px;
          float: right;
          background: rgba(255, 255, 255, 0.2);
          margin: 0 25px; }
.topbar .hamburger-menu {
    border: 0;
    outline: none;
    background: transparent;
}
    .topbar .hamburger-menu .texts {
      display: inline-block;
      position: relative; }
      .topbar .hamburger-menu .texts b {
        color: #fff;
        font-weight: 600; }
        .topbar .hamburger-menu .texts b * {
          -webkit-transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
        .topbar .hamburger-menu .texts b:first-child {
          display: inline-block; }
        .topbar .hamburger-menu .texts b:last-child {
          position: absolute;
          left: 0;
          top: 0; }
          .topbar .hamburger-menu .texts b:last-child .char {
            transform: translateY(10px);
            opacity: 0; }
        .topbar .hamburger-menu .texts b .char {
          transition-delay: calc(10ms * var(--char-index)); }
    .topbar .hamburger-menu .svg {
      margin-right: -10px; }
    .topbar .hamburger-menu.active .texts b:first-child .char {
      transform: translateY(-10px);
      opacity: 0; }
    .topbar .hamburger-menu.active .texts b:last-child .char {
      transform: translateY(0);
      opacity: 1; }
.part_mobile {
    display: none;
}
/* BOTTOM BAR */
.bottombar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  background: #111;
  padding: 15px 60px;
  left: 0;
  bottom: -100%;
  z-index: 99;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 2.2s; }
  .bottombar .social-media {
    margin-left: 0; }
    .bottombar .social-media ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      .bottombar .social-media ul li {
        margin-right: 30px;
        padding: 0;
        list-style: none; }
        .bottombar .social-media ul li a {
          font-weight: 600;
          color: #fff;
          display: block;
          position: relative;
          z-index: 2; }
          .bottombar .social-media ul li a:hover {
            text-decoration: none; }
          .bottombar .social-media ul li a:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 4px;
            width: 0;
            transition: width 0s ease, background .25s ease; }
          .bottombar .social-media ul li a:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: -1px;
            height: 4px;
            width: 0;
            background: #4ee655;
            transition: width .25s ease;
            mix-blend-mode: color; }
          .bottombar .social-media ul li a:hover:before {
            width: 100%;
            background: #4ee655;
            transition: width .25s ease; }
          .bottombar .social-media ul li a:hover:after {
            width: 100%;
            background: transparent;
            transition: all 0s ease; }
  .bottombar .audio {
    margin-right: 0;
    margin-left: auto;
    color: #fff; }
    .bottombar .audio #wave {
      width: 50px;
      height: 30px;
      margin: 0 10px; }
      .bottombar .audio #wave polyline {
        transform: translateY(50%);
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 10; }
    .bottombar .audio .texts {
      display: inline-block;
      position: relative; }
      .bottombar .audio .texts b {
        color: #fff;
        font-weight: 600;
        min-width: 20px; }
        .bottombar .audio .texts b * {
          -webkit-transition: all .25s ease-in-out;
          -moz-transition: all .25s ease-in-out;
          -ms-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
        .bottombar .audio .texts b:first-child {
          display: inline-block; }
        .bottombar .audio .texts b:last-child {
          position: absolute;
          left: 0;
          top: 0; }
          .bottombar .audio .texts b:last-child .char {
            transform: translateY(10px);
            opacity: 0; }
        .bottombar .audio .texts b .char {
          transition-delay: calc(10ms * var(--char-index)); }
    .bottombar .audio.switch .texts b:first-child .char {
      transform: translateY(-10px);
      opacity: 0; }
    .bottombar .audio.switch .texts b:last-child .char {
      transform: translateY(0);
      opacity: 1; }

/* HEADER */
.icon-servicio:after {
    content: '';
    position: absolute;
    background: #f5f5f5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    bottom: 0px;
    right: 10px;
    z-index: -1;
}
section#clientes img {
    width: 160px;
}

section#clientes h2 {
    color: var(--main);
    font-weight: 600;
    margin-bottom: 70px;
}


.box-img-us img {
    width: 100%;
}

.bckg-darkblue {
    background: var(--main);
    color: white;
}


.box-about1 {
    align-items: center;
} 

.box-about1 p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 80px;
}

.box-about2 {
    display: flex;
    width: 100%;
    padding-left: 20px;
}



.box-ylw1 {
    text-align: center;
    background: var(--main2);
    border-radius: 15px;
    color: var(--main);
    align-items: center;
    padding: 25px;
}



.box-ylw1 h1 {
    font-weight: 800;
    font-size: 60px;
}

.box-ylw1 span {font-weight: 600;}

.box-list1 {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.box-list1 p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
}

.box-list1:last-child {
    margin: 0;
   padding-bottom:0;
}

.box-list1 img {
    width: 30px;
    margin-right: 20px;
}

.box-list-1 {
    padding-left: 50px;
}


section#clientes {
    padding: 50px 0;
  
}
section#nosotros {
    padding-bottom: 150px;
}
section.bl_cta {
    background: #181818;
    margin: auto;
    color: white;
    padding: 50px 0px;
    border-bottom: 1px solid #343434;
}

section.bl_cta .titulo-2 {
    color: white;
}

.bt_area {
    max-width: 260px;
    margin: 0 auto 0px;
}

.bt_area a {
    display: block;
    margin-bottom: 50px;
}

.cl-60.text-center {
    max-width: 80%;
    margin: auto;
}
.bl_cta .titulo-2:after {
    display: none;
}
.bl-aboutus {
    padding: 50px 0;
}

.box-about1 h3 {
    color: var(--main);
}


.box-img-callto img {
    width: 100%;
}
.part_1 {
    width: 20%;
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.buttons {
    display: flex;
    height: 40px;
}
.btn-enviar {
    border-radius: 25px;
}
.part_2 {
    display: flex;
}

ul.main-menu > li {
    padding: 0 20px;
}

a.bt_1 {
    border: 2px solid;
    color: #f5ac0a;
    margin-left: 30px;
    padding: 0px 20px;
    display: block;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 2.5;
}


/*================================
=            LANDING PAGE            =
================================*/
.row-sb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#acreditaciones {
    margin-bottom: 100px;
}

a.bt_1 svg {
    fill: #f5ac0a;
    height: 22px;
}
.certificates img {
    max-width: 110px;
    padding: 0 30px 0 0;
}
.certificates {
    margin-top: 50px;
}
.icon-servicio {
    background: transparent;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}
.box-servicios:hover {
       background: #f7f7f7;
}

.box-servicios:hover h4 {
    color: black;
}

.icon-servicio img {
    height: 40px;
}

.content-servicio {
}

.content-servicio h4 {
  font-size: 22px;
    padding: 30px 25px 0;
    font-weight: 500;
    color: #1c1c1c;
    min-height: 60px;
    text-align: center;
}

.box-servicios {
    padding: 10px 0px;
    margin: 15px 10px;
    border-radius: 15px;
}
.bt_2:hover {
    background: var(--main2);
    color: white;
}
button#valid-form:hover {
    background: var(--main2);
    color: white;
    
}
section:last-child {
    padding-bottom: 100px;
}
.footer-inner img {
    filter: grayscale(1);
}
.titulo-2 {
    color: #303030;
    position: relative;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
span#main-title {
    color: white;
}

.box-servicio-detail {
    width: 50%;
    margin: auto;
    position: relative;
    padding: 50px;
    background: #ffffff;
    border-radius: 10px;
    max-height: 550PX;
    overflow-y: scroll;
    font-size: 15px;
}
.box-servicio-detail p {
    font-size: 15px;
}

.box-servicio-detail h4 {
    font-size: 20px;
    color: var(--main);
    margin-bottom: 20px;
}

.titulo-2:after {content: '';position: absolute;bottom: 0;left: 0;width: 50px;height: 4px;background: black;}

.content_box {
    padding: 0 30px;
}

.image_box {
    padding: 20px;
    position: relative;
}

.image_box:before {
  content: '';
  background: #cbd8f2;
  position: absolute;
  left: 0;bottom: 0px;width: 250px;
  height: 150px;z-index: -1;
  border-radius: 10px;
}


.image_box:after {
  content: '';background: #E8EDF1;
  position: absolute;right: 0;top: 0px;
  width: 250px;height: 150px;
  z-index: -1;border-radius: 10px;
}


/*=====  End of LANDING   ======*/

.desc-servicio h6 {font-size: 14px;margin: 10px 0 20px;}

.desc-servicio p {margin-bottom: 10px;}
p.subtitulo {
    font-size: 23px;
}
.bt_2 {
    background: var(--main);
    color: white;
    padding: 13px 45px;
    font-size: 18px;
    width: max-content;
    display: inline-block;
    border-radius: 16px;
    margin: 20px auto 0;
  
}
.header {
  width: 100%;
  height: 100vh;
  min-height: 560px;
  display: flex;
  flex-wrap: wrap;
  background: #000;
  position: relative;
  z-index: 1;
  overflow: hidden; }

/* PAGE HEADER*/
.page-header {
  width: 100%;
  height: 100vh;
  min-height: 560px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background: #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff; }
  .page-header * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  .page-header .video-bg {
    opacity: 0;
    transform: scale(1.3); }
  .page-header .container-fluid {
    padding: 0 14vw;
    position: relative;
    z-index: 1; }
    .page-header .container-fluid h1 {
      font-size: 10vw;
      font-weight: 800;
      letter-spacing: -3px; }
      .page-header .container-fluid h1 .char {
        opacity: 0;
        transform: translateY(120px);
        transition-delay: calc(1s + 10ms * var(--char-index)); }
    .page-header .container-fluid p {
      font-size: 19px;
      letter-spacing: 1px;
      opacity: 0;
      transform: translateY(50px);
      transition-delay: 1.2s; }



    .topbar.stick {
    
    background: white;
}

nav.topbar.stick {
    overflow: hidden;
}
/*/Home/*/

.box img {
    width: 60px;
    margin-bottom: 20px;
}

.section-home {
    background: white;
    min-height: 600px;
    min-height: 90vh;
    padding: 90px 0 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;

}
.titulo-1 {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    padding-top: 40px;
    color: #fff;
}
section#inicio:after {
    position: absolute;
    background: linear-gradient(6deg, #282828c2, #00000057);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: -1;
}
ul.main-menu > li a {
    color: white;
}

.stick ul.main-menu > li a {
    color: inherit;
}

small.subtitle {
    font-size: 15px;
    padding-bottom: 15px;
    display: block;
    font-weight: 400;

}
.animate-svg{
    width: 180px;
    display: block;
    margin-left: 30px;
    margin-top: -80px;
}
div#block-answer .error-message {
    position: absolute;
    bottom: 80px;
    background: #F44336;
    left: 50px;
    color: white;
    padding: 1px 20px;    
    border-radius: 6px;
}
.animated .animate-svg path{
  -webkit-animation:draw ease-in-out forwards;
  animation:draw ease-in-out forwards;stroke:#111}

.animated .animate-svg{-webkit-animation:fillopacity 3 ease-in-out forwards;animation:fillopacity 3s ease-in-out forwards}@-webkit-keyframes draw{100%{stroke-dashoffset:0}}@keyframes draw{100%{stroke-dashoffset:0}}@-webkit-keyframes fillopacity{0%,70%{fill-opacity:0;stroke-width:0.5%}100%{fill-opacity:1;stroke-width:0}}@keyframes fillopacity{0%,70%{fill-opacity:0;stroke-width:0.5%}100%{fill-opacity:1;stroke-width:0}}

.cls-1 {
    fill: #ffbf40;
}

.cls-2 {
    fill: #231f20;
}



/*/////////////////////*/
/*/FORMULARIO LANDING
//////////////////////*/

form#contact-form {
    position: relative;
    padding: 30px 30px;
    border-radius: 20px;
    background: rgb(255 255 255 / 16%);
    height: 100%;   
    backdrop-filter: blur(10px);
    z-index: 9;
    -webkit-backdrop-filter: blur(10px);
}


button#valid-form {
background: var(--main);
    color: white;
    padding: 5px 35px;
    font-size: 14px;
    width: max-content;
    display: block;
    margin: 10px auto 0;
}


textarea#text-area.input__field {
    padding: 10px 10px;
}

.input__field {
    position: relative;
    float: right;
    padding: 5px 20px;
    width: 100%;
    color: #ffffff47;
    background: transparent;
    font-weight: 400;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}

.input__label {
  float: right;
  color: var(--main);
  font-weight: bold;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__label-content {
  position: absolute;
  font-weight: 400;
  color: #b1b1b1;
  padding: 9px 20px;
}
.input-curve input {
    position: relative;
    padding: 5px 20px;
    width: 100%;
    color: #ffffff;
    background: transparent;
    font-weight: 400;
    margin-bottom: 15px;
    border: 0;border-bottom: 1px solid #ffffff47;
    padding-left: 30px;
    font-size: 16px;
}

.input-curve input::placeholder{
    color:#ffffff96;
}

span.input.input-curve {
    position: relative;
}

span.input.input-curve i {
    position: absolute;
    left: 5px;
    top: 0px;
    color: #ffffffb3;
}



/*=============================================
MESSAGE SEND TY PAGE
=============================================*/
.bg-sent {
    background: #0F0E0E;
}
.i-mail:after, .i-mail .mail-anim:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 15px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.i-mail:before, .i-mail .mail-anim:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 6px;
  background: white;
}

.i-success:after, .i-success .success-anim:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 11px;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid #01f8a8;
  border-left: 2px solid #01f8a8;
  transform: rotate(-45deg);
}

.container-message {
  top: 50%;
  height: 100vh;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin: auto;
}

.animation-message {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-mail, .i-mail .mail-anim {
  width: 40px;
  height: 30px;
  border-radius: 5% 5%;
  border: 2px solid #ffffff;
  position: relative;
  animation: transformS 0.3s linear;
}
@keyframes transformS {
  50% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
}
.i-mail .mail-anim {
  margin: -2px 0 0 -2px;
  animation: moveL 0.8s linear;
}
@keyframes moveL {
  100% {
    transform: translateX(220px) rotateY(90deg);
  }
}

.line {
  padding: 1px 210px;
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 15px 2px;
  background-repeat: repeat-x;
}




 .animated .animate-svg{
    -webkit-animation:fillopacity 3 ease-in-out forwards;
    animation:fillopacity 3s ease-in-out forwards}
    @-webkit-keyframes draw{100%{stroke-dashoffset:0}}
    @keyframes draw{100%{stroke-dashoffset:0}}
    @-webkit-keyframes fillopacity{0%,70%{
      fill-opacity:0;stroke-width:0.5%}100%{
     fill-opacity:1;stroke-width:0}}
    @keyframes fillopacity{0%,70%{
      fill-opacity:0;stroke-width:0.5%}100%{
        fill-opacity:1;stroke-width:0}}
      
      .cls-1 {
        fill: #ffbf40;
      }

      .cls-2 {
        fill: #231f20;
      }

.wrap-middle {
    height: 440px;
    position: relative;
}

.wrap-1 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: left;
    color: white;
}
.wrap-2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 20px;
    width: 95%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.radio-splash {
    margin: 10px 0 10px;
}
button.cta-1 {
    border: 0;
    background: var(--main2);
    color: #fff;
    padding: 0px 30px;
    font-size: 15px;
    border-radius: 30px;
    vertical-align: middle;
    height: 50px;
    margin-top: 30px;
    cursor: pointer!important;
    font-weight: 300;
}
button.cta-1.pos-bottom {
    position: absolute;
    bottom: 40px;
    left: calc( 50% - 115px);
}
.over-wrap {
    overflow: hidden;
    position: relative;
}

.container.over-wrap.active .wrap-1 {
    transform: translateY(-200%);
}

.container.over-wrap.active .cta-1 {
    opacity: 0;
}

.container.over-wrap.active .wrap-2 {
    opacity: 1;
    visibility: visible;
}




/*/Personalización contact form/*/
form#contact-form { 
    position:relative;
}

.page-contacto .corner:after {
    border-width: 93px 73px 0 0;
    border-color: #fff transparent transparent;
    left: 0;
}

#contact-form .corner:after, #contact-form .corner:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 100%;
}
#contact-form  .corner {
    position: absolute;
    left: 0;
    bottom: 0;
}

#contact-form .corner:before {
    border-width: 45px 75px 0 0;
    border-color: #111 transparent transparent;
    left: -1px;
}

#contact-form  .corner:after {
    border-width: 43px 72px 0 0;
    border-color: #fff transparent transparent;
    left: 0;
}


button:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

div#form {
    width: 450px;
    margin: auto;
}

/**
 *
 * WPP PC
 *
 */

a.wpp-btn-pc {
    background: #4caf50;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    display: block;
    z-index: 9;
    border-radius: 50%;
}

a.wpp-btn-pc svg {
    fill: white;
    width: 32px;
    height: 32px;
}


/*/Plugin CD linehead /*/


.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
/* -------------------------------- 
xclip 
-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
.bounce {
    font-weight: 700;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
/*/Radio Splash/*/
.option {
    display: inline-block;
}

.radio-splash h6 {
    color: #111;
  
    padding: 10px 0;
    border-bottom: 1px solid #c3c3c3;
}
.radio-splash [type="radio"] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.radio-splash [type="radio"]:checked ~ label {
    border-color: #000000;
    background-color: rgb(0 0 0);
    color: #fff;
}
.radio-splash [type="radio"]:checked ~ label:before {
  will-change: transform, border-width, border-color;
  -webkit-animation: bubble 1s ease-in;
          animation: bubble 1s ease-in;
}
.radio-splash [type="radio"]:checked ~ label:after {
  will-change: opacity, box-shadow;
  -webkit-animation: sparkles 700ms ease-in-out;
          animation: sparkles 700ms ease-in-out;
}
.radio-splash [type="radio"]:checked ~ label > span {
  will-change: transform;
  border: 0;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#000000), to(#000000));
  background-image: linear-gradient(to top right, #000000, #000000);
  -webkit-animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
  animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
.radio-splash [type="radio"]:checked ~ label > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
}
.radio-splash [type="radio"]:checked ~ label .card {
  will-change: box-shadow;
  -webkit-animation: card 500ms ease-in-out forwards;
          animation: card 500ms ease-in-out forwards;
}
.radio-splash [type="radio"]:checked ~ label .card:after {
  will-change: transform;
  -webkit-animation: shine 500ms ease-in forwards;
          animation: shine 500ms ease-in forwards;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.radio-splash label {
    position: relative;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    grid-template-columns: 20px auto 100px;
    grid-gap: 10px;
    width: 110px;
    height: 32px;
    font-weight: 600;
    color: #111;
    padding: 0 5px;
    border-radius: 6px;
    font-size: 12px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.radio-splash label:hover {
  border-color: #000000;
  background-color: rgba(97, 154, 234, 0.16);
}
.radio-splash label:before, label:after {
  position: absolute;
  left: 29px;
  border-radius: 50%;
  content: '';
}
.radio-splash label:before {
  margin: -2rem;
  border: solid 2rem #545461;
  width: 4rem;
  height: 4rem;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.radio-splash label:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  box-shadow: 0.32476rem -2.6875rem 0 -0.1875rem #ff8080, -0.32476rem -2.3125rem 0 -0.1875rem #ffed80, 2.30366rem -1.42172rem 0 -0.1875rem #ffed80, 1.6055rem -1.69573rem 0 -0.1875rem #a4ff80, 2.54785rem 0.91464rem 0 -0.1875rem #a4ff80, 2.32679rem 0.19796rem 0 -0.1875rem #80ffc8, 0.87346rem 2.56226rem 0 -0.1875rem #80ffc8, 1.29595rem 1.94258rem 0 -0.1875rem #80c8ff, -1.45866rem 2.28045rem 0 -0.1875rem #80c8ff, -0.71076rem 2.2244rem 0 -0.1875rem #a480ff, -2.69238rem 0.28141rem 0 -0.1875rem #a480ff, -2.18226rem 0.8312rem 0 -0.1875rem #ff80ed, -1.89869rem -1.92954rem 0 -0.1875rem #ff80ed, -2.01047rem -1.18791rem 0 -0.1875rem #ff8080;
}
.radio-splash label > span {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8e8f94), to(#ffffff));
    background-image: linear-gradient(to bottom, #8e8f94, #ffffff);
}

.radio-splash .text__row {
  display: grid;
  grid-template-columns: 54px 64px;
  grid-gap: 6px;
}
.radio-splash .text__row:last-of-type {
  grid-template-columns: 45px 54px;
  margin-top: 7px;
}
.radio-splash .text__loader {
  height: 13px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
}

.radio-splash .option:not(:last-child) {
  margin-bottom: 4px;
}

@-webkit-keyframes radio {
  0%, 17.5% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes radio {
  0%, 17.5% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes card {
  0% {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(0.24);
            transform: scale(0.24);
  }
  45% {
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  100% {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0.24);
            transform: scale(0.24);
  }
}
@keyframes card {
  0% {
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
    -webkit-transform: scale(0.24);
            transform: scale(0.24);
  }
  45% {
    box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.25);
            transform: scale(0.25);
  }
  100% {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0.24);
            transform: scale(0.24);
  }
}
@-webkit-keyframes shine {
  from {
    -webkit-transform: translateX(-70px) rotate(10deg);
            transform: translateX(-70px) rotate(10deg);
  }
  to {
    -webkit-transform: translateX(300px) rotate(10deg);
            transform: translateX(300px) rotate(10deg);
  }
}
@keyframes shine {
  from {
    -webkit-transform: translateX(-70px) rotate(10deg);
            transform: translateX(-70px) rotate(10deg);
  }
  to {
    -webkit-transform: translateX(300px) rotate(10deg);
            transform: translateX(300px) rotate(10deg);
  }
}
@-webkit-keyframes bubble {
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #545461;
    border-width: 2rem;
  }
  30%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #545461;
    border-width: 0;
  }
}
@keyframes bubble {
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #545461;
    border-width: 2rem;
  }
  30%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: #545461;
    border-width: 0;
  }
}
@-webkit-keyframes sparkles {
  0%, 10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(-20deg);
            transform: scale(1.2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}
@keyframes sparkles {
  0%, 10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    opacity: 1;
    -webkit-transform: scale(1.2) rotate(-20deg);
            transform: scale(1.2) rotate(-20deg);
    box-shadow: 0.32476rem -2.1875rem 0 0rem #ff8080, -0.32476rem -1.8125rem 0 0rem #ffed80, 1.91274rem -1.10998rem 0 0rem #ffed80, 1.21459rem -1.38398rem 0 0rem #a4ff80, 2.06039rem 0.80338rem 0 0rem #a4ff80, 1.83932rem 0.0867rem 0 0rem #80ffc8, 0.65652rem 2.11178rem 0 0rem #80ffc8, 1.07901rem 1.4921rem 0 0rem #80c8ff, -1.24172rem 1.82996rem 0 0rem #80c8ff, -0.49382rem 1.77391rem 0 0rem #a480ff, -2.20492rem 0.17015rem 0 0rem #a480ff, -1.69479rem 0.71994rem 0 0rem #ff80ed, -1.50777rem -1.61779rem 0 0rem #ff80ed, -1.61955rem -0.87617rem 0 0rem #ff8080;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* FOOTER */
section#clientes img {
    max-width: 180px;
    max-height: 90px;
    margin: 0 20px;
    filter: grayscale(1);
}
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding-top: 90px;
  background:#181818;
  }
  .form_col-1 {
    width: 85%;
    display: flex;
}

.form_col-2 {
    width: 15%;
}
  .footer .section-titles {

    padding-bottom: 0px;
    margin-bottom: 50px; }
    .footer .section-titles .custom-link {
      color: #fff; }
  .footer .footer-inner {
    width: 100%;
    font-size: 16px; }
    .footer .footer-inner h6 {
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 13px;
      opacity: 0.5; }
    .footer .footer-inner address {
      margin: 0; }
    .footer .footer-inner p {
          margin: 0;
    margin-top: 30px; }
    .footer .footer-inner a {
      color: #fff;
      display: inline-block;
      position: relative;
      z-index: 2; }
      .footer .footer-inner a:hover {
        text-decoration: none; }
      .footer .footer-inner a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 2px;
        height: 4px;
        width: 0;
        transition: width 0s ease, background .25s ease;
        mix-blend-mode: color; }
      .footer .footer-inner a:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 2px;
        height: 4px;
        width: 0;
        background: #4ee655;
        transition: width .25s ease;
        mix-blend-mode: color; }
      .footer .footer-inner a:hover:before {
        width: 100%;
        background: #4ee655;
        transition: width .25s ease; }
      .footer .footer-inner a:hover:after {
        width: 100%;
        background: transparent;
        transition: all 0s ease; }
    .footer .footer-inner ul {
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      .footer .footer-inner ul li {
        margin: 0;
        margin-right: 40px;
        padding: 0;
        list-style: none; }
        .footer .footer-inner ul li:last-child {
          margin-right: 0; }
        .footer .footer-inner ul li a {
          display: inline-block; }
  .footer .footer-bottom {
        width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
    opacity: 0.5;
    margin-top: 30px;
    border-top: 1px solid #ffffff63
  }

/* RESPONSIVE MEDIUM  */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  .section-titles h2 {
    padding-right: 0; }

  .icon-content-box .content p {
    padding-right: 0; } }
/* RESPONSIVE TABLET  */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  body {
    cursor: inherit !important; }

  textarea, input {
    -webkit-appearance: none;
    border-radius: 0; }

  .menu-navigation:after {
    content: "";
    width: 100%;
    height: 20%;
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: url("../images/touch-icon.png") no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    transition-delay: 1s; }

  .menu-navigation.active:after {
    opacity: 0.05; }

  .custom-cursor {
    display: none; }

  .spacing-50 {
    display: none; }

  .spacing-100 {
    display: none; }

  .showcase-slider .swiper-slide .slide-inner h1 {
    font-size: 80px; }

  .content-section {
    padding: 75px 0; }

  .section-titles h2 {
    font-size: 38px; }

  .section-titles.no-spacing {
    margin-bottom: 50px !important; }

  .page-header .container-fluid {
    padding: 0 60px; }

  .counter .odometer span {
    font-size: 38px; }

  .counter small {
    font-size: 15px; }

  .icon-content-box {
    margin: 30px 0; }

  .icon-content-box .content p {
    margin-top: 10px; }

  .icon-content-box .content b {
    margin-left: 0; }

  .icon-content-box .content h6 {
    width: 100%; }

  .page-header .container-fluid h1 {
    font-size: 15vw; }

  .clients li figure img {
    padding: 20px 10px; }

  .side-address {
    width: 100%;
    margin-left: 0;
    margin-top: 30px; }

  .works li {
    width: 50%; }

  .blog-post .post-content {
    padding: 0; }

  .sidebar {
    padding-left: 0;
    margin-top: 60px; }

  .footer .footer-inner address {
    margin-bottom: 30px; }

  .footer .footer-inner p {
    margin-bottom: 30px; } }
/* RESPONSIVE MOBILE */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .topbar {
    padding: 15px; }

    .works li {
    width: 100%; }

  .bottombar {
    padding: 15px; }

  .header {
    min-height: 100%; }

  .page-header {
    min-height: 100%; }

  .section-titles h5 {
    letter-spacing: 0; }

  .animated h5:after {
    width: 80px !important; }

  .animated b:after {
    width: 40px !important; }

  .showcase-slider .swiper-slide .slide-inner small {
    letter-spacing: 0; }

  .showcase-slider .swiper-slide .slide-inner h1 {
    font-size: 50px; }

  .page-loaded .showcase-slider .swiper-slide.swiper-slide-active .slide-inner small:after {
    width: 60px !important; }

  .page-loaded .showcase-slider .swiper-controls {
    display: none; }

  .page-loaded .showcase-slider .swiper-pagination {
    display: none; }

  .page-loaded .showcase-slider .swiper-slide.swiper-slide-active .slide-inner small:after {
    width: 80px; }

  .works {
    width: calc(100% - 30px);
    margin: 0 15px; }

  .clients li {
    width: 50%; }

  .clients li figure img {
    padding: 20px; }

  .page-header .container-fluid {
    padding: 0 15px; }

  .counter {
    margin: 15px 0; }

  .awards-box {
    margin-bottom: 10px;
    margin-top: 20px; }

  .accordion .card .card-header a {
    font-size: 26px; }

  .section-titles h2 {
    font-size: 30px; }

  .page-header .container-fluid h1 {
    font-size: 20vw; }

  .page-header .container-fluid p {
    font-size: 15px; }

  .blog-post .post-content .post-title {
    font-size: 22px; }

  .bottombar .social-media ul li {
    margin-right: 20px; }

  .bottombar .social-media ul li:last-child {
    margin-right: 0; }

  .bottombar .social-media ul li a .char {
    display: none; }

  .bottombar .social-media ul li a .char:nth-child(2), .bottombar .social-media ul li a .char:nth-child(3), .bottombar .social-media ul li a .char:nth-child(4), .bottombar .social-media ul li a .char:nth-child(5) {
    display: inline-block; }

  .topbar .languages {
    display: none; }

  .topbar .hamburger-menu {
    margin-left: auto; }

  .menu-container .main-menu li a {
    font-size: 12vw; }

  .custom-list-sides li {
    width: 100%; }

  .team-member figure {
    padding: 0 10%; }

  .awards-box .odometer {
    font-size: 25vw; }

  .showcase-slider .swiper-slide .slide-inner h1 {
    letter-spacing: 0; }

  .showcase-slider .swiper-slide .slide-inner h1 b {
    margin-left: 0; }

  .works li figure figcaption h5 {
    font-size: 20px; } }
/* KEYFRAMES */
@keyframes texteffect {
  0% {
    transform: translateY(50%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes texteffect {
  0% {
    -webkit-transform: translateY(50%);
    -webkit-opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1; } }
@-moz-keyframes texteffect {
  0% {
    -moz-transform: translateY(50%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0);
    opacity: 1; } }
@-o-keyframes texteffect {
  0% {
    -o-transform: translateY(50%);
    opacity: 0; }
  100% {
    -o-transform: translateY(0);
    opacity: 1; } }

/*# sourceMappingURL=style.css.map */


/*=============================================
MENU HAMBUGUESA BUTTON CON OPEN_MENU
=============================================*/





.hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
    cursor: pointer;
    right: 25px;
    z-index: 11;
    height: 20px;
  }
.hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color: #111;
  }
.hamburger-menu .bar,
.hamburger-menu .bar::after,
.hamburger-menu .bar::before {
    width: 35px;
    height: 3px;
  }
.hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: var(--main);
    top: 0;
  }
.hamburger-menu .bar::before, .hamburger-menu .bar::after {
    position: absolute;
    background: var(--main);
    content: '';
    left: 0;
    border-radius: 5px;
  }
.hamburger-menu .bar::before {
    bottom: 10px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.hamburger-menu .bar::after {
    top: 10px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.open_menu .hamburger-menu .bar {
    background: rgba(255, 255, 255, 0);
  }
.open_menu .hamburger-menu .bar::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.open_menu .hamburger-menu .bar::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

a.wpp-btn-mov {
    display: none;
}

a.wpp-btn-mov svg {
    fill: white;
    width: 32px;
    height: 32px;
}

.only-mobile button.cta-1 {   
    background: var(--main);
    padding: 0px 50px;
    font-size: 15px;   
}

.only-mobile {   
    display: none;
}


/*=============================================
MESSAGE SEND TY PAGE
=============================================*/
.bg-sent {
    background: #0F0E0E;
}
.i-mail:after, .i-mail .mail-anim:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 15px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.i-mail:before, .i-mail .mail-anim:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 6px;
  background: white;
}

.i-success:after, .i-success .success-anim:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 11px;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid #01f8a8;
  border-left: 2px solid #01f8a8;
  transform: rotate(-45deg);
}

.container-message {
  top: 50%;
  height: 100vh;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  margin: auto;
}

.animation-message {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-mail, .i-mail .mail-anim {
  width: 40px;
  height: 30px;
  border-radius: 5% 5%;
  border: 2px solid #ffffff;
  position: relative;
  animation: transformS 0.3s linear;
}
@keyframes transformS {
  50% {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
}
.i-mail .mail-anim {
  margin: -2px 0 0 -2px;
  animation: moveL 0.8s linear;
}
@keyframes moveL {
  100% {
    transform: translateX(220px) rotateY(90deg);
  }
}

.line {
  padding: 1px 210px;
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 15px 2px;
  background-repeat: repeat-x;
}

.i-success, .i-success .success-anim {
  width: 40px;
  height: 30px;
  border-radius: 5% 5%;
  border: 2px solid #28a745;
  position: relative;
  animation: transformB 0.3s 1.4s linear forwards;
}
.i-success:after, .i-success .success-anim:after {
  animation: transformBA 0.3s 1.4s linear forwards;
}
@keyframes transformB {
  50% {
    transform: scale(1.5, 1.5);
    background: #28a745;
  }
  100% {
    background: #00ed91;
  }
}
@keyframes transformBA {
  100% {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
}
.i-success .success-anim {
  margin: -2px 0 0 -2px;
  animation: moveR 0.8s 1s linear;
}
@keyframes moveR {
  0% {
    transform: translateX(-220px) rotateY(90deg);
  }
  50% {
    transform: translateX(0) rotateY(0);
  }
}

.message-animation {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  color: #fff;
}
/*=====  End of CONFIRMACION DE MENSAJE  ======*/


/*/ Responsive Area /*/

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

  .diplay-none{
    display: none;
  }


}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (min-width:992px){

.bg-home-form {

}

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){


}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){
.cl-10, .cl-20, .cl-25, .cl-30, .cl-35, .cl-40, .cl-45, .cl-50, .cl-55, .cl-60, .cl-70, .cl-80,  .cl-90{
       -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.section-home {
    min-height: inherit;

}

ul.tab_i {
    padding: 0;
    justify-content: space-between;
    display: flex;
}
li.item_t { 

    padding: 20px 0 10px;
    width: 25%;
}
.item_t img {
    max-width: 40px;
    max-height: 40px;
}
section#inicio svg {
    display: none;
}

li.item_t h6 {
    margin: auto;
    font-size: 13px;
}
section#proyectos {
    padding-top: 70px;
}
  a.wpp-btn-pc {
    display: none;
}

a.wpp-btn-mov {
    display: block;
    background: #4caf50;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    z-index: 9;
    border-radius: 50%;
}


.xs-none{
  display: none
}
.xs-block{
  display: block;
}
.box {

    margin-top: 0;

}
.container-menu {display: none;width: 100%;background: white;padding: 80px 40px 30px;}

ul.menu-mobile {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topbar {
  
    flex-wrap: wrap;
    padding: 0;
    background: white;
}
.part_mobile {
    display: block;
    margin-right: 15px;
}
.part_1 {
    width: 80%;
    height: 50px;
    overflow: hidden;
    position: relative;
}
ul.menu-mobile li a:not(.bt_1) {
    border-bottom: 1px solid #bdaeae;
    width: 100%;
    display: block;
}

a.bt_1.wpp {
    color: var(--main);
}

a.bt_1 {
    border: 2px solid;
    color: #e91e63;
    margin-bottom: 0;
    margin-left: inherit;
    padding: 3px 20px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    line-height: 2.5;
    display: block;
    text-align: center;
}
.open_menu .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #02020257;
    z-index: 3;
    left: 0;
    top: 0;
}
.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 87%;
    margin-top: 0;
    padding: 0;
    border-radius: 50%;
    width: 90px;
    background: #2f52d0;
    height: 90px!important;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #ffffff;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 27px;
    margin-left: 35px;
    border: medium inset transparent;
}
form#prospecto-servicio {
    background: var(--main);
    padding: 30px 29px;
    color: white;
    border-radius: 35px;
}
div#form {
    width: 100%;
    margin: auto;
}
.part_1 img {
    width: 195px;
    padding: 3px;
}
img.black {
    display: block;
}

img.white {
    display: none;
}

.only-mobile {
    margin-top: 10px;
    display: block;
}
}/*/Fin 767/*/

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:565px){
.bl_slider {
 
    overflow: hidden;
}
.titulo-1 {
font-size: 30px;
    text-align: center;

}
.wrap-1 p {
    text-align: center;
    padding: 0 40px;
    font-weight: 600;
}

button.cta-1 {    
    font-size: 15px;    
    margin: auto;
    display: block;
}

.section-titles.row-title {
    padding: 0 40px;
}
.wrap-1 {
    position: relative;
    top: inherit;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}
.part_2 {
    display: none;
}
.wrap-middle {
    height: inherit;
    position: relative;
    z-index: 2;
}
.section-home {

    position: relative;
}
.box-servicio-detail {
    width: 95%;
   
    padding: 30px;
    
}
section#inicio:after {
content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(6deg, #222222c2, #4a4a4a57);
    filter: brightness(0.5);
}

.content_box {
    padding: 20px 10px;
}
.titulo-2 {

    font-size: 25px;
}

#acreditaciones .row-sb {
    flex-direction: column-reverse;
}

}
