@import url( '_normalize.css' );
/*@import url( '_defaults.css' );*/

html{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

body {
    background: #fff;
    margin: 0;
    color: #777;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a, a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

img {
    display: block;
}

.clear{
    clear: both;
}

.right{
    float: right;
}

.left{
    float: left;
}

header{
    width: 90%;
    margin: 0 auto;
    padding: 20px 5%;
}

nav{
    top: 0;
}

nav>ul{
    width: 60%;
    color: #fff;
    font-weight: 300;
    text-align: right;
}

nav>ul>a{
    display: inline-block;
    margin-left: 2%;
    font-size: .9em;
    margin-top: .2em;
    padding: 1% 3% 1.5% 3%;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: .5s;
}

nav>ul>a:hover, nav>ul>a:last-child{
    background-color: #2c6c96;
    transition: .2s;
}

.logo{
    max-width: 30%;
}

.bg_blue{
    background-color: #3179a7;
}

.bg_white{
    background-color: #fff;
}

.center1140{
    max-width: 1140px;
    margin: 0 auto;
}

.fixed{
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

/* Inicio */
.home{
    margin: 40px 0 0 0;
    padding: 0 5%;
}

.home img, header img{
    width: 100%;
}

.txt_home{
    color: white;
    font-weight:900;
    font-size: 1.9em;
    text-align: left;
    float: left;
    max-width: 52%;
    position: relative;
    margin-top: 9%;
}

.txt_home > span:first-child{
    font-weight:100;
}

.list_txt_home{
    font-size:.5em !important;
    padding-left:30px;
}

.txt_home p{
    color: #fff;
    font-size: .6em;
    font-weight: 300;
    margin: 2.5% 0;
}

.txt_home p div{
    font-weight:100;
    marign-top:5px;
}

.screens{
    float: right;
    max-width: 35%;
    position: relative;
    top: 70px;
}

.store_btns{
    border: 2px #69a6ce dashed;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    text-align: center;
    padding: 26px 0 16px 0;
    padding: 3% 0 1.2% 0;
    margin-top: 5%;
    position: relative;
    z-index: 1000;
}

.store_btns>a{
    width: 40%;
    display: inline-block;
    margin: 0 10px;
}

.store_btns>a img{
    width: 100%;
}

.grass_blue{
	background-image: url('../img/pasto_vacas.png');
	background-position: center 100.1%;
	background-repeat: repeat-x;
	background-size: 50%;
}

.grass_white{
	background-image: url('../img/pasto_vacas2.png');
	background-position: center 100.1%;
	background-repeat: repeat-x;
	background-size: 50%;
	border-top: 15px #1a415a solid;
}

/* Novedades */
.feature{
    padding: 4% 5%;
    border-bottom: 1px #d6e4ed dashed;
}

.feature:last-child{
    border-bottom: 0px;
}

.feature .image img:nth-child(2){
    width: 100%;
}

.feature .image{
    max-width: 40%;
}

.feature .txt_blck{
    width: 45%;
    bottom: -6em;
}

.feature .txt_blck.right{
    right: 10%;
}

.feature .txt_blck.left{
    left: 10%;
}

.feature .right{
    text-align: right;
    position: relative;
}

.feature .left{
    text-align: left;
    position: relative;
}

.feature .titulo{
    font-weight: 900;
    font-size: 4em;
    color: #3179a7;
    line-height: .39em;
}

.feature .titulo span{
    font-weight: 300;
    font-size: .36em;
    line-height: .36em;
    letter-spacing: -.01em;
}

.feature .txt_feature{
    font-weight: 400;
    font-style: italic;
    font-size: 1em;
    padding-top: 1.2em;
}

.feature .txt_feature b{
    font-weight: 700;
}

.feature .flecha{
    position: absolute;
    max-width: 50%;
}

.feature:nth-child(1) .flecha{
    top: 16%;
    left: 105%;
}

.feature:nth-child(2) .flecha{
    top: 6%;
    right: 95%;
}

.feature:nth-child(3) .flecha{
    top: 10%;
    left: 102%;
}

/* Ventajas */
.items{
    background: url('../img/ssdinamico.svg') right center no-repeat;
    background-size: 40%;
    background-position: 96%;
}

.item{
    background: url('../img/item.svg') left center no-repeat;
    background-size: 3%;
    padding: 1.2% 0 1% 5%;
    font-size: 1em;
    margin: 0% 1%;
}

.item b{
    font-weight: 700;
    font-size: 1.1em;
}

.secure{
    background: url('../img/candadito.svg') left center no-repeat;
    padding: 20px 0 20px 170px;
    font-size: 1em;
    margin: 16px 12px 30px 12px;
    font-weight: 300;
    text-align: justify;
    line-height: 1.3em;
}

.secure b{
    font-weight: 400;
}

.deloitte{
    color: #3179a7;
    text-align: right;
    margin-top: 40px;
    font-style: italic;
}

.deloitte img{
    display: inline-block;
    vertical-align: middle;
}

/* Descarga */
.download{
    padding: 2% 0 3% 0;
}

.download_btns{
    width: 90%;
    margin: 0 auto;
    border: 2px #69a6ce dashed;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    text-align: center;
    padding-bottom: 4%;
    position: relative;
}

.download_btns p{
    font-size: 2.6em;
    font-weight: 900;
    color: #a1d3f4;
    margin-bottom: 30px;
    padding: 0 10%;
}

.download_btns>a{
    width: 30%;
    display: inline-block;
    margin: 0 20px;
}

.download_btns>a img{
    width: 100%;
}

/* Footer */
footer{
    background-color: #22405a;
}
.pg{
    background: url('../img/logoPG.png') right center no-repeat;
    background-size: 38%;
    color: #3179a7;
    text-align: right;
    padding: 6px 18% 6px 0;
    font-style: italic;
    font-size: 1em;
    display: table;
    margin: 3% auto;
}

.social{
    display: table;
    margin: 0 auto;
    padding: 40px 0;
}

.social a{
    display: inline-block;
    margin: 0 10px;
}


/* BASES - politica de privacidad */
.bases{
    text-align: justify;
    font-weight: 300;
    padding: 100px 20px;
}


/*-----media-----*/
@media only screen and (max-width: 1200px)
{
    html{
        font-size: 18px;
    }
}

@media only screen and (max-width: 800px)
{
    html{
        font-size: 14px;
    }
}


@media only screen and (max-width: 620px)
{
    html{
        font-size: 14px;
    }

    .center1140{
        width: 90%;
        margin: 0 auto;
    }

    .left, .right{ float: none; }

    nav>ul{
        display: none;
    }

    .logo img{
        width: 100%;
    }

    .logo{
        max-width: 50%;
        margin: 0 auto;
    }

    .fixed{
        position: relative;
    }

    /* Inicio */
    .home{
        padding-top: 12px;
        margin: 0;
    }

    .txt_home{
        font-size: 28px;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .txt_home p{
        font-size: 16px;
        margin: 0;
        padding: 10px 0;
    }

    .screens{
        max-width: 70%;
        top: 20px;
        margin: 0 auto;
        float: none;
    }

    .screens img{
        width: 100%;
    }

    .store_btns{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 3px 0;
        margin: 10px auto;
        width: 60%;
    }

    .store_btns>a{
        width: 90%;
        display: block;
        margin: 3px auto;
    }

    .store_btns>a img{
        width: 100%;
    }

    .grass_blue, .grass_white{
        background-size: 140%;
        border-top: 0;
    }

    /* Novedades */
    .feature{
        padding: 50px 0px 20px 0px;
        border-bottom: 1px #d6e4ed dashed;
    }

    .feature .txt_blck{
        width: 100%;
        top: 0px;
    }

    .feature .txt_blck.right{
        right: 0%;
    }

    .feature .txt_blck.left{
        left: 0%;
    }

    .feature .right{
        text-align: center;
    }

    .feature .left{
        text-align: center;
    }

    .feature .titulo{
        font-size: 52px;
        line-height: 20px;
    }

    .feature .titulo span{
        font-size: 20px;
        line-height: 26px;
    }

    .feature .txt_feature{
        font-size: 16px;
        padding-top:4px;
    }

    .feature .flecha{
        display: none;
    }

    .feature .image{
        max-width: 60%;
        margin: 10px auto;
    }

    .feature .image img{
        width: 100%;
    }

    /* Ventajas */
    .items{
        background: url('../img/ssdinamico.svg') top center no-repeat;
        background-size: 60%;
        padding-top: 35%;
    }

    .item{
        background-size: 24px 40px;
        padding: 14px 10px 14px 40px;
        font-size: 16px;
        margin: 0px;
    }

    .item b{
        font-size: 18px;
    }

    .secure{
        background: url('../img/candadito.svg') top center no-repeat;
        background-size: 30%;
        padding: 40% 0 20px 0px;
        font-size: 16px;
        margin: 0px 10px;
        text-align: justify;
        line-height: 20px;
    }

    .deloitte{
        text-align: center;
        margin-top: 30px;
    }

    .deloitte img{
        padding-top: 10px;
    }

    .item-stats {
        width: 50% !important;
        padding: 1em 0;
    }

    /* Descarga */
    .download{
        padding: 40px 0;
    }

    .download_btns{
        width: 90%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .download_btns p{
        font-size: 32px;
        margin-bottom: 20px;
    }

    .download_btns>a{
        width: 70%;
        margin: 0 20px;
    }

    /* Footer */
    .pg{
        background: url('../img/logoPG.png') bottom center no-repeat;
        background-size: 90%;
        text-align: center;
        padding: 0 0 10% 0;
        margin: 20px auto;
    }

    .social{
        display: table;
        margin: 0 auto;
        padding: 40px 0;
    }

    .social a{
        display: inline-block;
        margin: 0 10px;
    }
}


.item-contenido{
    border-bottom:1px solid #dddddd;
    padding: 0px 0px 30px 0px;
    margin:0px 0px 20px 0px;
}

.item-contenido > div{
    display:table-cell;
}

.item-contenido span{
    font-size:.7em;
    font-weight:100;
}

.float-right{
    float:right;
}

.btn-contenido{
    padding-right:15px;
}

.btn-contenido span{
    background-color: #3179a7;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
}

.titulo-principal{
    text-align: center;
    font-size: 1.2em;
    /* text-transform: uppercase; */
    font-weight: 600;
    padding-top:100px;
}

.txt-descricion{
    font-size: .8em;
    line-height: 25px;
    margin-bottom: 80px;
    padding: 0 70px;
}

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

.mu-title-dot,
.mu-title-dot-white{
    border-radius: 50%;
    height: 8px;
    width: 8px;
    display: inline-block;
    margin: 15px 0px;
    position: relative;

}

.mu-title-dot::before,
.mu-title-dot-white::before{
    content: '';
    position: absolute;
    left: 15px;
    height: 3px;
    width: 50px;
    top: 2px;
}

.mu-title-dot::after,
.mu-title-dot-white::after{
    content: '';
    position: absolute;
    right: 15px;
    height: 3px;
    width: 50px;
    top: 2px;
}

.mu-title-dot-blue,
.mu-title-dot-blue::before,
.mu-title-dot-blue::after{
    background-color: #3179a7;
}

.mu-title-dot-white,
.mu-title-dot-white::after,
.mu-title-dot-white::before{
    background-color: white;
}

.shadow-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.video-bg {
    z-index: 1;
    overflow: hidden;
    height: 33.4rem;
    /* margin-top: calc((62.4rem/2) * -1); */
    background-image: url(../img/video.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}

.bg_mix{
    background: linear-gradient(180deg, #3179a7 80%, #ffffff 50%);
}

.seccion-video{
    color:white;
}




.stats {
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: 4rem;
    left: 0;
}


.item-stats {
    float: left;
    width: 25%;
    /* font-family: "Chivo", sans-serif; */
    font-weight: 100;
    font-size: .8rem;
    text-align: center;
}

.item-stats span {
    display: inline-block;
}

.item-stats__num {
    font-weight: 900;
    font-size:1.8rem;
}

.btn-video {
    display: inline-block;
    text-align: center;
    outline: none;
    position: absolute;
    top: 14%;
    left: 10%;
    z-index: 999999;
}

.video-icon {
    display: inline-block;
    height: 112px;
    width: 112px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.video-icon:hover{
    background-color: #3179a7;
}

.video-icon svg{
    color: #3179a7;
    font-size: 12px;
    width: 25%;
    margin-top: 35%;
    margin-left: 8%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}

.video-icon:hover  svg{
    color:white !important;
}

.separador_vacas{
    height:200px;
    margin-bottom:-1px;
}

@media all and (min-width:321px) and (max-width: 480px) {
    .txt_home{text-align:center;}

    .video-bg {
        height: 23.4rem;
    }

    .video-icon{
        height: 52px;
        width: 52px;
    }

    /* .stats .item-stats:first-child,
    .stats .item-stats:last-child{
        display:none;

    } */

    .stats{
        bottom:2rem;
        right: 2em;
        left: unset;
    }

    .stats .item-stats{
        width:100% !important;
        padding: 0;
        display:block;
        text-align:right;
        margin-bottom:20px;
        font-size:.8rem;
    }

     .deloitte img{
        margin-top:10px;
    }

    .txt-descricion{
        font-size:1rem;
        padding:0px;
    }

    .item-contenido span{
        font-size:.85rem;
    }

    .txt-descricion{
        margin-bottom: 30px;
    }

    .txt_blck > .item-contenido:first-child{
        margin-top:30px;
    }

    .home{
        padding:0% 4%;
    }

    .separador_vacas{height:50px; margin-bottom:-1px;}

}


#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}
#lightbox p {
    text-align:right;
    color:#fff;
    margin-right:20px;
    font-size:12px;
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(overlay.png) repeat;
    text-align:center;
}

.lightbox {
    display: none;
}
