﻿/****************************************************************************/
/* 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: #2e3d5f;
    --color-primary-hover: #3534ee;
    --color-primary-focus: #2e3d5f;
    --color-primary-pressed: #100fb5;
    --color-primary-disabled: #e0e0e0;
    --color-secondary-default: #692cff;
    --color-secondary-hover: #618dff;
    --color-secondary-focus: #8eaefe;
    --color-secondary-pressed: #1e5dff;
    --color-secondary-disabled: #e0e0e0;
    --color-primary-translucent: #1211d1cc;
    --color-light-gray: #f0f0f0;
    --color-medium-gray: #646464;
    --color-dark-gray: #484848;
    --color-white: #ffffff;
    --color-black: #202020;
    --color-transparent: transparent;
    --color-medium-gray-traslucent: #969696cc;
    --color-white-traslucent: #ffffffcc;
    --color-danger: #e74c3c;
    --color-menu-item: #2e3d5f;
    --color-menu-item-hover: #696969;
    --color-menu-item-translucent: #e0e0e022;
    --color-menu-background: transparent;
}

/***********************************/
/*  Fuentes para títulos y textos  */
/***********************************/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Teachers', 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
}

/****************************************************************************/
/* Bloque de cabecera de página principal */
/****************************************************************************/

.section-header-index {
    background-image: url(../img/bg-tu-digital-marketer-es-inicio-cabecera-header-01.jpg);
}

.section-header-nosotros {
    background-image: url(../img/bg-tu-digital-marketer-es-nosotros-cabecera-header-01.jpg);
}

.section-header-servicios {
    background-image: url(../img/bg-tu-digital-marketer-es-servicios-cabecera-header-01.jpg)
}

.section-header-contacto {
    background-image: url(../img/bg-tu-digital-marketer-es-contacto-cabecera-header-01.jpg)
}

.section-common {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 650px;
    padding: 0 !important;
    margin: 0px 0px;
}


/* Afinar el encuadre de la hero img en dispositivos móviles */
@media (max-width: 768px){
    .section-common {
        background-position: 70% center;
    }
}

.header-pagetitle-03-inner-button {
    color: var(--color-white);
    background: var(--color-secondary-default);
    border-radius: 25px;
    padding: 2px 12px;
    width: auto;
    height: 45px;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .header-pagetitle-03-inner-button {
        font-size: 16px;
    }
}

/*********************/
/*   contactform03   */
/*********************/
.checkbox input[type="checkbox"] {
    margin-left: -20px;
}

/********************/
/*  infotextimage02 */
/********************/

.info-textimage-02 p {
    font-size: 15px;
}

/***************/
/* iconBlock02 */
/***************/

.features-icon-02-padresum span {
    font-size: 40px;
}

/****************/
/*  infotext01  */
/****************/

.info-text-01 h2 {
    margin-top: 0px;
}

.info-text-01 p {
    font-size: 15px;
}

.info-text-01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/********************/
/* infonewsslider01P */
/********************/
.info-newsslider-01-bg {
    background: var(--color-primary-default);
    padding-bottom: 60px;
}

    .info-newsslider-01-bg h2 {
        text-align: center;
        color: var(--color-white);
        padding: 20px;
    }

.info-newsslider-01 h3 {
    font-family: 'Segoe UI Light', 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--color-black);
    margin-top: 30px;
}

.info-newsslider-01-indicators {
    background-color: #cec5fe;
}

#actnews {
    height: 300px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    #actnews {
        height: 400px !important;
    }
}

@media (max-width: 576px) {
    #actnews {
        height: 480px !important;
    }
}

@media (max-width: 768px) {
    .info-newsslider-01-text {
        padding-left: 0;
        padding-right: 0;
    }
}


/*.section-common .row {
    display: flex;
    align-items: center;
}*/

.bg-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
}

.section-common {
    display: flex;
    align-items: center;
}

/*
.header-pagetitle-03-inner-button {
    font-size: 16px;
    width: 150px;
    height: 30px;
    margin: 10px;
    
    border-radius: 7px;
    background-color: var(--color-primary-default);
    color: var(--color-white);
}*/


/************
 Navegación 
************/


/*.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .navbar-right {
        background-color: var(--color-white);
        border-color: var(--color-white);
        float: right !important;
        margin-right: 15px;
    }

    .navbar-right > li > a {
        
        color: var(--color-primary-default) !important;
    }

}*/

.navbar-header {
    margin-bottom: 30px;
}

.navbar-default .navbar-nav > li > a {
    text-align: center;
    font-weight: bold;
    color: var(--color-primary-default) !important;
}

.navbar-right {
    background-color: var(--color-white);
    border-color: var(--color-primary-default);
    margin-top: 15px;
}

.menu-principal .nav .navbar-contacto {
    background-color: var(--color-secondary-default);
    border-radius: 25px;
}

    .menu-principal .nav .navbar-contacto a {
        color: var(--color-white) !important;
    }

.navbar-default .navbar-nav > li > a {
    padding-top:15px;
}

.nav > li:hover {
    position: relative;
    display: block;
    background-color: var(--color-menu-item-translucent);
    border-bottom: none;
}

/***************************************
     Bloque info-textimage-07   
***************************************/
.info-textimage-07 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

@media (max-width: 768px) {
    .info-textimage-07 {

    }
}

@media (max-width: 992px) {
    .info-textimage-07 {
        flex-direction: column;
        margin: 0;
    }
}

/****************************
    Bloque features-icon-03
****************************/

.features-icon-01-circle {
    background-color: var(--color-primary-default);
}

/*****************************
   Bloque features-icon-03   
*****************************/

.row > .animatedElement6 {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.animatedElement6:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row > .animatedElement6 h2 {
    font-weight: bold;
    text-align: center;
}

/****************************
  Bloque info.textimage-11  
****************************/

/*.info-textimage-11 {
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .info-textimage-11 {
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
}*/

/*********************/
/*  shortmoreinfo03  */
/*********************/

.short-moreinfo-03-bg-col {
    background-color: var(--color-white);
}

.short-moreinfo-03-start a {
    border: 2px solid var(--color-primary-default);
}

.short-moreinfo-03-start h2, .short-moreinfo-03-start a {
    color: var(--color-primary-default);
}

/**************************/
/*     gallerystaff13     */
/**************************/

.gallery-staff-13 {
    display:flex;
    justify-content: center;
}

@media(max-width: 768px){
    .gallery-staff-13 {
        flex-direction: column;
    }
}

.header-info h2 {
    text-align: center;
}

.gallery-staff-13-header {
    display: flex;
    justify-content: center;
}

.gallery-desc-13 {
    display: flex;
    justify-content:center;
}

/*******************/
/* shortmoreinfo03 */
/*******************/
.short-moreinfo-03-start a {
    color: var(--color-white);
    background: var(--color-secondary-default);
    border-radius: 25px;
    font-size: 20px;
    border-style: none;
}

/******************/
/*  footerfull02P */
/******************/
.descripcion-footer {
    margin-top: 20px;
    color: var(--color-white);
    font-size: 16px;
    font-weight: bold; 
}

.footer-full-02-fluid ul, .footer-full-02-fluid a {
    color: var(--color-white);
}

/********************/
/* infotextslider01 */
/********************/
.info-textslider-01-inner-text h4 {
    font-size: 35px;
}

.info-textslider-01-slider-text p {
    font-size: 17px;
}

ol.flex-control-nav.flex-control-paging li a {
    background: var(--color-light-gray);
}

ol.flex-control-nav.flex-control-paging li .flex-active {
    background: var(--color-primary-default);
}

.info-textslider-01 {
    padding: 15px;
    margin: 0;
}