/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}  

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.pull-left{
    margin-right: 20px;}

.pull-right{
    margin-left: 20px;}

.no_pd{
    padding: 0 !important;}

a, a:focus, a:hover, a:active, a:visited{
    text-decoration: none;
    outline: none !important;}

/* HEADER */
#isg-header-slider{}    

    #isg-header-slider:after{
        position: absolute;
        content: "";
        background-color: rgba(0,0,0,.3);
        width: 100%;
        height: 100%;
        right: 0;
        z-index: 0;
        pointer-events: none;}

/* SOCIAL ICONS */
.isg-social{}

    .isg-header-icons li.isg-social .fa-facebook-f:before{background: #3B5998;}
    .isg-header-icons li.isg-social .fa-twitter:before{background: #55ACEE;}
    .isg-header-icons li.isg-social .fa-google-plus:before{background: #DC4E41;}
    .isg-header-icons li.isg-social .fa-instagram:before{background: #6A453B;}
    .isg-header-icons li.isg-social .fa-youtube-play:before{background: #CC181E;}

/*  TWITTER ROTADOR */
.icon_seccion{
    background: #55ACEE;
    text-align: right;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    width: 15%;
    float: left;
    position: relative;}

    .icon_seccion i{
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);}

.mens_seccion{
    height: 60px;
    width: 85%;
    float: right;}    

    .mens_seccion li{
        max-height: 60px;
        line-height: 60px;
        padding: 0px 10px;}   

        .mens_seccion li span{
            color: #9b9b9b;
            font-size: 15px;
            letter-spacing: -1px;}

            .mens_seccion li span a span{
                color: #55ACEE;
                font-weight: bold;}

        .mens_seccion li .t_date{
            color: #b5b5b5 !important;
            font-weight: 600;}

            .mens_seccion li .t_date a{
                color: #B7B7B7;
                letter-spacing: -1px;
                font-size: 14px;} 

    .mens_seccion .bx-wrapper .bx-viewport{
        height: 60px !important;
        box-shadow: none;
        left: inherit;
        border:none;}

.btn_cerrar{
    cursor: pointer;
    border: none;
    background: transparent;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: #55ACEE;
    position: absolute;
    right: 0;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;}

    .btn_cerrar:hover{
        background: #55ACEE;
        color: #fff }   

/*  ENLACES Â· DESPLEGABLE */
.seccionToggle {
    display: none;
    height: auto;
    background: linear-gradient(to bottom, #FFB000 0%, #FFBD0D 100%);
    padding: 10px;
    z-index: 10;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    max-width: 155px;
    width: 155px;
    border-radius: 0px 20px 20px 0px;
    box-shadow: -15px 15px 30px rgba(0,0,0,.2);}

    .btn_enlaces{
        position: fixed;
        /* background-color: red; */
        z-index: 100;
        top: 50%;
        transform: translateY(-50%);}
            
        .btn_enlaces span {
            pointer-events: none;
            position: absolute;
            content: "";
            display: block;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0) 49%, rgb(242, 242, 242) 50%, rgb(242, 242, 242) 100%);
            /* background: #fff; */
            top: -7px;
            /*right: -17px;*/
            right: 8px;
            z-index: -1;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);}

            .btn_enlaces .span-close{
                right: -138px;
                -webkit-transform: rotate(270deg);
                -moz-transform: rotate(270deg);
                -ms-transform: rotate(270deg);
                transform: rotate(270deg)}

.btn-toggle {
    position: relative;
    z-index: 100;
    width: 50px;
    height: 50px;
    text-align: center;
    text-indent: 3px;
    line-height: 50px;
    color: #FFF;
    display: block;
    background: #FFBD0D;
    border-radius: 50%;
    box-shadow: 0px 16px 30px -6px rgba(0,0,0,.5);
    /*left: 10px;*/
    left: -15px; }       
        
    .btn-toggle:hover  {
        /*background: linear-gradient(to bottom, #00604b 0%, #007a4b 100%);*/
        background: #1f2041;
        color: #fff !important;
        text-decoration: none; }

    .btn-close {
        left: 130px;
        background: #e0a300;}        

        .btn-close:before{
            font-family: 'FontAwesome';
            content: "\f054";
            font-size: 14px;
            color: #fff; 
            display: block;
            -webkit-transform: rotate(180deg);
               -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg);}

    .btn-open:before{
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 14px;
        color: #fff;
        display: block;}    

    .btn-close, .btn-toggle, .btn-close:before, .btn-open:before, .btn_enlaces span {
        -webkit-transition:all 0.4s ease-in-out !important;
           -moz-transition:all 0.4s ease-in-out !important;
            -ms-transition:all 0.4s ease-in-out !important;
             -o-transition:all 0.4s ease-in-out !important;
                transition:all 0.4s ease-in-out !important;}

    /* Listado items */
    .seccionToggle ol li{
        line-height: 18px;
        letter-spacing: normal;
        position: relative;
        display: table;
        list-style-type: none;
        counter-increment: step-counter;
        margin-bottom: 10px;
        padding: 10px;
        text-align: center;
        color: #848484;
        font-weight: 300;
        font-size: 15px;
        animation-duration: 1s;
        width: 100%;}       

        .seccionToggle ol li::before {
            content: counter(step-counter);
            background-color: #1f2041;
            color: #fff;
            font-weight: bold;
            font-size: 10px;
            font-family: 'Open Sans', sans-serif;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            display: block;
            text-align: center;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;}

            .seccionToggle ol li:after {
                width: 1px;
                height: 0%;
                position: absolute;
                content: "";
                /*background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);*/
                background: #fff;
                display: block;
                top: 0px;
                top: 30px;
                left: 9px;
                z-index: -1;}

        .seccionToggle ol li:nth-child(1){animation-delay: 0s;}
        .seccionToggle ol li:nth-child(2){animation-delay: 0.1s;}
        .seccionToggle ol li:nth-child(3){animation-delay: 0.2s;}

    .seccionToggle a{
        display: block;
        position: relative;
        width: 100%;
        text-align: center;}

        .seccionToggle img{
            max-height: 80px;
            display: block;
            margin: 0 auto;
            width: auto;}

        .seccionToggle h1{
            font-family: 'Open Sans', sans-serif;
            font-size: 15px;
            color: #1f2041;
            margin: 0;
            font-weight: 400;
            letter-spacing: -1px;
            line-height: 14px;
            position: relative;}

            .seccionToggle h1 b{
                font-family: 'Open Sans', sans-serif;
                font-weight: 900;
                letter-spacing: -1px;
                word-spacing: normal;
                font-size: 17px;}

            .seccionToggle h1:after{
                width: 0px;
                height: 1px;
                position: absolute;
                content: "";
                background: #fff;
                display: block;
                bottom: -5px;
                left: 0;
                right: 0;
                margin: auto;}

        .seccionToggle li:hover a img{
            animation:bounceIn 1.5s ease-in-out;
            -webkit-animation:bounceIn 1.5s ease-in-out;}

        .seccionToggle li:hover a h1{
            color: #ffffff;}

        .seccionToggle li:hover h1:after{
            width: 50%;}

        /*.seccionToggle ol li:hover:after {
            height: calc(100% - 30px);}*/

        .seccionToggle li,.seccionToggle ol li:after, .seccionToggle a h1, .seccionToggle a h1:after{
            -webkit-transition:all .3s ease-in-out;
               -moz-transition:all .3s ease-in-out;
                -ms-transition:all .3s ease-in-out;
                 -o-transition:all .3s ease-in-out;
                    transition:all .3s ease-in-out;}

/*   EFECTOS - ANIMACION ICONOS */
.effectSwing{
    animation:swing 1s infinite;
    -webkit-animation:swing 1s infinite;
    -webkit-animation-delay: 5s;}

.effectTada{
    animation:tada 2s infinite;
    -webkit-animation:tada 2s infinite;}

.effectBounce{
    animation:bounce 2s infinite;
    -webkit-animation:bounce 2s infinite; }

.effectPulse{
    animation:pulse 2s infinite;
    -webkit-animation:pulse 2s infinite; }

.effectShake{
    animation:shake 2s infinite;
    -webkit-animation:shake 2s infinite; }

/*  BLOG · SECCION */
.slider_blog{
    position: relative;
    display: block;
    background: #fff;
    padding: 45px 30px;}

        .slider_blog .slick-dotted.slick-slider{
            margin-bottom: 0; }

        .slider_blog .slick-dots{
            bottom: inherit;
            top: 50%;
            transform:translateY(-50%);
            width: 30px;
            right: -25px;}

            .slider_blog .slick-dots li{
                display: block;
                width: 15px;
                height: 15px;
                margin: 5px;}

            .slider_blog .slick-dots li button:before{
                content: '·';
                background: #1f2041;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                line-height: 15px;}

    .info_blog{
        max-width: 1170px;
        display: block;
        margin: 0 auto;}

    .item_blog{
        position: relative;
        /*min-height: 400px;*/
        overflow: hidden;
        padding: 10px;}

        /*.item_blog .slick-slide{
            width: auto !important;
            height: auto !important;}*/

        .item_blog .slick-track{
            width: 100% !important;}

        .item_blog a{            
            position: relative;
            outline: none;}

        /* Span cat */
        .cat_{
            position: absolute;
            width: 100% !important;
            height: 30px;
            margin-bottom: 0;
            text-align: right;
            padding-right: 5px;
            padding-top: 5px;}

            .cat_ span{
                width: 25px;
                height: 25px;
                overflow: hidden;
                position: absolute;
                right: 5px;
                background: #FFBD0D;
                border-radius: 20px;
                z-index: 10;
                text-align: center;}

                .cat_ span:hover{
                    width: 120px;}

            .cat_ a{
                font-family: 'Open Sans', sans-serif;                
                font-size: 13px;
                color: transparent;
                font-weight: 400;
                letter-spacing: -1px;
                border-radius: 20px;
                line-height: 25px;
                background: #FFBD0D;
                display: block;}              

                .cat_ a:hover{
                    color: #fff;}

        .item_blog a, .cat_, .cat_ span, .cat_ span:hover, .cat_ a{
            -webkit-transition:all .4s ease-in-out;
               -moz-transition:all .4s ease-in-out;
                -ms-transition:all .4s ease-in-out;
                 -o-transition:all .4s ease-in-out;
                    transition:all .4s ease-in-out;}

        /* Img */
        .item_blog .img_{
            width: 100% !important;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            min-height: 350px;
            overflow: hidden;
            display: block;}

            .item_blog .img_:after{
                position: absolute;
                display: block;
                content: "";
                background: #1f2041;
                opacity: .5;
                width: 100%;
                height: 100%;
                top: 0;
                right: -100%;
                z-index: 1;}

                .item_blog:hover .img_:after{
                    right: 0%;}

            .item_blog .img_:before{
                content: '';
                position: absolute;
                top: 80%;
                right: 100%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 0;
                height: 0;
                z-index: 1;
                border-style: solid;
                border-width: 200px 0 200px 200px;
                border-color: transparent transparent transparent #1f2041;
                opacity: 0.9;
                -webkit-transition: all 0.35s 0s ease-out;
                transition: all 0.35s 0s ease-out;}

                .item_blog:hover .img_:before{    
                    right: 50%;
                    -webkit-transition: all 0.3s 0.2s ease-in-out;
                    transition: all 0.3s 0.2s ease-in-out;}

        .item_blog .img_, .img_:after{
            -webkit-transition:all .3s ease-in-out;
               -moz-transition:all .3s ease-in-out;
                -ms-transition:all .3s ease-in-out;
                 -o-transition:all .3s ease-in-out;
                    transition:all .3s ease-in-out;}

        /* Box */
        .box_{
            position: absolute;
            display: block;
            width: 100%;
            height: 100px;
            padding: 15px;
            bottom: 0;
            z-index: 5;}

            .box_ .title_{
                position: relative;
                width: 100%;
                height: 70px;
                background: #fff;
                bottom: 0;
                overflow: hidden;
                box-shadow: 0px 15px 30px rgba(0,0,0,.4);}

                .box_ .title_ h5{
                    position: absolute;
                    width: 100% !important;
                    height: 70px;
                    margin: 0;
                    background: #ffbd0d;
                    color: #fff;
                    font-size: 18px;
                    font-weight: 400;
                    letter-spacing: -1px;
                    display: flex;
                    align-items: center;
                    justify-content: inherit;
                    padding: 15px 50px 15px 15px;
                    left: -100%;}

                .box_ .title_ h2{
                    /* position: absolute; */
                    width: 100% !important;
                    height: 70px;
                    overflow: hidden;
                    margin: 0;
                    color: #1f2041;
                    font-size: 18px;
                    font-weight: 400;
                    letter-spacing: -1px;
                    display: flex;
                    align-items: center;
                    justify-content: inherit;
                    padding: 15px 60px 15px 15px;
                    float: none;}

            .box_ .link_{
                position: absolute;
                width: 50px;
                height: 50px;
                background: #ffbd0d;
                bottom: 25px;
                right: 5px;
                overflow: hidden;
                box-shadow: 0px 15px 30px rgba(0,0,0,.2);
                font-family: 'Open Sans', sans-serif;}

                .box_ .link_ h1{
                    color: #fff;
                    font-size: 20px;
                    margin: 0;
                    width: 100% !important;
                    height: 50px;
                    padding-top: 12px;
                    text-align: center;
                    line-height: 13px;}

                    .box_ .link_ h1 b{
                        display: block;
                        font-weight: 100;
                        font-size: 14px;
                        word-spacing: normal;
                        letter-spacing: normal;
                        font-family: 'Open Sans', sans-serif;}

                .box_ .link_ i{
                    position: absolute;
                    width: 100% !important;
                    text-align: center;
                    line-height: 50px;
                    height: 50px;
                    color: #fff;
                    background: #1f2041;
                    right: -100%;
                    top: 0;}

        .item_blog:hover .box_ .title_ h5{
            left: 0;}

        .item_blog:hover .box_ .link_ i{
            right: 0;}

        .box_ .title_, .box_ .title_ h5, .box_ .title_ h2,
        .box_ .link_, .box_ .link_ h1, .box_ .link_ i{
            -webkit-transition:all .4s ease-in-out;
               -moz-transition:all .4s ease-in-out;
                -ms-transition:all .4s ease-in-out;
                 -o-transition:all .4s ease-in-out;
                    transition:all .4s ease-in-out;}


/*  LOGOS · SECCION */  
.slider_logos{
    position: relative;
    display: block;
    background: #fff;
    padding: 45px 30px;
    background: linear-gradient(to bottom, #fafafa 0%, #fbfbfb 100%);}

        .slider_logos .slick-dotted.slick-slider{
            margin-bottom: 0; }

        .slider_logos .slick-dots{
            }

            .slider_logos .slick-dots li{
                width: 15px;
                height: 15px;
                margin: 5px;}

            .slider_logos .slick-dots li button:before{
                content: '·';
                background: #1f2041;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                line-height: 15px;}

    .info_logos{
        max-width: 1170px;
        display: block;
        margin: 0 auto;}

    .item_{
        position: relative;
        overflow: hidden;
        padding: 10px;}

        .item_ .slick-track{
            width: 100% !important;}

        .item_ a{            
            position: relative;
            outline: none;} 

    /* Img */
    .slider_logos .img_{
        width: 100% !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 150px;
        overflow: hidden;}

    /* Link */
    .slider_logos .box_{
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;}

        .slider_logos .box_ i{
            height: 50px;
            width: 50px;
            line-height: 50px;
            text-align: center;
            display: block;
            position: relative;
            background: #FFBD0D;
            color: #fff;
            box-shadow: none;
            left: -50px;}

        .info_logos .img_:hover .box_ i{
            left: 0px;
            box-shadow: 0px 20px 30px -18px rgba(0,0,0,.7);}

    .info_logos .img_, .box_ i{
            -webkit-transition:all .4s ease-in-out;
               -moz-transition:all .4s ease-in-out;
                -ms-transition:all .4s ease-in-out;
                 -o-transition:all .4s ease-in-out;
                    transition:all .4s ease-in-out;}

/* TESTIMONIOS */
.isg-testimonial{
    padding: 0px 20px;}

.isg-panels .slick-dots li button:before{
    color: #ffbd0d;
    opacity: .8}

    figure.isg-testimonial blockquote:before, 
    figure.isg-testimonial blockquote:after{
        opacity: 1;
        width: 50px;
        height: 50px;
        background: #ffbd0d;
        text-align: center;
        line-height: 67px;
        border-radius: 50%;
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        letter-spacing: -1px;}

        figure.isg-testimonial blockquote:before{
            left: -15px;}

        figure.isg-testimonial blockquote:after{
            background: #dbdbdb;
            right: -15px;
            bottom: 20px;}

    #testimonial-carousel .slick-list{
        max-height: 350px !important;}    

/* PORTAFOLIO */
figure.isg-portfolio-item a{}

    figure.isg-portfolio-item a:before{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.25);
        display: block;
        content: "";
        position: absolute;
        top: 0;
        z-index:-1;}

    figure.isg-portfolio-item figcaption{
        z-index: 15;}

    figure.isg-portfolio-item i{
        font-size: 18px;
        z-index: 15;}

    figure.isg-portfolio-item figcaption h4{
        font-size: 26px;
        text-shadow: 0px 2px 2px rgba(0,0,0,.3);}

    figure.isg-portfolio-item figcaption p{
        opacity: 1;
        text-shadow: 0px 2px 2px rgba(0,0,0,.3);}

/* CONTACTENOS */
/* Captcha */
.captcha{
    margin-bottom: 30px;}

html .floating-labels .captcha{
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
    background: transparent;}

    .captcha .cap_img,
    .captcha .cap_code{
        width: 50%;
        float: left;
        height: 58px;
        padding: 0;
        position: relative;}
  
    .captcha .cap_img{
        background: #fff;
        height: 58px;}

      .captcha .cap_img label{
        display: inline-block;
        float: right;
        position: absolute;
        right: -15px;
        z-index: 20;
        top: 50%;
        transform: translateY(-50%);}

  .captcha .cap_code{}

    .captcha .cap_code label{
      width: 100%;}

      .captcha #captcha{
        height: 58px;
        padding-left: 25px;}

      .captcha #imgCaptcha{
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 11px;}

    .captcha .reload{
      right: -13px;
      z-index: 200;}

    .captcha .reload i{
      background: #ffbd0d;
      border-radius: 50%;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width: 25px;
      height: 25px;
      line-height: 26px;
      font-size: 12px;
      font-weight: 100;
      text-align: center;
      color: #fff;
      letter-spacing: 0;
      text-indent: 0px;}

        .captcha .reload i:hover{
          color: #fff;
          -webkit-transform: rotate(360deg);
          -moz-transform: rotate(360deg);
          -ms-transform: rotate(360deg);
          transform: rotate(360deg);
          background: #1f2041;}

/* Autorizacion */
.btn_send{
    border: none;
    background: #e75619;
    border-radius: .25em;
    padding: 16px 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -1px;
    float: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;}

    .btn_send:hover{
      background: #c7450e;}

      .btn_send:after{
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        width: 100%;
        display: block;
        content: "";
        background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
        background-image: linear-gradient(to right, transparent, #b3b3b3, transparent);
        border: 0;
        height: 1px;
        z-index: -1;  }

button[type="submit"]:disabled {
    background: #1e1e1e !important;
    color: #fff !important;
    cursor: not-allowed;}

      button[type="submit"]:disabled:after {
        display: none !important;}

      .Form_priv .button-send:disabled:hover{ 
          background: #d0d0d0 !important;} 
   
      #parsley-id-multiple-x_Asociado{ position: absolute; bottom: -27px; width: 100%;}

  .Form_priv .col-md-2{
      position: relative;}

      .form_contactenos .Form_priv .x_Autorizo{
        right: 0;
        left: 0;
        display: block;
        width: 30px;
        margin: 0 auto;
        position: relative;
        top: 50%;}

  .Form_priv .col-md-10{
    color: #919191 !important;
    letter-spacing: -1px;
    border-left: 2px solid #e75619;}

    .Form_priv .col-md-10 p{
      line-height: 22px;
      margin:0;
      color: #7b8c90;}  

/* CONTENIDOS */

/* Header */
#isg-header.isg-page-header{
    background: #732d6f;}

.isg-page-header .isg-intro{
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -170px;
    overflow: hidden;
    background-attachment: fixed;}

    .isg-page-header .isg-intro:before{
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        display: block;
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;}

.isg-page-header .isg-intro h1{
    font-size: 44px;
    max-width: 50%;
    text-align: center;
    display: block;
    margin: auto;
    margin-bottom: 15px;}

    .isg-page-header .isg-intro p{
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 0px;
        color: #ffffff;
        text-shadow: 0px 3px 5px rgba(0,0,0,.3);
        letter-spacing: -1px;
        word-spacing: normal;}

/* SIMPLE HEADER */
.single_header{
    position: relative;
    display: block;
    text-align: center;}

    .single_header h3{
        display: inline-block;
        margin-bottom: 0;
        color: #ffffff;
        font-size: 18px;
        position: relative;
        padding-right: 25px;}

        .single_header h3 b{}

        .single_header h3:after{
            content: "•";
            display: block;
            position: absolute;
            right: 7px;
            top: 0;}

    .single_header a{
        color: #ffffff;
        font-size: 18px;
        position: relative;
        font-weight: 100;
        letter-spacing: -1px;
        border-radius: 20px;
        line-height: 25px;
        background: #FFBD0D;
        padding: 5px 30px;
        text-shadow: none;}

/* SIDEBAR */
.isg-popular-title{
    line-height: 12px;
    letter-spacing: -1px;
    word-spacing: normal;}

.isg-popular-title a{
        line-height: normal;
        font-weight: bold;
        color: #5a5e5d;}   

/* Perfil */
.isg-profile-content{}

    .isg-profile-content h1{
        font-size: 30px;
        margin-bottom: 10px;}

    .isg-profile-content .isg-subtitle{
        font-size: 18px;
        letter-spacing: -1px;
        font-family: 'Open Sans', sans-serif; }

    .isg-profile-content p{
        margin-bottom: 20px;
        line-height: normal;
        letter-spacing: 0px;
        word-spacing: normal;}

/* Listado numerico */
.Contenidos_ ol{
    padding-left: 20px;}

.Contenidos_ ol li{
    line-height: 22px;
    position: relative;
    display: table;
    list-style-type: none;
    counter-increment: step-counter;
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 16px;
    letter-spacing: -1px;
    color: #7C8483;
    font-weight: 300;
    margin: 0 0 25px;}

    .Contenidos_ ol li::before {
        content: counter(step-counter);
        margin-right: 0px;
        font-size: 80%;
        background-color: #ffbd0d;
        color: white;
        font-weight: bold;
        padding: 3px 8px;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 0px;
        width: 22px;
        height: 22px;
        line-height: 18px;
        text-indent: 0px;}

.Contenidos_ ul{
    list-style: none;
    padding:0;
    margin:0;}

    .Contenidos_ ul li{
        padding-left: 2em;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -1px;
        color: #7C8483;
        font-weight: 300;
        margin: 0 0 25px;}

    .Contenidos_ ul li:before{
        font-family: FontAwesome;
        content: "\f054";
        color: #ffbd0d;
        margin-right: 15px;}

/* Tablas */ 
.Contenidos_ thead tr th {
    background-color: #1f2041;
    color: white;
    text-align: center;
    font-size: 16px;
    border: 1px solid #1f2041;
    padding: 15px;
    letter-spacing: -1px; }

    .Contenidos_ table tr:nth-child(odd){ background-color:#F9F9F9; }
    .Contenidos_ table tr:nth-child(even){ background-color:#fff; }

    .Contenidos_ td {
        border: 0px solid #e4e7e8;
        padding: 10px;
        font-size: 14px;
        letter-spacing: -1px;} 

    .basica{} 

    .basica td, .basica th{    
        border: 0px;
        font-size: 15px; 
        color: #848484;
        line-height: 24px;
        margin: 0 0 20px;
        font-weight: 300;
        padding: 10px;   
        text-align: justify;  
        letter-spacing: normal;
        vertical-align: middle;}

    .basica tr:nth-child(odd){ background-color:#fff !important;}
    .basica tr:nth-child(even){ background-color:#fff !important;}

    .basica img{
        max-width: none;
        vertical-align: middle;}

/* SHARE */
.post-share{
    margin-top: 25px;}

/* Botones adicionales */
.Descargar, .Enlaces{
    position: relative;
    clear: both;
    display: block;
    line-height: 10px;
    min-height: 80px;
    padding-left: 100px;
    padding-top: 30px;
    font-size: 18px;
    letter-spacing: -1px;
    color: #a3a3a3;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;}

    .Descargar:hover, .Enlaces:hover{
        color: #1f2041;}

    .Descargar:before, .Enlaces:before{
        font-family: FontAwesome;
        position: absolute;
        width: 80px;
        background: #fff;
        border: 10px solid #dedede;
        border-radius: 50%;
        text-align: center;
        height: 80px;
        display: inline-block;
        color: #dedede;
        line-height: 65px;
        font-size: 30px;
        left: 0;
        top: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;}

    .Descargar:before{content: "\f0ed";}

    .Enlaces:before{content: "\f0c1";}

    .Descargar:after, .Enlaces:after{
        background: rgba(154, 154, 154, 0.26);
        pointer-events: none;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        content: ""; 
        display: block;
        position: absolute;
        left: -5px;
        top: -5px;
        z-index: -1;
        opacity: 0;}

    .Descargar:hover:before, .Enlaces:hover:before{
        color: #1f2041;
        border: 10px solid #1f2041;}

    .Descargar:hover:after, .Enlaces:hover:after{
        opacity: 1;
        -webkit-animation:pulse 1s infinite;
           -moz-animation:pulse 1s infinite;
                animation:pulse 1s infinite;}

.flotar {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    -webkit-animation-name: initial; 
    -moz-animation-name: initial;
    -o-animation-name: initial;
    animation-name: initial;}

.flotar:hover, .flotar:focus, .flotar:active {
    -webkit-animation-name: wobble_an ; 
            animation-name: wobble_an ;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;}    

/* PAGINA BLOG */
.page_blog{
    position: relative;
    display: block;
    background: #fff;
    padding: 0px;}

    .page_blog .item_blog{
        margin-bottom: 25px;}    

    .page_blog .item_blog:nth-child(odd) .col_img{float: right;}
    .page_blog .item_blog:nth-child(even) .col_info{float: left;}

    .item_blog .col_img{
        float: left;
        width: 50%;        
        position: relative;}

        .col_img .box_ .title_{
            background: rgba(255, 255, 255, 0.5);}

    .item_blog .col_info{
        float: right;
        width: 50%;
        position: relative;
        min-height: 350px;}

        .col_info .desc_{
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 20px;}

            .col_info .desc_ h2{
                font-size: 28px;}

            .col_info .desc_ p{
                letter-spacing: -1px;
                line-height: 18px;
                word-spacing: normal;
                color: #9e9e9e;
                border-left: 1px solid rgba(0,0,0,0.2);
                padding-left: 10px;}

/* PAGINA SOLICITAR ASESORIA */
.header_fixed{
    width: 30%;
    float: right;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-size: 400px;
    background-attachment: fixed;
    background-position: right top;}


    .header_fixed .isg-intro{
        background-position: right;
        height: 100%;
        background-size: inherit;}    

.conten_fixed{
    width: 70%;
    float: left;
    min-height: 100%;
    height: 100%;
    padding: 0px 70px 0px 0px;} 

    .title_add{
        position: relative;
        display: block;
        padding-left: 90px;
        min-height: 80px;
        margin-bottom: 30px;
        margin-top: 40px;}

        .title_add i{
            position: absolute;
            width: 80px;
            height: 80px;
            background: #ffbd0d;
            border-radius: 50%;
            top: -17px;
            left: 0;}

        .title_add i img{
            max-height: 65px;
            display: block;
            margin: 0 auto;
            top: 50%;
            transform: translateY(-50%);
            position: relative;}

        .title_add .id_{
            font-size: 80px;
            font-weight: bold;
            color: #f4f4f4;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: -1px;
            word-spacing: normal;
            position: absolute;
            top: -55px;
            left: 50px;
            z-index: -1;}

        .title_add h1{
            color: #ffbd0d;
            letter-spacing: -2px;
            word-spacing: normal;
            position: relative;
            z-index: 10;
            margin: 0;
            display: inline-block;
            text-align: center;}

            .title_add h1:after{
                position: absolute;
                bottom: -20px;
                left: 0;
                right: 0;
                margin-left: auto;
                margin-right: auto;
                content: "•";
                font-size: 22px;
                letter-spacing: 1px;
                font-weight: bold;
                pointer-events: none;
                color: #ffbd0d;
                text-shadow: 10px 0 #ffbd0d, -10px 0 #ffbd0d;}

/* -Form Fixed */
.form_fixed{
    position: fixed;
    bottom: 60px;
    width: 330px;
    height: 75%;
    background: rgb(255, 189, 13);
    right: 100px;
    z-index: 0;
    box-shadow: 20px 20px 35px rgba(0,0,0,.3);}

    .info_f{
        top: 50%;
        transform: translateY(-50%);
        position: relative;}

    .form_fixed .isg-rotated-text{
        opacity: .1;
        top: 5px;
        left: 0px;
        text-shadow: 0px 2px 2px rgba(0,0,0,.1);
        letter-spacing: -2px;
        font-size: 38px;}

    .isg-icon{
        position: absolute;
        right: 0;
        opacity: .3;
        bottom: 0px;}
 
        .isg-icon img{
            max-height: 65px;}

/* ________________________________________________________________

                              RWD
  @media only screen and (min-width: 768px) and (max-width: 900px)                    
____________________________________________________________________*/  
@media only screen and (max-width: 1400px){
    /*.isg-hamburger{background: rebeccapurple;}*/

}

@media only screen and (max-width: 1200px){
    /*.isg-hamburger{background: blue;}*/

    #isg-hidden-menu{padding: 10px 40px;}
    #isg-footer .isg-footer-inner{padding: 15px 40px;}

    .isg-hamburger.is-active{top: -80px;}

    .isg-box div.isg-box-content{padding: 0px 40px;}

    .icon_seccion{width: 10%;}
    .mens_seccion{width: 90%;}
    .mens_seccion li .t_date{display: none;}

    .form_fixed{right: 15px;}
    .info_f{max-height: 430px;}
    .conten_fixed{padding: 0px 50px 0px 0px;}

    .isg-page-left{width: 65%;float: left;}
    .isg-page-right{width: 35%;float: left;padding: 0px 0px 0px 30px;}

    .isg-page-content{padding: 60px 30px;}
    .isg-page-header .isg-intro{background-position: center -140px;}
    .item_blog .img_, .item_blog .col_info{min-height: 300px;}
    .isg-intro{padding: 120px 60px;}
}

@media only screen and (max-width: 990px){
    /*.isg-hamburger{background: yellow;}*/

    .slider_twitter{display: none}

    .box_ .title_ h2{font-size: 16px; padding: 10px 50px 10px 10px;}

    .header_fixed{width: 100%;float: none;height: 180px;background-position: center top;background-position: center;background-size: cover;}
    .conten_fixed{padding: 0px 25px;width: 100%;float: none;min-height: auto;height: auto;}

    .form_fixed{position: relative;width: 320px;right: 0;left: 0;height: auto;bottom: 30px;margin: 0 auto;padding: 20px 0px;box-shadow: 20px 20px 35px rgba(0,0,0,.1);}
    .info_f{top: 0%;transform: translateY(0%);}

    .isg-page-left{width: 100%;float: none;max-width: 800px;margin: 0 auto;display: block;}
    .isg-page-right{width: 100%;float: none;padding: 0px;max-width: 320px;margin: 0 auto;display: block;}

    .col_info .desc_ h2{font-size: 22px;}
    .item_blog:hover .img_::before { right: 70%;}

    .isg-page-header .isg-intro {background-position: center -120px;}
    .isg-page-header .isg-intro h1{max-width: 80%;}

}

@media only screen and (max-width: 600px){
    /*.isg-hamburger{background: red;}*/

    .item_blog .img_, .item_blog .col_info {min-height: 320px;}
    .slider_blog .info_blog{max-width: 340px;}

    figure.isg-testimonial .isg-author span{display: none;}
    figure.isg-testimonial blockquote p{font-size: 14px;}
    .isg-testimonial{padding:0px 10px}
    figure.isg-testimonial blockquote{padding: 70px 15px 30px 15px;}

    figure.isg-portfolio-item figcaption p{display: none;}
    .isg-page-header .isg-intro {background-position: center 0px;}
    .isg-page-content { padding: 40px 20px;}

    .Contenidos_ .info_blog{max-width: 340px;}
    .Contenidos_ .item_blog .col_img{width: 100%; float: none !important;}
    .Contenidos_ .item_blog .col_info{width: 100%; float: none !important;min-height: 200px;}
    .page_blog{margin-bottom: 50px;}

    .isg-page-header .isg-intro h1{max-width: 90%; font-size: 34px;}

 }  

@media only screen and (max-width: 480px){
    /*.isg-hamburger{background: black;} */

    .isg-intro {padding: 100px 40px;}
    figure.isg-portfolio-item figcaption{left: 10px;  bottom: 10px;}

    .title_add h1{font-size: 28px;}
    .form_fixed{width: 300px;}
    .info_f {max-height: 470px;}

    .Contenidos_ .item_blog{padding: 0}
    .Contenidos_ .item_blog .col_info{    min-height: initial;
    height: auto;
    position: relative;
    display: block;}
    .Contenidos_ .col_info .desc_{top: 0%; transform: translateY(0%);padding: 20px 0px;position: relative;}

}