@font-face {
    font-family: 'Papa Sans';
    src: url('fonts/PapaSans-Bold.woff2') format('woff2'),
        url('fonts/PapaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Papa Sans Medium Condensed';
    src: url('fonts/PapaSans-MediumCondensed.woff2') format('woff2'),
        url('fonts/PapaSans-MediumCondensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pappy';
    src: url('fonts/PappyRegular.woff2') format('woff2'),
        url('fonts/PappyRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LLPixel';
    src: url('fonts/LLPixel.woff2') format('woff2'),
        url('fonts/LLPixel.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.llpixel{
  font-family: 'LLPixel';
}
.work{
  font-family: "Work Sans", sans-serif;
}

.BIGWRAP{
        background-color: #255D2D;
        height: 100vh !important;
        position: relative;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.papa{
    font-family: 'Papa Sans';
}
.papa-condensed{
    font-family: 'Papa Sans Medium Condensed';
}
.papy{
    font-family: 'Pappy';
}
.green1{color: #53A076}
.green2{color: #255D2D}
.green3{color: #88b48e}
.crema{color: #F5E8DC}
.text-orange{color: #F97300}
.f-orange{background-color: #F97300;}
.f-crema{background-color: #F8E9DD;}
.f-tierra{background-color: #760607;}
/*.f-lima{background-color: #CDEB3A;}*/
.f-lima,.f-hero2{background-color: #cad515;}
.f-hero3{background-color: #f7e8dd;}
.f-hero4{background-color: #7f1204;}
.f-green2{background-color: #255D2D}
.f-dark{background-color: #300916}
.f-white{background-color: #fff}
.f-green3{background-color: #16281c}
.f-green4{background-color: #15451C}

a.crema:hover{
   color: #F97300;
    text-decoration: underline !important;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Papa Sans Medium Condensed';
}
#HeadBar{
    height: 130px;
}
#HeadBar #logopapajohns{
    height: 67px;
}

#HeadBar.tiny {
    height: 100px;
    background: #16281c;
}
#HeadBar.tiny #logopapajohns{
    height: 40px;
}
.fondoverde1 {
    background-color: #65A17A;
}

.headRow{
    height: 120px;
    padding-top: 30px;
    position: fixed;
    transition: all 0.3s ease;
    z-index: 2;
}
#logopapajohns {
    transition: all 0.3s ease;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
#SliderHero{
    /*padding-top: 120px;*/
    background: transparent;
}
#SliderHero .container{
    max-width: 100%;
}

.centrador{
    display: flex;
    align-items: center;
    justify-content: center;
}
.centrador img{
    /*max-width: 90%;*/
    max-width: 900px;
    width: 80%
}
.HeroPic{
    width: 100%;
}
.Sticker1,
.Sticker2,
.Sticker3,
.Sticker4{
    position: absolute;
    width: 50%;
}
.Sticker1{top: 0; left: 0;}
.Sticker2{bottom: 0; right: 0;}
.Sticker3{top: 15%; left: 0;}
.Sticker4{bottom: 0; left: 0;}


.marquee-wrap{
    background-color: #f66a00;
    width: 100%;
    /* border: 1px solid red; */
    overflow: hidden;
    font-size: 24px;
    padding: 10px 0;
}
#marqueeContainer{
    display: flex;
    /*width: 4500px;*/
    animation: linear infinite marqueeAnimation;
    animation-duration: 6s;
}
.marqueeContent{
     font-family: 'Papa Sans Medium Condensed';
    font-size: 36px;
    font-weight: 500;
    color: #fce8db;
   /* WIDTH: 1500PX;*/
}
@keyframes marqueeAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1500px);
  }
}
.marqueeContent span {
    padding: 10px;
}
.marqueeContent img{
    width: 1300px;
    position: relative;
    margin-top: 0px;
    left: 10px;
}
#WrapB .marqueeContent img {
    width: 1130px;
}

#WEBAPP img#txt1{
    width: 360px;
    position: relative;
    margin-top: -12px;
}


#FinLogo{
    width: 100%;
    max-width: 300px;
}
.contentedorrrss{
    
}
.contentedorrrsstxt1{
    
}
.contentedorrrss a{
    width: 70px;
    display: inline-block;
}
.icorrssfooter{
    width: 60px;
    transition: all .2s ease
}
.icorrssfooter:hover{
    transform: scale(1.2);
}
.swiper-button-prev, 
.swiper-button-next {
    
    width: 50px;
    height: 50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2s ease;
    background-color: transparent;
}
.swiper-button-disabled{
    background-color: transparent;
}
.swiper-button-prev:not(.swiper-button-disabled){
    background-color: #00000020;
}
.swiper-button-next:not(.swiper-button-disabled){
    background-color: #00000020;
}
.swiper-button-prev:not(.swiper-button-disabled):hover{
    background-color: #00000050;
}
.swiper-button-next:not(.swiper-button-disabled):hover{
    background-color: #00000050;
}

.swiper-button-prev:after{
    font-size: 22px;
    padding-right: 4px;
}
.swiper-button-next:after {
    font-size: 22px;
    padding-left: 4px;
}

.paso {
    width: 200px;
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
}
.TextoImg{
    width: auto;
    height: 38px;
    position: relative;
    margin-top: -7px;
}

.hero{
    background-color: #102314;
    position: relative;
    overflow: hidden;
    background-image: url(../pics3/hero-foto-3.jpg);
    background-size: cover;
    background-position: center center;
    height: 620px;
    display: flex;
    align-items: center;
}
.hero-text-1{
    max-width: 400px;
    transition: all .2s ease;
}

#WrapB .hero-text-1{
    max-width: 440px;
    transition: all .2s ease;
}
#WrapB .hero .PapaBoton{ 
    margin-left: 30px;
}

.PapaBoton{  
    background: #F97300;
    display: inline-block;
    padding: 4px 70px;
    border-radius: 50px;
    border: none;
    margin: auto;
    font-family: 'Papa Sans Medium Condensed';
    text-decoration: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 290px;
    text-align: center;
}
.PapaBoton:hover{  
    color: white !important;
    text-decoration: none !important;
}

.PapaBoton,
.PapaBoton2{
    /*transition: all .2s ease;*/
    transition: all 0.2s ease-in-out;
    
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Standard */
}

[data-aos=zoom-out] {
    transform: scale(1.1);
}
.PapaBoton.copiado {
    background-color: #28a745;
    color: white;
    border-color: #ddf6e4;
}
.PapaBoton:hover,
.PapaBoton2:hover{
   transform: scale(1.04);
}


.PapaBoton2{
    background: transparent;
    display: inline-block;
    padding: 4px 70px 4px 50px;
    border-radius: 50px;
    border: none;
    margin: auto;
    font-family: 'Papa Sans Medium Condensed';
    text-decoration: none;
    color: #F5E8DC;
    font-size: 28px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 270px;
    border: 2px dashed #f97300;
    background-image: url(../pics3/icon1.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 20px;
}
.PapaBoton2.copiado {
    color: #28a745;
    border-color: #28a745;
    background-image: url(../pics3/icon1b.png);
}

.GoToWeb{
    position: relative;
    cursor: pointer;
}
.GoToWeb:after{
    content: ">";
    position: absolute;
    right: -16px;
}
.GoToWeb:hover{
    color: #F5E8DC;   
}




@media screen and (max-width: 1800px) {
    .hero {
        position: relative;
        overflow: hidden;
        background-image: url(../pics3/hero-foto-1.jpg);
        background-size: cover;
        background-position: center center;
        height: 620px;
        display: flex;
        align-items: center;
    }

    
}

@media screen and (max-width: 990px) { 
    body{
        overflow-x: hidden;
    }
    #HeadBar, #HeadBar.tiny {
        height: 85px;
    }
    #HeadBar #logopapajohns, #HeadBar.tiny #logopapajohns {
        height: 36px;
        margin-top: -4px;
    }
    .row{
        margin: auto !important;

    }
    #SliderHero {
        padding-top: 0px;
    }
    
    #FinLogo {
        max-width: 200px;
    }
    
    
    .contentedorrrsstxt1{
        display: block;
    }
    .contentedorrrss a {
        width: 46px;
        display: inline-block;
    }
    .icorrssfooter {
        width: 40px;
    }
    

  

      .PapaBoton{
        margin: 0;
        width: 100%;
        font-size: 26px;
        text-align: center;   
    }
    .PapaBoton2 {
        font-size: 26px;
        text-align: left;
        text-align: center; 
        padding: 4px 0px 4px 0px;
    }


    .hero{
        background-image: url(../pics3/hero-foto-2.jpg);
        background-size: cover;
        background-position: center center;
    }
    .hero-text-1 {
        max-width: 230px;
        position: absolute;
        top: 100px;
        left: 30px;
        height: auto;
    }
    #WrapB .hero-text-1{
        max-width: 250px;
    }
    #WrapB .hero .PapaBoton {
        margin-left: 0;
    }
    
    .marquee-wrap {
        padding: 2px 0 4px 0;
    }
    .hero .PapaBoton{
        position: absolute;
        bottom: 50px;
        left: 5%;
        width: 90%;
    }
    #marqueeContainer{
        width: 2400px;
    }
    .marqueeContent{
        WIDTH: 1200PX;
    }
    .marqueeContent img {
        width: 1200px;
    }
    
    .PapaBoton,
    .PapaBoton2{
        transition: 0;
    }
    
    .PapaBoton:hover,
    .PapaBoton2:hover,
    .PapaBoton:focus,
    .PapaBoton2:focus{
       transform: scale(1) !important;
    }
    
}

@media screen and (max-width: 480px) {
    .PapaBoton2 {
        padding: 4px 30px 4px 0px;
    }
}

