@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);
* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

@font-face {
    font-family: 'Aristotelica Bold';
    src: url("../../fonts/Aristotelica+Display+Bold+(1).otf");
    font-weight: normal;
    font-style: normal;
}

.owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
  }
  .owl-carousel {
    position: relative;
  }
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
  }
  .owl-carousel .owl-prev {
    left: -70px;
  }
  .owl-carousel .owl-next {
    right: -70px;
  }

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide {
    /*background: url('https://cdn.pacifiko.com/image/catalog/pacifiko/nav_icon.png') no-repeat scroll 0 0;*/
    background: url("https://freakyjolly.com/demo/jquery/OwlCarousel2/nav-icon.png")
      no-repeat scroll 0 0;
    left: 50px;
  }
  .owl-carousel .next-slide {
    /*background: url('https://cdn.pacifiko.com/image/catalog/pacifiko/nav_icon.png') no-repeat scroll -24px 0px;*/
    background: url("https://freakyjolly.com/demo/jquery/OwlCarousel2/nav-icon.png")
      no-repeat scroll -24px 0px;
    right: 50px;
  }
  .owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover {
    background-position: -24px -53px;
  }

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
  }

.card {
    width: 348px !important;
    height: 406px !important;
    display: flex;
    flex-direction: column;
    background: #EFEFEF;
    border-radius: 21px;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}

.circle {
    position: absolute;
    width: 226px;
    height: 226px;
    top: 2305px;
    margin-left: 10px;
}

.black {
    color: #343434 !important;
}

.header {
    height: 96px;
    background: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3%;
    padding-right: 2%;
    position: absolute;
    width: 98%;
    top:0;
    z-index: 9;
}

a {
    text-decoration: none;
}


.title{
    font-weight: bold;
    color: #0326FA !important;
    line-height: 0.5em !important;
    font-family: 'Aristotelica Bold' !important;
}

.seller-landing .title {
    color: black !important;
  }

.large {
    font-size: 32px !important;
    line-height: 56px !important;
}

.medium {
    font-size: 24px !important;
    line-height: 42px !important;
}

.line {
    border-left: 1px solid #000000;
    height: 730px;
}

.text-align-center {
    text-align: center !important;
}

.margin-top-large {
    margin-top: 40px !important;
}

.margin-top-xxlarge {
    margin-top: 190px !important;
}

.actived {
    display: block !important;
}
.inactive {
    display: none !important;
}

.margin-top-xlarge {
    margin-top: 60px !important;
}

.flex-direction-column {
    flex-direction: column !important;
}

.small {
    font-size: 20px !important;
    line-height: 44px;
}

.xsmall {
    font-size: 16px !important;
}

.italic {
    font-style: italic;
}

.margin-top-base {
    margin-top: 20px !important;
}

.orange {
    color: #FF5400 !important;
}

.margin-zero {
    margin: 0 !important;
}

.margin-bottom-base {
    margin-bottom:  30px !important;
}

h1 {
    font-size: 4.5em;
}

h3 {
    font-size: 3.2em;

}

.text {
    color: #838383;
}

.link {
    color: #0326FA !important;
    text-decoration: underline !important;
    text-decoration-color: #0326FA !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.seller-landing .link {
  text-decoration: none !important;
  text-shadow: 0 0 5px black;
  color: white !important;
}
.seller-landing.scrolled .link {
  text-decoration: none !important;
  text-shadow: none;
  color: #0326FA !important;
}

.seller-landing.scrolled .link#registrate {
  color: white !important;
}

.seller-landing .link#rp_cta_mnav{
  text-decoration: underline !important;
  color: #0326FA !important;
  text-shadow: none;
}

.sky_link {
    color: #2FB2DB !important;
}

h2::before{
    display: block; 
    content: " "; 
    margin-top: -180px; 
    height: 300px; 
    visibility: hidden; 
}

#menu::before{
    display: block; 
    content: " "; 
    margin-top: -200px; 
    height: 290px; 
    visibility: hidden; 
}
.rounded {
    background: #FFB600;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    color: #fff;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 12px 25px;
}

.seller-landing .rounded {
  background: #EF5623;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 35px;
  color: #fff;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 12px 25px;
}


.more-info{
    font-size: 26px !important;
    line-height: 20px !important;
    padding: 22px 30px;
}

.banner{
    font-family: "Open Sans", sans-serif;
    text-align: center;
    display: grid;
    font-weight: 600;
}

.landing-header {
width: 100%;
object-fit: contain;
}

.gradient-overlay {
position: relative;
grid-column: 1;
grid-row: 1;
}

.landing-header-legend{
color: #FFFFFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-style: normal;
font-weight: 700;
font-size: 25px;
letter-spacing: 0.03em;
line-height: 40px;

position: relative;
z-index: 200;
grid-column: 1;
grid-row: 1;
text-align: center;

align-self: flex-end;

bottom:35px;
}

.banner span {
display: block;
}

#accordion{
    background: #D3D9FE;
    border-radius: 5px;
    padding: 25px 10px 15px;
}
#accordion button{
    border:none;
    background: transparent;
    display: inline-grid;
    width: 99%;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #4F67FB;
}
#accordion button p{
    margin: 0px;
    text-align: left;
    display: inline-grid;
}
.title .arrow {
    border: solid #4F67FB;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
}
.title .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}
.title .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.title .collapsed .arrow.down{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}
.title .arrow.down{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: 150ms ease-in-out;
}
/* .arrow-right {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 12px solid transparent;

    border-left: 12px solid #eaeded;
} */
#accordion ul{
    padding-inline-start: 2px;
}
#accordion li{
    list-style: none;
    border-left: 4px solid rgba(0,0,0,0);
    border-left-color: #eaeded;
    
}
#accordion li a{
    font-size: 13.5px;
    color: #4F67FB;
    padding: 8px 2px 8px 8px;
}
#accordion li div{
    /* padding: 8px 15px 8px 15px; */
    margin-left: 10px;
    position: relative;
    display: flex;
}

#accordion li.active div{
    /* padding: 8px 15px 8px 15px; */
    margin-left: 10px;
    position: relative;
    display: flex;
}

#accordion li.active div{
    /* padding: 8px 15px 8px 15px; */
    margin-left: 10px;
    background-color:#4F67FB;
    border-radius: 5px;
    position: relative;
    display: flex;
}
#accordion li.active a{
    /* padding: 8px 15px 8px 15px; */
    color:#FFFFFF;
    margin-left: 8px;
    
}

.seller-landing #accordion ol li{
    /* list-style: ; */
    list-style: decimal;
}

.seller-landing #accordion ol li ol li{
    /* list-style: ; */
    list-style: lower-latin;
}

.seller-landing #accordion li.active div{
    /* padding: 8px 15px 8px 15px; */
    margin-left: 10px;
    background-color:#4F67FB;
    border-radius: 5px;
    position: relative;
    display: flex;
}
.seller-landing #accordion li.active a{
    /* padding: 8px 15px 8px 15px; */
    color:#000000;
    margin-left: 8px;
    
}
.design-Sell .list li.font-size-small, .design-Sell .text.font-size-small {
    text-align: justify;
}

.seller-landing .banner{
    background: linear-gradient(0deg, #ffe24a 50%,  #E9CB2C 50%);
    mix-blend-mode: normal;
    font-family:"Open Sans";
    font-weight: 800;
    display: block;
}

.seller-landing #accordion i::before{
    background: #E7A742;
    border-radius: 50%;
    padding: 9px 8px;
    color: white;
}

.seller-landing.scrolled #nav_pacifiko_logo{
    width: 60px;
    object-fit: cover;
    content:url("https://cdn.pacifiko.com/image/pacifiko-logo-vender-en-pacifiko.svg");
    transition: content 0.3s ease-in-out;
}

#header_seller_landing{
    width:100%;
    position: sticky;
    width:100%;
}

#header_seller_landing.scrolled{
    position: fixed;
}

.seller-landing.header{
    background: #E9CB2C;
    transition: all 0.2s;
    
}

.seller-landing.header.scrolled{
    background: white;
    transition: all 0.3s;
}




.seller-landing .landing-header-legend{
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.40);
    font-style: normal;
    font-size: 23px;
    letter-spacing: 0.03em;
    line-height: 30px;
    display: contents;
    position: absolute;
    font-family: 'Aristotelica Bold';
}

.seller-landing .faq-wrap,
  .clientes-f-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .seller-landing .faq-content-title {
    margin-left: 5px;
    font-size: 2.4rem;
    font-family: 'AEmb';
    padding-top: 5rem;
  }
  .seller-landing.mobile .faq-content-title {
    margin-left: 10%;
   
  }


  .seller-landing .faq-card button{
    border:none;
    background: transparent;
    color:white;
    display: inline-grid;
    width: 99%;

  }
  .seller-landing .question p{
    font-weight: 600;
    font-size: 18px;
    line-height: 175.4%;
    position: relative;
    display: inline-grid;
  }
  .seller-landing .answer p{
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    /* or 117% */
    letter-spacing: 0.03em;
    margin-top: 0px;

  }
  .seller-landing .faq-card a{
    text-decoration: underline;
    color: #E7A742;
    font-weight: 600;

  }

  .seller-landing #accordion .q-title:after{
    content: '\2303';
    color: #8D8D8D;
    font-weight: bold;
    float: right;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    /* content:url("https://cdn.pacifiko.com/image/catalog/uparrowtogglewhite.png"); */
    transition: 150ms ease-in-out;
  }

  .seller-landing #accordion .collapsed .q-title:after{
    /* content: '\2303';
    color: black;
    float: right;
    font-weight: bold;
    margin-left: 5px; */
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    /* content:url("ht
    tps://cdn.pacifiko.com/image/catalog/downarrowtogglewhite.png"); */
    transition: 150ms ease-out;
  }

  


.seller-landing .historias-de-exito {
    background: #D9D9D9;
}

.seller-landing .card-text{
    display: inline-grid;
    padding-top: 18px;
    font-family: "Open Sans", sans-serif;
    margin: auto;
  }

  .seller-landing .cliente-opinion-card{
    background-color: #FFFFFF;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 3px 3px 17px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    padding: 4% 10%;
    width: 100%;
  }
  .seller-landing .mobile .cliente-opinion-card{
    background-color: #FFFFFF;
    text-align: center;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 25px;
    padding: 4% 9%;
    /* width: 100%; */
    max-width: 500px;
  }

  .seller-landing.mobile .row#market-faq-section{
    background-image: url("https://cdn.pacifiko.com/image/market-landing-bg.png");
    /* height: 100%; */
    background-position: top;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }


  .seller-landing .faq-wrap,
  .seller-landing .clientes-f-wrap {
      position: relative;
      width: 100%;
  }

  .seller-landing .faq-content {
      padding: 32px 32px 25px;
      height: 100%;
      width: 100%;
      position: relative;
      color: rgb(0, 0, 0);
  }
  
  .seller-landing.mobile .faq-content {
    padding: 32px 32px 25px;
    height: 100%;
    width: 89.5%;
    margin-left: 5.5%;
    position: relative;
    }
    .seller-landing .faq-content #faq{
    /* padding: 0.625em 0.938em; */
    position: relative;
    color: white;
    overflow-y: scroll;
    height: 70%;
}
.seller-landing .faq-content::before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #FFFFFF;
      box-shadow: 4px 2px 14px 2px rgba(0, 0, 0, 0.12);
      border-radius: 25px;
      z-index: 0;
  }

  .seller-landing #accordion{
    background: transparent;
    border-radius: 5px;
    padding: 25px 10px 15px;
    position:relative;
    z-index: 2;
}
.seller-landing.mobile #accordion{
  padding: 25px 0px 15px;
}
.seller-landing #accordion button{
    border:none;
    background: transparent;
    display: inline-grid;
    width: 99%;
    font-weight: 700;
    font-size: 2rem;
    line-height: 20px;
    color: #000000;
    padding-bottom: 10px;
}
.seller-landing #accordion button p{
    margin: 0px;
    text-align: left;
    display: inline-grid;
}


  .seller-landing  #accordion ul{
    padding-inline-start: 2px;
}
.seller-landing  #accordion li{
    list-style: disc;
    border-left: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.03em;
    margin-top: 0px;
    margin-left:25px;
}
    

.seller-landing  #accordion li a{
    font-size: 13.5px;
    color: #4F67FB;
    padding: 8px 2px 8px 8px;
}
.seller-landing  #accordion li div{
    /* padding: 8px 15px 8px 15px; */
    margin-left: 10px;
    position: relative;
    display: flex;
}

.seller-landing  #accordion li.active div{
    /* padding: 8px 15px 8px 15px; */
    margin-left: 10px;
    position: relative;
    display: flex;
}

 .seller-landing #accordion li.active div{
    /* padding: 8px 15px 8px 15px; */
    margin-left: 10px;
    background-color:#4F67FB;
    border-radius: 5px;
    position: relative;
    display: flex;
}
.seller-landing #accordion li.active a{
    /* padding: 8px 15px 8px 15px; */
    color:#FFFFFF;
    margin-left: 8px;
    
}


  .seller-landing .owl-theme .owl-dots .owl-dot span{
    background: #a3a8a6;
  }

  .seller-landing .owl-theme .owl-dots .owl-dot.active span, .seller-landing .owl-theme .owl-dots .owl-dot:hover span{
    background: #6b7774;
  }

  .seller-landing .mobile .cliente-opinion-card p {
    display: flex;
    width: 100%;
    line-height: 23px;
    padding-top: 10px;
  }
  .seller-landing .cliente-opinion-card p {
    display: flex;
    width: 100%;
    line-height: 25.68px;
    padding-top: 10px;
  }
  .seller-landing .cliente-opinion-card .fa-star{
    font-size: 40px;
  }
  /* .sobrepacifiko .item{
    margin-bottom: 22px;
    text-align: center;
  }
  .mobile.sobrepacifiko .item{
    margin-bottom: 0px;
    text-align: center;
    background: transparent;
  } */
  .seller-landing .owl-carousel .owl-item .cliente-opinion-card img {
    width: auto;
  }

  .seller-landing .owl-carousel .owl-item .item {
    max-width: 600px;
    text-align: center;
  }

  .seller-landing .owl-carousel .owl-item .item a{
    margin-top: 10px;
    color: white;
    background: #FC6B48;
    font-weight: 700;
    padding: 10px 19px;
    font-size: medium;
    border-radius: 18px;
  }

  .seller-landing .owl-carousel .owl-item .item .owl-seller-logo{
    position: relative;
    width: 160px;
    height: 150px;
    border: solid white 5px;
    border-radius: 50%;

  }

  .seller-landing .faq{
    padding: 0px 11% 4%;
    background: #EAE8EB;
  }

  .seller-landing.mobile .faq{
    padding: 01px 0% 4%;
    background: #EAE8EB;
  }

  /* bounce animation */
  .hithere {
    animation: hithere 1s ease infinite;
  }
  @keyframes hithere {
    30% { transform: scale(1.2); }
    100% { transform: scale(1); }
  }
  .seller-landing .card:hover{
    cursor: pointer;
    animation-name: hithere;
    -moz-animation-name: hithere;
  }
  .seller-landing.mobile .owl-theme .owl-dots .owl-dot.active span, .seller-landing.mobile .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
  }

.seller-landing .square-card-bg {
    background: linear-gradient(345deg, #ffffff 25%, #E2F2FD 25% 75%,  #ffffff 25%);
    mix-blend-mode: normal;
}

.seller-landing .need-help {
    background-image: url("https://cdn.pacifiko.com/image/catalog/market-landind-2024-10.png");
    mix-blend-mode: normal;
    background-repeat: no-repeat;
    /* background-attachment: inherit; */
    background-size: cover;
    background-position: center;
    display: inline-grid;
    justify-content: center;
    justify-items: center;
}


.seller-landing .square-card {
    text-align: justify;
    background: #171E2D;
    color:white;
    min-height: 200px;
    /* box-shadow: 3px 3px 17px rgba(0, 0, 0, 0.25); */
    border-radius: 10px;
    padding: 4%;
}

.seller-landing .square-card-bg.porque-pacifiko {
    display: inline-grid;
    justify-content: center;
    justify-items: center;
}

.seller-landing .square-card-bg.porque-pacifiko {
    display: inline-grid;
    justify-content: center;
    justify-items: center;
}

.seller-landing .sellerlanding-input{
    border-radius: 18px;
}

.seller-landing .text-danger{
    color:white;
    background: #a94442;
    border-radius: 4px;
}
.seller-landing.mobile .owl-carousel .owl-stage{
  display: flex;}

  .seller-landing.mobile .owl-carousel .owl-item .item{
    display: flex;
    justify-content: space-around;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  
  }

.seller-landing .historias-de-exito img#text-bubble {
    max-width: 80%;
    object-fit: contain;
  }

  .seller-landing.mobile .historias-de-exito img#text-bubble {
    max-width: 65%;
  }

  #header_seller_landing.design-Sell .nav-main-wrapper{
    padding: 0 0px;
    box-shadow: none;
    background-color:transparent;
    z-index: 99;
  }
  #header_seller_landing.design-Sell.seller-landing{
    padding: 0 0px;
   
  }
  
  .seller-landing .historias-de-exito img#map-icon {
    max-width: 100%;
  }

  .seller-landing .historias-de-exito img#text-bubble {
    max-width: 70%;
  }

  .seller-landing .banner img{
    max-width: 90%;
  }

  .seller-landing .need-help img {
    width: 120%;
  }

  /*Shrinking for mobile*/
  @media (max-width: 1068px) {
    .seller-landing .banner img {
      max-height: 200px;
      max-width: 100%;
    }
    .seller-landing .historias-de-exito img#map-icon {
        height: 500px;
        max-width: 100%;
      }

      .seller-landing .historias-de-exito img#text-bubble {
        height: 150px;
        max-width: 78%;
      }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .seller-landing .banner img {
        max-height: 150px;
        width: auto;
    }

    .seller-landing.mobile .banner img {
      max-height: 220px;
      width: auto;
  }

    .seller-landing .banner img#logo {
        max-height: 120px;
        width: auto;
    }
  }


/* .arrow-down{
transform: rotate(3.142rad);
transition: 150ms ease-in-out;
} */

@media only screen and (max-width: 600px) {
    .rounded {
        background: #FFB600;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
        border-radius: 35px;
        color: #fff;
        font-size: 13px !important;
        line-height: 20px !important;
        padding: 9px 20px;
        margin-right: 30px;
    }

    .img1 {
        position: absolute;
        left: 42.82%;
        right: -6.32%;
        top: 13.62%;
        width: 247.65px;
    }

    .medium {
        font-size: 14px !important;
        line-height: 160.9% !important;
        text-align: center;
    }

    h3 {
        font-size: 30px !important;
        line-height: 26px !important;
        text-align: center;
        margin: 10px !important;
    }

    .seller-landing h3 {
      font-size: 5rem !important;
      line-height: 8rem !important;
      text-align: center;
      margin: 10px !important;
  }

    h2 {
        font-size: 30px !important;
        line-height: 26px !important;
        text-align: center;
        margin: 10px !important;
    }

    .large { 
        font-size: 24px !important;
    }

    .title {
        line-height: 1em !important;
    }

    

    .small{ 
        font-size: 14px !important;
        line-height: 223.4% !important;
        text-align: center !important;
    }

    .small2 {
        font-size: 13px !important;
        text-align: center;
        line-height: 1.5em;
    }

    .margin-top-xxlarge {
        margin-top: 130px !important;
    }

    h1{
        font-size: 2.5em !important;
    }

    .circle {
        height: 54px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        position: unset !important;
    }

    .xsmall {
        font-size: 12px !important;
        text-align: center;
    }

    .card { 
        margin-bottom: 40px;
        height: 306px !important;
    }

    .card-body { 
        padding-top: 50px !important;
    }

    .icon {
        width: 100px;
    }
}
