@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto:wght@400;700;900&display=swap');

body{
  font-family: 'Montserrat';
  font-weight: 400;
}

p, h1, h2 , h3, h4, h5, h6, a, li{  
  margin: 0;
}

a{
  text-decoration: none;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

p, a, li{
  color: #000000;
}

h1, h2 , h3, h4, h5, h6{
  color: #000;
}

img{
  max-width: 100%;
}

.container{
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  position: relative;
}

a{
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}


.intro-home{
  background: url(../img/home.jpg);
}

.intro-page{
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 150px;
}

.intro-page .container{
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
}

.texto-blanco{
  color: #fff;
}

.texto-intros {
  margin-top: -300px;
}

@media (max-width:767px){
  margin-top: 0px;
  }

.texto-intros h1{
  color: #f4c021;
  font-size: 60px;
}

.texto-intros h4{
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}

.texto-intros h2{
  color: #fd9b1f;
  font-size: 45px;
}

.texto-amarillo{
  color: #fdcb1f;
}

.naranjo{
  color: #f15a2b;
}

.texto-intros p{
  font-size: 22px;
  font-weight: 500;  
  padding-top: 30px;
  line-height: 1.3;
}

.sin-icon{
  padding-left: 0 !important;
}

.sin-icon li{
  list-style: none;
  padding-top: 60px;
}

.intro-home .texto-intros p{
  max-width: 483px;
}

.btn-top-intro{
  color: #fff;
    font-weight: 900;
    background: #f15a2b;
    padding: 20px 31px;
    line-height: 1;
    display: inline-block;
    font-size: 18px;
    border-radius: 32px;
    margin-top: 20px;
}

.btn-top-intro:hover{
  background: #fff;
  color: #f15a2b;
}

.home-01{
    background-color: #e0e0e0!important;
    padding-top: 80px;
    padding-bottom: 20px;
}

.pad-ochenta {
    padding-top: 100px;
    padding-bottom: 100px;
}

.laptop-section{
  background: #E5E5E5;
  overflow: hidden;
}

.h3-ama{
  font-size: 35px;
  background: #F4C021;
  border-radius: 160px 0px 0px 160px;
  padding: 20px 0px 20px 48px;
  margin-bottom: 85px;
}

.h3-ama:after{
  content: '';
  background: #F4C021;
  height: 80.25px;
  display: inline-block;
  width: 900px;
  position: absolute;
  top: 0;
}

.h3-ama_video{
  font-size: 30px;
  height: 40px;
  margin-bottom: 45px;
  background: #F4C021;
  border-radius: 160px 0px 0px 160px;
  padding: 20px 0px 20px 48px;
}

.h3-ama_video:after{
  content: '';
  background: #F4C021;
  height: 80.25px;
  display: inline-block;
  width: 900px;
  position: absolute;
  top: 0;
}

.laptop-ul{
  margin: 0;
  max-width: 630px;
}

.laptop-box{
  display: flex;
  width: 95%;
  max-width: 1617px;
  margin: auto;
  gap: 50px;
  align-items: flex-start;
}

.laptop-ul li{
  font-weight: 500;
  font-size: 22px;
}

.laptop-ul li span{
  position: relative;
  top: -3px;
}

.laptop-ul li::marker{
  color: #F15A2B;
  font-size: 36px;
  vertical-align: middle;
}

.globos-info{
  max-width: 950px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
  padding-top: 65px;
}

.globos-info img{
  margin-bottom: 70px;
}

.pierdas{
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 20px;
}

.titulos{
  font-size: 40px;
  padding-bottom: 15px;
  color: #f15a2b;
  z-index: 9999;
    position: relative;
}

.titulo-n{
  margin-bottom: -30px;
}

.sub-poder{
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
    max-width: 840px;
  padding-bottom: 120px;
}

.subtitulos{
  font-size: 22px;
  color: #f15a2b;
  font-weight: bold;
}

.subtitulos2{
  font-size: 25px;
  color: #000;
}

.home-05 .item img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.home-05 .item:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.box-logos{
  padding: 0 30px;
  box-sizing: border-box;
}

.home-05 .carousel-wrap{
  padding-top: 40px;
}

.logo-slide{
  position: absolute;
  right: 0;
  bottom: -53px;
}

.lista-blanca{
  padding-left: 5px;
    padding-top: 55px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 86px;
}

.lista-blanca li{
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
}

header{
  position: relative;
  width: 100%;
  background: #fff;
}

#footer-info a {
  vertical-align: middle;
  font-weight: bold;
  font-family: open sans;
  font-size: 14px;
}

#footer-info {
  text-align: left;
  color: #666;
  padding-bottom: 0px;
  padding-top: 0px;
}

#footer-info a:before {
    content: "";
    background: url(../img/iso_marketic.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0;
}

.logo img{
  max-width: 153px;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.iframe{
  background: #E5E5E5;
}

footer{
  background: #c3c2c2;
  padding: 80px 0;
}

footer a{
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height:25px;
}



footer {
    border-top: 28px solid #fd9b1f;
}


.logo-footer{
  max-width: 151px;
}

footer .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.texto-naranja{
  color: #f15a2b;
}

.owl-dots{
  text-align: center;
  padding-top: 15px;
  padding-right: 30px;
}

.owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    filter: Alpha(Opacity=30);
    opacity: .3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;
}

.owl-dot.active span, .owl-dot:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.separador-bottom{
  height:200px;
}

.center{
  text-align: center;
}

.intro-mobile{
  display: none;
}

@media (max-width:1440px){
  .logo img {
    max-width: 151px;
  }
  header .container {
      padding: 15px 0;
  }
  .texto-intros h1 {
      font-size: 45px;
  }
  .lista-blanca li {
    font-size: 18px;
  }
  .lista-blanca {
      padding-top: 50px;
      padding-bottom: 60px;
  }
  .btn-top-intro {
      padding: 15px 24px;
      font-size: 14px;
  }
  .intro-page {
      padding-top: 70px;
      padding-bottom: 130px;
  }
  .titulos {
    font-size: 33px;
  }
  .subtitulos2 {
      font-size: 22px;
  }
  .pierdas {
      font-size: 30px;
  }
  .h3-ama , .h3-ama_video{
    font-size: 30px;
  }
  .h3-ama:after {
    height: 74.5px;
  }
  .h3-ama_video:after {
    height: 80px;
    width: 112px;
    right: -110px;
  }
  .laptop-box img{
    max-width: 600px;
  }
  .laptop-ul li {
      font-size: 16px;
  }
  .laptop-ul li::marker {
      font-size: 32px;
  }
  .laptop-ul li span {
      position: relative;
      top: -4px;
  }
  footer {
      border-top: 20px solid #fd9b1f;
  }
  .pad-ochenta {
      padding-top: 80px;
      padding-bottom: 80px;
  }
}

@media (max-width:1200px){
  .h3-ama,.h3-ama_video {
      font-size: 24px;
  }
  .h3-ama:after {
      height: 67.59px;
  }
  .h3-ama_video:after {
    height: 80px;
    width: 24px;
    right: -20px;
  }
  .laptop-box img {
      max-width: 540px;
  }
  .laptop-ul li {
      line-height: 1.1;
  }
  .titulos {
      font-size: 28px;
  }
  .subtitulos2 {
      font-size: 18px;
  }
  .pierdas {
      font-size: 26px;
  }
}

@media (max-width:900px){
  .globos-info img {
      margin-bottom: 0;
  }
  .globos-info {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 60px;
  }
  .lista-blanca {
      padding-top: 30px;
      padding-bottom: 40px;
  }
  .intro-page {
      padding-top: 50px;
      padding-bottom: 100px;
  }
  .btn-top-intro {
      padding: 12px 20px;
  }
  .lista-blanca li {
      font-size: 16px;
  }
  .texto-intros h1 {
      font-size: 38px;
  }
  .h3-ama{
      font-size: 20px;
      margin-right: -22px;
  }
  .h3-ama_video {
      font-size: 16px;
      margin-right: -22px;
  }
  .h3-ama:after {
      display: none;
  }
  .h3-ama:after,.h3-ama_video:after {
      display: none;
  }
  .laptop-box {
    display: block;
  }
}

@media (max-width:767px){
  .pierdas {
      font-size: 22px;
  }
  .h3-ama {
    padding: 20px 10px 20px 30px;
  }
  #footer-info a {
      font-size: 13px;
  }
  .logo-footer {
      max-width: 120px;
  }

  .redes-footer a {
    color: #000;
    font-size: 22px;
    margin-right: 13px;
}
  .mail-foo{
    padding-top: 20px;
  }

  .redes-footer{
    padding-top: 15px;
  }
  .lista-blanca {
      padding-top: 30px;
      padding-bottom: 20px;
  }
  .intro-page {
      padding-top: 50px;
      padding-bottom: 0;
      background: #000;
  }
  .btn-top-intro {
      padding: 12px 16px;
      font-size: 12px;
  }
  .lista-blanca {
    padding-left: 15px;
  }
  .intro-mobile{
    display: block;
    vertical-align: bottom;
    margin-top: 15px;
  }
  .laptop-box img {
      max-width: 540px;
      width: 100%;
  }
  .titulo-n {
      margin-bottom: 30px;
  }
  .titulos {
      font-size: 26px;
  }
}