﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*Menu */
.top_menu {
    background-color: white;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
}

.top_menu ul {
background-color: white;
list-style: none;
float: left;
border: none;
padding: 8px;
width: 100%;
padding-left:50px;
}

.top_menu ul li {
float: left;
margin-right: 20px;
margin-bottom: 0px;
padding: 0px;
border-radius: 15%;
}

.top_menu ul li a {
color: grey;
text-decoration: none;
font-family: Open Sans Regular,verdana,sans-serif;
font-size: 13px
}

.top_menu ul li a:hover {
    color: grey;
}
/*Fin Menu */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    padding-left:8px;
}

    a.navbar-brand img {
        max-width: 500px;
    }


a.navbarGris-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

    a.navbarGris-brand img {
        max-width: 110px;
    }


/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font: 62.5%/1.6em 'Open Sans',verdana,sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
    background-color: #5E606B;
    color: #FFF;
    text-align:center;
   
}


/* Topbar */
.topbar {
    background-color: #e8e8e8;
    height: 30px;
}
/* Navbar */
.navbar {
    background: #ec0000 !important;
}

.navbarGris {
    background: #E8E8E8 !important;
}

.nav-item {
    border-left: 0px solid #e0e0e0;
}


.nav-item-white {
    border-left: 1px solid #e0e0e0;
}


/* Breadcrumbs */
.bloqueMigasWhite {
    font-size: 1.1em;
    margin: 0;
    overflow: hidden;
    font-family: verdana,sans-serif;
    padding-left: 8px;
    padding-right: 2px;
}

.bloqueMigas {
    font-size: 0.9em;
    margin: 0;
    overflow: hidden;
    font-family: verdana,sans-serif;
    padding-left: 8px;
    padding-right: 2px;
}

    .bloqueMigas ul {
        float: left;
        margin: 0;
        padding: 0;
    }


    .bloqueMigasWhite ul {
        float: left;
        margin: 0;
        padding: 0;
        margin-top:8px;
    }
    .bloqueMigas li {
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        padding-left: 0px;
    }
.bloqueMigasWhite li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 0px;
    padding-right: 20px;
    margin-top: 8px;
}
        .bloqueMigas li a {
            color: #303030;
        }

        .bloqueMigas li.activado {
            color: #C90212;
        }

        .bloqueMigas li.negro {
            margin-top:5px;
            color: #7a7a7a;
        }

        .bloqueMigasWhite li a {
            color: #ffffff;
        }

bloqueMigas li + li {
    background: transparent url(https://www.bancosantander.es/catalogolr/gamas/wlr02/img/flecha_breadcumbs.png) no-repeat 7px 50%;
    padding-left: 17px;
}

h1 {
    color: #303030;
    letter-spacing: -1px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 2.6em;
    margin: 0 0 .48em
}

h2 {
    color: #303030;
    font-size: 1.4em;
    font-weight: bold;
}

    h2.steps-title {
        text-transform: none;
        margin-bottom: 25px;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 25px;
        color: #7a7a7a;
        padding-left:8px;
    }

h2.steps-title .steps-step {
    color: #ec0000
}

h2.steps-title .steps-step .subtitulo {
    color: black;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 1.25rem;
}
.titulo-pagina {
    border-bottom: 5px solid #ec0000;
}



/* Forms */
#regForm {
    margin: 50px auto;
    padding: 40px;
    width: 100%;
    min-width: 300px;
}


    #regForm input, #regForm select {
        padding: 10px;
        width: 100%;
        font-size: 14px;
        border: 1px solid #aaaaaa;
    }

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
#regForm .tab {
    display: none;
}

button {
    background-color: #ec0000;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;

}

    button:hover {
        opacity: 0.8;
    }

#regForm #prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
#regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.tab {
    margin-top: 30px;
}

textarea {
    width: 100%;
    height: 75px;
}

.tab input, tab.select, select, select#fprovince {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    padding-right : 5px;
    background-color: rgba(238, 238, 238, 1);
    border-bottom-color: #148188;
}

#regForm .step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
#regForm .step.finish {
    background-color: #4CAF50;
}

#map {
    height: 400px; /* The height is 400 pixels */
    width: 100%; /* The width is the width of the web page */
}

.reparador {
    border-bottom: 0px solid #BBB;
    padding-top: 5px;
}

    .reparador p {
        margin-bottom: 5px;
    }

    .reparador:hover, .reparador.active {
        background: #eee;
    }

/* Home */
.index-page img {
    max-width: 127px;
    height: auto;
    width: 100%;
}


/* ´Search pages */
.reparadores-list, .horarios-list {
    max-height: 400px;
    overflow: auto;
    height: 100%;
    border: 1px solid #bbbbbb;
}

.horarios-title {
    color: #FFF;
    background: #ec0000;
}

    .horarios-title p {
        color: #FFF;
    }

main.pb-3 {
    margin-top: 2px;
}

img.img-arrow {
    width: 100%;
    max-width: 30px;
}

button#nextBtn {
    color: #FFF;
    background: #ec0000;
    border: 1px solid #ec0000;
    font-size: 14px;
    height: 40px;
    padding: 10px 30px;
    margin-top: 30px;
}

p {
    font-size: 13px;
}

.index-page a {
    color: #212529
}



.topnav {
    overflow: hidden;
    background-color: white;
}

    .topnav a {
        float: left;
        display: block;
        color: grey;
        text-align: center;
        padding: 12px 12px;
        text-decoration: none;
        font-size: 14px;

    }

        .topnav a:hover {
            background-color: transparent;
            color: grey;
        }

        .topnav a.active {
            background-color: transparent;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}


/**************************/
.ver9rojo {
    font-family: Verdana;
    font-size: 9px;
    color: red;
}

.ver9azul {
    font-family: Verdana;
    font-size: 9px;
    color: #7D4F85;
}

.close {
    font-family: Verdana;
    color: #ffffff;
    background-color: #e8e8e8;
}

#info {
    border: 1px solid;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/info.png');
    position: absolute;
    text-align: justify;
    width: 600px;
    margin-left: -50px;
    margin-top: -50px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
}
    .ver9rojo {
        font-family: Verdana;
        font-size: 9px;
        color: red;
    }

.ver9azul {
    font-family: Verdana;
    font-size: 9px;
    color: #7D4F85;
}
.ver12verde {
    font-family: Open Sans Regular,verdana,sans-serif;
    font-size: 12px;
    color: #148188;
}
.ver12negro {
    font-family: Open Sans Regular,verdana,sans-serif;
    font-size: 12px;
    color: #000000;
}


.page-title-white {
    width: 100%;
    height: 65px;
    padding: 15px 0;
    padding-left :0px;
    margin-left:0px;
    
}

.page-title-white .title_left-white {
    width: 45%;
    float: left;
    display: block
}

    .page-title-white .title_left-white h3 {
        margin: 9px 0;
        padding-left :0px;
        margin-left: 0px;
    }
.title_left-white {
    font-family: Open Sans Regular,verdana,sans-serif;
    font-size: 12px;
    color: #ffffff;
}


#content_div_one_photo1 {
    height: 85%;
    width: 90%;
    border-radius: 10px;
    border: 0px solid black;
    padding: 0px;
}

#content_div_one_photo2 {
    height: 85%;
    width: 90%;
    border-radius: 10px;
    border: 0px solid black;
    padding: 0px;
}

#content_div_one_photo3 {
    height: 85%;
    width: 90%;
    border-radius: 10px;
    border: 0px solid black;
    padding: 0px;
}

.padre {
    position: relative; /* para poder posicionar el texto de forma absoluta */
    display: inline-block; /* para que solo ocupe el ancho de la imagen */

}

.card-title {
    position: relative; /* posición absolute con respecto al padre */
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    bottom: 12rem; /* posicionada en la esquina inferior derecha */
    color: white;
    font-size: 15px;
    font-weight: bold;
    font-family: Open Sans Regular,verdana,sans-serif;
}


.card-button {
    position: absolute; /* posición absolute con respecto al padre */
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-align: center;
    bottom: 6rem; /* posicionada en la esquina inferior derecha */
    color: white;
    font-size: 18px;
    left: 30%;
    font-family: Open Sans Regular,verdana,sans-serif;
}
.campoobligatorio {
    color: red;
    font-size: 12px;
    font-family: Open Sans Regular,verdana,sans-serif;
    font-weight: bold;
}
.campoetiqueta {
    color: grey;
    font-size: 10px;
    font-family: Open Sans Regular,verdana,sans-serif;
    font-weight: bold;
}

.campoetiquetanormal{
    color: grey;
    font-size: 10px;
    font-family: Open Sans Regular,verdana,sans-serif;
    font-weight: normal;
}

.campoetiquetaresultado {
    color: black;
    font-size: 18px;
    font-family: Open Sans Regular,verdana,sans-serif;
    font-weight: bold;
}

.campoetiquetaresultadonormal {
    color: grey;
    font-size: 10px;
    font-family: Open Sans Regular,verdana,sans-serif;
    font-weight: bold;
}

.campoetiquetaresultadonormalrojo {
    color: red;
    font-size: 15px;
    font-family: Open Sans Regular,verdana,sans-serif;
    font-weight: bold;
}

.campoetiquetarwhite {
    color: white;
    font-size: 14px;
    font-family: Open Sans Regular,verdana,sans-serif;
    font-weight: bold;
}


.campoayuda {
    width: 15px;
    border-bottom: 10px;
}
.tituloModalH2 {
    font-size: 13px;
    font-weight: bold;
}

.radioServicio {
    margin-top: 0px;
    margin-bottom: 3px;
}

.labelGreen {
    color: #6ec2b0;

}

.labelGrey {
    color: #ccc;
    font-size: 10px;
}

.labelGreyDark {
    color: grey;
    font-size: 10px;
}

.labelRed {
    color: #ec0000;
    font-size: 10px;
}

.labelRed {
    color: #ec0000;
    font-size: 10px;
}

.labelTextoAutoCirculo {
    text-align: center;
    vertical-align: middle;
    color: black;
    font-size: 14px;
}

.labelTextoDentroCirculo {
    margin-top: 4px;
}




.container {
    width: 1200px;
    margin: auto;
}

.timelineH {
    counter-reset: year 2016;
    position: relative;
}

.timelineH li {
    list-style: none;
    float: left;
    width: 10.3333%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}

ul:nth-child(1) {
    color: #4caf50;
}

.timelineH li:before {
    counter-increment: year;
    content: counter(year);
    width: 20px;
    height: 20px;
    border: 1px solid none;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 50px;
    margin: 0 auto 10px auto;
    background: #F1F1F1;
    color: #000;
    transition: all ease-in-out .3s;
    cursor: pointer;
}

.timelineH li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: grey;
    top: 25px;
    left: -50%;
    z-index: -999;
    transition: all ease-in-out .3s;
}

.timelineH li:first-child:after {
    content: none;
}

.timelineH li.active {
    color: #555555;
}

    .timelineH li.active:before {
        background: #CC0000;
        color: #F1F1F1;
    }

    .timelineH li.active + li:after {
        background: #CC0000;
    }
