/*
    Created on : 22/05/2018, 17:12:49
    Author     : Axel Durand www.axeldurand.com
    Client     : Publibag
*/


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

.loader{
    display: none;
}

.btn-yellow{
    background: #f47b20;
    color: #fff;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.btn-yellow:hover{
    background: #faa636;
    transition: all 0.2s ease-in-out;
}

.btn-blanco{
    background: #fff;
    color: #523429;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.2s ease-in-out;
}

.btn-blanco:hover{
    background: #523429;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.font-bold{
    font-weight: bold;
}

.navbar-inverse{
    background: #FFF;
    border:none;
}

.navbar-brand{
    background: url(../img/sitio/publibag_logo_horizontal.svg) no-repeat top center;
    text-indent: -9999px;
    width: 260px;
    height: 118px;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background: #000;
}

@media (max-width: 760px) {
    .navbar-brand{
        width: 260px;
        height: 50px;
        background-position: center left;
        margin: 10px 0 0 10px;
    }
    .navbar-toggle .icon-bar{
        background: #000;
    }
}

.navbar-inverse .navbar-nav{
    margin: 0;
    clear: right;
    border: none;
    padding-top: 0;
}

.navbar-inverse .navbar-nav>li>a{
    font-family: 'cocogoose';
    font-size: 17px;
    color: #000;
    letter-spacing: -1px;
}

.navbar-inverse .navbar-nav>li>a:hover{
    color: #f47b20;
}

.social{
    display: block;
    width: 100%;
}

.social ul{
    margin: 15px 0 0;
    height: 41px;
}

.social ul li {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
}

.btn-redes{
    display: inline-block;
    width: 41px;
    height: 41px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0 0;
    margin-left: 10px;
    background: #faa636;
    background: -moz-linear-gradient(top, #faa636 0%, #f47b20 100%);
    background: -webkit-linear-gradient(top, #faa636 0%,#f47b20 100%);
    background: linear-gradient(to bottom, #faa636 0%,#f47b20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa636', endColorstr='#f47b20',GradientType=0 );
}

.btn-redes i{
    color: #FFF;
    font-size: 20px;
}


.slider{
    display: block;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    min-height: 400px;
}

.slider:before{
    content: '';
    display: block;
    position: absolute;
    background: url(../img/slider/bg-slider.jpg)no-repeat center;
    background-size: cover;
    width: 1920px;
    height: 1440px;
    top: -140%;
    left: calc(50% - 960px);
}

.slider h1,
.slider h2{
    font-family: 'cocogoose';
    color: #FFF;
    font-size: 58px;
    text-shadow: 4px 4px 11px rgba(0, 0, 0, .75);
}

.slider h2{
    font-size: 30px;
    margin-bottom: 0;
}

.container-bag{
    position: relative;
    text-align: center;
}

.tu-anuncio{
    position: absolute;
    top: -25px;
    left: -100px;
    width: 200px;
    height: auto;
}


@media (max-width: 760px) {
    .slider{
        padding-bottom: 100px;
    }
    .slider:before{
        height: 100%;
        top: 0;
        left: calc(50% - 960px);
    }
    .slider h1{
        text-align: center;
        font-size: 2em;
    }
    .slider h2{
        text-align: center;
        font-size: 1.5em;
    }
    .slider .bolsa{
        height: 300px;
        margin: 0 auto;
    }
    .slider .tu-anuncio{
        left: -0px;
        width: 125px;
    }
}





.beneficios{
    position: relative;
    text-align: center;
    padding: 50px 0;
    background: #f47b20;
    background: -moz-linear-gradient(left, #f47b20 0%, #faa636 100%);
    background: -webkit-linear-gradient(left, #f47b20 0%,#faa636 100%);
    background: linear-gradient(to right, #f47b20 0%,#faa636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47b20', endColorstr='#faa636',GradientType=1 );
}

@keyframes border-pulsate {
    0%   {
        border-color: rgba(255, 255, 255, 1);
        width: 160px;
        height: 160px;
        top: 0;
        left: 0;

    }
    100% {
        border-color: rgba(255, 255, 255, 0);
        width: 200px;
        height: 200px;
        top: -20px;
        left: -20px;
    }
}

.icono{
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    padding: 40px;
}

.icono:before{
    position: absolute;
    content: '';
    background: none;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    top: 0;
    left: 0;
    animation: border-pulsate 1s infinite;
}

.icono img{

}

.beneficios h2{
    font-family: 'cocogoose';
    color: #FFF;
    margin: 50px 0;
    text-transform: uppercase;
    font-size: 50px;
}

.beneficios h3{
    font-family: 'cocogoose';
    color: #FFF;
    margin-top: 50px;
    text-transform: uppercase;
}

.beneficios p{
    font-family: 'cocogoose';
    color: #FFF;
}

.beneficios .iso{
    display: block;
    position: absolute;
    top: -80px;
    left: calc(50% - 80px);
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    padding: 20px 10px 50px 35px;
}


@media (max-width: 760px) {
    .beneficios h2{
        font-size: 2.5em;
    }
    .beneficios h3{
        margin: 30px auto 10px;
    }
    .beneficios p{
        margin-bottom: 40px;
    }
}


#tuanuncio{
    z-index: 100;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 1s;
}


.medio{
    position: relative;
    background: #edede8 url(../img/sitio/bg-medio.jpg) left center no-repeat;
    display: block;
    width: 100%;
    height: 435px;
    padding: 50px 0 0;
}

.medio h2{
    font-family: 'cocogoose';
    color: #323232;
    font-size: 50px;
    text-transform: uppercase;
}

.medio p{
    color: #323232;
    font-size: 16px;
}


@media (max-width: 760px) {
    .medio{
        background: #edede8 url(../img/sitio/bg-medio.jpg) top left no-repeat;
        background-size: contain;
        padding: 200px 0 50px;
        min-height: 550px;
    }
    .medio h2{
        text-align: center;
        font-size: 2.5em;
    }
    .medio p{
        text-align: center;
    }
}



.quote{
    position: relative;
    text-align: center;
    padding: 50px 0;
    background: #f47b20;
    background: -moz-linear-gradient(left, #f47b20 0%, #faa636 100%);
    background: -webkit-linear-gradient(left, #f47b20 0%,#faa636 100%);
    background: linear-gradient(to right, #f47b20 0%,#faa636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47b20', endColorstr='#faa636',GradientType=1 );
}

.quote:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 30px solid #edede8;
}

.quote h3{
    font-family: 'cocogoose';
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
}





.como{
    background: #f2f2f2;
    color: #211915;
    text-align: center;
    padding: 50px 0;
}

.como h2{
    text-transform: uppercase;
    font-family: 'cocogoose';
    color: #211915;
    font-size: 50px;
    margin: 0 0 25px;
}

.como p{
    color: #211915;
    font-size: 18px;
}

.como p b{
    color: #f47b20;
}

.como .wrapper-como{
    position: relative;
    background: #FFF;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    padding: 30px;
}

.como .wrapper-como:before{
    position: absolute;
    display: block;
    content: '';
    background: url(../img/sitio/tirets.svg) no-repeat center;
    width: 172px;
    height: 43px;
    top: 0;
    right: -150px;
}

.como .wrapper-como-inverse{
    padding-left: 40px;
    padding-right: 40px;
}

.como .wrapper-como-inverse:before{
    transform: rotate(180deg);
    top: 120px;
}

.como .wrapper-como-sin{
    padding: 20px 0 0;
    overflow: visible;
}

.como .wrapper-como-sin img{
    width: 110% !important;;
    height: auto;
}

.como .wrapper-como-sin:before{
    background: none;
}


@media (max-width: 760px) {
    .como h2{
        font-size: 2.5em;
        margin: 0 0 25px;
    }
    .como .wrapper-como{
        margin-bottom: 20px;
    }
    .como .wrapper-como:before{
        top: 170px;
        right: -90px;
        transform: rotate(90deg);
        z-index: 10!important;
    }

    .como .wrapper-como-inverse:before{
        transform: rotate(-90deg);
        top: 170px;
        right: 80px;
        z-index: 10!important;
    }
    .como p{
        z-index: 100!important;
    }
}



.slider-clientes{
    min-height: 230px;
}




.contactarnos{
    position: relative;
    overflow: visible;
    text-align: center;
    padding: 50px 0;
    background: #f47b20;
    background: -moz-linear-gradient(left, #f47b20 0%, #faa636 100%);
    background: -webkit-linear-gradient(left, #f47b20 0%,#faa636 100%);
    background: linear-gradient(to right, #f47b20 0%,#faa636 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47b20', endColorstr='#faa636',GradientType=1 );
}

.contactarnos:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/sitio/familia-publibag.png) no-repeat;
    width: 456px;
    height: 382px;
}

.contactarnos h5{
    font-size: 35px;
    color: #FFF;
    text-transform: uppercase;
    font-family: 'cocogoose';
}

@media (max-width: 760px) {
    .contactarnos:before{
        width: 50px;
        height: 80px;
    }
}

.mapa,
.mapa-ubicacion{
    min-height: 550px;
}

.mapa{
    position: relative;
}

.mapa:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-top: 50px solid #ffffff;
    z-index: 1000;
}


.listado-comercios{ 
    padding: 25px 0;
}

.listado-comercios h1{
    margin-bottom: 50px;
}



.footer{
    position: relative;
    padding: 25px 0;
    overflow: visible;
}

.logo-footer{
    position: absolute;
    top: -60px;
}

.list-footer,
.list-footer a{
    color: #523429;
    font-weight: bold;
    margin-top: 40px;
}

.list-redes{
    display: block;
    margin: 30px 0 0;
    float: right;
}

.list-redes li{
    display: inline-block;
}

.btn-redes-footer{
    display: inline-block;
    width: 41px;
    height: 41px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0 0;
    margin-left: 10px;
    background: #faa636;
    background: -moz-linear-gradient(top, #faa636 0%, #f47b20 100%);
    background: -webkit-linear-gradient(top, #faa636 0%,#f47b20 100%);
    background: linear-gradient(to bottom, #faa636 0%,#f47b20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa636', endColorstr='#f47b20',GradientType=0 );
}

.btn-redes-footer i{
    color: #FFF;
    font-size: 20px;
}

.btn-redes-footer:hover{
    background: #523429;
}

.copyright{
    background: #1a1a1a;
    color: #FFF;
    font-size: 12px;
    padding: 15px 0;
}

.copyright p{
    display: inline-block;
}

.copyright .axel{
    display: inline-block;
    float: right;
    background: url(../img/sitio/axel_Logo.svg) no-repeat center;
    width: 50px;
    height: 30px;
    text-indent: -9999px;
}

@media (max-width: 760px) {
    .logo-footer{
        display: block;
        padding-bottom: 100px;
    }
    .list-footer{
        text-align: center;
        margin: 0;
    }
    .list-footer-1{
        margin-top: 110px;
    }
    .list-redes{
        float: none;
        margin: 20px auto;
        text-align: center;
    }
}



.modal-header{
    background: #faa636;
    background: -moz-linear-gradient(top, #faa636 0%, #f47b20 100%);
    background: -webkit-linear-gradient(top, #faa636 0%,#f47b20 100%);
    background: linear-gradient(to bottom, #faa636 0%,#f47b20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa636', endColorstr='#f47b20',GradientType=0 );
    color: #FFF;
    padding: 25px;
}