﻿/* 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. */

.navbar-nav > .active > a {
    color: #ffa300 !important;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none !important;
    width: 100%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 15px;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 15px;
        height: 15px;
        background: #ffa300;
        cursor: pointer;
        border-color: white;
        border-width: 5px;
        border-radius: 100%
    }

.nav-item img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

#social-sidebar {
    background-color: #ffa300;
    right: 0;
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    top: 35%;
    width: 50px;
    z-index: 30;
}

    #social-sidebar li:first-child a {
        border-top-right-radius: 5px;
    }

    #social-sidebar li:last-child a {
        border-bottom-right-radius: 5px;
    }

    #social-sidebar a {
        text-decoration: none;
        display: block;
        height: 50px;
        width: 50px;
        font-size: 24px;
        line-height: 50px;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

    #social-sidebar a img {
        height: 15px;
        width: 15px;
    }


html, body {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.nav-item {
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    filter: brightness(120%);
}

nav .navbar-nav li a {
    color: white !important;
    white-space: nowrap;
}

li a div:hover {
    background-color: #ffa300;
}

footer li a:hover {
    color: #ffa300 !important;
    transition: 150ms linear;
}

ul li.pregunta:hover {
    text-decoration: none;
    filter: brightness(120%);
    border-color: #ffa300;
}

.nav-link:hover {
    color: #ffa300 !important;
    transition: 150ms linear;
}



.selected-nav {
    color: #ffa300 !important;
}

card-header {
    text-decoration: none;
}

card-header:hover {
    text-decoration: none;
    filter: brightness(120%);
}

#display-1, #display-2, #display-3, #display-4 {
    height: 175px !important;
    padding: 0;
    width: 75%;
    margin: auto;
}

.selected-brand {
    background-color: white;
}

.channel-brand1, .channel-brand2 {
    border-width: 0 0 2px;
    border-color: #636363;
    align-content:center;
}

    .channel-brand1 img, .channel-brand2 img {
        max-width: 100%;
        max-height: 150px;
        display: inline-flex;
    }

.brandcol:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    background-color: white !important;
    border-width: 0 0 2px;
    border-color: #636363;
    transition: 300ms linear;
}

.brandcol a img{
    max-height: 60px;
    max-width: 40%;
    display: inline-flex;
}

.brandcol {
    height: max-content;
    text-align: center;
    padding: 15px;
    margin: auto;
    align-content: center;
}

.brandrow {
    align-content: center;
    margin: auto;
    height: 20%;
    width: 80%;
    margin: auto;
}

#indexCarousel img {
    filter: brightness(40%);
    max-height: 100%;
    max-width: 100%;
    transform: translateY(-20%);
}

#indexCarousel .carousel-caption {
    text-align: center;
    top: 35%;
    transform: translateY(-50%);
    bottom: initial;
}

.carousel-indicators > li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

.carousel-inner .carousel-item div img {
    max-width: 10%;
    margin-left: 3%;
    margin-right: 3%;
    display: inline-flex;
}

.carousel-client3 {
    display: block;
    margin: auto;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}

.row-client {
    display: block;
    margin: auto;
    text-align: center;
    height: 100%;
}

    .row-client img {
        width: 12%;
        margin-left: 3%;
        margin-right: 3%;
    }

.carousel-darken {
    filter: brightness(70%);
}

.carousel-control-next-icon {
    background-image: url("../img/botones/arrow_right.svg");
}
.carousel-control-prev-icon {
    fill: black;
    background-image: url(../img/botones/arrow_left.svg);
}

.label {
    max-height: 40px;
}

.digifact-input {
    outline: 0;
    border-width: 0 0 2px;
    border-color: #b0b0b0;
    font-family: Arial, Helvetica, sans-serif;
    /*color: #b0b0b0;*/
    color: #636363;
    font-size: medium;
}

.channel-col {
    border-right: solid;
    border-width: 0 3px 0;
    border-color: #b0b0b0;
    white-space: pre-line;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 10%;
    height: 175px;

}

    .channel-col ul li {
        margin: 0;
        padding: 0;
    }

    .channel-col ul a {
        margin: 0;
        padding: 0;
    }


.contact-col {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.ul-contactoscanal li {
    padding-bottom: 0.5em;
}

.ul-contactoscanal {
    height: 165px;
    overflow-y: auto;
    padding-top: 5%;
    padding-bottom: 5%;
}

.channel-display {
    margin: auto;
    display: none;
    height: 175px !important;
    padding: 0;
    width: 75%;
    margin: auto;
}

.pregunta {
    outline: 0;
    padding: 0.25em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: solid;
    border-width: 0 0 2px;
    border-color: #b0b0b0;
    font-family: Arial, Helvetica, sans-serif;
    color: #636363;
    font-size: 14px;
    display: flex;
    vertical-align: middle;
}

.pregunta-selected {
    outline: 0;
    padding: 0.25em;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: solid;
    border-width: 0 0 2px;
    border-color: #ffa300;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffa300;
    font-size: 14px;
    display: flex;
    vertical-align: middle;
    transition: 300ms linear;
}

.pregunta a {
    display: inline-flex;
    width: 93%;
}

.pregunta img {
    display: inline-flex;
    padding-left: 0.25em;
    height: 1.5em;
}

.pregunta-selected a {
    display: inline-flex;
    width: 93%;
}

.pregunta-selected img {
    display: inline-flex;
    padding-left: 0.25em;
    height: 1.5em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Arial, Helvetica, sans-serif;
    color: #b0b0b0;
    font-size: medium;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: Arial, Helvetica, sans-serif;
    color: #b0b0b0;
    font-size: medium;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: Arial, Helvetica, sans-serif;
    color: #b0b0b0;
    font-size: medium;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: Arial, Helvetica, sans-serif;
    color: #b0b0b0;
    font-size: medium;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    border-color: #b0b0b0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #b0b0b0;
}


.digifact-bg {
    background-color: #f0f0f0;
    justify-content: center;
}

.digifact-bg-bl {
    background-color: #260087;
    justify-content: center;
}

@font-face {
    font-family: 'SansationBold';
    font-weight: normal;
    src: url("../fonts/Sansation_Bold.woff") format('woff');
    font-display: swap;
}

.digifact-title1 {
    font-family: SansationBold;
    font-weight: normal;
    color: #260087;
    text-align: center;
    font-size: 3vw;
    padding: 3%;
}

.digifact-title1-w {
    font-family: SansationBold;
    font-weight: lighter;
    color: white;
    text-align: center;
    font-size: 3vw;
    padding: 3%;
}

.digifact-title2 {
    font-family: SansationBold;
    font-weight: normal;
    color: #260087;
    text-align: left;
    font-size: 2vw;
    padding: 3%;
}

.digifact-title2-w {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    color: white;
    text-align: center;
    font-size: 1.5vw;
    padding: 3%;
}

.digifact-label-font {
    font-family: SansationBold;
    font-weight: normal;
    color: white;
    text-align: center;
    /*font-size: 2vw;*/
    white-space: nowrap;
}

.digifact-header-font {
    font-family: SansationBold;
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 15pt;
}

.digifact-footer-font {
    font-family: SansationBold;
    font-weight: normal;
    color: white;
    text-align: left;
    font-size: 17px;
}

.digifact-content {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #636363;
    font-size: 14px;
    text-align: justify;
    padding-bottom: 5%;
}

.digifact-card-content {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #636363;
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 768px) {
    .card.digifact-block {
        width: 90% !important;
    }
    .card .list-unstyled {
        width: 100% !important;
    }
    .channel-display {
        width: 100% !important;
    }
    .brandrow {
        align-content: center;
        margin: auto;
        height: 20%;
        width: 100%;
        margin: auto;
    }
    .brandcol a img {
        max-height: 60px;
        max-width: 60%;
        display: inline-flex;
    }
    #display-1, #display-2, #display-3, #display-4 {
        height: 350px !important;
        padding: 0;
        width: 100%;
        margin: auto;
    }
    .channel-col {
        border-bottom: solid;
        border-width: 0 0 3px;
        border-color: #b0b0b0;
        white-space: pre-line;
        padding-top: 0;
        padding-left: 5%;
        padding-right: 10%;
        height: 175px;
    }
    .contact-col {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-left: 5%;
    }
}

.digifact-block {
    padding: 3%;
    border-radius: 5px;
    border-bottom-right-radius: 40px;
    background-color: white;
    /*width: max-content;*/
}

@media (min-width: 768px) {
    #indexBtn {
        transform: translateY(-135px);
    }
}

@media (max-width: 768px) {
    #messageCard {
        width: 100% !important;
    }

    #faqbox {
        height: 150px;
    }

    div.digifact-title1 {
        font-size: 4vw !important;
    }

    .carousel-caption .digifact-title1-w {
        font-size: 3vw;
    }

    .carousel-caption .digifact-title2-w {
        font-size: 2vw;
    }

    .digifact-title1, row .digifact-title1, .digifact-title1-w, row .digifact-title1-w {
        font-size: 4vw;
    }

    .digifact-input, .digifact-content, li .digifact-input, .label-digifact-blue, .label-digifact-orng, .label-digifact-pill {
        font-size: 3vw !important;
    }

    .digifact-title2, .digifact-title2-w {
        font-size: 3vw;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 3vw !important;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        font-size: 3vw !important;
    }

    :-ms-input-placeholder { /* IE 10+ */
        font-size: 3vw !important;
    }

    :-moz-placeholder { /* Firefox 18- */
        font-size: 3vw !important;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 3vw !important;
    }

    #carouselContainer {
        width: 100%;
    }

    #formaContacto, #digicotizador {
        width: 95% !important;
    }
}

@media (max-width: 992) {
    .label-digifact-blue, .label-digifact-orng, .label-digifact-pill {
        font-size: 3vw !important;
    }

}

#messageCard {
    display:none;
    width: 65%;
}

.digifact-response {
    border-radius: 2px;
    padding: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    background-color: #e1e1e1;
    width: inherit;
}

.label-digifact-blue {
    border-radius: 0.4em;
    border-bottom-right-radius: 1em;
    background-color: #260087;
    vertical-align: central;
    width: auto;
    height: 2.5em;
    padding-top: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    align-content: center;
    font-size: 20px;
    width: max-content;
}

.label-digifact-pill {
    border-radius: 30px;
    background-color: #260087;
    vertical-align: central;
    width: auto;
    height: 2.5em;
    padding-top: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    align-content: center;
    font-size: 20px;
    width: max-content;
}

.label-pill-orng {
    border-radius: 30px;
    background-color: #ffa300;
    vertical-align: central;
    width: auto;
    height: 2.5em;
    padding-top: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    align-content: center;
    font-size: 20px;
    width: max-content;
}

.label-digifact-orng {
    border-radius: 0.4em;
    border-bottom-right-radius: 1em;
    background-color: #ffa300;
    vertical-align: central;
    height: 2.5em;
    padding-top: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    align-content: center;
    font-size: 20px;
    width: max-content;
}

.navbar-brand > img {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    position: relative;
    max-height: 70px;
    left: auto;
    background-size: contain;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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: 14px;
}

@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;
    height:auto;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
