/* ==========================================================================
            Desarrollo Front-end Fernando Moraga | Estudio Canvas 2016
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   ESTILOS GENERALES
   ========================================================================== */
@font-face {
    font-family: 'muliregular';
    src: url(../fonts/muli-regular-webfont.woff2) format('woff2'),
         url(../fonts/muli-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mulilight';
    src: url(../fonts/muli-light-webfont.woff2) format('woff2'),
         url(../fonts/muli-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
.center-logos {
    width: 1041px;
    height: 78px;
    margin: auto;
    margin-top: 15px;
    float: left;
    display: block;
    margin-left: 158px;
}
.legal-box{ width: 100%; height: 20px;  margin-top: 10px; float: left;}
.legal-box p{
    font-family: 'muliregular';
    font-style: normal;
    font-weight: normal;
    color: #767676;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.log-item{
    width: 160px;
    height: 78px;
    float: left;
    cursor: pointer;
}
.log-item2{
    width: 200px;
    height: 78px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.log-item6{
    width: 160px;
    height: 78px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.log-item7{
    width: 160px;
    height: 78px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
body{-webkit-font-smoothing: antialiased !important;}
.header{
    width: 100%;
    height: 90px;
}
.raya-graf{
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: #0068ac;
}
.grafismo-header{
    width: 270px;
    height: 5px;
    position: absolute;
    right: 0;
    background-image: url(../img/grafismo-header.jpg);
    background-repeat: no-repeat;
}
.center-header{
    width: 1200px;
    height: 90px;
    margin: auto;
    position: relative;
}
.logo-ingenio{
    width: 152px;
    height: 74px;
    position: absolute;
    left: 0;
    margin-top: 17px;
}
.box-info{
    width: 450px;
    height: 20px;
    position: absolute;
    right: 0;
    margin-top: 12px;
}
.box-info p{
    font-family: 'muliregular';
    font-style: normal;
    font-weight: normal;
    color: #767676;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.box-rss{
    width: 329px;
    height: 40px;
    position: absolute;
    right: 0;
    margin-top: 40px;
}
.text-rss{
    width: 195px;
    height: 40px;
    float: left;
    display: table;
}
.text-rss p{
    font-family: 'muliregular';
    font-style: normal;
    font-weight: normal;
    color: #767676;
    font-size: 13px;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
.aviso{
	text-align:center;
	padding:50px 0;
}
.aviso p{
	 font-family: 'muliregular';
    font-style: normal;
    font-weight: normal;
    color: #767676;
    font-size: 16px;
}
.ico-facebook a{
    width: 36px;
    height: 36px;
    float: left;
    background-image: url(../img/ico-facebook.png);
    background-repeat: no-repeat;
    margin-left: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.ico-twitter a{
    width: 37px;
    height: 36px;
    float: left;
    background-image: url(../img/ico-twitter.png);
    background-repeat: no-repeat;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.ico-youtube a{
    width: 36px;
    height: 36px;
    float: left;
    background-image: url(../img/ico-youtube.png);
    background-repeat: no-repeat;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.ico-facebook a:hover{
    transform: scale(0.90);
}
.ico-twitter a:hover{
    transform: scale(0.90);
}
.ico-youtube a:hover{
    transform: scale(0.90);
}
.wrapper-modulos{
    width: 100%;
    height: 500px;
    float: left;
    margin-top: 25px;
}
.center-modulos{
    width: 1200px;
    height: 630px;
    margin: auto;
    position: relative;
}
.columna-1{
    width: 598px;
    height: 500px;
    float: left;
}
.columna-2{
    width: 598px;
    height: 500px;
    float: left;
    margin-left: 4px;
}
.modulo-pizza{
    width: 598px;
    height: 261px;
    float: left;
    background-image: url(../img/bg-pizza.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.modulo-pizza:hover{
    background-position: bottom;
}

.modulo-camino-minimo{
    width: 598px;
    height: 235px;
    float: left;
    background-image: url(../img/bg-camino-minimo.jpg);
    background-repeat: repeat-x;
    margin-top: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.modulo-camino-minimo:hover{
    background-position: bottom;
}
.modulo-transantiago{
    width: 598px;
    height: 216px;
    float: left;
    background-image: url(../img/bg-transantiago.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.modulo-transantiago:hover{
    background-position: bottom;
}
.modulo-reurocut{
    width: 598px;
    height: 261px;
    float: left;
    background-image: url(../img/bg-neurocut.jpg);
    background-repeat: repeat-x;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.modulo-reurocut:hover{ background-position: bottom;}
.modulo-vendedor-viajero{
    width: 598px;
    height: 235px;
    float: left;
    background-image: url(../img/bg-vendedor-viajero.jpg);
    background-repeat: repeat-x;
    margin-top: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.modulo-vendedor-viajero:hover{
    background-position: bottom;
}
.box-info-modulo{
    width: 215px;
    height: 120px;
    position: absolute;
    margin-top: 25px;
    margin-left: 25px;
}
.box-info-modulo2{
    width: 250px;
    height: 120px;
    position: absolute;
    margin-top: 25px;
    margin-left: 25px;
}
.box-info-modulo h1,.box-info-modulo2 h1{
    font-family: 'muliregular';
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding: 0;
}
.box-info-modulo h2,.box-info-modulo2 h2{
    font-family: 'muliregular';
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding: 0;
    margin-top: -7px;
}
.box-info-modulo p,.box-info-modulo2 p{
    font-family: 'mulilight';
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}
.ico-pizza {
    width: 272px;
    height: 199px;
    position: absolute;
    right: 25px;
    margin-top: 20px;
    z-index: 9;
}
.ico-hover-pizza{
    width: 401px;
    height: 69px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}
.btn-jugar a {
    width: 191px;
    height: 67px;
    position: absolute;
    background-image: url(../img/btn-jugar.png);
    background-repeat: no-repeat;
    /*margin-left: 30px;*/
    margin-left: -205px;
    margin-top: 75px;
    /*transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;*/
}
/*.btn-jugar a:hover{
    transform: scale(0.96);
}*/
.paradero{
    width: 371px;
    height: 155px;
    position: absolute;
    right: 0;
}
.bus {
    width: 324px;
    height: 159px;
    position: absolute;
    right: -48px;
    margin-top: 54px;
}
.camino{
    width: 598px;
    height: 235px;
    position: absolute;
}
.nino-1 {
    width: 74px;
    height: 101px;
    position: absolute;
    margin-top: 74px;
    margin-left: 234px;
}
.nino-2 {
    width: 88px;
    height: 120px;
    position: absolute;
    margin-top: 56px;
    margin-left: 325px;
    display: none;
}
.domino1{
    width: 283px;
    height: 87px;
    position: absolute;
    bottom: 0;
    margin-left: 8px;
}
.domino2 {
    width: 85px;
    height: 111px;
    position: absolute;
    margin-left: 146px;
    margin-top: 133px;
}
.domino3 {
    width: 62px;
    height: 31px;
    position: absolute;
    margin-left: 146px;
    top:-40px;
    right: 5px;
}
.vendedor-1{
    width: 229px;
    height: 220px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.vendedor-2{
    width: 233px;
    height: 274px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.center-modulos{ display: block;}
.center-modulos-mobile{ display: none;}
.barritas{ display: none;}
.box-datos-ocultos{ display: none}

/*==========================================================================
            RESOLUCION TABLETS
==========================================================================*/

@media  screen and (max-width: 900px) {
    body{ background-color: #e9e9e9;}
    .center-header{ width: 594px;}
    .header{ background-color: #fff; height: 100px;}
    .box-info{ display: block;}
    .box-rss{ display: block;}
    .center-modulos{ display: none;}
    .wrapper-modulos{ height: 825px;}
    .center-modulos-mobile{
        width: 594px;
        height: 825px;
        margin: auto;
        position: relative;
        display: block;
        /*background-color: #000;*/
    }
    .boton-pizza{
        width: 294px;
        float: left;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }
    .boton-bus{
        width: 294px;
        float: left;
        margin-left: 6px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }
    .boton-camino{
        width: 294px;
        float: left;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
		margin-left: 6px;
    }
    .boton-neurocut{
        width: 294px;
        float: left;
        margin-top: 6px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }
    .boton-viajero{
        width: 294px;
        float: left;
        margin-top: 6px;
        margin-left: 6px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }

    .box-info p{ font-size: 10px;}
    .box-info {
        width: 372px;
        height: 20px;
        position: absolute;
        right: 0;
        margin-top: 17px;
    }
    .box-rss{ margin-top: 48px;}
     .barritas{ display: none;}
     .box-datos-ocultos{ display: none}



}


/*==========================================================================
            RESOLUCION SMARTPHONES GEN 2
==========================================================================*/
@media screen and (max-width: 460px) {

    .barritas {
        width: 32px;
        position: absolute;
        right: 0;
        margin-top: 40px;
        display: block;
        cursor: pointer;
    }
    .center-modulos-mobile{ display: block;}
    body{ background-color: #e9e9e9;}
    .box-info{ display: none;}
    .box-rss{ display: none;}
    .center-header{ width: 300px;}
    .header{ background-color: #fff;}
    .logo-ingenio {
        width: 130px;
        height: 63px;
        position: absolute;
        left: 0;
        margin-top: 17px;
    }
    .center-modulos{ display: none;}
    .wrapper-modulos{ height: 415px;}
    .center-modulos-mobile{
        width: 300px;
        height: 415px;
        margin: auto;
        position: relative;
        /*background-color: #000;*/
    }
    .boton-pizza{
        width: 147px;
        float: left;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }
    .boton-bus{
        width: 147px;
        float: left;
        margin-left: 6px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }
    .boton-camino{
        width: 300px;
        float: left;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        margin-top: 6px;
    }
    .boton-neurocut{
        width: 147px;
        float: left;
        margin-top: 6px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }
    .boton-viajero{
        width: 147px;
        float: left;
        margin-top: 6px;
        margin-left: 6px;
        -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        -moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.2);
        box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    }
   .box-datos-ocultos {
        width: 100%;
        height: 175px;
        background-color: #fff;
        position: absolute;
        z-index: 999;
         -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 3.2);
        -moz-box-shadow:   0px 0px 13px 0px rgba(50, 50, 50, 3.2);
        box-shadow:         0px 0px 13px 0px rgba(50, 50, 50, 3.2);
        display: block;
        top: -190px;
    }
    .center-oculto{
        width: 300px;
        height: 130px;
        margin: auto;
        margin-top: 40px;
        position: relative;
    }
    .box-info-m {
        width: 280px;
        height: 20px;
        position: absolute;
        right: 0;
        margin-top: 25px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .box-info-m p {
        font-size: 13px;
        text-align: center;
    }
    .box-rss-m {
        width: 222px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 73px;
    }
    .box-rss-m  .text-rss{
        width: 85px;
    }
    .close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 19px;
        margin-top: -18px;
        cursor: pointer;
    }
    a[href^="tel"]{
        color:inherit;
        text-decoration:none;
        color: #767676 !important;
    }
    .center-logos {
        width: 300px;
        height: 110px;
        background-color: #fff;
        margin-left: 0;
    }
    .log-item,.log-item2,.log-item6,.log-item7{ width: 100px; height: auto; }
    .log-item2{ width: 90px; margin-left: 10px; margin-top: 5px; }
    .log-item6{width: 80px; margin-left: 0px; margin-top: 8px; }
    .log-item7{ margin-left: 1px; }
    .legal-box p{ font-size: 10px; }


}










