/*
SUIPPY Landing Page
Version 1.0
Date: 15 june 2023

Author: Héctor Guedea
Author URL: hectorguedea.com 
*/

/* BASIC */

body{
    background-color:#fff;
    color:#000000; 
    font-family: 'Roboto';
}

html {
    scroll-padding-top: 6rem;
  }

a{
 color:#000000;
}
a:hover{
    color: #009B8F;
}

ul.icon-check {
    list-style: none;
}
ul.icon-check li {
   font-size:20px;
   line-height: 2.3em;
   background: url(../assets/icon-check.svg) left center no-repeat; 
   padding-left: 35px; 
}
p{
    font-size:20px;
}
h3{
    line-height: 1.5em;
}

/* HEADER */
header{
    display: block;
    overflow: hidden;
    min-height: 90px;
}
.navbar a{
    color:#000000;
}
.navbar a:hover{
    color:#009B8F;
}

.navbar .btn-subscribe{
    background-color:#162E54; 
    border: 1px solid #162E54;
    border-radius: 30px;
    font-size:21px !important;
    color:#fff;

      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition:.5s;
      padding:10px 20px;
}
.navbar .btn-subscribe:hover{
    opacity: .9;
    color:#fff;
    border:1px solid #009b8f;
    background-color: #009b8f;
}

.navbar-nav > li{
    margin-left:10px;
    margin-right:10px;
  }
.navbar.bg-light.navbar-light{
    background-color:#fff !important;
}
.nav-link{
    font-size:18px;
}


/* HERO */

#hero{
    padding-top:20px;
}

#hero .row div:first-child{
    padding-right:2em;
}

.title-header h1{
    font-size:5.5rem;
}

.title-header h1 span{
    display: inline-block;
    position: relative;
}
.title-header span::after{
    position: absolute;
    content: '';
    height: 14px;
    bottom: 18px; 

      margin: 0 auto;
      left: 0;
      right: 0;
      width: 100%;
      background: #FFD187;
      z-index: -1;
      
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.yellow-title{
    color:#FF9E00; 
    margin-bottom:1.1em;
}

.bold-title{
    font-weight: 700;
    font-size:50px;
}
.bold-title i{
    color:#009B8F;
}

.highlight{
    font-size:70px;
}

.title-header span:hover::after {
    width: 90%;
    background: #ffa006;
}

h4 span{
    display: inline-block;
    position: relative;
}

h4 span::after{
    position: absolute;
    content: '';
    height: 6px;
    bottom: 0px; 

      margin: 0 auto;
      left: 0;
      right: 0;
      width: 100%;
      background: #FFD187;
      z-index: -1;
      
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

h4 span:hover::after {
    width: 90%;
    background: #ffa006;
}

.mobile-screens{
    background: transparent linear-gradient(144deg, #CB9EF6 0%, #0BD1BA 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 30px #A8A8A84D;
    border-radius: 14px;
    opacity: 1;  
    padding:0; 
}

.subscribe-box{
    border: 1px solid #009B8F;
    background-color: #fff;
}
.subscribe-box p{
    font-size:20px;
    margin-bottom:1.2em;
}

.btn-subscribe-linear{
    background:linear-gradient(255deg, #009B8F 0%, #0B9BB2 26%, #162E54 100%);
    border:none; 
    transition: all .5s ease-out;
    transform: scale(1);
    border-radius:28px;
    padding:15px 25px 15px 25px;
}

.btn-subscribe-linear:hover{

    background:linear-gradient(255deg,#162E54 0%, #0B9BB2 26%,  #009B8F  100%);
    transform: scale(1.1);
}

.subscribe-container{
    position: relative;
    width: 100%;
}
.email-subscribe-input {
    width: 100%;
    border: 2px solid #000000;
    border-radius: 100px;
    padding: 30px 185px 30px 33px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    font-size:18px;
  }
 .subscribe-container .btn-subscribe-linear {
    position: absolute;
    right: 20px; 
    height: 70%;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

/* QUE ES */

#que-es{
    margin-top:100px;
    margin-bottom: 100px;
}

.suippy-cart{
    display: inline-block;
    position: relative;
}
.suippy-cart::after{
    position: absolute;
    content: '';
    width: 254px;
    height: 182px;
    background:url(../assets/icon-cart-suippy.svg) no-repeat;
    bottom: -125px;
    right: -20px;
    z-index: -1;
}
#que-es p{
    font-size:20px;
}

#que-es .row > div:last-child{
    padding-right: 7em;
}

ul.servicios-lista{
    list-style: none;
    margin-top:2rem;
}

ul.servicios-lista li{
    font-size:20px;
    padding-left: 55px; 
    margin-bottom:1.5em;
}

ul.servicios-lista span{
    font-size:15px;
    display:block;
}
ul.servicios-lista li.rapidez{
    background: url(../assets/icon-rapidez.svg) left center no-repeat; 
}
ul.servicios-lista li.facilidad{
    background: url(../assets/icon-facilidad.svg) left center no-repeat; 
}
ul.servicios-lista li.agilidad{
    background: url(../assets/icon-agilidad.svg) left center no-repeat; 
}

/* Beneficios */

#beneficios{
    margin-top:100px;
    margin-bottom: 200px;
}

.beneficios-left{
    background: #FFB741 url(../assets/icon-cart-suippy-dark_2x.webp) 98% 10% no-repeat;
    background-size: 60px 40px;
    padding: 55px;
    margin-top: 20px;
    padding-left: 10em;
    padding-right: 10em;
    padding-bottom: 85px;
}

#beneficios .row div:nth-child(2){
    background: url(../assets/transforma-image@2x-min.webp) center no-repeat;
    background-size: cover;
}


#beneficios h2{
    font-size:40px;
    font-weight: 500;
}

#beneficios span {
    color:#fff;
}
.over-block{
    background-color:#000000;
    color:#fff;
    width:65%;
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

ul.check{
    list-style: none;
    margin-top:2rem;
}

ul.check li{
    font-size:20px;
    padding-left: 40px; 
    margin-bottom:1.5em;
    background: url(../assets/arrow-bullet.svg) left center no-repeat; 

}

ul.check-yellow{
    list-style: none;
    margin-top:2rem;
}

ul.check-yellow li{
    font-size:20px;
    padding-left: 40px; 
    margin-bottom:1.5em;
    background: url(../assets/bullet-arrow-yellow.svg) left center no-repeat; 

}

/* CREAR TIENDA */
#crear-tienda{
    margin-bottom: 150px;
}
.steps-icons-build {
    margin-bottom:80px;
}
.steps-icons-build > div{
    box-shadow: 0px 8px 28px #00000019;
    border-radius: 16px;
    padding: 55px 15px;
    width:23%;
}

@media (min-width:991px){
.steps-icons-build > div:not(:last-child)::after{
    content: "";
    position: absolute;
    border: 1px solid #009B8F;
    width: 11%;
    height: 0;
    top: 50%;
    left: 100%;
    z-index: 0;
}
}

.steps-icons-build > div::before{
  content: "1";
  font-weight: bold;
  border:1px solid #707070;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  position: absolute;
  top: -15px;
  left:0;
  right:0;
  padding: 0;
  color:#707070; 
  margin-left: auto;
  margin-right: auto;
  font-size:20px;
}
.steps-icons-build > div:nth-child(2)::before{
    content: "2";
  }
  .steps-icons-build > div:nth-child(3)::before{
    content: "3";
  }
  .steps-icons-build > div:nth-child(4)::before{
    content: "\F26E";
    font-family: "Bootstrap-icons";
    border:1px solid #009B8F;
    background-color:#009B8F;
    color:#fff;
  }

.steps-icons-build p{
    margin-bottom:0; 
}
.steps-icons-build span{
    color:#747474;
    font-size:12px;
}

#crear-tienda .highlight span{
    color:#009B8F;
}

/* RECIBIR PAGOS */

#recibir-pagos .highlight span {
    color:#FF9E00;
}
#recibir-pagos h3 {
    font-size:25px;
}
#recibir-pagos h3 span{
color:#009B8F;
}

/* ACELERAR ENVIO */

#acelerar-envios{
    margin-top:80px;
    margin-bottom: -122px;
}
#acelerar-envios .row > div:first-child{
    background: url(../assets/image-package@2x-min.webp) center no-repeat;
    background-size: cover;
    min-height: 800px;
}
#acelerar-envios .row > div:last-child{
    position: absolute;
    right:0;
    top:20px;
}
#acelerar-envios .row .box-acelerar-envios{
    background-color:#FFB741;
    padding: 55px;
    padding-left: 11em;
    padding-right: 10em;
    padding-bottom: 80px;

}
#acelerar-envios .over-block{
    bottom:-88px;
    right:107px;
}

footer{
    background-color:#162E54; 
    color:#fff;
    padding-top:225px;
    padding-bottom:50px;
}

footer h1 span{
    color:#FF9E00;
}

.social-media .list-inline-item:not(:last-child){
    margin-right: 2rem;
}
.social-media i{
    font-size:35px;
}
.social-media a{
    color:#fff;
}
.social-media a:hover{
    opacity:.8;
}

a.lang-version{
    color:#fff !important;
    text-decoration: none !important;
}
a.lang-version:hover{
    color:none !important;
    opacity:.8;
    text-decoration:underline !important;
}

/* RESPONSIVE */

@media (max-width:991px){
/* Hero */

.title-header h1{
    font-size:55px;
 }
 .title-header span::after{
    bottom:5px;
 }
 .subscribe-container .btn-subscribe-linear{
    position: relative;
    margin: auto 0;
    margin-top:20px;
    width: 100%;
    right: 0;
 }
 .email-subscribe-input{
    padding:25px 33px 25px 33px;
 }
 #hero .row div:first-child{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    z-index: 1;
 }
 #hero .title-header{
    padding:0 !important;
 }
 .mobile-screens{
    border-radius: 0;
    margin-top: -190px;
    z-index: 0;
    text-align: center;
    padding: 0;
    padding-top: 125px;
 }
 .suippy-cart::after{
    display: none;
    position: none;
 }
 #que-es{
    margin-top:35px;
    margin-bottom:0;
 }
 #que-es .row > div:last-child{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-bottom: 35px;
}
#que-es .btn-subscribe-linear{
    margin:0 auto;
}

.bold-title{
    font-size:34px;
}
.steps-icons-build{
    flex-direction: column;
    align-items: center;
    margin-top:30px;
}
.steps-icons-build > div{
    width:80%;
}
.steps-icons-build > div:not(:last-child){
    margin-bottom: 50px;
}

 #beneficios, .beneficios-left{
    margin-top:0;
 }
 #beneficios{
    margin-bottom:150px;
 }
 #beneficios .row div:nth-child(2){
    min-height: 600px;
 }
 .beneficios-left{
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    padding-top:27px;
    padding-bottom:27px;
   background-image:none;
 }
 .highlight{
    font-size:55px;
 }
 #crear-tienda{
    margin-bottom:50px;
 }
 #recibir-pagos .row > div:last-child{
    margin-bottom:30px;
}
#acelerar-envios .row > div:first-child{
    min-height: 450px;
}

 #acelerar-envios .row > div:last-child{
    position:relative;
 }
 #acelerar-envios .row .box-acelerar-envios{
    padding:10px;
    height: 100%;
    padding-bottom:50px;
 }
 #acelerar-envios .row > div:last-child{
    top:0;
 }
 .over-block{
    width:95%;
 }

 #acelerar-envios .over-block{
    right:0;
 }
 footer{
    padding-top:250px;
 }
 
}