﻿body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.img-responsive {
    max-width: 100%;
    max-height: 100%;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}


figure,
h1,
main,
h2,
p {
    margin: 0;
    padding: 0;
}

/**/
.helpdriver-logo {
    color: #000000;
    font-weight: 800;
    font-size: 1.5em;
    padding: 1em 0;
}

.helpdriver-logo span {
    color: #626262;
}

.navigation {
    padding: 5px 0px;
    background-color: #91b7c2;
    font-size: 1em;
    text-transform: capitalize;
}

.navigation .container {
    display: flex;
    text-align: start;
}

.navigation a {
    font-size: 16px;
    text-decoration: none;
    color: black;
    margin: auto unset;
    display: flex;
}

.navigation a p{
    margin: auto;
}

.navigation span {
    margin: auto 5px;
}

.nav-selected {
    font-weight: bold;
    
}

.nav-selected-title {
    margin-left: auto;
    text-transform: uppercase;
}

/**Finaliza nav**/
footer {
    background-color: #91b7c2;
    padding: 20px 0;
    font-size: 14px;
}

footer .container {
    display: flex;
    justify-content: space-between;
}

footer .container p {
    margin: auto 0;
}


.footer-opt {
    display: flex;
    flex-wrap: wrap;
    max-width: 50%;
    margin-left: auto;
}



.footer-opt a {
    margin: auto 2px;
    color: black;
    text-decoration: none;
}

.footer-opt a::after {
    content: ' |';
}

@media(max-width:768px) {
    footer .container {
        flex-direction: column;
        justify-content: center;
    }

    footer .container p {
        margin: auto;
    }

    .footer-opt {
        flex-direction: column;
        margin: auto;
        justify-content: center;
        max-width: 100%;
        margin-top: 1em;
    }

    .footer-opt a {
        margin: 5px auto;
    }


    .footer-opt a::after {
        content: '';
    }
}

/**Finaliza footer**/

.ad-cabecera {
    
    padding: 40px 0;
    text-align: center;
    justify-content: center;
    height:280px;
    
}

.ad-cabecera img {
    align-self: center;
    text-align: center;
}

.main-section {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
}


.img-20a {
    align-self: center;
    flex: 1;
    margin-top: 2em;
    margin-bottom: 2em;
    transition: transform .2s;
}

.img-20a:hover {
    transform: scale(1.05);
}


.menu {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 40px;
}

.menu-title {
    color: #666666;
    font-size: 1em;
    margin: 1em 0;
}

.blue-title {
    color: #666;
    font-size: 1em;
    margin: 0px 0 40px;
}

.menu-title-downloads {
    color: #739ba6;
    font-size: 1em;
    margin: 0px 0 40px;
}

.menu-title-downloads:hover {
    color: #626262;
    cursor: pointer;
}

.menu-option-container {
	color##25292a;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 0 1em;
    margin-bottom: 40px;
}

.menu-option-container a {
    flex: 1;
    text-decoration: none;
    color: #626161;
    line-height: 1.5;
    border-bottom: 1px dotted #928f8e;

}

.menu-option-container a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.ad-pie {
    margin-top: -3vh;
    padding: 40px 0;
    text-align: center;
    justify-content: center;
}

@media(max-width:768px) {
    .main-section {
        flex-direction: column;
    }

    .menu,
    .img-20a {
        padding: 0;
    }

    .menu-option-container {
        grid-template-columns: auto;
        padding: 10px;
        
    }
}

/**Articulo**/

.article {
    display: flex;
    flex-direction: column;
}

.article-title {
    color: #626161;
    margin: 1em 0;
}

.img-article {
    align-self: center;
    margin: auto;
}

.article-info-container {
    display: flex;
    flex-direction: row;
}

.article-desc {
    display: flex;
    flex-direction: column;
    flex: 70%;
    margin-right: 1em;
}

.article-desc p {
    color: #626161;
    margin: 1em 0;
}

.article-desc h1 {
    color: #91b7c2;
    margin: 1em 0;
    font-size: 1.5em;
}

.article-desc img {
    margin: 40px 0;
}

.ads {
    display: flex;
    flex-direction: column;
    flex: 30%;
}

.ads img {
    align-self: center;
    margin: 20px 0;
}

@media(max-width:768px) {
    .article-desc {
        margin: auto;
    }

    .article-info-container {
        flex-direction: column;
    }
}

.te-puede-gustar {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    background-color: #f2f4f6;
}

.te-puede-gustar h1 {
    margin-right: auto;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #626262;
}

.te-puede-gustar .item-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 250px));
    justify-content: space-between;
}

.te-puede-gustar .item-container a {
    max-width: 250px;
    box-shadow: 0px 1px 5px #626161;
    margin: 10px auto;
    text-decoration: none;
}

.te-puede-gustar .item-container a:hover p {
    color: #91b7c2;
}

.te-puede-gustar .item-container a p {
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
    color: #626161;
    font-weight: 500;
}

.te-puede-gustar .item-container figure img {
    max-width: 250px;
}

@media(max-width:768px) {
    .te-puede-gustar {
        width: unset;
    }


    .te-puede-gustar .item-container {
        justify-content: center;
    }
}

/**Fin articulo**/
.header {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.header a{
    display: flex;
    justify-content: center;
}
.header h1 {
    font-size: 18px;
    color: #626262;
    margin: 0 ;
}

.header img {
    flex: unset;
}

.header h2 {
    flex: 1;
    margin: 0 1em;
}

.menu-descargas {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 2em;
}

.menu-descargas-options {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;     /* Sólo WebKit -NO DOCUMENTADO */

    -ms-hyphens: auto;          /* Guiones para separar en sílabas */
    -moz-hyphens: auto;         /*  depende de lang en <html>      */
    -webkit-hyphens: auto;
    hyphens: auto;
    display: flex;
    flex-direction: column;
    padding: 1em;
    background-color: #f4f4f3;
    margin-bottom: 10px;
    margin-top: 0;
}


.menu-descargas-options figure {
    display: flex;
}

.d-title {
    flex: 30%;
    padding: 5px 0;
    border-bottom: 1px dotted #bebdbc;
    color: #6c6869;
    font-size: 16px;
    margin: 0 10px;
}

.d-desc {
    flex: 70%;
    padding: 5px 0;
    border-bottom: 1px dotted #bebdbc;
    color: #6c6869;
    font-size: 16px;
    margin: 0  10px;
}

.download {
    display: flex;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    background-color: #4b656d;
    max-width: 30%;
    margin-top: 2em;
    margin-left: 0.8em;
    border: 1px solid #91b7c2;
    padding: 5px 15 5 15;
}

.download:hover {
    cursor: pointer;
    color: #afe9fa;
}

.download span {
    margin: auto;
}

.download2 {
    display: flex;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    background-color: #91b7c2;
    max-width: 19.9%;
    margin-top: 1em;
    margin-left: 0em;
    border: 1px solid #91b7c2;
    padding: 5px 15 5 15;
}

.download2:hover {
    cursor: pointer;
    color: black;
}

.download2 span {
    margin: auto;
}

.ads_2 {
    display: flex;
}

.main-section-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 2em;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
}

.main-section-info p {
    margin: .5em 0;
    color: #626161;
}

.main-section-info a {
    color: #626161;
    margin: .5em 0;
}

.main-section-info a:hover {
    color: #91b7c2;
    cursor: pointer;
}

.main-section-info figure {
    margin: 1em 0;
}

.main-section-info figure p {
    margin: 0 !important;
}

.ad2 {
    flex: 1;
    margin: 1em 0;
}

.ad2 img {
    max-width: 550px;
}

@media(max-width:768px) {
    .download {
        margin-right: 50%;
        max-width: 100%;
    }

    .menu-descargas {
        margin-top: 2em;
        margin-left: 0;
    }

    .header h1 {
        margin: 0;
        margin-top: 1em;
        order: 2;
    }

    .main-section-info{
        margin: 1em 0;
    }

}

/**fin descargas**/

.detalles {
    display: flex;
    flex-direction: column;
}

.detalles h1 {
    font-size: 16px;
}

.detalles-titles {
    display: flex;
    margin-bottom: 1em;
    color: #91b7c2;
    
}

.detalles-titles h1 {
    margin: 0 5px;
    font-size: 16px;
}

.detalles-info a {
    display: flex;
    padding: 5px 0;
    color: #626262;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px dotted #b8b6b5;
}

.detalles-info a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.detalles-info {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
}

.detalles-info a p {
    margin: auto 5px;

}

.page {
    margin-top: 1em;
    color: #91b7c2;
    font-size: 16px;
    font-weight: bold;
    padding: 20 0;

}

.file {
    flex: 60%;
}

.lang {
    flex: 10%;
}

.version {
    flex: 10%;
}

.so {
    flex: 20%;
}

@media(max-width:768px) {
    .file {
        flex: 40%;
    }
 
/**para poner margen en los listados en moviles**/   
    .detalles-info a {
        margin: 12px;
    }
    

    .detalles-info a p {
        display: flex;
        justify-content: center;
    }
}

/**fin detalles descarga**/
.list {
    flex: 1;
    margin-left: 2em;
}

.list-section {
    justify-content: end;
}

.list-info {
    margin: 0;
    margin-top: 2em;
}

@media(max-width:768px) {
    .list-info {
        max-width: 100%;
    }

    .list {
        margin: 0;
    }


}

/**fin list**/
.main-section .members a{
    flex: 1;
}
.main-section.members img {
    margin: auto;
    padding: 0;
    flex: 1;
    align-self: center;
}


.members-login {
    display: flex;
    flex-direction: column;
    background: url("../assets/login-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em;
}

.members-login p {
    font-size: 14px;
    color: white;
}

.members-login form {
    display: flex;
    flex-direction: column;
}

.members-login form label {
    font-weight: bold;
    color: white;
    display: flex;
    margin-top: 10px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    max-width: 400px;
    width: 100%;
    margin: auto unset;
    padding-left: 1em;
}

.members-login form label span {
    margin: auto 0;
    font-size: 14px;
}

.members-login form label input {
    margin-left: 30%;
    padding: 5px;
    border: none;
    width: 250px;
}

.a20{
    flex: 1;
    max-height:500px;
}
.img-mujer{
    max-width: 50%;
}
.btn-input {
    display: flex;
    flex-wrap: wrap;
}

.btn-input button {
    margin: auto;
    margin-left: 10px;
    margin-top: 1em;
    padding: 5px 20px;
    background: #91b7c2;
    color: white;
    border: none;
}

.btn-input button:hover {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.login-links {
    display: flex;
    flex-direction: column;
    margin: 1em 0;
}

.login-links a {
    color: white;
    margin: 2px 0;
    text-decoration: none;
    font-size: 14px;
}

.login-links a:hover {
    cursor: pointer;
    color: #626161;
}

.login-links a::before {
    content: '> ';
}


@media(max-width:768px) {
    .btn-input button {
        margin: 1em auto;
        width: 200px;
        box-shadow: 0px 1px 1px #626161;
    }

    .members-login {
        background-position-x: 65%;
        background-size: cover;
        padding: 2em;
    }
    .img-mujer{
        max-width: 100%;
        margin-top: 2em !important;
    }
    .members-login form label {
        padding: 0;
    }
}

/**fin members**/


.blue-links {
    display: flex;
    flex-direction: column;
    margin: 1em 0;
}

.blue-links a {
    color: #626262;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px dotted #b8b6b5;
    font-weight: bold;
}

.blue-links a:hover {
    cursor: pointer;

    color: black;
}

.blue-links a::before {
    content: '> ';
}

/**fin original drivers**/

.pago {
    padding: 1em;
    background-color: #f4f4f3;
    margin-bottom: 2em;
}

.pago-img {
    margin: 1em 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.img-chica {
    margin: 0em;
    margin-top: 1em;
    display: flex;
    min-height: 255px !important;
    max-height: 255px !important;
    background: url('../assets/chica.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.img-chica img{
    opacity: 0;
}


.payment-options {
    display: flex;
    flex: 1;
    margin: 0;
    margin-top: auto;
    min-height: 255px !important;
    max-height: 255px !important;
}

.payment-item {

    display: flex;
    flex-direction: column;
    background-color: #5590b0;
    flex: 1;
    margin: 0 1px 0 1px !important;
    padding-bottom: 1.5em;
}

.payment-item h1 {
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 10;
    background-color: #5794b2;
}



.payment-item p {
    font-size: 12px;
    color: white;
    padding: 2px 20px;
}

.payment-item a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 5px;
    margin: 10px 20px;
    font-size: 13px;
    border-top: 1px dotted #f4f4f3;
    border-bottom: 1px dotted #f4f4f3;
}

.payment-item a:hover {
    color: black;
}

@media(max-width:768px) {
    .payment-options {
        flex-direction: column;
        max-height: 100% !important;
        min-height: unset !important;
        margin-top: 2em;
    }

    .payment-item{
        margin-bottom: 2em !important;
    }
}

/** fin pago**/

.privacy-policy {
    background-color: #f7f7f7;
    padding: 10px;
}

.privacy-policy p {
    margin: 15px 0;
    font-size: 14px;
}

.grid-policy {
    padding: 10px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
}

.titles {
    display: grid;
    grid-template-columns: 15% 15% 10% 10% 10% 40%;
    grid-template-rows: auto;
    border: 1px solid black;
    border-right: 0px;
}

.titles h1 {
    font-size: 14px;
    padding: 10px;
    border-right: 1px solid black;
}

.titles p {
    font-size: 14px;
    padding: 10px;
    border-right: 1px solid black;
}

.name {
    grid-column: 1;
}

.domain {
    grid-column: 2;
}

.exp {
    grid-column: 3;
}

.cat {
    grid-column: 4;
}

.type {
    grid-column: 5;
}

.purpose {
    grid-column: 6;
}

.grid-content {
    display: flex;
    flex-direction: column;
}

.grid .content {
    display: flex;
    border: 1px solid black;
    border-right: 0px;
    flex: 1;
}

.grid .content p {
    font-size: 14px;
    font-weight: normal;
    margin-right: auto;
    padding: 10px;
    border-right: 1px solid black;
}

/**fin privacy policy**/
.driver-list {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 2em;
}

.right-50 {
    max-width: 50%;
    margin-left: auto;
}

.languages {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 1em;
}

.languages .blue-title {
    font-weight: 800;
    font-size: 18px !important;
    margin: .5em 0;
    cursor: pointer;
}

.languages .wrap {
    display: flex;
    opacity: 0;
    flex-wrap: wrap;
}

.languages:hover .wrap {
    opacity: 1 !important;
    cursor: pointer;
}


.languages .wrap a {
    color: #626161;
    margin: .25em 1em .25em 0;
    text-decoration: none;
    font-size: 14px;
}

.languages .wrap a:hover {
    color: black;
}

@media(max-width:768px){
    .driver-list {
        margin: 0;
    }
}

/**fin recuadro drivers**/

.terms {
    padding: 1em;
    background-color: #f4f4f3;
}

.terms p {
    margin: .75em 0;
}

.terms .blue-title {
    margin-bottom: 3em;
}

/**fin terms**/
.index-section {
    display: flex;
    flex-direction: column;

}

.index-banner {
    display: flex;
    flex: 1;
    padding: 1em;
    background: url("../assets/Portatil-gris.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 1em 0;
    margin-top: 0;
    min-height: 700px;
}

.index-banner img {
    opacity: 0;
    position: absolute;
}

.index-banner figure {
    display: flex;
    flex-direction: column;
    max-width: 35%;
    max-height: 70%;
    padding: 2em;
    font-size: 16px;
    background-color: rgba(145, 183, 194, 0.7);
    margin-top: auto;
    margin-bottom: 4em;
    margin-left: 4em;
    padding-left: 3em;

}

.index-banner figure h1 {
    font-size: 16px;
    color: white;
    margin: 1em 0;
}

.index-banner figure p {
    font-size: 16px;
    color: white;
    margin: 1em 0;
}

.index-banner-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0;
}
.index-banner-2 a{
    flex: 1;
}
.index-banner-2 img{
    flex: 1;
    align-self: center;
}
.index-banner-3 {
    display: flex;
    flex-direction: column;
    padding: 2em;
    background: #e3e3e3;
    margin: 1em 0;
}

.index-banner-3 p {
    margin: .5em 0;
    font-size: 18px;
    color: #5b5a5a;
}

.index-banner-4 {
    padding: 2em;
    background: url("../assets/portatiles-abanico.jpg");
    background-color: #e3e3e3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1em 0;
}

.index-banner-4 .menu {
    max-width: 500px;
    background: #ffffff;
    padding: 1em 2em;
}

.index-banner-4 .grey-title {
    font-size: 16px;
    color: #626161;
    padding: 1em 10px;
    font-weight: 800;
    padding-left: 0;
}

.news-banner{
    padding: 1em 0;
    display: flex;
    flex-direction: column;
}

.news-title{
    color: #626262;
    font-weight: 800;
    font-size: 26px;
    padding: 2em 0;
    border-bottom: 1px solid #91b7c2;
}

.news-item{
    display: flex;
    flex-direction: row;
    padding: 1em 0;
    justify-content: space-between;
    border-bottom: 1px solid #91b7c2;
}

.news-item:hover .news-info h1{
    color: #91b7c2;
}



.news-info{
    display: flex;
    flex-direction: column;
    flex: 75%;
    margin: 0 10px;
}

.news-item img{
    flex: 25%;
    align-self: center;
}

.news-info h1{
    color: #626262;
    font-size: 18px;
    font-weight: 800;
    margin: .5em 0;
}

.news-cat{
    color: #91b7c2;
    font-size: 18px;
    font-weight: 800;
    margin: .5em 0;
}

.news-desc{
    color: #626262;
    font-size: 16px;
    font-weight: 500;
    margin: .5em 0;
}

.index-banner-5{
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
}

.index-banner-5 .menu{
    padding: 0 !important;
    margin: 0px;
}
.searches .menu-option-container,.top-download .menu-option-container,.new-driver .menu-option-container{
    grid-template-columns: auto;
}

.searches,.top-download,.new-driver{
    flex: 1;
}

.searches .menu-option-container{
    background: linear-gradient(#eff6fc,#d9e9f0);
    padding: 1em;
}
.searches h1{
    background-color: #d9e9f0;
    color: #626261;
}

.top-download{
    margin: 0 10px !important;
}
.top-download .menu-option-container{
    background: linear-gradient(#fefefe,#f4f4f3);
    padding: 1em;
}
.top-download h1{
    background-color: #f4f4f3;
    color: #626261;
}

.new-driver .menu-option-container{
    background: linear-gradient(#eeeeee,#dfdfdf);
    padding: 1em;
}
.new-driver h1{
    background-color: #dfdfdf;
    color: #626262;
}


.index-banner-5 h1{
    font-size: 18px;
    font-weight: 500px;
    padding: 1em;
}


@media(max-width:768px){
    .news-item{
        flex-direction: column;
    }
    .index-banner{
        min-height: 400px;
    }
    .index-banner figure{
        max-width: 300px;
        margin: auto;
    }
    .index-banner-5{
        flex-direction: column;
    }
    
    .top-download{
        margin: 0  !important;
    }

    .index-banner-4 .grey-title {
        padding: 1em 10px;
    }
    .index-banner-4 .menu {
        padding: 1em;
    }
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx INICIO DE CÓDIGO NUEVO    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


