/*
* Hoja de estilos landings punto de venta
* @autor Sebastian Ramirez
* @date 13/08/2019
*/
/*
* Custom styles slick slider
*/
/*
* Shape superior
*/
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(3px);
            transform: translatey(3px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-o-keyframes float {
  0% {
    -o-transform: translatey(0px);
       transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(3px);
       transform: translatey(3px);
  }
  100% {
    -o-transform: translatey(0px);
       transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
         -o-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(3px);
         -o-transform: translatey(3px);
            transform: translatey(3px);
  }
  100% {
    -webkit-transform: translatey(0px);
         -o-transform: translatey(0px);
            transform: translatey(0px);
  }
}
#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.71);
  z-index: 99;
}
#loader img {
  position: absolute;
  width: 10%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body {
  min-width: 360px;
}
body section {
  max-width: 100%;
}
h1 {
  font-size: 4em;
}
h2 {
  font-size: 3.5em;
}
h3 {
  font-size: 1.7em;
}
header {
  height: 90px;
  padding: 20px 35px;
  position: relative;
}
.logoSingular img {
  padding: 5px;
  width: 70%;
}
.menu ul {
  padding-left: 0;
}
.menu li {
  color: #C34125;
  display: inline-block;
  font-size: 0.7em;
  padding: 20px 10px;
  text-align: center;
}
.menu li a {
  color: #C34125;
  font-weight: 600;
  text-decoration: none;
}
.menu li a:hover {
  color: #F39200;
}
.logoClaro img {
  float: right;
  width: 60px;
}
.titleShop {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.titleShop span {
  position: inherit;
  float: left;
  left: 50%;
  /*top: 50%;*/
  /* estilo por día sin IVA*/
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.titleShop h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  margin-bottom: 0;
}
.titleShop h1 {
  color: #ffffff;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  margin-top: 0;
}
.titleShop h2 {
  color: #ffffff;
  text-align: center;
  color: #F39200;
  margin-top: 0;
}
.titleShop h2:after {
  border-bottom: 2px solid #ffffff;
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
}
.left {
  padding: 0 5%;
}
.left h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 200;
  margin-bottom: 0;
}
.left h2 {
  color: #ffffff;
  text-align: center;
  color: #F39200;
  margin-top: 0;
}
.left h1 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  margin-top: 0;
}
.left p {
  background-color: #F39200;
  border-radius: 5px;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  padding: 10px;
  line-height: 1.2;
}
.left ul {
  list-style-type: none;
  /*margin-left: 25%;*/
  /* estilos días sin IVA*/
  margin-left: 15%;
}
.left ul li i {
  color: #F39200;
}
.left ul li h3 {
  font-size: 1.2em;
  font-weight: 100;
  font-family: 'Open';
  line-height: 1.5;
  text-align: left;
  padding-top: 5px;
  margin-top: 15px;
}
#slider {
  margin: 0;
  padding: 0;
}
.slick-slider {
  /*height: 480px;*/
  /* estilo por día sin IVA*/
  height: 250px;
  overflow: hidden;
}
.slick-slider:focus {
  outline: 0;
}
.slick-track:focus {
  outline: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-slide:focus {
  outline: 0;
}
.slick-current:focus {
  outline: 0;
}
.slick-active:focus {
  outline: 0;
}
.slick-prev {
  display: none;
}
.slick-next {
  display: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  bottom: 25%;
  left: 15%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.slick-dots li button:before {
  color: #F39200;
  background-color: #F39200;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #ffff;
  background-color: #ffff;
  opacity: 1;
}
.sectionShapeSlide {
  position: absolute;
  width: 100%;
  bottom: -10px;
  z-index: 3;
}
#services {
  background: -webkit-linear-gradient(270deg, #c34125, #cb4d24, #f7931e);
  background: -o-linear-gradient(270deg, #c34125, #cb4d24, #f7931e);
  background: linear-gradient(180deg, #c34125, #cb4d24, #f7931e);
}
.services {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 960px;
}
.service {
  cursor: pointer;
  display: inline-block;
  height: 185px;
  margin: 0 -1px;
  text-align: center;
  width: 20%;
}
.service h6 {
  color: #ffffff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bolder;
  position: relative;
}
.service:hover .scaling-svg {
  -webkit-animation: float 1s ease-in-out infinite;
       -o-animation: float 1s ease-in-out infinite;
          animation: float 1s ease-in-out infinite;
}
.service:hover .cls-2 {
  fill: #00919F;
  stroke: #00919F;
  stroke-width: 2.3px;
}
.service:hover h6 {
  color: #00919F;
}
.service.movil:hover {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
}
.service.hogar:hover {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  background-image: url('../../img/landing/hover_service2.svg');
}
.service.negocios:hover {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  background-image: url('../../img/landing/hover_service3.svg');
}
.service.tecnologia:hover {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  background-image: url('../../img/landing/hover_service4.svg');
}
.service.cloud:hover {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  background-image: url('../../img/landing/hover_service5.svg');
}
.keepHover {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  opacity: 1;
}
.keepHover .cls-2 {
  fill: #00919F;
  stroke: #00919F;
  stroke-width: 2.3px;
}
.keepHover h6 {
  color: #00919F;
}
.keepHoverHogar {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  opacity: 1;
  background-image: url('../../img/landing/hover_service2.svg');
}
.keepHoverNegocios {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  opacity: 1;
  background-image: url('../../img/landing/hover_service3.svg');
}
.keepHoverTecnologia {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  opacity: 1;
  background-image: url('../../img/landing/hover_service4.svg');
}
.keepHoverCloud {
  background-image: url('../../img/landing/hover_service1.svg');
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.98;
  opacity: 1;
  background-image: url('../../img/landing/hover_service5.svg');
}
.cls-1 {
  opacity: 0.8;
}
.cls-2 {
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 1.3px;
}
.scaling-svg-container {
  position: relative;
  height: 0;
  margin-top: 35%;
  padding: 0;
  padding-bottom: 25%;
}
.scaling-svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.phoneBg {
  background: url('../../img/landing/phone.svg');
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 60% 60%;
          background-size: 60%;
  opacity: 0.25;
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
}
.descServices {
  max-width: 960px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin: 20px auto 11%;
  padding: 10px;
}
.descServices article {
  width: 100%;
  border: 1px solid #00919F;
  border-radius: 20px;
  padding: 20px;
  overflow: auto;
  display: none;
}
.descServices article ul {
  padding-left: 5%;
  border-right: 1px solid #00919F;
}
.descServices article ul:last-child {
  border-right: none;
}
.descServices article ul li {
  list-style-type: none;
}
.descServices article ul li:nth-child(n+2) {
  font-size: 1.2em;
  margin: 2px 0;
}
.descServices article ul li:first-child {
  margin-left: -20px;
}
.descServices article ul li i {
  color: #F39200;
  margin-right: 10px;
}
.descServices article ul h3 {
  margin-top: 10px;
  display: inline-block;
}
.sectionShapeServices img {
  width: 100%;
}
#findUs {
  text-align: center;
}
#commercialAdvisors {
  text-align: center;
  background-image: url('../../img/landing/bg_local.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
  position: relative;
}
#commercialAdvisors::after {
  content: "";
  width: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 0;
}
.findUs .title {
  margin-top: 40px;
}
.title {
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title:after {
  content: "";
  border: 1px solid #F39200;
  width: 100%;
  margin: 0 auto;
  display: block;
}
#puntos {
  margin: 0 auto;
  width: 80%;
}
#map-canvas {
  margin: 8% 0;
  height: 480px !important;
}
.containerTitle {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5%;
}
.containerTitle h3 {
  margin-top: 5%;
}
.advisorsSlider {
  width: 80%;
  margin: 8% auto 0;
  height: 300px;
  z-index: 2;
}
.advisorsSlider .slick-dots {
  bottom: 0;
  left: 50%;
}
.advisor span {
  border-radius: 150px;
  display: block;
  height: 180px;
  margin: 12px auto;
  overflow: hidden;
  width: 180px;
}
.advisor img {
  width: 100%;
}
.advisor p {
  background-color: #C34125;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
}
.sectionShapeAdvisors {
  position: absolute;
  width: 100%;
  bottom: -10px;
  z-index: 1;
}
#contactUs {
  background: -webkit-linear-gradient(270deg, #d96322 44%, #cf5423, #cb4d24);
  background: -o-linear-gradient(270deg, #d96322 44%, #cf5423, #cb4d24);
  background: linear-gradient(180deg, #d96322 44%, #cf5423, #cb4d24);
}
#contactUs .container:first-child {
  text-align: center;
}
#contactUs .container:nth-child(2) {
  margin-top: 20px;
  padding-bottom: 5%;
}
#contactUs .title {
  margin-top: 7%;
  color: #ffffff;
}
.container .left {
  margin-top: 5%;
}
.container .right {
  margin-top: 5%;
}
.right {
  padding: 0 8%;
}
.contactForm {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px 30px 15px;
  overflow: hidden;
}
.contactForm label {
  color: #00919F;
  font-weight: 300;
  margin-top: 10px;
  width: 100%;
}
.contactForm input {
  border-bottom: 1px solid #00919F;
  border-top: none;
  border-left: none;
  border-right: none;
  font-weight: 300;
  margin-top: 10px;
  width: 100%;
}
.contactForm input:focus {
  outline-offset: 0;
  outline: 0;
}
.contactForm textarea {
  width: 100%;
  height: 200px;
  border-color: #00919F;
}
.contactForm textarea:focus {
  outline-offset: 0;
  outline: 0;
}
.contactForm button {
  float: right;
  font-weight: bold;
  background-color: #00919F;
  color: #ffffff;
  padding: 5px 20px;
  margin-top: 20px;
  border: none;
}
.separator {
  background-color: #F39200;
  width: 100%;
  height: 5px;
  display: block;
}
.toTop {
  cursor: pointer;
  display: none;
  font-size: 2.5em;
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 5;
}
.toTop a {
  color: #ffffff;
  text-shadow: 0px 1px 5px #191919;
}
footer {
  margin: 0;
  background-color: #C34125;
  color: #ffffff;
  padding: 0 0 10px 0;
  text-align: center;
}
footer::before {
  display: none;
}
footer img {
  width: 28px;
}
footer p {
  display: inline-block;
  margin-top: 15px;
  font-size: 0.9em;
  font-stretch: expanded;
  margin-left: 5px;
}
.containerImg {
  display: inline-block;
  margin-top: 15px;
}
.header.mobile {
  display: none;
}
.whatsApp {
  display: none;
}
.productsPDV {
  background-color: #ffffff;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .menu li {
    font-size: 1em;
    padding: 3%;
  }
}
@media (max-width: 1200px) {
  .advisor span {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 5px;
    height: auto;
  }
  .header {
    display: none;
  }
  .header i {
    color: #C34125;
    font-size: 2em;
    margin-top: 15px;
  }
  .header.mobile {
    display: inline-block;
    width: 100%;
  }
  .logoSingular {
    text-align: center;
  }
  .logoSingular img {
    width: 50%;
  }
  .logoClaro img {
    width: 50px;
  }
  #menuMobile {
    display: none;
  }
  .menu {
    background-color: #C34125;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 6;
  }
  .menu li {
    width: 100%;
    font-size: 1em;
  }
  .menu li a {
    color: #fff;
    text-shadow: none;
  }
  .titleShop {
    width: 100%;
  }
  .titleShop h3 {
    font-size: 1.5em;
  }
  .titleShop h2 {
    font-size: 2em;
  }
  .sectionShapeSlide {
    bottom: -1px;
  }
  .slick-slider {
    /*height: 300px;*/
    /* estilo días sin IVA */
    height: 200px;
  }
  .slick-dots {
    bottom: 10%;
    left: 50%;
  }
  .services {
    display: block;
    padding: 0 15px;
  }
  #services {
    z-index: 1;
  }
  .service {
    height: 150px;
    margin-top: 15px;
    width: 33%;
  }
  .service h6 {
    font-size: 1.3em;
  }
  .service.movil:hover {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .service.hogar:hover {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .service.negocios:hover {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .service.tecnologia:hover {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .service.cloud:hover {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .keepHover {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .keepHoverHogar {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .keepHoverNegocios {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .keepHoverTecnologia {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .keepHoverCloud {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
  }
  .scaling-svg-container {
    margin-top: 20%;
  }
  .descServices article ul {
    border-right: none;
    border-bottom: 1px solid #00919F;
    margin-bottom: 10px;
    padding: 0 0 15px 20px;
  }
  .descServices article ul:last-child {
    border: none;
  }
  .phoneBg {
    display: none;
  }
  .productsPDV {
    padding-top: 0;
  }
  #findUs {
    margin-top: 50px;
  }
  #map-canvas {
    height: 350px !important;
    margin: 20% 0;
  }
  #puntos {
    width: 90%;
  }
  .advisorsSlider {
    margin-top: 15%;
    height: 300px;
  }
  #contacUs {
    padding-top: 10%;
  }
  #contactUs .title {
    margin-top: 15%;
  }
  .left ul {
    margin-left: 15%;
  }
  .left ul li h3 {
    font-size: 1em;
  }
  .container .right {
    margin-top: 10%;
  }
  .right {
    padding: 0;
  }
  footer {
    padding-bottom: 30px;
  }
  footer img {
    width: 40px;
  }
  footer p {
    width: 90%;
  }
  .containerImg {
    width: 10%;
  }
  .toTop {
    bottom: 15px;
  }
  .whatsApp {
    display: block;
    background-color: #fff;
    margin: 10% 0 0 25%;
    padding: 5px 10px;
    border-radius: 0 0 13px 13px;
    width: 30%;
  }
  .whatsApp a {
    display: block;
    border-top: 8px dotted #f39200;
  }
  .whatsApp img {
    margin-top: 7px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .logoSingular img {
    width: 100%;
  }
  .service {
    height: 100px;
  }
  .advisorsSlider {
    margin-top: 35%;
  }
  #contactUs .title {
    margin-top: 20%;
  }
}
/*# sourceMappingURL=landingPDV.css.map */