@import url("https://use.typekit.net/ywf3usj.css");

.navbar-dark .navbar-brand{
  cursor: pointer !important;
  position: relative !important;
  z-index: 9999 !important;
}

.loading{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 9999;
  text-align: center;
  padding-top: 5%;
}

.loading .sobre{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 30%;
  right: 0;
  background: rgba(0,0,0,0.9);
  transition: 9.5s ease;
  -o-transition: 9.5s ease;
  -webkit-transition: 9.5s ease;
}

.loading .sobre.action{
  left: 99%;
  transition: 9.5s ease;
  -o-transition: 9.5s ease;
  -webkit-transition: 9.5s ease;
}

.carousel-indicators.banner{
  display: none;
}

section#carrusel .flecha{
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 9999999;
}

section#carrusel .flecha img{
  width: 25px;
}

section#carrusel .flecha a{
  cursor: pointer;
  display: inline-block;
}

nav.navbar{
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.sticky-top{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

nav.navbar .logo{
  position: absolute;
  left: 200px;
}

.navbar-brand img{
  max-width: 150px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.navbar.achica{
  padding: 5px 0px!important;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.navbar.achica img{
  max-width: 120px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

nav.navbar ul li{
  margin-right: 20px;
}

nav.navbar ul li a{
  opacity: 0.7;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

nav.navbar ul li.active a{
  opacity: 1;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

nav.navbar ul li a:hover{
  opacity: 1;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

nav.navbar ul li:last-child{
  margin-right: 0px;
}

nav.navbar ul.social{
  position: absolute;
  right: 200px;
}

nav.navbar ul.social li a{
  background: #FFF;
  color: #000 !important;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

nav.navbar ul.social li a:hover{
  background: #FFCC00;
  color: #000 !important;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#carrusel .carousel-item h1{
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  margin-top: -10px;
  font-size: 3.5em;
}

#carrusel .carousel-item h1.font-weight-bold{
  font-family: effra, sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 2.73em;
}

section#que_hacemos h2, section#metodologia h2, section#partners h2, section#testimonios h2{
  font-family: effra, sans-serif;
  font-weight: 700 !important;
}
section#que_hacemos p.card-text{
  color: #999;
}
section#que_hacemos p.card-text span.adicional{
  display: none;
}
section#que_hacemos p.card-text span.vermas{
  display: inline-block;
  color: #EFB206;
  cursor: pointer;
}
section#que_hacemos .card{
  padding: 0 30px;
  margin-top: 8em;
}

section#metodologia{
  overflow: hidden;
}

section#metodologia p{
  opacity: .5;
}

.card{
    border: none !important;
}

.color-title{
    color:#FFCC00;
}

.partners{
    background-image: url("../img/partner-fondo-01.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.padd-rl{
    padding-right: 105px!important;
    padding-left: 105px!important;
}
.conversemos-child{
    height: 90vh;
    top: -5vh;
    z-index: 10;
}
.bd-lf{
    border-left: .25rem solid #FFCC00 !important;
}
.form-control{
    color: #FFF !important;
    background-color: #343a40 !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #FFF !important;
    padding: 0;
}
textarea {
    resize: none;
}
.testimonial_subtitle{
    color:#555555;
    font-size: 12px;
    font-style: italic;
}
.testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
}
.seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
.carousel-control-next {
    filter: invert(100%);
    top: 10% !important;
}
.carousel-control-prev {
    filter: invert(100%);
    right: 0!important;
    top: 0% !important;
    left: unset !important;
}
.carousel-control-prev, .carousel-control-next{
    bottom: 100%;
}
#contacto{
    overflow: hidden;
}
.carousel-inner.carousel-testimonios{
    width: 80%;
    margin: auto;
    min-height: 500px;
}
.arrow-left{
    padding-top: 83px;
    padding-left: 45px;
}
.arrow-right{
    padding-top: 8px;
    padding-left: 45px;
}

.bg-opacity{
    background-color: rgba(0,0,0,0.2);
    border: 1px rgba(255,255,255,0.2) solid;
}
.pd-bottom{
    padding-bottom: 50px;
}

.fondo{
    background-image: url("../img/fondo-banner-01.svg");
    background-repeat: no-repeat;
    background-size: 110%;
    background-position-y: bottom;
    height:100vh;
    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.card-div-rounded{
    height: 170px;
    width: 170px;
    background-color: #F6F6F6;
    margin-bottom: 1em;
}
.im-c{
    width: 100px;
}
.im-c-imbound{
    width: 80px;
}
.im-c-demand{
    width: 100px;
}
.im-c-social{
    width: 120px;
}
.im-c-crm{
    width: 110px;
}
.im-c-2{
    width: 90px;
}

.im-p{
    width: 160px;
}

footer .agradecimientos{
  font-size: 0.8em;
}

footer .agradecimientos a{
  color: #999;
}

.pd-medium{
    padding-top: 40px;
    padding-bottom: 40px;
}

.pd-last{
    padding-bottom: 59px;
    padding-top: 59px;
}
.color-black-opacity{
    color: rgba(0,0,0,0.5);
}
.color-opacity-icon{
    color: #ffffff;
    font-size: 20px;

}
.follow-ul>div>li.list-inline-item{
    background-color: rgba(0,0,0,0.3);
    padding: 5px;
    border-radius: 50%;
    height: 38px;
    width: 38px;
}
.certificados>ul>li>img{
    opacity: 1;
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}
.certificados>ul>li>img:hover{
    opacity: .5;
    transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}
.follow{
    margin-bottom: 10px;
}
.opacity-orange{
    background-color:#FFCC00;
    height: 600px;
}

.contact-heigth-1{
    height: 600px;
    padding-left: 0;
    padding-right: 0;
}

.contact-heigth-2{
    height: 630px;
}

.dis-bk{
    display: flex;
}
.testimonial_para>i{
    color:#000000;
}
.fa-quote-left{
    margin-right: 10px;
}
.fa-quote-right{
    margin-left: 10px;
}
.name-testimonial{
    font-size: 18px;
}
.testimonial_para{
    text-align: justify;
    height: 250px;
    font-size: 16px;
    color:#999999;
    font-style: italic;
    font-family: effra, sans-serif;
}
.title-testimonio{
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.center{
    padding-left: 10%;
    padding-top: 17%;
}

.banner-text{
    text-align: justify;
    width: 85%;
    font-family: effra, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    color: #848484;
}

.btn-black{
    background-color: #000000;
    color: #EFB206!important;
    border-radius: 20px;
    width: 210px;
}

.btn-black:hover{
    background-color: #FFCC00;
    color: #000!important;
}

.orange{
    color: #FFCC00;
}
.bg-orange{
    background-color: #FFCC00;
}
.text-orange{
    color: #FFCC00;
    font-family: myriad-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

nav.bg-black{
    background-color: #000000;
    color: #ffffff;
    padding: 15px 0 !important;
}

nav.bg-black{
    padding: 15px 0 !important;
}

.bg-black{
    background-color: #000000;
    color: #ffffff;
}
.contact-heigth-2>h4{
    padding-top: 30px;
    padding-bottom: 20px;
}

footer .term-condition p{
  margin-bottom: 0;
}

footer ul.follow-ul a i{
  margin-top: 5px;
}

footer .sello{
  display: inline-block;
}

footer ul.follow-ul li.list-inline-item:hover{
  background-color: #FFCC00;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

footer ul.follow-ul li.list-inline-item{
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

footer a.hubspot{
  margin-left: 15px;
}

footer a.hubspot img{
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

footer a.hubspot img:hover{
  margin-top: -10px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

body.contacto{
  background-image: url(../img/fondo-contacto.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0em -35em;
}

body.contacto #contacto{
  padding-top: 15%;
  position: relative;
  z-index: 5;
}

body.contacto #contacto .cont-contact{
  width: 20%;
  margin: auto;
  padding: 4em 0em;
}

body.contacto #contacto .cont-contact h2{
  padding-top: 0;
  margin-top: 0 !important;
}

body.contacto .filtro{
  background-color: #ffcc00;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .8;
}

body.inicio section#contacto .bg-black{
  padding: 0px 10em;
  text-align: center;
}

body.inicio section#contacto .bg-black a{
  background-color: #EFB206;
  color: #000000!important;
  border-radius: 50px;
  padding: 1.5em 2em;
  width: 170px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  margin: auto;
  margin-top: 3em;
  display: inherit;
}

body.inicio section#contacto .bg-black a:hover{
  text-decoration: none;
}

body.inicio section#contacto .bg-black h2{
  margin-top: 4em!important;
}

footer ul li.list-inline-item{
  margin-bottom: 5px;
}

@media only screen and (max-width:1680px){
  body.inicio section#contacto .bg-black{
    padding: 0px 7em;
  }
  section .cta{
    margin: 4em;
  }
  section#metodologia .cta{
    margin: 1em;
    margin-bottom: 2em;
  }
  body.contacto{
    background-position: 0em -19em;
  }
  body.contacto #contacto{
    padding-top: 11%;
  }
  body.contacto #contacto .cont-contact{
    width: 30%;
  }
  body.contacto #contacto .bg-black{
    background-color: rgba(0,0,0,.4);
  }
  body.contacto #contacto input, body.contacto #contacto textarea{
    background-color: transparent;
    color: #FFF !important;
  }
  body.contacto #contacto input::placeholder, body.contacto #contacto textarea::placeholder{
    color: #FFF;
  }
  body.contacto #contacto input[type="submit"]{
    background: #EFB206;
    color: #000 !important;
  }
}

@media only screen and (max-width:1440px){
  body.inicio section#contacto .bg-black h2{
    margin-top: 3em!important;
  }
  body.inicio section#contacto .bg-black{
    padding: 0px 5em;
  }
  body.contacto #contacto {
    padding-top: 8.5%;
  }
  body.contacto {
    background-position: 0em -15em;
  }
  body.contacto #contacto .cont-contact{
    padding: 3em 0em;
  }
  body.inicio section#contacto .bg-black h2{
    margin-top: 4em!important;
  }
}

@media only screen and (max-width: 1362px){
  body.contacto {
    background-position: 0em -11em;
  }
  body.contacto #contacto .cont-contact{
    margin-bottom: 2em;
  }
  body.inicio section#contacto .bg-black{
    padding: 0px 4em;
  }
}

@media only screen and (max-width: 1024px){
  body.contacto {
    background-position: 0em -5em;
  }
  body.contacto #contacto{
    padding-top: 10.5%;
  }
  body.contacto #contacto .cont-contact{
    width: 50%;
  }
  nav.navbar ul.social{
    right: 100px;
  }
  nav.navbar .logo{
    left: 100px;
  }
}

@media only screen and (max-width: 375px){
  body.contacto #contacto .cont-contact{
    padding-bottom: 3em !important;
    margin-bottom: 0 !important;
    width: 100%;
    padding-top: 6em;
  }
  body.contacto {
    background-position: 0em 0em;
  }
  body.contacto #contacto{
    padding-top: 0;
  }
  body.inicio section#contacto .bg-black h2{
    margin-top: 3em!important;
  }
}


/* Form Hubspot */
.hbspt-form{
    text-align: center;
    margin: 0 auto;
}

#label-firstname-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#label-lastname-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#label-email-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#label-phone-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#label-company-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#label-website-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#label-message-5b3cdd8d-45ac-47fc-90dd-2359313b0a73{
    display: none;
}
#firstname-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#lastname-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#email-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#phone-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#company-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#website-5b3cdd8d-45ac-47fc-90dd-2359313b0a73,
#message-5b3cdd8d-45ac-47fc-90dd-2359313b0a73{
    background-color: black;
    border: none;
    border-bottom: 1px #ffffff solid;
    color: #ffffff!important;
    width: 80%;
    margin-bottom: 20px;
}

.hs-button{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .8em 2em;
    font-size: 1.2em;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #212529;
    background-color: #EFB206;
    border-color: transparent;
    border-radius: 50px;
    width: 200px;
}
.no-list.hs-error-msgs.inputs-list{
    list-style: none;
    margin-bottom: 0;
    font-size: 12px;
    margin-top: -15px;
}

/* End form Hubspot */

.w-30{
    width: 50px;
}
.title-cert{
    padding-bottom: 10px;
}

.carousel-indicators{
    margin-bottom: 2.5rem;
}

.carousel-indicators.banner>li{
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border:1px;
}
.carousel-indicators.banner .active{
    border:1px #555555 solid;
}

.hg-logo{
    height: 70px;
    width: 75px;
}

.hg-90{
    height: 90px;
    width: 90px;
}
.text-logo{
    font-size: 18px;
}

.pd-lf{
    padding-left: 15px;
}

#carrusel .elemento-02{
  position: absolute;
  z-index: 888;
  animation-name: mov-el-02;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  right: 34%;
  bottom: 25%;
  transform: rotate(0deg);
  animation-timing-function: ease;
}

#carrusel .elemento-03{
  position: absolute;
  right: 34%;
  bottom: 24%;
  z-index: 8;
  animation-name: mov-el-03;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

#carrusel .particula-01{
  position: absolute;
  right: 28%;
  top: 15%;
  z-index: 8;
  animation-name: particlua-01;
  animation-duration: 55s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

#carrusel .particula-01 img{
  width: 30px;
}

#carrusel .particula-02{
  position: absolute;
  right: 14%;
  top: 17%;
  z-index: 8;
  animation-name: particlua-02;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

#carrusel .particula-02 img{
  width: 10px;

}

.img-banner-up-2{
  position: relative;
  z-index: 9;
}

#carrusel .particula-03{
  position: absolute;
  z-index: 5;
  right: 20%;
  top: 17%;
  animation-name: particlua-03;
  animation-duration: 60s;
  animation-iteration-count: 2;
  animation-direction: alternate;
  animation-timing-function: ease;
}

#carrusel .particula-03 img{
  width: 15px;
}

#carrusel .particula-04{
  position: absolute;
  z-index: 5;
  right: 14%;
  top: 28%;
  animation-name: particlua-04;
  animation-duration: 60s;
  animation-iteration-count: 2;
  animation-direction: alternate;
  animation-timing-function: ease;
}

#carrusel .particula-04 img{
  width: 15px;
}

#carrusel .particula-05{
  position: absolute;
  z-index: 5;
  right: 18%;
  top: 38%;
  animation-name: particlua-05;
  animation-duration: 40s;
  animation-iteration-count: 2;
  animation-direction: alternate;
  animation-timing-function: ease;
}

#carrusel .particula-05 img{
  width: 35px;
}

#carrusel .particula-06{
  position: absolute;
  z-index: 5;
  right: 29%;
  top: 35%;
  animation-name: particlua-06;
  animation-duration: 40s;
  animation-iteration-count: 2;
  animation-direction: alternate;
  animation-timing-function: ease;
}

#carrusel .particula-06 img{
  width: 45px;
}

#carrusel .particula-07{
  position: absolute;
  z-index: 5;
  right: 36%;
  bottom: 50%;
  animation-name: particlua-07;
  animation-duration: 40s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

#carrusel .particula-07 img{
  width: 30px;
}

@keyframes mov-el-02 {
  0%   {right: 34%; bottom: 25%;}
  50%  {right: 34%; bottom: 26%;}
  100% {right: 34%; bottom: 25%;}
}

@keyframes mov-el-03 {
  0%   {opacity: 1;}
  50%  {opacity: 0.3;}
  100% {opacity: 1;}
}

@keyframes particlua-01 {
  0%   {right: 28%; top: 15%;}
  30%  {right: 32%; top: 15%; transform: rotate(45deg);}
  60%  {right: 34%; top: 16%; transform: rotate(90deg);}
  100% {right: 28%; top: 15%;}
}

@keyframes particlua-02 {
  0%   {right: 14%; top: 17%;}
  50%  {right: 8%; top: 15%;}
  100% {right: 14%; top: 17%;}
}

@keyframes particlua-03 {
  0%   {right: 20%; top: 17%;}
  50%  {right: 25%; top: 28%; transform: rotate(-180deg);}
  100%  {right: 32%; top: 23%;}
}

@keyframes particlua-04 {
  0%   {right: 14%; top: 25%;}
  50%  {right: 17; top: 15%; transform: rotate(-360deg);}
  100%  {right: 22%; top: 20%;}
}

@keyframes particlua-05 {
  0%   {right: 18%; top: 38%;}
  100%  {right: 7%; top: 33%; transform: rotate(-180deg);}
}

@keyframes particlua-06 {
  0%   {right: 29%; top: 35%;}
  100%  {right: 41%; top: 33%;}
}

@keyframes particlua-07 {
  0%   {right: 36%; bottom: 50%;}
  50%  {right: 38%; bottom: 46%; transform: rotate(90deg);}
  100%  {right: 32%; bottom: 34%;}
}

#carrusel .elemento-02 img{
  width: 200px;
}

#carrusel .elemento-03 img.sombra{
  width: 200px;
}

/* Responsive */
@media only screen and (min-width:769px){/* Desktop */
    .hide-desktop{
        display: none;
    }

    .img-banner-up-2{
      margin-left: 19%;
      margin-top: 19%;
      width: 450px;
    }
}

@media only screen and (min-width:1900px){
    .img-banner-up-2{
      margin-left: 30%;
      margin-top: 40%;
      width: 400px;
    }
    .caption-banner{
      padding-left: 20%;
    }
    nav.bg-black{
    }
    nav.navbar .logo{
      left: 200px;
    }
    .bg-contact-1{
      background-position: top !important;
    }

    .bg-contact-2{
      background-position: top !important;
    }
}

@media only screen and (max-width:768px){/* Tablet y Mobile */
    .hide-mobile{
        display: none;
    }
    .center-mobile{
        text-align: center;
    }
    .color-title{
        font-size: 30px;
    }
    .img-banner-up{
        margin-left: 40%;
        margin-top: 0%;
    }
}
@media only screen and (min-width:476px){/* Tablet y Desktop */
    .hide-only-desktop{
        display: none;
    }
}
@media only screen and (min-width:476px) and (max-width:768px){ /* Tablet */
    .logos, .adrress-cert, .sche-follow{
        display: flex;
        text-align: center;
    }
    .contact-heigth-1{
        display: none;
    }

}

@media only screen and (max-width:475px){/* Mobile */
.partners{
    background-image: url("../img/partner-fondo-smart-01.webp")!important;
    background-size: 100%;
    background-repeat: initial;

}
    .hide-only-mobile{
        display: none;
    }
    .loading{
        display: none!important;
    }
    .img-banner-up{
        margin-left: 40%;
        margin-top: 10%;
    }
    h1{
        font-size: 1.5em;
    }
    .contact-heigth-1{
        display: none;
    }

    .container.testimonios{
        padding-left: 50px;
        padding-right: 50px;
    }
    .carousel-control-next{
        top: 2% !important;
    }
    .pd-last{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .pd-medium{
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .center-mobile{
        text-align: center;
    }
    .card-div-rounded{
        height: 150px;
        width: 150px;
    }
    .im-c{
        width: 80px;
    }
}
@media only screen and (max-width:320px){/* Mobile XS */
    .img-banner-up{
        margin-left: 30%;
        margin-top: 10%;
        width: 150px;
    }
}
/* End responsive */

section#metodologia .card-div-method{
    height: 280px;
    width: 280px;
    background-color: #FFCC00;
    overflow: hidden;
    opacity: 0.4;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

section#metodologia .pb{
    margin-bottom: 5em;
    background: #fff;
    overflow: hidden;
}

section#metodologia .bg-orange{
    margin-bottom: 5em;
}

section#metodologia h2.sub-title-method{
    margin-top: 0em;
}

section#metodologia .row:hover .card-div-method{
    opacity: 1;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#method-img1{
    margin-left: -55px;
    max-height: 211px;
    margin-top: 31px;
}

#method-img2{
    margin-left: 50px;
}

#method-img3{
    margin-left: -16px;
    max-height: 290px;
}

#method-img4{
    margin-left: 24px;
    height: 259px;
    padding-top: 20px;
}

#method-img5{
    margin-left: -127px;
    max-height: 308px;
    margin-top: -10px;
}

#method-img-6{
    max-height: 252px;
    margin-top: 10px;
    margin-left: 8px;
}

.number-method{
    font-size: 36px;
}

.sub-title-method{
    font-size: 28px;
}

.bg-contact-1{
  height: 600px;
  background-image: url(../img/contacto-fondo-01-01.webp);
  background-color: #ffcc00;
  background-position: center -270px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-contact-2{
  background-image: url(../img/contacto-fondo-02-01.webp);
  height: 600px;
  background-color: #ffcc00;
  background-position: center -290px;
  background-size: cover;
  background-repeat: no-repeat;
}

.loading img.normal{
  display: block;
}
.loading img.smartphone{
  display: none;
}

.testimonial_para{
  min-height: 200px;
}

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

.follow-ul>div>li.list-inline-item{
  display: inline-block !important;
}

footer ul.follow-ul li.list-inline-item{
  text-align: center;
}

footer{
  padding-top: 3em;
}

footer .bg-black{
  margin-top: 2em !important;
  padding-left: 120px;
  padding-right: 120px;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

section .cta{
  text-align: center;
  margin: 5em;
  margin-bottom: 8em;
}

section .cta a{
  text-decoration: none;
  font-size: 1.2em
}

section#metodologia{
  background: #fbfbfb;
  padding-bottom: 5em;
}

section .cta a{
  background-color: #EFB206;
  color: #000000!important;
  border-radius: 50px;
  padding: 1.5em 2em;
  width: 210px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

section .cta a:hover{
  background-color: #000000;
  color: #fff!important;
  text-align: left;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.card-body{
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  padding: 3em 2.25rem;
  padding-top: 7em;
  background: #fff;
  text-align: left;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  position: relative;
  min-height: 365px;
}

.card:hover .card-body{
  box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.card:hover .card-div-rounded{
  margin-top: -6em;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.card-div-rounded{
  position: absolute;
  left: 0;
  z-index: 2;
  right: 0;
  margin-top: -5em;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

.card-body .font-weight-bold{
  text-align: left !important;
}

.loading img.normal{
  margin: auto;
}

section#metodologia h2{
  margin-top: 3em;
}

footer .sello img{
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

footer .sello img:hover{
  margin-top: -10px;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

footer .certificados{
  margin-bottom: 40px;
  height: auto;
  overflow: auto;
}

.term-condition span{
  font-size: .8em;
}

.term-condition span a{
  color: #FFF;
}

.term-condition p.derechos{
  margin-top: 15px;
}

@media only screen and (min-width:1441px){
  .loading img.normal{
    width: 50%;
    margin-top: 6em;
  }
  .img-banner-up-2{
    margin-left: 20%;
    margin-top: 18%;
    width: 55%;
  }
  .caption-banner{
    font-size: 1.2em;
    padding-left: 15%;
  }
  .banner-text{
    width: 55%;
  }
  .caption-banner .btn-black{
    border-radius: 40px;
    padding: 1em;
  }
  .fondo{
    height: 100vh;
  }

  .loading .sobre{
    transition: 13s;
    -o-transition: 13s;
    -webkit-transition: 13s;
  }

  .loading .sobre.action{
    transition: 13s;
    -o-transition: 13s;
    -webkit-transition: 13s;
  }
  section#que_hacemos .card{
    padding: 0;
  }
  .card-body .font-weight-bold{
    text-align: center;
  }
  .bg-contact-1{
    background-position: bottom;
  }

  .bg-contact-2{
    background-position: bottom;
  }
}

@media only screen and (max-width:1440px){
  section#que_hacemos .cta{
    margin: 2em;
    margin-bottom: 5em;
  }
  section#metodologia .cta{
    margin: 1em;
    margin-bottom: 1em;
  }
  .card-body{
    min-height: 360px;
  }
  section#que_hacemos .card{
    padding: 0;
  }
  .bg-contact-1{
    background-position: bottom;
  }

  .bg-contact-2{
    background-position: bottom;
  }
  .loading img.normal{
    width: 50%;
    margin-top: 6em;
  }
  #carrusel .elemento-02{
    position: absolute;
    z-index: 9;
    animation-name: mov-el-02;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    right: 32%;
    bottom: 18%;
  }

  #carrusel .elemento-03{
    position: absolute;
    right: 31%;
    bottom: 15%;
    z-index: 8;
  }

  @keyframes mov-el-02 {
    0%   {right: 31%; bottom: 18%;}
    50% {right: 31%; bottom: 19%;}
    100% {right: 31%; bottom: 18%;}
  }

  #carrusel .elemento-02 img{
    width: 150px;
  }

  #carrusel .elemento-03 img.sombra{
    width: 150px;
  }
}

@media only screen and (max-width:500px){
  #carrusel .elemento-03, #carrusel .elemento-02, #carrusel .particula-01, #carrusel .particula-02, #carrusel .particula-03, #carrusel .particula-04, #carrusel .particula-05, #carrusel .particula-06, #carrusel .particula-07{
    display: none;
  }
  .datos-testimonio{
    text-align: center;
  }
  .testimonial_para{
    min-height: 230px !important;
  }
  .loading .sobre{
    background: rgba(0,0,0,0.9);
  }
  .loading img.normal{
    width: 100%;
    margin-top: 10em;
  }
  nav.bg-black{
    padding: 10px 0 !important;
  }
  nav.navbar .logo{
    display: block;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    left: 0;
  }
  nav.navbar .navbar-toggler{
    float: right;
    margin-top: 5px;
  }
  .supermenu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
    padding: 5em 0em;
    display: none;
  }
  nav.navbar ul.social{
    position: relative;
    right: 0;
    text-align: center;
  }
  ul.navbar-nav{
    margin: 2em 0em;
  }
  ul.navbar-nav li.nav-item a{
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.2);
    margin-bottom: 5px;
  }
  ul.navbar-nav li.nav-item.active a{
    background: rgba(255, 255, 255, 0.1);
  }
  nav.navbar ul li{
    margin-right: 0;
  }
  #carrusel .carousel-item h1{
    font-size: 2em;
  }
  #carrusel .carousel-item h1.font-weight-bold{
    font-size: 1.73em;
    margin-top: 0px;
  }
  .caption-banner{
    padding-top: 30%;
  }
  section .cta{
    margin: 1em 0em;
    margin-bottom: 4em;
  }

  section .cta a{
    padding: 1em 2em;
  }
  .banner-text{
    margin-top: 10px;
    line-height: 21px;
  }
  .fondo{
    background-size: 230%;
    background-position: bottom;
  }
  .img-banner-up{
    margin-left: 30%;
    margin-top: 5%;
    width: 70%;
  }
  section#que_hacemos .card{
    margin-top: 3em;
    padding: 0 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  section#que_hacemos .bg-orange{
    margin-bottom: 5em;
  }
  section#que_hacemos .card-body{
    box-shadow: none;
    border-top: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 6em;
  }
  section#que_hacemos .cta{
    margin-top: -3em;
  }
  .card-body .font-weight-bold{
    text-align: center !important;
  }
  section#metodologia .pb{
    background: transparent !important;
  }
  section#metodologia .card-div-method{
    width: 280px !important;
  }
  section#que_hacemos p.card-text{
    text-align: center;
  }
  section#metodologia .card-div-method{
    height: 240px;
    width: 240px;
  }
  section#que_hacemos h2, section#metodologia h2, section#partners h2, section#testimonios h2{
    text-align: left;
    font-size: 1.3em;
  }
  .number-method{
    display: block;
  }
  section#metodologia p{
    text-align: left;
    margin-bottom: 2em;
  }
  section#partners .bg-opacity{
    width: 80%;
    min-height: 200px;
  }
  footer{
    text-align: center;
  }
  .bd-lf{
    border:none !important;
  }
  footer .sello{
    text-align: center;
  }
  footer .sello img{
    margin: auto;
  }
  .follow-ul>div>li.list-inline-item{
    display: inline-block !important;
  }
  section#metodologia .center-mobile{
    width: 80% !important;
    margin: auto !important;
  }
  section#metodologia .pb{
    margin-bottom: 0 !important;
  }
  footer ul.follow-ul{
    margin-top: 2em;
  }

  footer .bg-black{
    padding-left: 30px;
    padding-right: 30px;
  }


}

footer .logos a img{
  width: 60px !important;
}
