﻿/****************************************************************************/
/* Personalización */
/****************************************************************************/

@font-face {
    font-family: 'Segoe UI Light';
    src: url('../fonts/segoeuil-webfont.eot');
    src: url('../fonts/segoeuil-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeuil-webfont.woff2') format('woff2'), url('../fonts/segoeuil-webfont.woff') format('woff'), url('../fonts/segoeuil-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg#segoe_uilight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/segoeui-webfont.eot');
    src: url('../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/segoeui-webfont.woff2') format('woff2'), url('../fonts/segoeui-webfont.woff') format('woff'), url('../fonts/segoeui-webfont.ttf') format('truetype'), url('../fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-primary-default: #bd122b;
    --color-primary-hover: #bd122b;
    --color-primary-focus: #bd122b;
    --color-primary-pressed: #bd122b;
    --color-primary-disabled: #e0e0e0;
    --color-secondary-default: #bd122b;
    --color-secondary-hover: #8e8e8e;
    --color-secondary-focus: #fff;
    --color-secondary-pressed: #8e8e8e;
    --color-secondary-disabled: #e0e0e0;
    --color-primary-translucent: #bd122bcc;
    --color-light-gray: #f0f0f0;
    --color-medium-gray: #969696;
    --color-dark-gray: #646464;
    --color-white: #ffffff;
    --color-black: #202020;
    --color-transparent: transparent;
    --color-medium-gray-traslucent: #969696cc;
    --color-white-traslucent: #ffffffcc;
    --color-danger: #e74c3c;
    --color-menu-item: #000;
    --color-menu-item-hover: #8e8e8e;
    --color-menu-item-translucent: #e0e0e022;
    --color-menu-background: transparent;
}


/****************************************************************************/
/* Bloque de cabecera de página principal */
/****************************************************************************/

.section-header-index {
    background-image: url(../img/bg-a-fortaleza-es-index-cabecera-header-01.jpg);
}

.section-header-contacto {
    background-image: url(../img/bg-a-fortaleza-es-contacto-cabecera-header-01.jpg);
}

.section-header-servicios {
    background-image: url(../img/bg-a-fortaleza-es-servicios-cabecera-header-01.jpg);
}

.section-common {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: block;
    height: 650px;
    padding: 0 !important;
    margin: 0px 0px;
}