/* Generated by less 2.5.1 */

select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

#home {
    background-size: auto;
}

    #home #logo {
        background-image: url(../img/ControlGas.png);
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
      /*  min-height: 115vh;
        margin-top: -5%;*/
    }

@media screen and (min-width: 960px) {
    #home #logo {
        background-size: 40%;
    }
}

@media screen and (max-width: 959px) {
    #home #logo {
        background-size: 60%;
    }
}

/*quienes somos styles*/

.bxQuienesTxt {
    width: 59%;
    display: inline-block;
}

.bxCgLogo {
    width: 39%;
    display: inline-block;
    vertical-align: top;
}

    .bxCgLogo img {
        width: initial;
    }

#quienes_somos .wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
}

    #quienes_somos .wrapper li {
        margin-left: 4em;
        list-style-type: disc;
        font-style: italic;
        font-size: 16px;
        font-weight: 800;
        color: #365072;
    }

#quienes_somos p, #servicios p {
    font-size: 17px;
    /*line-height: 21px;*/
    text-align: justify;
    font-weight: 400;
}

    #quienes_somos p sup {
        font-size: 0.6em;
    }

#plataformas {
    font-weight: lighter;
}


/*quienes somos*/
.specialTxt {
    color: #5B89B4;
    font-size: 1.5em !important;
    font-weight: 400;
    line-height: 28px !important;
}

    .specialTxt strong {
        color: #365072;
        font-weight: 800 !important;
    }

.bg-quienes {
    background-image: url(../img/textura01.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 470px;
    position: absolute;
    top: 350px;
    left: 0;
    z-index: -1;
    opacity: .8;
}

/*quienes somos @media*/
@media screen and (max-width: 959px) {
    #quienes_somos header {
        background-image: url(../img/bg/bg_quienes_somos2-2.jpg);
        background-position: center;
    }

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

    .bxCgLogo {
        width: 100%;
        display: block;
        text-align: center;
    }

        .bxCgLogo img {
            width: 80%
        }
}

/*plataformas styles*/
#plataformas .azul {
    color: #03ADE1 !important;
}

#plataformas em {
    font-style: italic;
}

#plataformas .wrapper {
    margin-bottom: 4em;
    padding: 20px;
    vertical-align: bottom;
}

    #plataformas .wrapper li {
        margin-left: 4em;
        list-style-type: disc;
        font-style: italic;
        font-size: 16px;
        font-weight: 800;
        color: #365072;
        text-align: left;
    }

    #plataformas .wrapper img {
        max-width: 135px;
        margin: 0 10px;
    }

    #plataformas .wrapper p {
        text-align: justify;
        font-size: 17px;
        font-weight: 400;
    }


.stores .gplay {
    display: inline;
    overflow: hidden;
}

.stores .apples {
    display: inline;
    overflow: hidden;
    /*text-align: center;*/
}

.download {
    color: #9b9d9d;
    font-weight: 600;
    margin-top: 30px;
    text-align: left !important;
    font-size: 13px !important;
    border-radius: 10px;
    padding: 10px;
    background-color: aliceblue;
}

.iconsItems {
    width: 35%;
    display: inline-flex;
    float: right;
    vertical-align: top;
}

    .iconsItems div img {
        margin-top: 65px !important;
        min-width: 110px;
        transition: all 0.4s ease 0s;
    }


.infoItems {
    width: 65%;
    display: inline-flex;
    float: left;
    vertical-align: top;
    box-sizing: border-box;
}

.bx-style-mobile {
    background-color: #08589f;
    padding: 10px 15px;
    font-size: 1.1em !important;
    text-align: left;
    color: #fff;
    position: relative;
}

    .bx-style-mobile span {
        width: 0px;
        height: 0px;
        border-top: 41px solid transparent;
        border-bottom: 41px solid transparent;
        border-left: 47px solid #08589f;
        position: absolute;
        right: -46px;
        top: 0;
    }

/*plataformas @media*/
@media screen and (max-width: 959px) {
    #plataformas header {
        background-image: url(../img/bg/bg_plataformas2.jpg);
        background-position: center;
    }

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

        .iconsItems div img {
            width: 13.5% !important;
            min-width: auto !important;
            margin-top: 25px !important;
        }

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

    .bx-style-mobile span {
        display: none;
    }

    .imgMobile {
        display: none;
    }
}

@media (min-width: 1000px) {
    #plataformas .wrapper {
        /*padding-top: 80px;*/
    }
}


/*servicios styles*/

.bxServicios {
    width: 68%;
    display: inline-block;
}

    .bxServicios ul {
        margin-top: 25px
    }

    .bxServicios ul li {
        font-size: 17px;
        text-align: justify;
        margin-bottom: 8px;
    }

        .bxServicios ul li i {
            font-size: 9px;
            vertical-align: middle;
            color: dimgrey;
        }

.bxLogoServ {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.bxUlServ {
    margin-top:20px;
    margin-bottom: 30px
}

.bxUlServ ul {
    margin: 0px;
    text-align: center;
}

.bxUlServ ul li {
    width: 32.33%;
    display: inline-block;
    vertical-align: top;
}
    .bxUlServ ul li p {
        font-weight: 800;
        color: #2b4b68;
        font-size: 16px;
        line-height: 18px;
        width: 80%;
        margin: 0 auto;
        margin-top: 10px;
    }
/*licencias styles*/
@media screen and (max-width: 959px) {
    #licencias header {
        background-image: url(../img/bg/bg_licencias2.jpg);
        background-position: center;
    }
}

#licencias .wrapper {
    margin-bottom: 0em;
    vertical-align: bottom;
    text-align: center;
}

    #licencias .wrapper .row {
        text-align: justify;
    }

    #licencias .wrapper img {
        max-width: 600px;
        margin: 50px 30px;
    }

@media (min-width: 1000px) {
    #licencias .wrapper {
        padding-top: 50px;
    }
}

#licencias .wrapper .boton {
    display: inline-block;
    background-color: #00344C;
    color: white;
    width: 240px;
    padding: 3px;
}

#licencias .wrapper #licenciasSlide {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

    #licencias .wrapper #licenciasSlide > div {
        display: inline-block;
    }

    #licencias .wrapper #licenciasSlide #btnIZQ {
        background-image: url(../img/botones/izquierda.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        height: 200px;
        cursor: pointer;
    }

@media screen and (min-width: 960px) {
    #licencias .wrapper #licenciasSlide #btnIZQ {
        width: 40px;
        background-size: 35px 35px;
        margin: 0 40px;
    }
}

@media screen and (max-width: 959px) {
    #licencias .wrapper #licenciasSlide #btnIZQ {
        width: 30px;
        background-size: 25px 25px;
        margin: 0px;
    }
}

#licencias .wrapper #licenciasSlide #btnDER {
    background-image: url(../img/botones/derecha.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    cursor: pointer;
}

@media screen and (min-width: 960px) {
    #licencias .wrapper #licenciasSlide #btnDER {
        width: 40px;
        background-size: 35px 35px;
        margin: 0 40px;
    }
}

@media screen and (max-width: 959px) {
    #licencias .wrapper #licenciasSlide #btnDER {
        width: 30px;
        background-size: 25px 25px;
        margin: 0 10px;
    }
}

#licencias .wrapper #licenciasSlide #imgContainer {
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    #licencias .wrapper #licenciasSlide #imgContainer {
        width: 500px;
    }
}

@media screen and (max-width: 959px) {
    #licencias .wrapper #licenciasSlide #imgContainer {
        width: 165px;
    }
}

#licencias .wrapper #licenciasSlide #imgContainer #imgSlider {
    transition: all 1s ease;
    white-space: nowrap;
    width: auto;
    position: relative;
}

    #licencias .wrapper #licenciasSlide #imgContainer #imgSlider img {
        width: 100px;
        cursor: pointer;
    }

#licencias .wrapper2 {
    text-align: center;
    padding-top: 50px;
}

    #licencias .wrapper2 p {
        width: 80%;
        font-size: 1.2em;
        font-weight: bold;
        text-align: left;
    }

    #licencias .wrapper2 ul {
        list-style: circle !important;
        margin-left: 2em;
    }

    #licencias .wrapper2 .socioRegreso {
        cursor: pointer;
    }

@media screen and (max-width: 959px) {
    #polizas header {
        background-image: url(../img/bg/bg_polizas2.jpg);
        background-position: center;
    }
}

#polizas .wrapper {
    margin-bottom: 2em;
    padding: 20px;
    vertical-align: bottom;
    text-align: center;
}

    #polizas .wrapper .row {
        text-align: justify;
    }

    #polizas .wrapper img {
        width: 100px;
        margin: 10px;
    }

    #polizas .wrapper p {
        /*text-align: justify;*/
        font-size: 1.2em;
        line-height: 21px;
    }

@media (min-width: 1000px) {
    #polizas .wrapper {
        padding-top: 80px;
    }
}

#polizas .wrapper .boton {
    display: inline-block;
    margin: 0 0 50px 0;
    background-color: #00344C;
    color: white;
    width: 240px;
    padding: 3px;
}

#polizas .wrapper #polizasSlide {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

    #polizas .wrapper #polizasSlide > div {
        display: inline-block;
    }

    #polizas .wrapper #polizasSlide #btnIZQ2 {
        background-image: url(../img/botones/izquierda.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        height: 200px;
        cursor: pointer;
    }

@media screen and (min-width: 960px) {
    #polizas .wrapper #polizasSlide #btnIZQ2 {
        width: 40px;
        background-size: 35px 35px;
        margin: 0 40px;
    }
}

@media screen and (max-width: 959px) {
    #polizas .wrapper #polizasSlide #btnIZQ2 {
        width: 30px;
        background-size: 25px 25px;
        margin: 0 10px;
    }
}

#polizas .wrapper #polizasSlide #btnDER2 {
    background-image: url(../img/botones/derecha.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    cursor: pointer;
}

@media screen and (min-width: 960px) {
    #polizas .wrapper #polizasSlide #btnDER2 {
        width: 40px;
        background-size: 35px 35px;
        margin: 0 40px;
    }
}

@media screen and (max-width: 959px) {
    #polizas .wrapper #polizasSlide #btnDER2 {
        width: 30px;
        background-size: 25px 25px;
        margin: 0 10px;
    }
}

#polizas .wrapper #polizasSlide #imgContainer2 {
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    #polizas .wrapper #polizasSlide #imgContainer2 {
        width: 500px;
    }
}

@media screen and (max-width: 959px) {
    #polizas .wrapper #polizasSlide #imgContainer2 {
        width: 165px;
    }
}

#polizas .wrapper #polizasSlide #imgContainer2 #imgSlider2 {
    transition: all 1s ease;
    white-space: nowrap;
    width: auto;
    position: relative;
}

    #polizas .wrapper #polizasSlide #imgContainer2 #imgSlider2 img {
        width: 100px;
        cursor: pointer;
    }

#polizas .wrapper2 {
    padding-top: 3em;
    margin-bottom: 2em;
}

    #polizas .wrapper2 p {
        width: 80%;
        font-size: 1.2em;
        font-weight: bold;
        text-align: left;
    }

    #polizas .wrapper2 ul {
        list-style: circle !important;
        margin-left: 2em;
    }

    #polizas .wrapper2 .socioDesc {
        padding-top: 2em;
    }

    #polizas .wrapper2 .socioRegreso {
        cursor: pointer;
    }

.socioDesc h4 {
    font-size: 2em;
    font-weight: 800;
    color: #5B89B4;
    margin-top: 0px;
    margin-bottom: 25px;
}

.socioDesc ul li {
    font-size: 17px;
    margin: 7px 0px;
}

    .socioDesc ul li i {
        font-size: 7px;
        color: #2674b9;
    }

#distribuidores {
    text-align: center;
}

    #distribuidores .wrapper img {
        width: 100%;
        vertical-align: middle;
        cursor: pointer;
    }

@media screen and (max-width: 959px) {
    #distribuidores header {
        background-image: url(../img/bg/bg_productos2.jpg);
        background-position: center;
    }
}

@media screen and (max-width: 990px) {

    .imgDistVtl, .bx_cate {
        display: none;
    }

    .imgDistHrz {
        display: block !important;
    }

    .bx_dist div {
        height: 2.5em !important;
    }
}


@media screen and (max-width: 959px) {
    #bolsa_de_trabajo header {
        background-image: url(../img/bg/bg_bolsa_de_trabajo2.jpg);
    }
}

#bolsa_de_trabajo .wrapper form {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

    #bolsa_de_trabajo .wrapper form input {
        border-radius: 5px;
        height: 2em;
        margin: 5px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        width: calc(94%);
    }

    #bolsa_de_trabajo .wrapper form .button {
        cursor: pointer;
        background-image: url(../img/botones/btn_enviar.png);
        background-size: cover;
        background-position: center center;
        height: 43px;
        width: 209px;
        margin: 0 auto;
    }

#bolsa_de_trabajo .wrapper h5 {
    line-height: 1.5em;
}

@media screen and (max-width: 959px) {
    #noticias header {
        background-image: url(../img/bg/bg_noticias2.jpg);
    }
}

#noticias .buscaNoticias {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0;
}

    #noticias .buscaNoticias input {
        border-radius: 25px;
        padding-left: 10px;
    }

#noticias .wrapper {
    padding-top: 2em;
}

    #noticias .wrapper .noticia {
        padding: 5px;
    }

#noticias .noticia {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

    #noticias .noticia img {
        width: 100%;
    }

    #noticias .noticia .divisor {
        width: 50px;
        height: 4px;
        background-color: #60a7d6;
        margin-bottom: 1em;
    }

    #noticias .noticia .noticiaTexto {
        font-size: 0.85em;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 4em;
    }

#contacto header {
    position: relative;
    background-color: #004562;
}

@media screen and (min-width: 960px) {
    #contacto header {
        height: 350px;
    }
}

@media screen and (max-width: 959px) {
    #contacto header {
        height: 330px !important;
    }
}

#contacto header .row div {
    height: 100%;
}

#contacto header .imgLogo {
    width: 100%;
    position: absolute;
    bottom: 70px;
}

@media screen and (max-width: 959px) {
    #contacto header .imgLogo {
        max-width: 150px;
    }
}

#contacto header .headerText {
    position: absolute;
    font-size: 2.2em;
    color: white;
}

@media screen and (min-width: 960px) {
    #contacto header .headerText {
        bottom: 125px;
    }
}

@media screen and (max-width: 959px) {
    #contacto header .headerText {
        bottom: 95px;
    }
}

@media screen and (min-width: 960px) {
    #contacto header .redes1 img,
    #contacto header .redes2 img {
        width: 50px;
    }

    #contacto header .redes3 img {
        width: 58px;
    }
}

@media screen and (max-width: 959px) {
    #contacto header .redes1 img,
    #contacto header .redes2 img {
        width: 30px;
    }

    #contacto header .redes3 img {
        width: 34px;
    }
}

#contacto header .redes1 {
    position: absolute;
    bottom: 75px;
    left: 35px;
}

#contacto header .redes2 {
    position: absolute;
    bottom: 75px;
}

#contacto header .redes3 {
    position: absolute;
    bottom: 69px;
}

@media screen and (min-width: 960px) {
    #contacto header .redes2 {
        left: 110px;
    }

    #contacto header .redes3 {
        left: 185px;
    }
}

@media screen and (max-width: 959px) {
    #contacto header .redes2 {
        left: 75px;
    }

    #contacto header .redes3 {
        bottom: 72px;
        left: 115px;
    }
}

@media screen and (min-width: 960px) {
    #contacto .wrapper {
        padding: 3em 0 !important;
    }
}

@media screen and (max-width: 959px) {
    #contacto .wrapper {
        padding: 20px !important;
    }
}

#contacto .wrapper form {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

    #contacto .wrapper form input {
        border-radius: 5px;
        height: 2em;
        margin: 5px;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
        width: calc(94%);
    }

    #contacto .wrapper form .button {
        cursor: pointer;
        background-image: url(../img/botones/btn_enviar.png);
        height: 43px;
        width: 209px;
        margin: 0 auto;
    }

@media screen and (max-width: 959px) {
    #facturacion header {
        background-image: url(../img/bg/bg_facturacion.jpg);
    }
}

.socioDesc {
    text-align: justify;
    font-size: 0.8em;
}

@media screen and (min-width: 960px) {
    .socioDesc {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 959px) {
    .socioDesc {
        margin: 0 auto 30px;
        display: block;
        padding: 30px;
    }

        .socioDesc p {
            text-align: center !important;
            width: 100%;
            margin: 0 auto;
        }

        .socioDesc ul {
            margin-top: 25px;
        }
}

.socioRegreso {
    color: dodgerblue;
    cursor: pointer;
}
