﻿/****************************************************************************************************************
||||||||||||||||||||||||||                TABLA DE CONTENIDOS               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. AVISO COOKIES
02. FANCY BOX CONFIGURATION COOKIES
03. CUSTOM STYLES

****************************************************************************************************************
||||||||||||||||||||||||||||            Fin TABLA DE CONTENIDOS               ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

[href="#main-content"] {
    /* Your own prominent styles! */
}

span.hidden {
    display: none;
}

/* Hide skip link when it's not focused */
[href="#main-content"]:not(:focus) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.service-one__item__thumb img {
    min-height: 420px;
}

.project-two__shape {
    top: 5% !important;
}

/* 01. AVISO COOKIES */
#cookie-alert {
    background: rgb(102, 102, 102);
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0px;
    width: 100%;
    opacity: 0.8;
    z-index: 99991;
    text-align: center;
}

    #cookie-alert .alert {
        margin-bottom: 0;
    }

    #cookie-alert p {
        color: #FFF;
    }

    #cookie-alert a {
        color: #FFF;
        font-weight: bold;
    }

    #cookie-alert form {
        margin: 10px;
    }

    #cookie-alert .btn-success {
        border-color: #FFFFFF;
    }

    #cookie-alert button.configuration_cookies {
        border-color: #FFFFFF;
        color: #fff;
    }

#configuration_cookies {
    display: none;
}

#configuration_cookies {
    width: 80%;
    max-width: 500px;
}

#configuration_cookies .aceptar_cookies {
    float: right;
    text-decoration: none;
    margin-left: 10px;
    font-size: 1.1em;
}

#configuration_cookies .switch {
    position: relative;
    width: 60px;
    height: 34px;
}

    #configuration_cookies .switch span {
        font-size: 12px;
    }

#configuration_cookies .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    #configuration_cookies .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

#configuration_cookies table.table {
    /*width: 480px;*/
}

#configuration_cookies .movil {
    display: none;
}

#configuration_cookies p {
    font-size: 12px;
    line-height: 20px;
}

#configuration_cookies th {
    font-size: 14px;
}

@media (max-width: 600px) {
    #configuration_cookies td {
        height: inherit;
    }

    #configuration_cookies .tipo,
    #configuration_cookies .propiedad,
    #configuration_cookies .pc {
        display: none;
    }

    #configuration_cookies .movil {
        display: block;
    }

    #configuration_cookies table.table p {
        font-size: 0.8em;
        margin-bottom: 0px;
    }

    #configuration_cookies table.table span {
        float: inherit;
        display: inline;
        font-weight: bold;
    }

    #configuration_cookies table.table {
        width: 100%;
        max-width: none;
    }
}

.cookies_table tr, .cookies_table td {
    border: 1px solid rgb(102, 102, 102) !important;
}

.text h3{
    margin: 20px 0;
}

.information-section {
    padding-bottom: 0 !important;
}


/* CAMBIOS PINTURAS RAFA */

p.form-contacto {
    color: #fff;
}

p.form-contacto a {
    color: #fff !important;
}

    p.form-contacto a:hover {
        text-decoration: underline;
    }

p.form-contacto2 {
    color: #7E7C76;
}

    p.form-contacto2 a {
        color: #7E7C76 !important;
    }

        p.form-contacto2 a:hover {
            text-decoration: underline;
        }

.contact-result p {
    color: white;
}

.field-validation-error {
    color: red;
}

.service-details__text {
    text-transform: none !important;
}

.project-details__info {
    margin-bottom: 50px;
}

.project-details__text {
    text-transform: none !important;
}

.topbar-two__info__item {
    width: auto !important;
    min-width: 280px;
}


.gallery-one__card__text {
    width: 100%;
    height: 33px;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0;
    color: lightgray;
}

.text-no-capitalize {
    text-transform: none !important;
}

#accordion .ui-accordion-header {
    padding: .5em .5em .5em 1.7em;
}

@media (max-width: 1199px) {
    .topbar-two__right {
        display: none;
    }
}

.logo-wallox {
    margin: 0 !important;
}

.project-card__content__link span{
    display: none;
}

.about-two__video span{
    display: none;
}

.project-card__content span {
    display: none;
}

.service-one__item__content__inner p {
    display: none;
}

.service-one__item__btn span {
    display: none;
}

.service-one__item__title {
    text-align: center;
}

/* COLORES */
:root {
    --wallox-base: #F48412 !important;
    --wallox-base-rgb: 244, 132, 18 !important;
}


.main-footer__subvencion {
    text-align: center;
}

.main-footer__subvencion__inner {
    padding: 38px 0;
    border-top: 1px solid rgba(var(--wallox-white-rgb, 255, 255, 255), 0.1);
}