﻿/****************************************************************************/
/* 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: #cc0c24;
    --color-primary-hover: #3534ee;
    --color-primary-focus: #cc0c24;
    --color-primary-pressed: #100fb5;
    --color-primary-disabled: #e0e0e0;
    --color-secondary-default: #346dff;
    --color-secondary-hover: #618dff;
    --color-secondary-focus: #8eaefe;
    --color-secondary-pressed: #1e5dff;
    --color-secondary-disabled: #e0e0e0;
    --color-primary-translucent: #cc0c24aa;
    --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: #040404;
    --color-menu-item-hover: #cc0c24;
    --color-menu-item-translucent: #e0e0e022;
    --color-menu-background: transparent;
}


/****************************************************************************/
/* Bloque de cabecera de página principal */
/****************************************************************************/

.section-header-index {
    background-image: url(../img/bg-destino-bergen-es-inicio-cabecera-header-01.jpg);
}

.section-header-quensomos {
    background-image: url(../img/bg-destino-bergen-es-quensomos-cabecera-header-01.jpg);
}

.section-header-quefacemos {
    background-image: url(../img/bg-destino-bergen-es-quefacemos-cabecera-header-01.jpg);
}

.section-header-producions {
    background-image: url(../img/bg-destino-bergen-es-producions-cabecera-header-01.jpg);
}

.section-header-contacto {
    background-image: url(../img/bg-destino-bergen-es-contacto-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;
}


/****************************************************************************/
/* Bloque de información 'info-textimage-05' */
/****************************************************************************/

.info-textimage-05 {
    margin: 0px 0px 0px 0px;
}

.info-textimage-05-info {
    left: 0px;
    text-align: center;
}

.info-textimage-05 h2 {
    text-align: center;
}

.info-textimage-05 h3 {
    padding: 0px 0px;
    text-align: center;
}

.info-textimage-05 p {
    text-align: center;
}

.info-textimage-05-inner-button {
    color: var(--color-white);
    background: var(--color-primary-default);
    font-size: 24px;
    border: none;
    width: 200px;
    height: 60px;
    margin: 25px;
}

@media (max-width: 768px) {
    .info-textimage-05 h2 {
        text-align: center;
    }

    .info-textimage-05 h3 {
        text-align: center;
    }

    .info-textimage-05 p {
        text-align: center;
    }
}


/****************************************************************************/
/* Bloque de información 'info-textimage-07' */
/****************************************************************************/

.info-textimage-07-inner-text {
    padding: 5px;
}


/****************************************************************************/
/* Características de productos o servicios 'features-icon-01' */
/****************************************************************************/

/* Encabezado */

.features-icon-01-princtext {
    text-align: center;
}

    .features-icon-01-princtext hr {
        border-top: 2px solid var(--color-primary-default);
        width: 120px;
        margin-bottom: 50px;
    }

    .features-icon-01-princtext h2 {
        font-size: 36px;
    }

/* Bloques */

.features-icon-01-circle {
    background-color: var(--color-primary-default);
}


.features-icon-01-positioncircle {
    text-align: center;
}

.features-icon-01-iconcircle {
    -moz-border-radius: 4em;
    -webkit-border-radius: 4em;
    border-radius: 100%;
    width: 175px;
    height: 175px;
    display: inline-block;
}

    .features-icon-01-iconcircle p.fa {
        font-size: 50px;
        margin-top: 35%;
        color: var(--color-white);
    }

.features-icon-01-positioncircle h3 {
    font-weight: 600;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .features-icon-01-positioncircle {
        padding-top: 50px;
    }
}


/****************************************************************************/
/* Bloque de galería 'gallery-staff-04' */
/****************************************************************************/

.gallery-staff-04 {
    margin: 0px 0px 0px 0px;
}

.gallery-staff-04-item {
    text-align: center;
}

.gallery-staff-04 h4 {
    font-size: 28px;
    text-align: center;
}

.gallery-staff-04 h5 {
    font-size: 20px;
    text-align: center;
    color: var(--color-dark-gray);
}


/****************************************************************************/
/* Bloque de cabecera 'header-pagesection-01' */
/****************************************************************************/

    .header-pagesection-01 hr {
        border: solid 3px var(--color-primary-default);
    }

    .header-pagesection-01 h2 {
        font-size: 36px;
        margin-top: 2px;
    }

    .header-pagesection-01 p {
        font-size: 24px;
    }

@media (max-width: 768px) {
    .header-pagesection-01 h2 {
        font-size: 28px;
    }

    .header-pagesection-01 p {
        font-size: 20px;
    }
}


/****************************************************************************/
/* Bloque de galería 'gallery-staff-03' */
/****************************************************************************/

.gallery-staff-03 {
    float: left;
    margin: 0px 0px 60px 0px;
}
