﻿/****************************************************************************************************************
||||||||||||||||||||||||||                TABLA DE CONTENIDOS               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. AVISO COOKIES
02. FANCY BOX CONFIGURATION COOKIES
03. CUSTOM STYLES

****************************************************************************************************************
||||||||||||||||||||||||||||            Fin TABLA DE CONTENIDOS               ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* 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: 9999999;
    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;
}

/* 03. CUSTOM STYLES */
.mt0 {
    margin-top: 0 !important;
}
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt20-big {
    margin-top: 20px !important;
}
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb9 { margin-bottom: 9px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.pt0 { padding-top: 0 !important;}
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.noborder { border: 0; }
.height200 { height: 200px; }
.height300 { height: 300px; }
.width100p { width: 100%; }
.width300 { width: 300px; }

.align-vertical {
    align-items: center;
}

.field-validation-error {
    color: red;
    font-style: italic;
}

#message-contact {
    color: red;
    font-style: italic;
    font-weight: bold;
}

[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;
}

.header-top {
    line-height: 2.7 !important;
}

.logo-header a {
    /*float: left !important;*/
}

.text-footer {
    color: #fff;
}

.icon-footer {
    color: #999;
}

.single-service .text-service ul, .single-service ol {
    margin-bottom: 10px;
}

.single-service .text-service ul {
    list-style: disc;
    margin-left: 25px;
}

.single-service .text-service ol {
    list-style: decimal;
    margin-left: 25px;
}

.culturechooser {
    display: inline-block;
    width: auto;
    float: right;
    margin-top: 35px;
    margin-left: 15px;
}

    .culturechooser a:hover {
        color: #0798d7;
    }

@media only screen and (max-width: 991px) {
    .culturechooser {
        margin-top: 12px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .font-20 {
        font-size: 18px !important;
    }
}

.icon-box .icon-box-title:hover {
    color: #666 !important;
}