﻿@import '/Style Library/fna/fonts/font-face.css';
@import '/Style Library/fna/css/animate.css';
@import '/Style Library/fna/css/csshake-little.min.css';
@import '/Style Library/fna/css/typo.less';
/* ============================== Fonts ============================== */
@p-reg: 'pt_sans_captionregular';
@p-bold: 'pt_sans_captionbold';
@r-reg: 'robotoregular';
@r-bold: 'robotobold';
@r-light: 'robotolight';
@s-reg: "Source Sans Pro";
@s-bold: 'source_sans_probold';
@s-semi: "Source Sans Pro Semibold";
@s-light: 'source_sans_prolight';
/* ============================== /Fonts ============================== */
/* ============================== Clases tamaÃ±os de fuente ======================= */
.sz-14 { font-size: 14px !important; }
.sz-18 { font-size: 18px !important; }
.sz-20 { font-size: 20px !important; }
.sz-22 { font-size: 22px !important; }
.sz-24 { font-size: 24px !important; }
.sz-26 { font-size: 26px !important; }
.sz-28 { font-size: 28px !important; }
.sz-30 { font-size: 30px !important; } 
.sz-32 { font-size: 32px !important; } 
.sz-34 { font-size: 34px !important; }
.sz-35 { font-size: 35px !important; }
.sz-36 { font-size: 36px !important; }
.sz-38 { font-size: 38px !important; }
.sz-40 { font-size: 40px !important; }
.sz-48 { font-size: 48px !important; }
.sz-50 { font-size: 50px !important; }
.sz-52 { font-size: 52px !important; }
/* ============================== /Clases tamaÃ±os de fuente ====================== */
/* ============================== /Clases pesos de fuente ====================== */
.fwg-lgt { font-family: @s-light !important; }
.fwg-reg { font-family: @s-reg !important; }
.fwg-sem { font-family: @s-semi !important; }
.fwg-bol { font-family: @s-bold !important; } 
/* ============================== /Clases pesos de fuente ====================== */

/* ============================== Clases paleta de colores ======================= */
.fcolor-white { color: white !important; }
.fcolor-grey { color: @gray-text !important; }
.fcolor-lblue { color: @blue !important; }
.fcolor-navy { color: @navy !important; }
/* ============================== /Clases paleta de colores ====================== */

/* ============================== /Clases Margin and Padding ====================== */
.no-padding { padding: 0px !important; }
.no-padding-t {padding-top: 0 !important;}
.no-padding-l { padding-left: 0 !important; }
.no-margin { margin: 0px !important; }

.pa-l-15{padding-left: 15px !important;}

.ma-t-0 { margin-top: 0 !important; }
.ma-b-0 { margin-bottom: 0 !important; }
.ma-l-0 { margin-left: 0 !important; }

.ma-t-10 { margin-top: 10px !important; }

.ma-t-30 { margin-top: 30px !important; }
.ma-b-30 { margin-bottom: 30px !important; }

.ma-t-70 { margin-top: 70px !important; }
.ma-b-70 { margin-bottom: 70px !important; }

.ma-t-100 { margin-top: 100px !important; }
.ma-b-100 { margin-bottom: 100px !important; }

.ma-t-15per { margin-top: 15% !important; }
.ma-b-15per { margin-bottom: 15% !important; }

.ma-t-65 {
    margin-top: 65%;

    @media (max-width: 768px)
       {
        margin-top: 0;
        }
}

/* ============================== /Clases Margin and Padding ====================== */

/* ============================== /Clases Display ====================== */
.dis-inline-b { display: inline-block !important;}
 
.tcenter{
    text-align: center !important;
}
.min20{
    min-width: 150px;
}

.height-50 {height: 50px;}
/* ============================== /Clases Display ====================== */

/* ============================== Clases especiales ============================== */
.sublinks-Home {
    color: #2d4bb3;
    font-family: @s-bold;
    line-height: 1.2;
    padding-right: 2px;
}
.f-icon{
    position: absolute;
    top: 12px;
    left: 10px
}
.icon-playvideo700{
    height: 20px;
}
/* ============================= /Clases especiales ============================== */

/* ============================== Clases width ============================== */
.wi-100{
    width: 100px;
}
/* ============================== Clases width ============================== */

/*============================== Paleta de color ==================================*/
@bg-gray: #F8FBFB;
@gray: #f5f5f5;
@gray2:#555f72;
@gray-b: #e5e5e5;
@gray-text: #686868;
@darkest-gray: #1c1c1c;
@blue: #3c67de;
@blue-banner: #2149B7;
@navy: #003685;
@dark-blue: #2541A5;
@light-blue: #5683ff;
@blue-rgba: rgba(61, 99, 204, 1);
@blue-rgba-h: rgba(61, 99, 204, .8);
@green: #006900;
@acce-purple: #9900CC;
/*---- botones secundarios-----*/



/*============================== /Paleta de color ===================================*/
@import 'easy-responsive-tabs.less';


/*============================== /FIX - Overflow Tablas ===================================*/

#s4-workspace
{
  /*overflow: initial !important;*/
   overflow-y:auto; 
}
// body{
//     overflow-y:auto;
//     overflow-x:hidden;
// }
/*============================== /FIX - Overflow Tablas ===================================*/


/*===============================Hojas de vida =====================================*/
#listHV {
    border-top: 1px solid @gray;
    padding-top: 50px;
}
#hdv {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;

    li.dfwp-item {
        font-size: 16px;
        display: inline-block;
        margin: 30px 0;
        text-align: center;
        vertical-align: top;
        width: 33.333333%;
        padding: 0 10px;
    }
}
.cv {
    img {
    }
    p.semi {
        margin: 15px 0 5px;
        font-family: @s-reg;
        font-size: 16px;
        color: @gray-text;
        height: 30px;
    }
    h3.name {
        text-align: center;
        font-family: @s-semi;
        font-size: 24px;
        margin-bottom: 10px;
    }
    > a {
        font-size: 16px;
        font-family: @s-bold;
        color: @dark-blue;
    }
    > a:visited {
        color: @dark-blue;
    }
}
#detailHV {
    border-bottom: 1px solid #e5e5e5;
    p {
        margin-bottom: 30px;
    }
    .ms-webpart-titleText span {
        font-family: @s-semi;
        font-size: 24px;
        color: @darkest-gray;
    }
    .ms-rtestate-field ul li {
        list-style: none;
        font-family: @s-reg;
        font-size: 18px;
        color: @gray-text !important;
        // margin-bottom: 18px;
        line-height: 1.5em;
        margin-top: 20px !important;
        margin-bottom: 15px !important;
        :before {
            content: '\2022';
            color: @blue !important;
            font-size: 22px;
            margin: 0px 10px 0 0 ;
        }
    }
    .ms-rtestate-field ol li {
        font-family: @s-reg;
        font-size: 18px;
        color: @gray-text !important;
        // margin-bottom: 18px;
        line-height: 1.5em;
        margin-top: 20px !important;
        margin-bottom: 15px !important
    }
}
/*============================== /Hojas de vida =====================================*/


/*============================== Ver mas tabs =======================================*/
.borderItem .ms-rtestate-field + [data-readmore-toggle], .borderItem .ms-rtestate-field[data-readmore] {
    margin-top: 12px;
    font-family: @s-bold;
    font-size: 16px;
    color: @navy;
}
.ms-rtestate-field[data-readmore]::after {
    content:'';
    position: absolute;
    bottom: 50px;
    left: 6%;
    background-color: #ffffff;
    height: 6px;
    display: block;
    width: 88%;
    margin: auto;
    float: left;
    text-align: center;
}
.documentacionAdicional {
    .ms-rtestate-field{margin-top: 12px;}
}
a[data-readmore-toggle] {
    text-decoration: underline;
}

/*============================= /Ver mas tabs =======================================*/

/*============================= Preload images ======================================*/
body:after {
    content: url(/Style Library/fna/img/faqLes.png);
    display: none;
}

/*================================= / Preload images =================================*/

/*================================= General ==========================================*/


*:focus {
    outline: 1px dashed @acce-purple !important; 
    //transition: outline 0.4s ease-in, outline-offset 0.3s ease-in-out;
    outline-offset:0;
    filter: none !important;
}

//focus for text
a, input[type="text"], input.down-btn, .utility>.icon-compartir, span.plusQ{
	&:focus:not(.logos_header) {
    outline: 1px dashed @acce-purple !important; 
    //transition: outline 0.4s ease-in, outline-offset 0.3s ease-in-out;
    outline-offset:0px;
    filter: none !important;
    }
   
}
//focus for text
li .header-section {
    a{
	&:focus:not(.logos_header) {
    outline: 1px dashed @acce-purple !important; 
    //transition: outline 0.4s ease-in, outline-offset 0.3s ease-in-out;
    outline-offset:0px;
    filter: none !important;
    display: inline-block;
    padding: 0;
    }
   
}
}

ul.section-menu{
    li{
        div{
            a:focus:not(.logos_header){
                display: inline-block;
            }
        }
    }
}
//focus for buttons
a.btn:focus, a.button:focus, input[type="button"]:focus, a.creditoTop:focus, a.dowload-app:focus, #btnConsulta:focus{
    outline-offset: 3px;
    outline: 1px dashed @acce-purple !important;
    box-shadow: 0px 0px 1px 1px @acce-purple;
}
//focus outline fix for main-menu
.section-menu ul li a:focus:not(.ver-navlist), .v-menu .section-menu li a:focus{
    margin-left:-10px !important;
    padding-left:10px !important;
    background: none !important;
}

a.Link:focus{outline-offset: -1px;}
a:focus {
    text-decoration: none;
}
a:visited {
    color: @blue;
}
.LabelFor{
font-size: 0px;
} 
.foco-audio, .foco-video{
    padding: 9px 1px 0px;
}
.foco-boletin{
    padding: 10px 2px 0px 0px;
}
/*Accordion*/
.btn-accordion-question {
    cursor: pointer;
	padding: 30px 30px 30px 30px;
	line-height: 1.7;
	width: 100%;
	text-align: left;
	font-size: 16px;
	border-top: 1pt solid #ccc;
	transition: 0.4s;
	font-weight: bold;
	position: relative;
		background-color: @gray;
}
 
.btn-accordion-question.active, btn-accordion-question:hover {
    background-color: #ddd;
}
.btn-accordion-question.active-accordion {
    background: #fcfcfc;
    //background: #fcfcfc url('/Style Library/fna/img/ico-fle-arriba.svg') 98% 35px no-repeat;
    //background-size: 12px;
}
.panel-acc {
    padding: 0px 50px 50px 50px;
    display: none;
    background-color: white;
}
.title-mid, .title-mid * {

    /*text-shadow: 1px 1px 2px #666;*/
}
.panel-acc.show-panel {
    display: block !important;
    transition: all ease-out 0.5s;
}
.panel-acc.show-panel p {
    line-height: 1.5;
}
.accordion-list {
    list-style: none;
    padding: 0px !important;
}
#tabs-nav {
    font-size: 0;

    li {
        font-size: 14px;
    }
}

/*Tabs glosario*/
.tabs-nav.glosario {
    font-size: 0px;
}
.tabs-nav.glosario li {
    display: inline-block;
    width: 3.7%;
    vertical-align: top;
    font-size: 14px
}
.tabs-nav.glosario li a {
    border: solid #fff 1pt;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin: 23px 0px;
    line-height:1;
}
.tabs-nav.glosario li a:hover, .tabs-nav.glosario li a.active {
    border: solid @blue 1pt;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin: 23px 0px;
    line-height:1;
}
.nav-glosary {
    width: 100%;
}
.glosario {
    min-width: 768px;
}

/*Tabs*/
.tabs-nav li {
    display: inline-block;
    width: 16.385%;
    pointer-events: none;
    padding: 0px;
    height: 65px;
}
#toTop {
    .transition(all ease .2s);
    bottom: 30px;
    cursor: pointer;
    color: @darkest-gray;
    font-family: @s-bold;
    font-size: 20px;
    opacity: .3;
    position: fixed;
    text-align: center;
    right: 40px;
    z-index: 99;

    &:hover {
        opacity: 1;
    }
    span.icon-fup {
        position: absolute;
        display: block;
        color: @navy;
        top: -40px;
        left: 16px;
        font-size: 25px;
        border: 2px solid @navy;
        border-radius: 50%;
        padding: 5px;
        font-weight: 700;
    }
}
#landingText {
    padding: 50px 0;
}
.blankSpace {
    padding: 10px 0px;
    display: block;
}
.contentIn {
    min-height: 500px;
}
.listBullets div:before {
    content: "â€¢";
    color: #0072c6;
    font-size: 16px;
    padding: 5px;
}
.creditoTop {
    text-align: center;
}
.tabs-nav {
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    border-bottom: solid @gray-b 1pt;
    border-top: solid @gray-b 1pt;
    pointer-events: none;
}
.tabs-nav li a {
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: @gray-text;
    border-bottom: 2pt solid transparent;
    pointer-events: all!Important;
}
.tabs-nav li a:hover, .tabs-nav li a.active {
    border-bottom: solid @blue 2pt;
    color: @blue;
}
div#tabs-sections > div {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    display: none;
}
div#tabs-sections > div:first-child {
    display: block;
    opacity: 1;
}
.container-sections {
    position: relative;
    padding: 30px 0;
}
.animated {
    display: block !important;
    opacity: 1 !important;
    transition: all ease-out 0.5s;
    z-index: 1;
}
a, a:hover {
    text-decoration: none;
    color: @dark-blue;
}
p, span, a, li {
    font-family: @s-reg;
}
span.p-negrilla, .p-negrilla {
    margin-top: 0;
    color: @darkest-gray;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.blue-backg {
    background: @blue;
}
.white-color {
    color: #fff;
}
.gray-backg {
    background: @bg-gray;
}
.centred {
    margin: 0 auto;
    float: none;
    padding: 0;
}

.video-center{
    .ms-WPBody{
        margin: 0 auto;
    }
}

/*======================= Table default ===========================*/
.ms-rteTable-default, .ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th, td.ms-rteTable-default,
th.ms-rteTable-default, .ms-rtetablecells {
    border: none !important;
    border-bottom: 1px solid #c6c6c6 !important;
    padding: 10px 0px;

}

.ms-rteTable-default, .ms-rteTable-default > tbody > tr > td,
.ms-rteTable-default > tbody > tr > th, td.ms-rteTable-default,
th.ms-rteTable-default, .ms-rtetablecells:last-child{
    @media (max-width: 768px)
       {
        border-bottom: none !important;
        }
}
.ms-rteTable-default tbody>tr>td:nth-child(2) { //break-word for dynamic table
    //color:red;
    word-break: break-word;
    width: 22%;
}
.title-columns {
    font-size: 20px;
    color: @dark-blue;
    font-family: @s-bold;
    padding: 10px 0;
}

.title-table {
    font-size: 35px;
    font-family: @s-bold;
    color: @dark-blue;
}

table.ms-rteTable-default {
    //border-top: solid #5c5c5c 2pt !important;
   
}

/*STYLES TABLAS */

.tableoverflow, .tableoverflow2{
    &::-webkit-scrollbar { display: none; background-color: transparent;} 
    table {
        // margin: 40px 0;
        width: 100% !important;
        font-size: 18px;

        caption{
            color: @navy;
            font-size: 26px !important;
            font-family: @s-reg;
            padding: 40px 0;
            text-align: left;

            @media (max-width:768px) {
                overflow: hidden;
                width: 329px;
                padding: 40px 25px 40px 0;
             }
            
        }
        thead{
            &.left{
                tr:nth-child(n){
                    th{
                        text-align: left;
                        @media (max-width:768px) {
                           text-align: center;
                        }
                    }
                }
            }

            tr:nth-child(1) {
                font-size: 20px;
                color: @dark-blue;
                font-family: @s-reg;
                padding: 10px 0;
                //background: #fff;
                border-top: 4px solid #5c5c5c !important;

                @media (max-width: 768px){
                    background: #fff;

                }
                th {
                    text-align: center;
                    padding:15px 10px;
                    min-width: 150px;

                    @media (max-width: 768px){
                        min-width: 374px;
                        padding: 26px 5em 0 5em;

                    }
                
                }
            }
            tr td{
                padding: 10px;
            }

            tr th:first-child{
                //padding-left: 50px;
                min-width: 190px;
            }

            tr th:last-child{
                @media (max-width: 768px)
                    {
                        padding-right: 6em;
                    }
                 }
        }
        tbody {  
             border-top: 1px solid #c6c6c6 !important;
             border-bottom: solid #5c5c5c 2pt !important;
            color: @gray-text;
            
            tr {
                border-bottom: 1px solid #c6c6c6 !important;

                td:first-child{padding-left: 50px;
                    @media (max-width: 768px)
                    {
                    padding: 15px 4em 15px 2em !important;
                }
                }
                td:last-child{padding-right: 50px; } 

                td {
                    padding: 30px 8px !important; 
                    color: @gray-text;
                    font-family: @s-reg;
                    letter-spacing: 0px;
                    min-width: 150px;

                    @media (max-width: 768px)
                    {
                        min-width: 353px;
                        padding: 15px 4em  15px 4em!important;
                        vertical-align: middle;
                        

                    }

                     
                    p{margin: 0;}
                    
                    img
                    {     
                        max-width: 200px;
                    }
                }

                td:last-child{
                    
                    @media (max-width: 768px){
                        padding: 15px 4em  15px 4em !important;


                    }
                }
                td:nth-child(3){
                    
                    @media (max-width: 768px){
                        padding: 15px 4em  15px 7em !important;


                    }
                }    

            }
            tr:last-child {
                border-bottom: none !important;
            }
            .largeimg{
                width: 25%;
            }
            &.firstColEmphasys{
                tr td:nth-child(1){
                    &:extend(.ms-rteStyle-Accent1 all);
                }
            }
        }

        tbody.arrow-widht{
            tr {
                td.icon-vermenos {
                    min-width: 38px !important;
                    padding: 25px 5px !important;
                }

            }
        }
    }
}
@media (max-width: 768px){
    #seguros .seguros-head a{
        width: 40% !important;
    }
    .scrollb-f{
        margin-bottom: 40px;
    }
    .scroll-in, .scroll-in2{
        overflow: scroll;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        background: #ffff;
        overflow-x: hidden;
    }
    .tableoverflow, .tableoverflow2 {
        

        &:before {
            content: "";
            height: 100%;
            //width: 10%; GRADIENT RIGHT TABLES RESPONSIVE
            right: 0%; 
            position: absolute;

            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
            //background: no-repeat;
        }

        table{ 
            margin-bottom: 0px;
            thead{
                tr{
                    th{
                        &:first-child{
                            padding-left: 5px;

                            @media (max-width:768px) {
                                padding-left: 5em !important;
                            }
                        }
                        
                    }
                }
            }

            tbody{ 
                border: none !important;
                text-align: center;
                tr
                {
                    
                    td
                    {
                        &:first-child{
                            padding-left: 0;
                        }
                        &.index
                        {
                            position: relative;
                            &:before
                            {
                                content: "";
                                position: absolute;
                                right: 0px;
                                bottom: -3px;
                                height: 5px;
                                background: @blue;
                                width: 200px;
                            }
                        }
                    }
                }
                &.slider-buttons{
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    border: none !important;
                    display: none;
                    z-index: 30;
                    text-align: initial;
                    tr{
                        td{
                            position: relative;
                            font-size: 40px;
                            color: rgb(37, 65, 165);
                            border-bottom: none !important;
                            padding: 0px 20px !important;
                        }
                    }
                   
                    .icon-vermenos, .icon-vermas{
                        padding: 25px 5px !important;
                        &:before{
                        border-radius: 50%;
                        padding: 5px;
                    }
                    }
                }
            }
        }
    }
    //MARCADOR TABLAS REPONSIVE
    .mark-p{position:absolute;}

    //responsive Table
    .fix-header{
        position: fixed;
        top: 0;
        background-color: white;
        z-index: 20;
        left:0;
        width: 100%;
        margin-bottom: 1em;
        tr:nth-child(1) th:nth-child(1){
            min-width: 371px;
         }
        .icon-vermenos:before, .icon-vermas:before{
            background-color: white;
        }
    }
    .tableMark{ 
        width: 30vw !important; 
        height: 10px; 
        //background-color: blue;
        position:-webkit-sticky; 
        position:sticky; 
        left: 0;
        top:0;
        padding: 0 !important;
    }
    //ELIMINAR SCROLL TABLAS RESPONSIVE
  .tableoverflow.tableNoScroll{  
        table{
            thead{
                border-top: 4px solid #5c5c5c !important;

                 tr{
                    th{
                        &:first-child{ padding-left: 10px !important;}
                         &:last-child{ padding-right: 10px !important;} 
                     }
                 }
            }
            tbody{
                tr{
                    td{
                        &:first-child{ padding-left: 10px !important;}
                        &:last-child{ padding-right: 10px !important;}
                        min-width: auto !important; 
                    }
                }
             }
         }
    }
         
}

@media (max-width: 480px){
     .tableoverflow, .tableoverflow2 {
        table{           
            thead{
                tr{
                    th{
                        &.sm-col-90px, &:nth-child(1).sm-col-90px{
                            min-width: auto;
                            width: 110px;
                        }
                    }
                }
            }
            tbody{ 
                tr
                {
                    
                    td
                    {                        
                       &.largeimg{
                            width: 110px;
                            //padding: 15px 1em 15px 2em !important;
                       }
                    }
                }         
            }
        }
    }
}

.slider-buttons{
    display: none;
}


.tableoverflow.tasas {
    table{
        thead{
                
            tr {
                th:first-child { 
                        @media (max-width: 768px){

                            padding: 1em 3em !important;
                            }
                    }

                 th:ntn-child(1){
                    @media (max-width: 768px){
                    padding: 1em 3em;
                    }
                 }   


               th:nth-child(n+3) {
                        visibility: hidden;
                        border-top: 4px solid #fff !important;
                        @media (max-width: 768px){
                            visibility: visible;
                            border-top: 4px solid #5c5c5c !important;
                        }
    
                        }            
                
                   
                }
                   
            }

            tr:nth-child(n+3){
                border-top: none !important;

            }
        }
       
    }

    .tableoverflow.tasas-paises {
        table{
            thead{                    
                tr {
                    th{
                        column-width: 191px;
                    }
                    th:first-child { 
                        @media (max-width: 768px){
    
                            padding: 1em 3em !important;
                            }
                        }
    
                     th:ntn-child(1){
                        @media (max-width: 768px){
                        padding: 1em 3em;
                        }
                     }   
    
    
                   th:nth-child(n+2) {
                            visibility: hidden;
                            border-top: 4px solid #fff !important;
                            @media (max-width: 768px){
                                visibility: visible;
                                border-top: 4px solid #5c5c5c !important;
                            }
        
                            }            
                    
                       
                    }
                       
                }
    
                tr:nth-child(n+2){
                    border-top: none !important;
    
                }
            }

            tbody {
                border-top: none !important;
                border-bottom: none !important;
                tr {
                    border-bottom: none !important;
                    td:first-child {
                        border-top: 1px solid #c6c6c6 !important;
                        @media (max-width: 768px){
    
                            min-width: 361px;
                            
                            }
                    }  
                    td{ 
                        border-top: 1px solid #c6c6c6 !important;
                        @media (max-width: 768px){
                            min-width: 371px;
                            padding: 15px 0em 15px 0;
                            }
                    } 
                    td:nth-child(3){ 
                        @media (max-width: 768px){
                            min-width: 368px;
                            padding: 15px 0 !important;
                        }

                    }
                    td:last-child{
                        @media (max-width: 768px){
                            min-width: 355px;
                            padding: 15px 0 !important;
                        }
                    }

                            
                }
    
                tr:first-child{
                    @media (max-width: 768px){
    
                        margin-top: 1em;
                    }
                }
    
                tr:last-child{
                    td {
                    border-bottom: 4px solid #5c5c5c !important;

                    }
                    td:last-child{
                        @media (max-width: 768px){
                            min-width: 354px;
                            padding: 26px 0em 15px 0em !important;
                            border-bottom: solid #5c5c5c 2pt !important;

                        }
                    }
                }
            }
           
        }
       

.tableoverflow.tasas{ 
    table {
        tbody {
            border-top: none !important;
            border-bottom: none !important;
            tr {
                border-bottom: none !important;
                td:first-child {
                    border-top: 1px solid #c6c6c6 !important;
                    @media (max-width: 768px){

                        min-width: 335px;
                        
                        }
                }  
                td{ 
                    border-top: 1px solid #c6c6c6 !important;
                    @media (max-width: 768px){
                        min-width: 371px;
                        padding: 15px 0em 15px 2em !important;
                        }
                } 
                td:last-child, td:nth-child(3){ 
                    @media (max-width: 768px){
                        min-width: 365px;
                    }
                }
                        
            }

            tr:first-child{
                @media (max-width: 768px){

                    margin-top: 1em;
                }
            }

            tr:last-child{
                td{
                    border-bottom: solid #5c5c5c 2pt !important;
                }
            }
        }
    }
}

.tableoverflow.tasas-uve{ 
    table {
        tbody {
            tr {
                td:last-child{
                    @media (max-width: 768px){
                        min-width: 330px !important;

                    }
                }            
            }
        }
    }
}

.tableoverflow.clave{ 
    table {
        tbody {
            tr {
                td:last-child{
                    @media (max-width: 768px){
                        min-width: 300px !important;

                    }
                }            
            }
        }
    }
}


.tableoverflow.ahorro-todos{ 
    table {
        thead {
            tr {
                th:last-child { 
                  
                    @media (max-width: 768px){

                        padding: 12px 2em 12px 0em;
                        
                        }
                }      
            }
        }
    }
}

.tableoverflow2.ahorraTable{ 
    table {
        thead {
            tr {
                th:last-child { 
                  
                    @media (max-width: 768px){

                        padding: 0 !important;
                        min-width: 327px;
                        
                        }
                }      
            }
        }
    }
}

.tableoverflow.ahorraTable{
    table{
        tbody{
            tr{
                td:last-child:not(.icon-vermas) {
                    @media (max-width: 768px){
                    padding: 15px 4em 15px 5em !important;
                    }
                }
            } 
        }
    } 
}

.tableoverflow{
    table#conveniostable{
        tbody{
            tr{
                td{
                    @media (max-width: 768px){
                        min-width: 150px;
                        padding: 30px 8px !important;
                    }    
                }
            }
        }
    }
}

.tableoverflow.organigrama{
    table{
        thead{
            tr{
                th{
                    @media (max-width: 768px){
                    padding: 0px 5em 0 5em;
                    }
                }
            }
        }
    }
    table{
        tbody{
            tr{
                td:last-child{
                    min-width: 335px;
                }
            }
        }
    }
}

.tableoverflow.escala{
    table{
        thead{
            tr{
                    @media (max-width: 768px){
                    th:last-child{
                        min-width: 371px;
                    }
                }
            }
        }
    }
    table{
        tbody{

            tr{
                 td:ntn-child(3){
                        @media (max-width: 768px){
                        padding: 15px 4em 15px 6em !important;
                        }
                    }

                    td:ntn-child(4){
                        @media (max-width: 768px){
                        min-width: 363px;
                        padding: 15px 4em 15px 8em !important;
                        }
                    }

                    td:last-child{
                        @media (max-width: 768px){
                        min-width: 356px;
                    }
                }
            }
        }
    }
}

.tableoverflow.pts-atencion{ 
    table {
        tbody {
            tr {
                td:first-child{
                    @media (max-width: 768px){
                        padding: 15px 4em 15px 1em !important;
                    }
                }
                td{
                    
                    @media (max-width: 768px){
                        min-width: 355px;
                        padding: 15px 4em 15px 3em !important;
                    }
                }
                td:last-child{
                    
                    @media (max-width: 768px){
                        min-width: 331px;
                        padding: 15px 3em 15px 5em !important;
                    }
                }
            }
        }

        tbody.arrow-widht {
            tr {

                td:first-child{
                    @media (max-width: 768px){
                        padding: 25px 5px !important;
                    }
                }
               
                td:last-child{
                    
                    @media (max-width: 768px){
                        padding: 25px 5px !important;
                    }
                }
            }
        }
    }
}
.tableoverflow.pesos{
    table {
        thead{
            tr:nth-child(1) {
                background: #fff !important;
            }
            th:nth-child(2) {
                padding-right: 6em;
                padding: 26px 5em 0 5em !important;
                }
        }
        tbody:not(.slider-buttons) {
            tr {
                td:nth-child(-n+2) {
                    min-width: 150px;
                    
                }
                td:last-child{
                    
                    @media (max-width: 768px){
                        min-width: 320px;
                        padding: 15px 4em 15px 5em !important;


                    }
                }
            }
        }    
    }
}
.tableoverflow.micasa{
    table {
        thead{
            tr:nth-child(1) {
                background: #fff !important;
            }
            th:nth-child(2) {
                padding-right: 6em;
                padding: 26px 5em 0 5em !important;
                }
        }
        tbody:not(.slider-buttons) {
            tr {
                td{
                    min-width: 150px;
                    
                }
                td:nth-child(3) {
                    padding: 15px 4em 15px 5em !important;
                }
                td:last-child{
                    padding: 15px 4em 15px 0em !important;
                }
            }
        }    
    }
}                    
.tableoverflow.ahorro-v{
    table {
        thead{
            tr:nth-child(1) {
                background: #f8fbfb;
           
            
                th:nth-child(2) {
                 
                padding: 26px 5em 0 0em !important;
                }

                th:nth-child(n+3) {
                    visibility: hidden;
                    border-top: 4px solid #fff !important;
                    @media (max-width: 768px){
                        visibility: visible;
                        border-top: 4px solid #5c5c5c !important;
                    }

                } 
                
            }
        }
        
        tbody {
            tr {
                td:nth-child(-n+2) {
                    min-width: 150px;
                    
                }
                td:last-child{
                    
                    @media (max-width: 768px){
                        min-width: 320px;
                        padding: 15px 8em 15px 5em !important;


                    }
                }
            }
        }

        tbody.arrows{
            tr{
                td{
                    min-width: 353px;
                }
                td:last-child{
                    
                    @media (max-width: 768px){
                         padding: 25px 5px !important;
                    }
                }
            }
        }
    }
}

.tableoverflow2.ahorro-v{
    table {
        thead{
            tr:nth-child(1) {
                background: #f8fbfb;
           
            
                th:nth-child(2) {
                 
                padding: 26px 5em 0 0em !important;
                }

                th:nth-child(n+3) {
                    visibility: hidden;
                    border-top: 4px solid #fff !important;
                    @media (max-width: 768px){
                        visibility: visible;
                        border-top: 4px solid #5c5c5c !important;
                    }

                } 
                
            }
        }
        
        tbody {
            tr {
                td:nth-child(-n+2) {
                    min-width: 150px;
                    
                }
                td:last-child{
                    
                    @media (max-width: 768px){
                        min-width: 320px;
                        padding: 15px 8em 15px 5em !important;


                    }
                }
            }
        }

        tbody.arrows{
            tr{
                td{
                    min-width: 353px;
                }
                td:last-child{
                    
                    @media (max-width: 768px){
                         padding: 25px 5px !important;
                    }
                }
            }
        }
    }
}
/*END STYLE TABLES*/

/*======================= /Tablas  ===========================*/
#ms-designer-ribbon * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.disable-btn {
    background: @bg-gray;
    color: @gray;
}
.view-mob {
    display: none;
}
.hide-mob {
    display: block;
}
#s4-bodyContainer {
    padding-bottom: 0;
}
#s4-titlerow, #sideNavBox {
    display: none !important;
}
.ms-webpartzone-cell {
    margin: auto;
}
#contentBox {
    margin-right: 0px !important;
    margin-left: 0px !important;
    min-width: 300px !important;
    //overflow-x: hidden;
}
.container-fluid {
    padding: 0px;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

/*================================= Mixins =================================================*/
.transition(@transition) {
    -webkit-transition: @transition;
    -moz-transition: @transition;
    -ms-transition: @transition;
    -o-transition: @transition;
    transition: @transition;
}
.titlePage() {
    border-bottom: 3px solid @blue-navy;
    color: #ccc;
    display: inline-block;
    font-size: 21px;
    padding-bottom: 5px;
    position: relative;
    top: 2px;
}
.date(@color) {
    color: @color;
    font-size: 12px;
}
.inline(@valign) {
    display: inline-block;
    vertical-align: @valign;
}
.hidden() {
    display: none;
    font-size: 14px;
    visibility: hidden;
}
.show() {
    display: block;
    visibility: visible;
}

/*====================================== Master ===========================================================*/

/*====================================== Header ===========================================================*/

/*=================================== Fin Login Anonimo =============================*/
.ms-signInLink {
    display: none !important;
}

/*=================================== Fin Login Anonimo =============================*/
.btn-menu-mob {
    position: absolute;
    background: url("/Style Library/fna/img/ico-menu-mobile.svg");
    background-size: contain;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 30px;
    display: none;
}
.close-btn {
    background: url("/Style Library/fna/img/ico-cerrar-menu-mobile.svg");
    background-size: contain;
}
.links-header {
    background: @gray;
    height: 50px;
}

.links-accesibility {
    margin: 15px 0px;
  
    > * {
        display: inline-block;}
    a {
        margin-right: 0px;
        color: navy;
        display: inline-block;
        cursor: pointer;
        &#contraste {margin: 0px 10px;}
        &:hover {color: @blue;}
        span{font-size: 20px;}
    }
    ul {
        list-style: none;
        margin: 0;
        padding: 0;

        li {
            color: @blue;

            a {
                color: @navy;
                text-decoration: none;
            }
            a:hover {
                color: @blue;
            }
        }
    }

    .Access-EN {margin-right: 12px;
    display: inline-block;
    font-size: 1em;
    a {text-align: right;}   
    }

}

.link-fondoenlinea {
    display: table-cell;
    float: left;
    display: flex;
    justify-content: flex-end;

    .FELcontainer {
        float: right;
        a:not(.itm-dd-linea){
        	margin: 5px;
        }
        .dropdown, a {
            float: left;
        }
    }
    //Estilos boton anterior//
   /* a.btn-old {
        width: 155px;
        background: #3c67de;
        color: #fff;
        height: 40px;
        min-width: 150px;
        display: inline-block;
        border-radius: 5px;
        line-height: 1;
        margin: 5px;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -ms-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s;

        &:hover {
            background-color: @navy;
        }
        img {
            width: 23px;
            height: 23px;
            margin: 8px 7px 8px 15px;
        }
    }*/
    //Estilos boton anterior//

    .btn-fondoenlinea {
        width: 150px;
        background: @blue;
        color: #fff;
        text-align: right;
        height: 40px;
        padding-top: 13px;
        padding-right: 8px;
        min-width: 150px;
        display: inline-block;
        border-radius: 5px;
        line-height: 1;
        border: none;
        .transition(all ease .2s);

        &:hover, &:active, &:visited {
            background-color: @light-blue !important;
            color: #fff;
        }
        img {
            height: 25px;
            position: absolute;
            left: 10px;
            top: 12px;
        }
        .caret {
            margin-left: 6px;
        }
        &#solicita-btn {
            text-align: center;
            padding-top: 13px;
        }
    }
	
	 .btn-fondoenlinea2 {
        width: 150px;
        background: #cbd300;
        color: #fff;
        text-align: right;
        height: 40px;
        padding-top: 13px;
        padding-right: 8px;
        min-width: 150px;
        display: inline-block;
        border-radius: 5px;
        line-height: 1;
        border: none;
        .transition(all ease .2s);

        &:hover, &:active, &:visited {
            background-color: @light-blue !important;
            color: #fff;
        }
        img {
			float: left;
            height: 25px;
			width:25px;
            position: relative;
            left: 0px;
			padding-left: 0px;
			margin-left: -10px;
			top:-2px;
        }
        .caret {
            margin-left: 6px;
        }
        &#solicita-btn {
            text-align: center;
            padding-top: 13px;
        }
    }
    #fondoenlinea-menu {
        text-align: center;
        border: 1px solid #d6d6d6;
        width: 150px;
        min-width: 150px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
        left: 5px;
        clear: both;
        a {
            width: 100%;
        }
        &:before {
            content: '';
            display: block;
            border: 1px solid #d6d6d6;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(45deg) skew(15deg, 15deg);
            -moz-transform: rotate(45deg) skew(15deg, 15deg);
            -ms-transform: rotate(45deg) skew(15deg, 15deg);
            -o-transform: rotate(45deg) skew(15deg, 15deg);
            transform: rotate(45deg) skew(15deg, 15deg);
            border-right: 1px solid transparent;
            border-bottom: 1px solid transparent;
            position: absolute;
            background: white;
            top: -5px;
            left: 67px;
        }
        a:hover {
            color: #000;
            font-weight: 600;
            background-color: transparent;
        }
    }
}

/*====================================== Search ===========================================================*/
.ms-srch-sb-border {
    border: none !important;
    height: 18px;
    margin-top:1px;
}
.ms-srch-sb > .ms-srch-sb-searchLink img {
    display: none;
}
#searchInputBox {
    width: 100%;
    height: 50px;
    margin: 0px;
}
.ms-mpSearchBox {
    max-width: 260px;
    width: 100%;
}
#searchInputBox .ms-webpart-chrome.ms-webpart-chrome-fullWidth, #searchInputBox .ms-webpart-chrome.ms-webpart-chrome-fullWidth div {
    height: 50px;
    width: 100%;
    margin: 0;
}

/*.ms-srch-sb
{
position: relative;
}
.ms-srch-sb:before
{
color: @navy;
content: "Buscar...";
font-family: @s-reg;
font-size: 16px;
left: 10px;
position: absolute;
top: 10px;
}*/
.ms-srch-sb input {
    height:48px;
    color: navy;
    font-size: 16px;
    font-family: @s-reg;
}
.ms-srch-sb > .ms-srch-sb-searchLink {
    margin-left: 0px;
    height: 22px;
    width: 22px;
    background: url("/Style Library/fna/img/ico-lupa.svg") center no-repeat;
    display: block;
    position: absolute;
    overflow: visible;
    right: 0;
    top: 0px;
    margin: 15px 0 0;
}
.ms-srch-sb-borderFocused {
    border: none!Important;
}
.search {
    border-left: @gray-b solid 1pt;
}
.fn-button {
    display: none;
}

/*====================================== Footer ===========================================================*/
.footer {
    background: @blue;
    min-height: 100px;
}
.footer-contact {
    min-height: 100px;

    .p-negrilla.punto {
        margin-top: 0;
        font-family: @s-semi;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }
}
.border-bottom-gray {
    border-bottom: @gray-b solid 1px;
}
ul.underline {
    > li, > li > ul >li, > li >li {
        padding: 15px 0;
        border-bottom: 1px solid @gray-b;
        margin: 0;
        height: auto;
            &:last-child {
            border-bottom: 0;
        }
    }
    p {
        padding: 0;
        margin: 0;
    }
}
.upper-data {
    padding: 65px 0px;
    position: relative;

    &:before {
        content: '';
        background: url('/Style Library/fna/img/logo-vigilado.svg') center no-repeat;
        left: -30px;
        position: absolute;
        top: 65px;
        width: 20px;
        height: 300px;
    }
}
ul.links-contact-footer {
    font-size: 15px;
    padding: 0px;
    list-style: none;
    margin: 10px 0px 40px 0px;

    .noindex{
        display: inline;
    }
    li.dfwp-item:nth-child(1) {
        .label-data {
            display: none;
        }
    }
}
ul.links-fast-footer, .rights {
    list-style: none;
    font-size: 16px;
    margin: 40px 0px 40px 0px;
    padding: 0px;
}
ul.links-fast-footer li {
    display: inline-block;
    margin-right: 4%;
    max-width: 28%;
    float: left;
    text-align: center;
}
ul.links-fast-footer li a, .rights {
    color: @gray-text;
    font-size: 14px;
}
a.newsletter-send {
    background: #3d63cc !important;
    color: #fff !important;
    border-radius: 0% 7px 7px 0%;
    height: 50px;
    font-size: 16px !important;
    border: none !important;
    margin-left: -5px !important;
    width: 39%;
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    text-align: center;
    font-family: @s-bold;
}
input.newsletter-text {
    height: 50px;
    border-radius: 7px 0px 0px 7px;
    width: 60%;
    padding-left: 15px;
    font-size: 16px;
}
.get-news span {
    margin: 0px 0px 20px 0px;
}

a.dowload-app {
    position: relative;
    min-width: 40%;
    float: left;
    height: 45px;
    background: @dark-blue;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    color: #fff;
    margin: 10px 15px 10px 0;
    padding: 8px 12px;

    &:hover{
        background-color: #0f2891;
        color: white;
    }
    &:active{
        background-color: #1531aa;
        color: #c3cff6;
    }

    span
    {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
    }
}

.p-negrilla.punto
{
    font-family: @s-bold;
    font-size: 17px;
}

/*===================================== Page ===============================================================*/
.tbl-convenios img {
    width: 65%;
}
.container-fluid.image-container-page .ms-rtestate-field img {
    height: 0px;
}
#slider .img-empl .ms-rtestate-field img {
    width: 100%;
}
.image-container-page {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.image-container-page-no{
    height: 0;
}
.image-container-page .title {
    max-width: 820px;

    /*font-size: 90px;
    letter-spacing: -4px;
    line-height: 90px;
    font-family: @s-bold;    /*text-shadow: 1px 1px 2px #333;*/
}

.image-container-page #newsTitle .ArticleTitle .title{
    /*max-width: 820px;
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 90px;
    font-family: @s-bold;    /*text-shadow: 1px 1px 2px #333;*/
}

.image-container-page #newsTitle {
    
    font-family: @s-bold;
    color: #fff;
    font-size: 46px;
    line-height: 46px;
}

.image-container-page .titleBoletin {
    max-width: 820px;
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 90px;
    font-family: 'source_sans_probold';    /* text-shadow: 1px 1px 2px #333; */
}
.title .ms-rtestate-field {
   /* font-family: @s-bold;
    color: #fff;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -3px;*/
}

.title-sin-imagen .ms-rtestate-field {
    
    font-family: @s-bold;
    color: @navy;
    font-size: 46px;
    line-height: 46px;
    letter-spacing: -3px;
    margin: 40px 0px;
    
}

.title-sin-imagen .ms-rtestate-field {
    h1{  
    color: @navy;
    }
}
.title-mid .ms-rtestate-field {
    // font-family: 'source_sans_probold';
    // color: #fff;
    // font-size: 60px;
    // line-height: 60px;
    // letter-spacing: -3px;
    // margin-bottom: 20px;
}
.description.white-color {
    margin-bottom: 10%;
    font-size: 18px;
    line-height: 1.6;    /*text-shadow: 1px 1px 2px #333;*/
}
.container-buttons .slm-layout-main ul li {
    display: inline-block;
    vertical-align: top;
}
.container-buttons .dfwp-column {
    padding-left: 0 !important;
}
.dfwp-column {
    margin-left: 0;
}
#detalle #content-related {
    margin: 0;
}

.button {
    color: #fff;
    background: @blue;
    border: 0;
    border-radius: 5px;
    padding: 12px 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    font-size: 16px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    &:active {
        text-decoration: none;
        color: #c3cff6;
        background: #4f78e9;
    }
    &:focus {
        text-decoration: none;
        color: white;
    }
    &:visited{
        color: white;
    }
    &:hover {
        background: @light-blue;
        color: white;
    }
}

.button-sec{
    color: white;
    	background-color: @dark-blue;
} 

.botones-credit {
    display: inline-block;
    a.button-sec{
        background-color: @dark-blue;
        color: white;
        &:hover{
            background-color: #0f2891;
            color: white;
        }
        &:active{
            background-color: #1531aa;
            color: #c3cff6;
        }
    }
    a.button-sec-line{
        line-height: 1.6 !important;
    } 
}
a.Link.color-white span {
    margin-left: 15px;
}
.data-image {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0px;
    height: auto;
    color: #fff;
    .ms-rtestate-field, .ms-rtestate-field p{
        font-size: 16px;
    }
}
.date-page {
    font-size: 14px;
    margin-bottom: 30px;
    font-family: @s-reg;
}
.breadcrumb, .page-utilities {
    background: #fff;
    height: 60px;
    padding: 0px !important;
    font-family: @s-reg;
    text-align: center;
    border-radius: 0px;
    .ico{
        color: @blue;
        font-size: 22px;
        font-weight: 700;
    }

    #toDonwnloadHTML
    {
        display: inline-block;
        margin: 18px 10px; 
        vertical-align: middle;
        position: relative;
        
        input.down-btn {
        	background-color: transparent !important;
        	border: 0;
        	opacity: inherit !important;
        	height: 22px !important;
        }
        .icon-barchivo{
            input{
                    height: 22px;
                    min-width: 22px;
                    z-index: 999;
                    opacity:0;
                    margin:0;
                    position: absolute;
                    top: 0px;
                    left: 0px;
            }
        }
    }
}
.page-utilities a, .utility {
    vertical-align: middle;
    display: inline-block;
    color: @gray-text;
    font-size: 15px;
    width: 22px;
    margin: 11px 10px;
    cursor: pointer;
    position: relative;
}
.page-utilities a, .page-utilities .utility img, .page-utilities a img {
    max-height: 23px;
}
.breadcrumb > span {
    height: 59px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    color: @gray-text;
    font-size: 15px;
    a[href="#ctl00_PlaceHolderMain_SiteMapPath1_SkipLink"]{display: none;}

}
.breadcrumb>.noindex>span {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    color: @gray-text;
    font-size: 15px;
}
.breadcrumb .noindex {
    display: inline;
    float: inherit;
    text-align: left;
    font-style: normal;
}

.breadcrumb a {
    color: @gray-text;
}
.breadcrumb span span:nth-child(odd):not(.bread-last) {
    color: @blue;
    margin: 0px 15px;
    top: 2px;
    position: relative;
    font-size: 25px;
}


.list-utility:after{
    content: '';
    display: block;
    border: 1px solid #d6d6d6;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) skew(15deg, 15deg);
    -moz-transform: rotate(45deg) skew(15deg, 15deg);
    -ms-transform: rotate(45deg) skew(15deg, 15deg);
    -o-transform: rotate(45deg) skew(15deg, 15deg);
    transform: rotate(-135deg) skew(15deg, 15deg);
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: absolute;
    background: white;
    top: 135px;
    left: 147px;  
}

.list-utility {
    /*border: 1px solid @gray-b;*/
    position: absolute;
    list-style: none;
    width: 260px;
    top: -155px;
    left: -140px;
    padding: 0px 0 0px;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 4px;
    display: none;
}
.list-utility li {
    
    height: 70px;
}
.list-utility img {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.list-utility li span.icored {
    font-size: 22px;
    position: relative;
    left: -10px;
    /* top: 25px; */
    color: #003685;
    span{
        color: @gray-text;
        font-size: 14px;
        line-height: 1.4;
        position: relative;
        top: -5px;
        padding-left: 15px;
    }
}
.list-utility li a {
    position: absolute;
    width: 100%;
    max-height: 100%;
    line-height: 1.4;
    margin: 0;
    padding: 25px;
    display: table-cell;
    height: 50%;
}
.list-utility li a:hover span{
    text-decoration: underline;
    &.icored{
        text-decoration: none;
    }
}

// .img-aling-r .ms-webpart-zone table img {
//     margin-left: -120px;
// }

.information .ms-webpart-zone {
    background: @bg-gray;
    padding: 7%;
}
ul {
    list-style: initial;
    margin: 0px;
}

li.dfwp-item:before, .tabs-nav li:before {
    display: none;
}

li.dfwp-item
{
    list-style: none;
}

/*=============================== Documents List ==========================*/
div#contentBox .ms-rtestate-field ul, .ms-rtestate-field ul, #parentHorizontalTab ul{
    list-style: disc;
    padding-left: 26px;

    li {
        color: @blue;
        font-size: 18px;
        p, span {
            color: @gray-text;
            font-size: 18px;
            margin: 0px 0px 20px 0px;

            @media (max-width:768px) {
                font-size: 16px;
            }

        }
        &:before {
            color: #0072c6;
            float: none;
            position: relative;
            right: 10px;
        }
    }
}
ul.document-list {
        margin: 20px 0 20px 0;
        padding: 0px;
        padding-left: 0 !important;
        list-style: none;
        float: none;

        li {
            padding-left: 26px;
            padding-top: 20px;
            border-bottom: solid @gray-b 1pt;
            list-style: none !important;
        }
    }
div#contentBox .ms-rtestate-field p > strong {
    font-weight: inherit ;
}    
div#contentBox .ms-rtestate-field .left-item-doc p.date-doc {
    color: @blue;
    font-size: 16px !important;
    font-family: @s-reg;
    letter-spacing: -1px;
}
div#contentBox .ms-rtestate-field .left-item-doc p.docu-descrip {
    color: @gray2;
    font-size: 16px !important;
}
.left-item-doc {
    width: 79%;
    display: inline-block;
    vertical-align: top;
}
.right-item-doc {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-top: 15px;
}
a.tool-doc {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 20px 15px;
    span{
        &.icon-ver{
            color: @blue !important;
            font-size: 30px!important;
            font-weight: 700;

            &:hover{
                color: @light-blue !important;
            }
        }
        &.icon-barchivo{
            color: @blue!important;
            font-size: 22px!important;
            font-weight: 700;

            &:hover{
                color: @light-blue !important;
            }
        }
    }
    .view {
        cursor: pointer;
    }
}

/*popover*/
.popover-fna { display: inline-block;}
.popover-fna ~ .popover {
    box-shadow: none;
    border-color: #3c67de;
    color: #003685;
    border-radius:3px;
    z-index: 3;
    margin-top: -8px !important;
}
.popover-fna ~ .popover > .arrow {border-top-color: #3333FF !important;}

/*=============================== Documents List ==========================*/
/*======================  highlight =========================*/
.highlight-item-container {
    overflow: hidden;
    position: relative;
    display: block;
    min-height: 250px;
    padding: 0px;
    margin-bottom: 100px;
    img {
        width: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-height: 100%;
    }
}
.subtitle {
    font-family: @s-bold;
    font-size: 38px;
    letter-spacing: -2px;
}
.highlight-item-container h2 {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 30%;
    color: #fff;
    font-family: @s-bold;
}
.category-high {
    position: absolute;
    color: #fff;
    font-family: @s-bold;
    font-size: 16px;
    padding: 10%;
}
.highlight-item-container .entradilla {
    position: absolute;
    bottom: 0;
    padding: 10%;
    color: #fff;
    width: 88%;
    font-family: @s-reg;
    font-size: 16px;  /*  letter-spacing: -0.03em;*/
}
a.go-to-arrow {
    border: solid 2px #fff;
    position: absolute;
    bottom: 10%;
    right: 10%;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    color: #fff;
    text-align: center;
}
.recomended {
    font-size: 52px;
    color: @navy;
    font-family: @s-bold;
    text-align: center;
    width: 100%;
    letter-spacing: -2px;
    margin: 50px 0px 90px 0px;
}
.faqsPage {
	ul.tabs-nav{
		padding-left: 30px;
	}
    .recomended {
        text-align: left;
        margin: 30px 0px;
    }
}

/*========================== Links content related ========================*/
#content-related {
    background: @bg-gray;
    margin: 60px 0px;
    span.icon{
        font-size: 80px;
    }
    a.related-content
    {        
        width: 75%;
        min-height: 160px;
        p{
            font-size: 30px;
            margin: 30px 0;
        }
    }
}
a.related-content, a.highlight-detail {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    min-height: 256px;
    margin-bottom: 10px;
    &.Vicon{
        color: @navy;
        font-size: 65px;
        span{
            color: @blue;
        }
        p{
            color: @gray2 !important;
            font-size: 16px;
            line-height: 1.4;
            strong{
                color: @darkest-gray;
                display: block;
                font-size: 25px;
                font-family: @s-bold;
                position: relative;
                margin: 15px 0;
                 /* line-height: 30px; */
                line-height: 25px;
                top: 15px;
            }
        }
    }
}
.continer-desc-links{

        span.icon{
            font-size: 80px;
            color: @blue;
        }
        strong{
            display: block;
            font-size: 30px;
            padding: 10px 0;
            font-family: @s-reg;
        }
    }
#content-related .groupheader, #highlights .groupheader {
    display: none;
}
#highlights .container {

    /*border-bottom: solid 1pt @gray-b;*/
}
a.related-content p {
    font-size: 25px;
}
a.highlight-detail p.title-link {
    font-size: 25px;
    font-family: @s-bold;
    position: relative;
}
.segurosItems {
    div.dfwp-column {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    ul.dfwp-list{
        height: 8em;
    }
}
a.highlight-detail p {
    font-size: 14px;
    max-width: 220px;
    margin: auto;
    padding: 10px 0;
}
a.highlight-detail span{
    font-size: 70px;
    color: white;
    margin-left: -5px;
}
/* ========================== Product Category ====================== */
.category-product .title {
    max-width: none;
}
.category-product {
    height: 500px;
}
.category-product .data-image {
    bottom: 50px;
    text-align: center;
    top: auto;
}
.category-product .description.white-color {
    max-width: 570px;
    margin: auto;
    font-size: 16px;
}
.container-data-products {
    display: inline-block;
    margin: 0 6%;
    margin-right: 0px;
    width: 62%;

    h3 a {
        color: @gray-text;
        font-family: @s-bold;
        font-size: 22px;
        margin: 10px 0;
        display: inline-block;
          span{
            font-size: 14px;
            font-weight: 600;
            margin: 0 5px;
        }
    }
}
.container-circle-img {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.container-circle-img img {
    width: 100%;
}
.category-item-container {
    padding: 0;
    min-height: 320px;
}
.category-item-container div.dfwp-column {
    padding: 50px;
    padding-left: 0px;
    border-right: solid 1pt @gray-b;
}
.category-item-container.second-column div.dfwp-column {
    padding-left: 50px;
    padding-right: 0px;
    border-right: 0;
}
.row.second-row .category-item-container {
    border-top: 1pt solid @gray-b;
}
.row.third-row .category-item-container {
    border-top: 1pt solid @gray-b;
}
.row-category {
    border-bottom: solid 1pt @gray-b;
    float: left;
}

   .productos a.Link::after {
    margin-top: 0;}

/*================  menu superior  ====================*/
ul.top-nav {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    > li {
        display: inline-block;
        vertical-align: -webkit-baseline-middle;
    }
}
ul.menu-dynamic {
    display: none;
    font-size: 0;
    padding: 0;
    position: absolute;
    left: -5px;
    top: 126px;
    background: #fff;
    border-radius: 5px;
    border: solid 1pt #ccc;
    -webkit-box-shadow: 0px 0px 10px rgba(40, 40, 40, 0.2);
    -moz-box-shadow: 0px 0px 10px rgba(40, 40, 40, 0.2);
    box-shadow: 0px 0px 10px rgba(40, 40, 40, 0.2);
    .section-menu {
        display: inline-block;
        border-right: solid 1pt #ccc;
        border-top: solid 1pt #ccc;
        font-size: 14px;
        list-style: none;
        height: 310px;
        padding: 10px 1% 10px 1%;
        vertical-align: top;
        min-width: 230px;
    }
}
.section-menu > .header-section > a {
    font-size: 18px;
}
.marginTop {
    margin-top: 134px;
}
#employees-list, #builders-list, #citizens-list {
    border: 1px solid #d3d3d3 !important;

    .section-menu {
        min-height: 0;
        height: auto;
        list-style-position: outside;
        margin-left: 10px;
    }
}
.v-menu {
    position: relative;
}
.h-menu {
    position: inherit;
}
.list-v-menu {
    top: 37px !important;
    left: 0px !important;
}
li.dynamic span.s-menu-ico {
    display: none;
}
.nav {
    position: static!Important;
}
p.title-menu {
    font-family: @s-bold;
    font-weight: normal !important;
    font-size: 18px;
    margin: 7px 0 17px 10px;
}

/*ul.menu-dynamic:hover{
display:block!important;
}*/
.dynamic.employers {
    position: absolute;
    left: 220px;
}
.dynamic.builders {
    left: 440px;
}
.dynamic.citizens {
    position: absolute;
    left: 660px;
}
ul.top-nav > li a {
    padding: 2px 0px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
	 margin: 0 14px;
   /* margin: 0 10px;*/
    position: relative;
    z-index: 1000;
}
ul.top-nav > li > a.activo {
    border-bottom: solid @navy 2pt;
}
#productoDetalle {
    margin-top: 70px;
    padding: 65px 0;
    background-color: @bg-gray;
}
ul.top-nav > li:hover > a , ul.top-nav > li > a[aria-expanded="true"] {
    z-index: 99999; 
    color: @navy;
    font-family: @s-bold;
}
ul.section-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0 0 0 10px;
    li:last-child{
        margin-left: 0 !important;
        &:before {
            font-size: 0;
              
        }
    }    
    li:last-child a{
            font-size: 16px;
            position: relative;
            float:  left;
           
        }
}

li.ver-navlist:last-child {
    background:  rebeccapurple;
    margin-left:  0;
}
.dynamic:hover ul.menu-dynamic {
    display: block;
    z-index: 999;
}
.logo.view-mob img {
    max-height: 55px;
}
li.header-section {
    margin-bottom: 30px !important;
    position: relative;
    margin-left: 50px;
    margin-top: 11px;
    span {
        display: block;
        color: @gray-text;
        font-size: 14px;
    }
}
p.title-section-menu {
    padding: 4px 50px;
    color: @gray-text;
    font-size: 18px;
}
.header-section a {
    font-family: 'source_sans_probold';
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 30px;
    color: @navy;
    margin: 0px !important;
    &:hover {
        color: @blue !important;
    }
}
.section-menu li {
    margin-bottom: 11px;
    font-size: 9px;
    color: @navy;
}
.section-menu li a {
    border-bottom: none !important;
    color: @navy;
    margin: 0px;
    font-size: 14px;
}
.section-menu ul li a {
    color: @navy;
    font-size: 14px;
    margin: 0;
    display: block;
    max-width: 175px;
    line-height: 1.1;
}
.section-menu ul li a:hover {
    color: @blue;
    text-decoration: none;
}
ul.section-menu ul li {
    //list-style: initial !Important;
    //list-style-type: disc;
    font-size: 9px;
    color: @navy;
    margin-left: 45px;

    &:before {
        content: '\2022';
        display: block;
        float: left;
        margin-left: -6px;
        font-size: 12px;
    }
}
li.header-section.Ahorros:before, li.header-section.Vivienda:before, li.header-section.Cesantias:before, li.header-section.Educacion:before {
    width: 40px;
    position: absolute;
    left: -45px;
    top: -7px;
    height: 35px;
    content: "";
    background-size: 100% 100%;
}
li.header-section span.ico{
    font-size: 44px;
    position: absolute;
    left: -48px;
    top: -11px;
    color: @navy;

}
.container.header {
    font-size: 0;
    padding: 30px 0;
    position: relative;

    > div {
        //display: inline-block;
        font-size: 14px;
        float: left;
        vertical-align: top;
    }
    .logo-gobierno {
        font-size: 0;
        padding: 1px;
        .logos_header {
            /*display: inline-block;*/
            position: relative;
            top: -2px;
            left: -145px;
			/* left: -71px; Cambio de Logo de gobierno*/
            img {
                min-width: 100%; 
			   /* width: 420px; */
				height: 68px;
               /* height: 74px; Cambio de Logo de gobierno*/
            }
        }
    }
    /*----------Cambio de Logo-------
    .logo-gobierno {
        font-size: 0;
        padding: 5px;
        .logos_header {
            display: inline-block;
            img {
                max-width: 100%;
                position: absolute;
                top: -25px;
            }
        }
    }*/
    .logo {
        padding-right: 3px;
    }
    .logo a img {
        max-height: 68px;
        max-width: 78px;
    }
}

/* ============================== Home ============================== */

a.highlight-detail img {
    max-width: 77px;
    margin-bottom: 20px;
}
.bannerTitle, .bannerTitle .ms-rtestate-field h1, .bannerTitle .ms-rtestate-field div, h1.bannerTitl {
    color: #fff;
    font-family: @s-bold;
    font-size: 109px;
    letter-spacing: -5px;
    line-height: .8;
    margin-bottom: 25px;
    width: 120%;

    @media (max-width:768px) {
        width: 100% !important;
    }
}

h2.blueTitle{
    color: #3c67de;
    font-family: 'source_sans_probold';
    font-size: 95px;
    line-height: .8;
    margin-bottom: 50px;
    background: -webkit-linear-gradient(right, #3E93ED, #3A6BE1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    min-height: 200px;
    min-width: 425px;
    letter-spacing: -6px;  
}

#slider {
    background: #3050b0;    /*margin-top: 20px;*/
    min-height: 536px;
    position: relative;
    width: 100%;
    overflow: hidden; 
   // height: 536px;
    .container {
        padding: 100px 0;
        position: relative;
        padding-bottom: 50px; //Edit two buttons

        .bannerTitle, > div, > button {
            //max-width: 400px;
            max-width: 496px;//Banner Home 02-2018
        }
        .textButton{ li:nth-child(2) { margin-top: 19px;

            a{background: @blue; margin-top: 0px;}
        } 

        }
        .bannerTitle {
            color: #fff;
            font-family: @s-bold;
            font-size: 115px;
            line-height: .8;
            margin-bottom: 25px;

            /*text-shadow: 1px 1px 2px #333;*/
            span {
                font-size: 16px;
            }
        }
        > div {
            color: #fff;
            b {
                color: #fff;
            }
            a.button {
                margin-top: 38px;
                z-index: 999999999999999;
                position: absolute;
            }
        }
        button {
            color: #fff;
            background: #2541A5;
            border: 0;
            border-radius: 5px;
            padding: 12px 20px;
        }
        figure {
            position: absolute;
            bottom: -116px;
            right: 0;

            img {
                /*width: 46% !important;*/
                height: auto !important;
                /*margin-left: 50%;*/

                @media (max-width:768px) {
                    width: 100% !important;
                }
            
            }
        }
    }
}
@media (max-width: 991px){

#slider {  
    h1{
        letter-spacing: 0 !important;
    }
    height: auto;
     figure {
            

            img {
                height: auto !important;
            }
        }
    }

}

section > .container > .right, section > .container > .left {
    .inline(top);
    font-size: 14px;
}
section > .container > .right {
    padding-left: 50px;
    width: 33.333333%;

    .rightText {
        .text {
            max-width: 250px;
            width: 250px;
            font-size: 16px;
        }
        h3.sectionTitle {
            margin-bottom: 15px;
        }
        button {
            .transition(all ease .3s);
            background: @blue-rgba;
            border-radius: 5px;
            font-family: @s-bold;
            font-size: 16px;
            font-weight: normal;
            padding: 12px 20px;
            margin: 30px 0;

            &:hover {
                background: @blue-rgba-h;
            }
            a {
                color: #fff;
                font-family: @s-bold;
                font-weight: normal;
                font-size: 16px;
            }
            a:hover {
                color: #fff;
            }
        }
        .rItems {
            list-style-position: inside;
            padding: 0;

            .rItem {
                color: @blue;
                font-size: 16px;
                padding-bottom: 5px;

                a, b {
                    color: @darkest-gray;
                    font-family: @s-reg;
                    font-weight: normal !important;
                    font-size: 18px;
                }
            }
        }
        a.Link {
            padding-left: 0px;
        }
    }
}

#empleadores #alsoLike {
    border-bottom: 0;
}
section > .container > .left {
    border-right: 1px solid @gray-b;
    font-size: 0;
    padding-right: 30px;
    width: 66.666666%;
    > * {
        .inline(top);
        max-width: 50%;
        font-size: 14px;
    }
    .textLeft {
        position: relative;
        z-index: 1000;
        .allAbout {
            font-size: 14px;
        }
        .link-tab-home-sub {
            color: #000;
            font-weight: bold;
        }
        .strong {
            display: block;
            font-family: @s-bold;
            font-size: 20px;
            font-weight: normal;
            margin: 0 0 60px;
        }
        .link, .link div, .link p, .link a, .link strong {
            color: #2d4bb3;
        }
    }
    .imgRight {
        position: relative;
    }
}
h3.sectionTitle {
    color: @darkest-gray;
    font-family: @s-bold;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 20px;
}
a {
    color: @blue;

    div.link {
        color: @blue;
        font-family: @s-bold;
        font-size: 18px;
    }
}
a.video {
    color: @darkest-gray;
    display: none;

    div.link, p {
        color: @darkest-gray;
    }
    div.link {
        position: relative;
        padding-left: 80px;
        line-height: 1.5;

        &:before {
            content: url('/Style Library/fna/img/play.png');
            left: 0;
            margin-top: -33px;
            position: absolute;
            top: 50%;
        }
        p {
            font-size: 14px;
            line-height: 1.2;
        }
    }
}
.text {
    color: @darkest-gray;
    font-size: 14px;
    font-family: @s-reg;
    line-height: 1.4;

    b {
        font-family: @s-bold;
    }
    b, a, span, p {
        color: @darkest-gray;
    }
}
.bgGray {
    background: @bg-gray;
    border-bottom: 1px solid @gray-b;
    padding-top: 100px;

    .container {
        font-size: 0;
    }
}
#home .bgGray {

    /*display: none;*/
}
#home #slider .bannerTitle {
    text-shadow: none;
}
.bgGray.show-section {
    display: block !important;
}
.activo {
    border-bottom: 2pt solid @navy;
}

#quicklinks {
    a.highlight-detail{
        width: 70%;
        margin: 60px 4em 20px;
        @media (max-width:768px) {
            width: 100%;
            
        }
    }
}
.nobottom{
    border-bottom: none !important;

}
#quickLinks {

    /*.transition(all ease .2s);*/
    background: #fff;
    border-bottom: 1px solid @gray-b;
    z-index: 100000;
    .container {
        font-size: 0;

        > div {
            .inline(middle);
            font-size: 14px;
        }
        #highlights {
            width: 83.333333%;

            .hLights {
                font-size: 0;
                list-style: none;
                margin: 0;
                padding: 0;

                li.tab {
                    .inline(middle);
                    border-right: 1px solid @gray-b;
                    font-size: 14px;
                    text-align: center;
                    width: 25%;

                    &:first-child {
                        a {
                            position: relative;

                            &:before {
                                content: "";
                                position: absolute;
                                right: 0px;
                                bottom: -5px;
                                height: 5px;
                                background: transparent;
                                width: 1190px;
                                -webkit-transition: all ease 0.4s;
                                -moz-transition: all ease 0.4s;
                                -ms-transition: all ease 0.4s;
                                -o-transition: all ease 0.4s;
                                transition: all ease 0.4s;
                            }
                            &:hover, &.active {
                                border-bottom: 5px solid transparent;

                                &:before {
                                    background: @blue;
                                }
                            }
                        }
                    }
                    a {
                        span{
                            color: @navy;
                            font-size: 65px;

                        }
                        .transition(all ease .3s);
                        border-bottom: 5px solid #fff;
                        display: block;
                        font-size: 18px;
                        padding: 20px 0;

                        &:hover, &.active {
                            border-bottom: 5px solid @blue;
                            color: @blue;
                        }
                        img {
                            margin-bottom: 10px;
                            max-height: 56px;
                            max-width: 56px;
                            pointer-events: none;
                        }
                        p {
                            color: @darkest-gray;
                            font-family: @s-reg;
                            font-size: 16px;
                            margin: 0;
                            pointer-events: none;
                        }
                    }
                }
            }
        }
        #social {
            width: 16.666666%;

            ul.redesS {
                font-size: 0;
                margin: 0 auto;
                padding: 0;
                width: 60%;

                li.dfwp-item {
                    .inline(middle);
                    font-size: 14px;
                    text-align: center;
                    padding: 10px 5px;
                    width: 50%;

                    a {
                        display: inline-block;
                        img {
                            .transition(all ease .3s);
                            max-width: 25px;
                            opacity: 1;
                            width: 100%;
                        }
                        &:hover img {
                            opacity: .7;
                        }
                    }
                }
            }
        }
    }
}
#resp-social {
    width: 100%;
    margin-top: 20px;

    ul.redesS {
        font-size: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;

        li.dfwp-item:nth-child(1) {
            
            padding-left: 23px;
            a{text-align: left;}
        }
        li.dfwp-item:nth-child(4) {
            ;
            padding-right: 0px;
        }
        li.dfwp-item {
            .inline(middle);
            font-size: 14px;
            text-align: center;
            padding: 20px 6%;
            width: 25%;

            a {
                padding: 0px !important;
                height: initial;
                border: none;

                img {
                    .transition(all ease .3s);
                    max-width: 25px;
                    opacity: 1;
                    width: 100%;
                }
                &:hover img {
                    opacity: .7;
                }
            }
        }
    }
}
.resp-acces {
    white-space: nowrap;

    #formatFont {
        width: auto;
        display: inline-block;

        a {
            width: auto;
        }
    } 
    #contraste {
        width: auto;
        display: inline-block;
         margin-left: 20% !important;
    }

    .Access-EN{ 
        margin-right:0;
    display: inline-block; 
    font-size: 1em;
    float: right;
    a{text-align: right;}  
    }

}
#quickLinks.fixedB { 
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}
#quickLinks.fixedT {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
#quickLinks.absolute {
    position: absolute;
    top: 3105px;
    width: 100%;
    z-index: 100000;
}
#Ahorros {
    .container {
        .left .imgRight {
            height: 495px;
            width: 50%;

            img {
                max-width: 345px;
                position: absolute;
                right: 0;
                bottom: 0px;
            }
        }
    }
}
#Cesantias {
    .container {
        .left .imgRight {
            height: 537px;
            width: 50%;

            img {
                max-width: 380px;
                position: absolute;
                right: 0;
            }
        }
    }
}
#Vivienda {
    .container {
        .left .imgRight {
            height: 578px;
            margin-top: -30px;
            width: 50%;

            img {
                max-width: 400px;
                position: absolute;
                right: 0;
            }
        }
    }
}
#Educacion {
    .container {
        .left .imgRight {
            height: 558px;
            margin-top: -30px;
            width: 50%;

            img {
                max-width: 412px;
                position: absolute;
                right: 0;
                bottom: -1px;
            }
        }
    }
}
#trick_bg {
    background-image: url(https://www.fna.gov.co/Style%20Library/fna/img/bg_ayuda.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50% 47.2%;
    border-bottom: 1px solid @gray-b;
}
#Ayuda {
    min-height: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;

    &::before{
        background:#3c67de;
        width: 53.5%;
        left:0;
    }
    &::after{
        background: #f8fbfb;
        width: 46.5%;
        right:0;
    }
    &::before , &::after{
        content: '';
        height: 100%;
        position:absolute;
        display: block;
        z-index: 0;
        top: 0;
    }


    .dColor {
        //overflow: hidden; 
        /*background-color: -webkit-linear-gradient(left, #3c67de 67.6666666%, #ffffff 67.6666666%, #ffffff 100%);
        background: linear-gradient(to right, #3c67de 66.666667%, #f8fbfb 56.666666%, #f8fbfb 100%);*/
    }
    span.arrow {
        margin-left: 10px;
        font-family: cursive;
    }

    .left{
        padding-top: 44px !important;
    }

    .container {
        
        .left, .center {
            background: @blue;
        }
        .left {
            padding-right: 50px;
            z-index: 2;

            .bottom {
                padding-top: 225px;
            }
        }
        .center {
            padding-left: 40px;
            padding-right: 55px;
            z-index: 1;
            padding-top: 80px;

            &::before{ 
                content: '';
                background:#3c67de;
                width: 100%;
                height: 100%;
                display: block;
                position: absolute;
                top: 0;
                left: -100%;
                z-index: 0;}

        &::after{
                content: '';
                background:#3c67de;
                width: 100%;
                height: 100%;
                display: block;
                position: absolute;
                bottom: -100%;
                left: 0;
                z-index: 0;
        }


            div.whiteText {
                font-size: 16px;

                select {
                    background: transparent;
                    border: 0;
                    border-bottom: 1px solid #fff;
                    font-family: @s-bold;
                    font-size: 16px;
                    margin-left: 10px;

                    option {
                        color: @darkest-gray;
                    }
                }
            }
            .faqContainer {
                margin-top: 20px;

                .faq {
                    display: none;

                    .questions {
                        list-style: none;
                        margin: 0;
                        padding: 0;

                        li.dfwp-item {
                            border-bottom: 1px solid rgba(255, 255, 255, 0.15);
                            cursor: pointer;
                            padding: 42px 60px 34px 0;
                            position: relative;

                            .plusQ {
                                .transition(all ease .3s);
                                cursor: pointer;
                                position: absolute;
                                margin-top: -18px;
                                right: 0;
                                top: 50%;
                                 span{
                                    color: white;
                                    font-size: 44px;
                                }
                            }
                            .question {
                                color: #fff;
                                font-family: @s-semi;
                                font-size: 19px;
                            }
                            .answer {
                                display: none;
                                color: #fff !important;
                                padding-top: 5px;

                                * {
                                    color: #fff !important;
                                }
                            }
                        }
                    }
                }
                .faq.selected {
                    display: block;
                }
                a.white {
                    display: block;
                    margin-top: 25px;
                    margin-right: 19%;
                    text-decoration: none;
                }

                .bottom {
                    position: relative;
                    right: 120%;
                    bottom: 95px;

                    @-moz-document url-prefix() {
                        bottom: 98px;
                    }
                }
            }
        }


        .right {
            background: #fff;
            /*padding: 80px 30px 0 50px;*/
            padding:0;
            z-index: 1;

            #channels {
                position: relative;
                padding: 80px 30px 0 50px;

               &::after {
                        content: '';
                        display: block;
                        width: 100vw;
                        height: 100%;
                        background: white;
                        position: absolute;
                        top: 0;
                        right: -100vw;
                        z-index: 4;
                    }

                > .p-negrilla {
                    margin-bottom: 10px;
                }
                .p-negrilla {
                    color: @darkest-gray;
                    font-family: @s-bold;
                    font-size: 20px;
                }
                span{
                    font-size: 55px;
                    color: @navy;
                }
                img {
                    max-width: 45px;
                }
                ul.vinculos-ayuda {
                    list-style: none;
                    margin: 0;
                    padding: 0;

                    > li.dfwp-item {
                        padding: 20px 0 !important;
                        border-bottom: 1px solid @gray-b;

                        &:last-child {
                            border-bottom: 0;
                        }
                        a.linkAyuda {
                            display: inherit;
                            > div {
                                .inline(top);
                                width: 33%;
                            }
                            .channelIcon {
                                max-width: 50px;
                                max-height: 50px;
                                margin-right: 30px;
                            }
                            .channelText {
                                width: 68.3%;

                                .text {
                                    line-height: 1.2;
                                    margin: 0;
                                }
                                .p-negrilla {
                                    font-size: 22px;
                                    margin-bottom: 5px;
                                    margin-top: 0px;
                                }
                            }
                        }
                    }
                }
            }
            #phones {
                background: @bg-gray;
                padding:40px 30px 0 50px;
                position: relative;
                width:100%;
                float: left;

                .sectionTitle {
                    color: @navy;
                    margin: 0 0 10px;
                }
                .sectionTitle.light {
                    color: @blue;
                }
                .phone, .wassa {
                    .inline(top);
                    font-size: 14px;
                    width: 50%;

                    .city {
                        color: @darkest-gray;
                        font-family: @s-bold;
                        font-size: 14px;
                        margin: 0;
                        margin-bottom: -15px;
                    }
                    p {
                        color: @darkest-gray;
                        font-family: @s-semi;
                        font-size: 14px;
                        margin-bottom: 0;
                    }
                }

                .wassa
                {
                    .tels
                    {
                        .dfwp-item:nth-last-child(1)
                        {
                            p:nth-child(1)
                            {
                                line-height: 1;
                            }
                            p:nth-child(2)
                            {
                                line-height: 3.2;
                            }
                        }
                    }
                }
            }
        }
    }
}
a.white, a.white .link, .whiteText {
    color: #fff;
}
a.white .link {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* ============================== Home ============================== */
/*===============================Listas===============================*/
.ms-rtestate-field ul > li {
    line-height: 1.6;
    font-size: 18px;
    color: @gray-text;
    p, span {
        font-size: 18px;
    }
}
ul.bulletlist li {
    font-size: 18px !important;
    font-family: @s-reg;
    color: @gray-text !important;
}
ul.lidentro{
    padding-left: 16px !important;
    margin-left: 30px;
    li {
        display: block;
        margin-bottom: 10px;
        font-size: 18px !important;
        color: @gray-text !important;
        list-style: none;

        &:before {
            content: '\203A';//›
            color:@blue;
            font-size: 28px;
            position: absolute !important;
            left: 35px;
            margin-top: -0.4em;
        }

        ul.sub-li{
            list-style: circle !important;
            li{
                    list-style: circle !important;
                    display: list-item;
                    color: #3c67de !important;
                 &:before {content: none;}
            }
        }
    }
}

ol
{
    li
    {
        ul.lidentro{
            li 
            {
                &:before 
                {
                    content: '\203A' !important;//›
                    left: 20px;
                }
            }
        } 
    }
} 
        /*=========== Number List ============*/
.ms-rtestate-field ol > li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    line-height: 1.6;
    font-size: 18px;
    color: @gray-text;
    padding-top: 15px;
    &:before {
    content: counter(list) ".";
        position: absolute;
        left: -2.5em;
        width: 2em;
        text-align: right;
        color: @blue;
        font-family: @s-bold;
        font-size: 22px;
    }
    p, span {
        font-size: 18px;
    }
}


/*===============================Listas===============================*/
/* ============================== Home ============================== */

#seguros {
    padding: 100px 0;
    background: url('/Style Library/fna/img/fnd-azul-seguros.jpg') center center no-repeat;
    background-size: cover;

    .seguros-head {
        padding-bottom:30px; 
        a{
            display: block;
            display: block;
            width: 20%;
            margin: 0 auto;
        }
        .seguro-title {
            font-size: 52px;
            font-family: @s-bold;
            color:white;
        }
        .seguro-desc {
            font-size: 20px;
            color:white;
        }
    }

    .highlight-detail {
        width: 70%;
        min-height: 165px;

        @media (max-width:768px) {
            width: 100%;
        }
    }
}


@import "styles.less";

/*============================= Print view ===========================*/
@page:left {
    margin-left: 1cm;
    margin-right: 2cm;
}
@page:right {
    margin-left: 1cm;
    margin-right: 2cm;

    @bottom-left {
        margin: 10pt 0 30pt 0;
        border-top: .25pt solid #666;
        content: "My book";
        font-size: 9pt;
        color: #333;
    }
}
@page:first {
    margin: 1cm;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    li.dynamic span.s-menu-ico {
        font-family: @s-reg !important;
    }
}
@media print {
    #ms-designer-ribbon, .links-header, .container.header, .breadcrumb, .page-utilities, #quickLinks, #Ayuda .container .dColor .left, #Ayuda .container .dColor .center, #Ayuda .container .dColor .right #channels, .footer-contact {
        display: none !important;
    }
    .container {
        width: 100%;
    }
    #Ayuda .container .right #phones, #Ayuda .container .right {
        display: block;
        width: 100%;
    }
    .data-image {
        top: 0%; 
    }
    // .date-page{
    //     margin-bottom: 0px;
    // }

    .image-container-page{
    height: 160px;  
        .date-page{text-align: left;}
        #newsTitle{text-align: left;}
    } 

    #newsTitle h1{   
    margin-bottom: -20px !important;
    font-size: 38px;  
    }

    .Article{
        margin-top: -15px;
    }
    .Article li p{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding: 0px !important;

    }

    .Article p{  
        margin-bottom: 0px !important;
        margin-top: -10px !important;
        padding: 0px !important;

    }
}

/*============================= /Print view ===========================*/


/*============================= /Estilos para el buscador ===========================*/

  .ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 100px;
  }
  
/*============================= /Estilos para el buscador ===========================*/








/*============================= Responsive ===========================*/
@media (max-width:1200px)and (min-width:992px) {
	 #people-list:before {
        width: 97px !important;
        left:149px !important;
	
    }
	
    .links-accesibility {
    margin: 0;
    }
    .phone {
        width: 43% !important;
    }
    .wassa {
        width: 46% !important;
        margin-left: 11%;
    }
    .upper-data:before {
        left: -20px;
    }
    #trick_bg {
        background-image: url(https://www.fna.gov.co/Style%20Library/fna/img/bg_ayuda_resp.jpg);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 21.8%;
    }
    h2.blueTitle {
        font-size: 75px;
    }
    #Ayuda {
        .container {
            .right {
                #channels {
                    ul.vinculos-ayuda {
                        > li.dfwp-item {
                            a.linkAyuda {
                                .channelText {
                                    width: 64%;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    ul.links-fast-footer li a, .rights {
        font-size: 13px;
    }
    #slider .container figure img {
        width: 75%;
    }
    #slider .container figure {
    bottom: -100px !important;
    }
}
@media (max-width:768px, ) {
    
    #formatFont
    {
        a
        {

            &.fontInc, &.fontDec
            {

                height: auto;
                padding: 0px !important;

            }

            span
            {
                font-size: 24px;
            }
        }
    }
.btn-constraste{
        width: 33%;
    float: left;
}

    #contraste
    {          

        span 
        {
            font-size: 24px;
        }
    }

    ul.section-menu ul li:before {
        display: none;
    }
    #SearchBox input::-webkit-input-placeholder {

        /* WebKit, Blink, Edge */
        color: #ffffff !important;
    }
    #SearchBox input:-moz-placeholder {

        /* Mozilla Firefox 4 to 18 */
        color: #ffffff !important;
        opacity: 1 !important;
    }
    #SearchBox input::-moz-placeholder {

        /* Mozilla Firefox 19+ */
        color: #ffffff !important;
        opacity: 1;
    }
    #SearchBox input:-ms-input-placeholder {

        /* Internet Explorer 10-11 */
        color: #ffffff !important;
    }
    // .fn-button {
    //     display: block;
    // }
    .fn-container-sm.fn-container {
        padding: 0;
        min-height: 0;
    }
    .ms-webpart-zone {
        display: block;
    }
    .ms-webpart-cell-vertical {
        display: block;
    }
    .ms-webpart-chrome-vertical {
        display: block;
    }
    #hdv {
        li.dfwp-item {
            padding: 0 45px;
            width: 50%;
        }
    }
    .container {
        width: 100% !important;
    }
    .content-question {
        font-size: 30px !important;
        font-family: @s-semi !important;
    }
    h2.title2 {
        font-family: @s-bold;
        font-size: 40px;
    }
    h3.title3 {
        font-size: 30px;
    }
    .scrollb-f{
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
        border-bottom: 2px solid #5c5c5c;

    }
   

    .title-menu {
        display: none;
    }
    .resp-search {
        background: @navy;
        overflow: hidden;
        height: 60px;

        #DeltaPlaceHolderSearchArea.ms-mpSearchBox {
            width: 96%;
            float: left;
            margin-left: 15px;

            .ms-srch-sb input {
                color: white;
                height: 60px;
            }
            .ms-srch-sb-searchLink {
                padding: 15px !important;
                right: 8%;
                top: 15px;
                border: none !important;
                background-image: url('/Style Library/fna/img/ico-lupa-white.svg');
            }
        }
    }
    #seguros {
         .seguro-title {
            font-size: 42px;
            }
        .seguro-desc {
            font-size: 18px;
            }
     
        .segurosItems {
            margin-top: 0px;

            div.dfwp-column {
                width: 50% !important;
            }
        }
    }
    #Ayuda { .dColor{background: none;}
        .container { 
            .center {
                div.whiteText {
                    border: 1px solid white;
                    border-radius: 5px;
                    padding: 8px;
                    font-size: 14px;

                    select {
                        border: none;
                        margin: 0px;
                        float: right;

                        &:focus{
                            outline: 1px dashed #9900CC !important;
                            outline-offset: 0;
                            filter: none !important;
                        }
                    }
                }
            }
            .right {
                border-bottom: 1px solid @gray-b;

                #channels {
                    .p-negrilla {
                        color: @navy;
                    }
                    ul.vinculos-ayuda {
                        > li.dfwp-item {
                            a.linkAyuda {
                                .channelText {
                                    .p-negrilla {
                                        color: @darkest-gray;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .upper-data {
        padding: 65px 15px;
    }
    .links-fast-footer { 

        display: block;//ARmed
        overflow: auto;//Armed

        &.no-padding {
            border-bottom: 1px solid @gray-b;
        }
        li {
            text-align: left !important;
        }
    }
}
@media (max-width:768px)and (min-width:426px) {
    .upper-data {
        &:before {
            left: 5px;
            top: 275px;
        }
    }
    .ultimaAct {
        margin: 85px 0;
    }
}
@media (max-width:426px)and (min-width:280px) {
    .upper-data {
        &:before {
            left: 5px;
            top: 100px;
        }
    }
    .ultimaAct {
        margin: 15px 0;
    }
	.ultimaAct .p-negrilla .punto .noindex{
	margin-bottom: 0px;
	}
}
@media (max-width:767px) {
    .resp-arrow {
        width: 11px !important;
        height: 11px;
        border: none !important;
        top:2px;
        
    }

    .resp-acces{
        #contraste {
            text-align: center;
            width: 100% !important;
            margin-left: 0 !important;   
            }
    }  
    .centred-mobile { 
        text-align: center;
    }
    .view-mob {
        display: inline-grid !important;
        width: 100%;
    }
    .hide-mob {
        display: none !important;
    }
    ul.links-fast-footer li {
        width: 49%;
        display: inline-block;
        margin: 15px 0px !important;
        padding: 0% 3%;
    }
    .links-header {
        background: transparent;
    }
    .img-calidad, .container.header .logo, .header .logo, .highlight-item-container .entradilla, .logo-gobierno, .title-menu, .links-accesibility, .search {
        display: none;
    }
    .img-calidad.view-mob{
    	max-width: 200px;
    	margin: auto;
    }
    .view-mob.logos-presidencia a{
    		width: 100%;
    		text-align: center;
	    	img {
	        margin: 30px auto 0;
	        width: 45%;

	        &:nth-child(1)
	        {
	            width: 290px;
				/*width: 200px;*/
			    margin: 20px auto;
				/* margin: 10px auto; */
	        }
	    }
    }
    .highlight-item-container h2 {
        text-align: left;
        bottom: 5%;
        color: #fff;
        font-family: 'source_sans_probold';
        padding: 0% 25% 0% 10%;
    }
    .rights span {
        text-align: center;
        width: 100%;
        display: block;
    }
    .category-high {
        position: absolute;
        color: #fff;
        font-family: 'source_sans_probold';
        font-size: 16px;
        padding: 10%;
        bottom: 25%;
    }
    .highlight-item-container {
        margin-bottom: 5%;
    }
    .left-item-doc {
        display: inline-block;
        vertical-align: top;
    }
    section#highlights .dfwp-column, #content-related .dfwp-column {
        width: 100% !important;
    }

    .continer-desc-links {
        width: 70%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    a.highlight-detail img, a.related-content img {
        width: 23%;
        display: inline-block;
        vertical-align: top;
    }
    a.related-content img {
        vertical-align: middle;
    }
    a.related-content  .continer-desc-links {
        // vertical-align: middle;
        margin-left: 10px;
    }
    a.related-content, a.highlight-detail {
        margin: 35px 0px;
    }
    #content-related .dfwp-column {
        border-bottom: solid @gray-b 1pt;
    }
    .img-aling-r .ms-webpart-zone table img {
        margin-left: 0;
        width: 100%;
    }
    .detail-product {
        /*min-height: 155px;*/
        background: #ccc;
       /* height: auto;*/
    }
    .container.data-image {
        text-align: center;
    }
    .title-mid .ms-rtestate-field {
       /* font-family: 'source_sans_probold';
        color: #fff;
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -3px;
        margin-bottom: 10%;*/
    }
    .category-product .ms-rtestate-field img {
        width: auto !important;
        height: 100%;
    }
    .container-circle-img {
        width: 30%;
    }
    .container-circle-img img {
        width: 100%;
    }
    .container-data-products {
        padding: 0px;
        width: 64%;
        margin: 0 0% 0 6%;
    }
    .category-item-container {
        border-bottom: solid 1pt @gray-b;
    }
    .category-item-container:first-child {
        border-right: none;
    }
    .row-category {
        border-bottom: none;
    }
    .nav-glosary {
        overflow: scroll;
    }
    #Ayuda .container .dColor .center {
        padding-bottom: 20px;
    }
    #Ayuda .container .dColor .left{
        padding: 30px 30px 0;
    }
    #Ayuda .container .center {
        padding: 30px !important;
    }

    #Ayuda .container {
        padding: 0px;
    }
    #Ayuda .container .right {
        background: #fff;
    }
    #Ayuda .container .right #channels ul.vinculos-ayuda > li.dfwp-item a.linkAyuda .channelText
    {
        width:65%;
    }
    .get-news {
        padding: 0px;
        margin: 40px 0px;
    }
    #Ayuda .container .left .bottom {
        padding-top: 25px;
    }
    #Ayuda .bannerTitle {
        font-size: 60px;
    }
    .blueTitle {
        font-size: 28px;
        margin: 15px 0;
    }
    .ms-webpart-chrome-title, .ms-webpart-titleText, .ms-webpart-titleText span {
        font-family: @s-reg;
        font-size: 22px;
    }
    .bgGray {
        padding-top: 30px;
    }
    #periodico, #boletines {
        ul.container-boletines, ul.container-periodicos {
            li.dfwp-item {
                width: 100%;

                .desc-boletin {
                    padding: 15px;
                }
            }
        }
    }
    #home {
        #slider {
            min-height: 0;

            .container {
                text-align: center;
                padding: 50px 0 0;
                font-size: 16px;
                .bannerTitle, > div, > button {
                    max-width: 100%;
                }
                .bannerTitle {
                    font-size: 46px;
                    line-height: 1;
                    margin-bottom: 20px;
                    padding: 0 30px;
                    letter-spacing: -3px;
                }
                .textButton {
                    padding: 0 30px;
                }
                .textButton {
                    a.button {
                        font-size: 14px;
			/*bottom: 9px;*/
                        bottom: 39px;
			/*left: 46%;*/
                        left: 50%;
                        margin: 0 0 0 -59px;
                        padding: 10px 20px;
                        position: absolute;
                        z-index: 10;}
                    li:nth-child(2) { 
                        a{bottom:3px; }//two btn home
                        } 
                }
                figure {
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;

                    img {
                        margin-bottom: -50px;
                       /* margin-left: -25px;*/
                        max-width: 400px;

                        @media (min-width:768px) {
                            margin-bottom: 10px;
                        }
                    }
                }
            }
        }
        #quickLinks {
            .container {
                padding: 0;
                margin: 0;
                width: 100%;

                #social {
                    display: none;
                }
                #highlights {
                    width: 100%;

                    #tab5 {
                        border-right: 0;
                    }
                }
            }
        }
        #Ahorros, #Cesantias, #Vivienda, #Educacion {
            .container {
                margin: 0;
                padding: 0;
                width: 100%;
            }
        }
        #quickLinks .container #highlights .hLights li.tab a {
            padding: 10px 0;

            p {
                font-size: 14px;
            }
            img {
                max-width: 45px;
                margin-bottom: 5px;
            }

        }
    }

    #quicklinks .continer-desc-links p:nth-child(2){
        display: inline-block;
    margin-left: 18px;
    max-width: 60%;
    }

    /*=============== Home ===============*/
    #empleadores {
        #slider {
            /*min-height: 155px;*/
            padding-bottom: 20px;

            .container {
                text-align: center;
                padding: 50px 0 0;
                .bannerTitle, > div, > button {
                    max-width: 100%;
                }
                .bannerTitle, .bannerTitle .ms-rtestate-field h1, .bannerTitle .ms-rtestate-field div {
                    font-size: 50px;
                    line-height: 1;
                    margin-bottom: 20px;
                    padding: 0 30px;
                }
                .textButton {
                    padding: 0 30px;
                }
                .textButton a.button {
                    bottom: 30px;
                    left: 50%;
                    margin: 0 0 0 -95px;
                    padding: 15px 20px;
                    position: absolute;
                    z-index: 10;
                }
                figure {
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;

                    img {
                        margin-bottom: -50px;
                        /*margin-left: -25px;*/
                        max-width: 400px;
                    }
                }
            }
        }

        #gestion, #financiera {
            padding: 20px 0;
            .container {
                .side {
                    ul.dfwp-list {
                        > li {
                            margin: 20px 0;
                        }
                    }
                }
            }
        }
    }

    /* DiseÃ±o de pagina de empleadores */
    #empleadores #gestion a.highlight-detail img {
        display: block;
        margin-bottom: 20px;
    }
    #empleadores #financiera a.Link {
        padding: 10px 0;
    }
    #empleadores #gestion .container .side ul.dfwp-list > li, #empleadores #financiera .container .side ul.dfwp-list > li {
        margin: 0;
        margin-bottom: 30px;
    }
    #quicklinks .container .dfwp-column {
        display: block;
        float: none;
        width: 100% !important;
    }
    a.highlight-detail p.title-link {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #gestion, #financiera {
        a.highlight-detail img, a.related-content img {
            width: auto;
        }
        .continer-desc-links {
            width: 100%;
            margin-top: -40px;
        }
    }
    h2.blueTitle {
        font-size: 38px;
        letter-spacing: -2px;
    }
    h3.sectionTitle {
        margin: 10px 0 20px;
    }
    p.text {
        line-height: 1.4 !important;
    }
    a div.link {
        font-size: 16px;
    }
    section > .container > .left, section > .container > .right {
        border: 0;
        border-bottom: 1px solid @gray-b;
        padding: 0 20px;
        width: 100%;
    }
    section > .container > .right {
        background: #fff;

        .rightText {
            button {
                margin: 20px 0;
            }
        }
    }
    section > .container > .left {
        padding-bottom: 30px;
        position: relative;
        overflow: hidden;

        .textLeft .allAbout {
            display: none;
        }
        .textLeft .strong {
            font-size: 16px;
            margin: 10px 0 20px;
        }
        .imgRight {
            bottom: 0 !important;
            height: auto !important;
            position: absolute !important;

            img {
                max-width: 100% !important;
                right: -30px !important;
                position: relative !important;
            }
        }
    }
    ul.resp-tabs-list {
        display: none;
    }
    div.resp-accordion {
        display: block;
        color: @blue !important;
        padding: 15px !important;
        border-color: @gray-b !important;
        background: @bg-gray !important;
        p{
            font-size: 13px;
            font-weight: bold;
            color: @blue !important;
        }
    }
    div.resp-accordion.resp-tab-active {
        border-top: 1px solid @gray-b !important;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    #tarifas {
        padding-bottom: 50px;
    }
    #tarifas .container .contentPercent .percent {
        padding: 5px 0 !important;
    }
    #tarifas .container .contentPercent .percent .ingresos {
        border-radius: 10px 0px 0 10px;
    }
    #tarifas .container .contentPercent .percent .anual {
        border-radius: 0 10px 10px 0;
    }
    #responsiveTabs {
        padding: 50px 0;
    }
    #empleadores .zonaWeb img {
        margin: 0 auto;
        display: block;
    }
    div.resp-tab-active span.resp-arrow {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.category-item-container div.dfwp-column {
    padding: 0;
    border-right: solid 1pt transparent;
    }

 .category-item-container.second-column div.dfwp-column {
    padding-left: 0px;
    padding-right: 0px;
    border-right: solid 1pt transparent;
    }

}
@media (min-width:768px) {
    #pqrd-title {
        margin-top: -65px;
    }
    .list-int-educacion a.ver-navlist {
        color: @navy;
        font-family: @s-bold;
        top: 22px;
        left: 30px;
        display: table-cell;
    }
    .list-int-ahorrros, .list-int-Cesantias, .list-int-vivienda, .list-int-educacion {
        a.ver-navlist {
            left: 40px;
            display: table-cell;
            span {
                color: @navy;
                font-family: @s-bold;
         
               // display: table-cell;
            }
            &:after {
                content: '\203A';
            }
        }
    }
    .list-int-ahorrros a.ver-navlist{
        top: 19px;
    }
    .list-int-Cesantias a.ver-navlist{
        top: 49px;
    }
    .list-int-viviendaa.ver-navlist{
        top: 4px;
    }
   
    ul.container-boletines {
        li.dfwp-item {
            a {
                overflow: hidden;

                img {
                    max-width: none;
                    max-height: 160px;
                    margin-left: -108px;
                }
                .desc-boletin {
                    padding: 75px 20px 30px;
                    height: 100%;
                 }
            }
        }
    }
}
@media  (min-width:991px) {
    .flexnav.fn-lg {
        display: none !important;
    }
    .fn-container.fn-light.fn-container-lg {
        display: none !important;
    }
    .fn-container-sm{
       display: none;
    }
}

/* Prueba logo mas pequeno */
@media (min-width:992px) and (max-width:1199px) {
	.container.header .logo-gobierno .logos_header img {
		min-width: 100%;
		/* width: 420px; */
		height: 48px;
	}
	.container.header .logo-gobierno .logos_header {
    /* display: inline-block; */
    position: relative;
    top: 6px;
    left: -45px;
}
}

@media (min-width:768px) and (max-width:991px) {
    .image-container-page {
        height: 345px;
    }
    .highlight-item-container .entradilla, .logo-gobierno, .title-menu {
        display: none;
    }
    .highlight-item-container h2 {
        text-align: left;
        bottom: 5%;
        color: #fff;
        font-family: 'source_sans_probold';
        padding: 0% 25% 0% 10%;
    }
    .image-container-page .title {
        max-width: 590px;
        line-height: 60px;
    }
    .container-fluid.detail-product .ms-rtestate-field img {
        width: auto;
        height: 100%;
    }
    .detail-product {
        height: 580px;
    }
    a.related-content, a.highlight-detail {
        margin: 50px 0px;
    }
    .img-aling-r .ms-webpart-zone table img {
        width: 70%;
    }
    .category-product {
        height: 500px;
    }
    .category-product .data-image {
        top: initial;
    }
    .category-product .title {
        width: 100%;
        max-width: 100%;
    }
    .category-product .ms-rtestate-field img {
        width: auto !important;
        height: 100%;
    }
    .nav-glosary {
        overflow: scroll;
    }
    #Ayuda .container .dColor .center {
        padding-bottom: 20px;
    }
    #Ayuda .container {
        width: 100%;
        padding: 0px;
    }
    #Ayuda .container .right #phones {
        padding: 28px 40px 0px;
        width: 50%;
        margin-left: 0px;
        box-sizing: border-box;
    }
    #Ayuda .container .right {
        padding: 0px !important;
        background: @bg-gray;
    }
    #Ayuda .container .right #channels {
        background: #fff;
        padding: 46px 20px 31px;
    }
    ul.phones li.dfwp-item:nth-last-child(1) {
        margin-top: 10px;
    }
    #Ayuda .container .right #phones .phone, #Ayuda .container .right #phones .wassa {
        width: 100%;
        margin: 20px 0px;
    }
    ul.links-fast-footer li {
        width: 30%;
        padding: 0px !important;
        margin: 0px 0px 20px 0px !important;
        vertical-align: top;
    }
    ul.links-fast-footer li {
        padding: 0px 30px !important;
    }
    .rights span {
        width: 100%;
        text-align: center;
        display: block;
    }
    .view-mob.logos-presidencia, .view-mob.logos-presidencia * {
        display: block !important;
    }
    .view-mob.logos-presidencia img:last-child {
        display: none !important;
    }
    #slider .container figure img {
        width: 70%;
    }
    .blueTitle {
        font-size: 35px;
    }
    .ms-webpart-chrome-title, .ms-webpart-titleText, .ms-webpart-titleText span {
        font-family: @s-reg;
    }
    .bgGray {
        padding-top: 70px;
    }
    #home {
        #slider {
            min-height: 0;

            .container {
                text-align: center;
                padding: 70px 0 0;

                .bannerTitle, > div, > button {
                    max-width: 100%;
                }
                .bannerTitle {
                    font-size: 80px;
                    line-height: 1;
                    margin-bottom: 10px;
                }
                .textButton {

                        a.button {
                    bottom: 78px;//two btn home 50px
                    left: 30%;
                    position: absolute;
                    z-index: 10;
                    width: 40%;
                    }
                    li:nth-child(2){
                        a{bottom:20px; }
                    }
                }

            figure {
                    margin-top: 30px;
                    position: relative;
                    overflow: visible;
                    bottom: 0px;
                    width: 100% !important;
                    max-width: 100% !important;

                    img {
                        width: 70%;
                    }
                }
            }
        }
        #quickLinks {
            .container {
                padding: 0;
                margin: 0;
                width: 100%;

                #social {
                    display: none;
                }
                #highlights {
                    width: 100%;

                    #tab5 {
                        border-right: 0;
                    }
                }
            }
        }
        #Ahorros, #Cesantias, #Vivienda, #Educacion {
            .container {
                margin: 0;
                padding: 0;
                width: 100%;
            }
        }
    }

    /*=============== Home ===============*/
    #empleadores {
        #slider {
           /* min-height: 0;*/
            padding-bottom: 30px;

            .container {
                text-align: center;
                padding: 70px 0 0;

                .bannerTitle, > div, > button {
                    max-width: 100%;
                }
                .bannerTitle {
                    font-size: 80px;
                    line-height: 1;
                    margin-bottom: 10px;
                }
                .textButton a.button {
                    bottom: 50px;
                    left: 50%;
                    margin: 0 0 0 -120px;
                    position: absolute;
                    z-index: 10;
                }
                figure {
                    margin-top: 30px;
                    position: relative;
                    overflow: hidden;

                    img {
                        margin-bottom: -80px;
                    }
                }
            }
        }
    }
    h2.blueTitle {
        font-size: 80px;
        margin-bottom: 30px;
    }
    section > .container > .left, section > .container > .right {
        border: 0;
        border-bottom: 1px solid @gray-b;
        padding: 0 30px;
        width: 100%;
    }
    section > .container > .right {
        background: #fff;
        padding-top: 30px;
        padding-bottom: 30px;

        .rightText {
        }
    }
    section > .container > .left {
        padding-bottom: 60px;
        position: relative;

        .textLeft .strong {
            margin: 10px 0 30px;
        }
        .imgRight {
            height: auto !important;
            position: static !important;

            img {
                bottom: 0 !important;
                max-width: 360px !important; 
                right: -20px !important;
            }
        }
    }
    #periodico, #boletines {
        ul.container-boletines, ul.container-periodicos {
            li.dfwp-item {
                width: 50%;
            }
        }
    }
    #empleadores #gestion a.highlight-detail img {
        margin-top: 30px;
    }
    #empleadores #gestion, #empleadores #financiera {
        padding: 50px 0;
    }
    #empleadores .zonaWeb img {
        margin: 0 auto;
        display: block;
    }
}
@media (max-width:991px) {
    .links-accesibility {margin: 0;} 
    #formatFont a.fontDec { padding: 2px; }
    #formatFont a.fontInc { padding: 0px; }
    .list-int-educacion a.ver-navlist, .list-int-ahorrros a.ver-navlist,
    .list-int-Cesantias a.ver-navlist, .list-int-vivienda a.ver-navlist { 
        display: none; 
    }
    li.header-section {
        margin-bottom: 30px !important;
        position: relative;
        margin-left: 20px !important;
        margin-top: 0px;    }
    .nav { padding: 0px; }
    .logo.view-mob { display: block; }
    .logo, .links-accesibility, .search { display: none; }
    .links-accesibility { display: block; }
    .link-fondoenlinea {
        left: -6%;
        z-index: 1;
        float: right;    }
    .links-header {
        background: #fff;
        height: 90px;

        > .row {
            padding: 20px 0;
        }    }

    /*Menu*/
    .top-nav { display: none; }
    .view-mob-tab { display: block !important; }
    ul.top-nav > li {
        display: block;
        min-width: 100%;
        width: 100%;
        min-height: 60px;
        padding: 0px 15px;
        border-bottom: solid 1pt #ccc;
        a {
            border-bottom: none !important;
            color: @navy;
            margin: 0px !important;
            width: 89%;
            display: inline-block;
            height: 60px;
            padding: 20px !important;
            font-size: 17px; 
        }
    }
    ul.menu-dynamic {
        padding: 0 !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0px !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        .section-menu {
            display: block !important;
            border: none !important;
            width: 100% !important;
            padding: 0px !important;
            height: auto;    
        }
    }
    li.header-section {
        color: #000;
        padding-left: 10px;    }
    li.header-section span { display: none !important; }
    ul.top-nav li ul li a {
        border: none !important;
        font-weight: bold;    }
    ul.top-nav li ul li { margin-bottom: 0px !important; }
    p.title-section-menu { display: none; }
    #employees-list, #builders-list, #citizens-list { border: none !important; }
    ul.section-menu ul {
        display: none;
        list-style: none !important;
        padding-left: 40px;
        width: 300px;    }
    ul.section-menu ul li { list-style: none !important; }
    .dynamic:hover ul.menu-dynamic { display: none; }
    ul.top-nav > li a.dynamic:hover {
        border-radius: 0px !important;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;}
    .section-menu ul li a {
        font-size: 16px;
        &:hover{
            text-decoration: none;
        }   
    }
    li.header-section.Ahorros:before, .header-section.Vivienda:before, .header-section.Cesantias:before, .header-section.Educacion:before {
        display: none;    }
    li.dynamic span.s-menu-ico {
        width: 15px;
        display: inline-block !important;
        height: 60px;
        vertical-align: top;
        font-family: cursive;
        font-size: 22px;
        text-align: center;
        line-height: 60px;
        cursor: pointer;
        color: @navy;    }
    li.dynamic span.s-menu-ico:first-child {
        border-top: 1pt solid #ccc;
        color: @navy;    }

    /*End Menu*/
    .rotate-ico {
        transition: all ease 0.5s;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);    }
    .container.header { padding: 0;margin-top: 30px; }
    #slider { margin-top: 0; }
      .fn-button {
        display: block;
    }
}
@media (max-width:554px) {
    .header {
        z-index: 0;
    }

    .links-header .link-fondoenlinea {
        
        a.creditoTop {
            display: none;
        }
    }

    #content-related {
    a.related-content p{
        margin: 18px 0;
    }
}

}

@media (max-width:480px) {

/* responsive iconos descargar documentos */ 
ul.lidentro .left-item-doc {
    padding-left: 0px !important;
    margin-left: -50px !important;
	width: 100% !important;
}


//responsive Table

//type one
ol.table-f {
    padding-left: 28px;
}
ol.table-f .tableoverflow {
    margin-left: -28px;
}
ol.table-f .tableoverflow table thead tr th {
    padding: 0 !important;
}
//type two
.tableoverflow table tbody .largeimg {
    float: left;
    width: 80vw;
}
//type tree
.tableoverflow.table-lineh tbody td p {
    line-height:1.4em;
}
.tableoverflow.table-lineh tbody td {
    padding: 10px !important;
}

//end responsive table

.otros-svc h2, .ms-rtestate-field h2 {
    padding: 0px;
    // margin: 5px 0px 0px 0px;
    font-size: 31px;
}
.cv {
    p.semi{height: auto;}
} 

#responsiveTabs{
    .container{
        .container-responsive-tabs{
        h2.responsive{ padding: 0px;
            margin: 5px 0px 0px 0px;
            font-size: 31px;}
        }
    }
}

.breadcrumb, .page-utilities{height: auto;}

.otros-svc {
    padding: 39px 0px;
}

.otros-svc .ms-rtestate-field p {
    padding: 0px;
    margin: 0px;
    margin-top: 9px !important;
    line-height: 24px;
}

.otros-svc .dfwp-list a.Link, #financiera .dfwp-list a.Link {
    padding: 23px 0px 0px 0px;
    margin: 0px;
}

.otros-svc a.Link::after {
    margin-top: -4px;
}

#seguros .seguros-head .seguro-title {
    margin: 0px 0px 27px 0px;
}

#seguros .seguros-head {
    padding-bottom: 19px;
}

#seguros .segurosItems div.dfwp-column a.highlight-detail {
    padding: 26px 0px 15px 0px !important;
}

.icon-segvida:before {
    font-size: 53px;
}

#seguros .segurosItems div.dfwp-column a.highlight-detail p {
    margin: 0px 0px 0px 38px;
    float: left;
    line-height: 24px;
}

#seguros .segurosItems div.dfwp-column a.highlight-detail .continer-desc-links {
    margin-top: -12px;
}

.icon-segdesempleo:before {
    font-size: 53px;
}

.icon-segincendios:before {
    font-size: 53px;
}
.icon-grupos:before
{
    font-size: 53px;
}

p.title-link.white-color::after {
    right: -38%;
    font-size: 25px;
}

.category-product .description.white-color {

    font-size: 17px;
    line-height: 23px;
}


h1, .ms-rtestate-field h1 {
    font-size: 40px !important;
    margin: 13px 0;
    letter-spacing: 0px;
}

    .ms-rteTable-default, .ms-rteTable-default > tbody > tr > td, .ms-rteTable-default > tbody > tr > th, td.ms-rteTable-default, th.ms-rteTable-default, .ms-rtetablecells {
        padding: 21px 20px !important;
    }
.category-item-container div.dfwp-column {
    padding: 0px !important;}
    .otros-svc .dfwp-list a.Link, #financiera .dfwp-list a.Link {
        padding-bottom: 12px;
        font-size: 16px;
    }
    p.MsoNormal {
        font-size: 16px;
        line-height: 20px;
        padding: 0px 0px;
        margin: 11px 0px;
    }
    .otros-svc {
        padding: 60px 0px;

        .ms-rtestate-field p {
            font-size: 14px;
            margin-top: 24px !important;
         
        }
    }
    #seguros {
        padding: 32px 0px;
    }
    .whitespace {
        margin: 0;
        padding: 0 0 0px 0;
        clear: both;
    }
    .third-row .second-column {
        padding: 0px;
        border: none;
    }
    #Cesantias .container .left .imgRight img {
        bottom: 0px;//18px
        right: -23px !important;
        width: 94%;//78%
        max-width: 175px !important;//171px
    }
    #Cesantias .container .left {
        overflow: hidden;
    }
    #Cesantias  .link {
        margin-top: 24px;
    }
    #Vivienda .container .left .imgRight img {
        right: -80px !important;
        max-width: 138px !important;
    }
    #Vivienda .container .left {
        overflow: visible; 
    }
    #Ahorros .left {
        overflow: hidden;
    }
    .sublinks-Home {
        color: #173788 !important;
    }
    #Ahorros .container .left .imgRight img {
        max-width: 345px;
        position: absolute;
        right: -21px !important;
        bottom: -52px;
        max-width: 179px !important;
        width: 116% !important;
    }

     #Educacion .container .left .imgRight img {
            max-width: 100% !important;
            left: 30px;
            width: 200px;
    }
    #Educacion .container .left .imgRight{
    	overflow: hidden;
    }
    .productos a.Link {
        font-size: 13px;
        padding: 0px;
        margin: 23px 0px !important;
        color: #003685 !important;
        float: left;
        width: 100%;
    }

 

    .productos p {
        font-size: 14px !important;
        line-height: 24px;
    }

    .botones-credit a.button{
    margin: 10px 0;
    }

    .container-data-products h3 a {
        font-size: 16px;
    }
  
    .logo.view-mob {
        float: left;
        /*width: 21%;*/
        margin: 0px;
        padding: 0px;
    }
    .link-fondoenlinea {
        float: left;
        position: static;
        /*width: 63%;*/
        text-align: center;
    }
    .FELcontainer {margin: 0 auto;}//Armed

    .fn-button {
       /* position: initial;*/
        float: right;
        width: 12%;
       /* padding: 14px 0px;*/
        margin: 0px;
    }
    a[title="Fondo en lÃ­nea"] {
        width: auto !important;
        margin: auto !important;
        float: none;
        padding: 11px 8px;
        height: auto !important;
    }
    a[title="Fondo en lÃ­nea"] img {
        margin: 0px 0px;
        float: left;
    }
    a[title="Fondo en lÃ­nea"] span {
        padding: 0px !important;
        font-size: 16px;
        float: left;
        margin-left: 5px;
        margin-top: 4px;
    }
    #hdv {
        li.dfwp-item {
            width: 100%;
        }
    }
    .content-question {
        font-size: 26px !important;
    }
    h2.title2 {
        font-family: @s-bold;
        font-size: 30px;
    }
    h3.title3 {
        font-size: 24px;
    }
    #productoDetalle a.Link {
        font-size: 15px;
    }
    .other-service {
        font-size: 30px !important;
    }
    .right-item-doc {
        width: 100%;
        display: block;
        text-align: left;

        .tool-doc.view {
            margin-left: 0px;
        }
        .inform {
            display: inline-block;
        }
    }
    .breadcrumb, .page-utilities {
        text-align: left;

    .utility .list-utility {
    width: 250px;
    left: -110px;
     &:after{left: 115px;}
    li a{ 
        padding-left: 10px;
        padding-right: 10px;
        span{margin-left: 20px;}
         }
        }
    } 
    .productos {
        margin-top: 15px;
        margin-bottom: 0px;

        .SubTitle-Prod {
            margin-bottom: 0px;

            h2 {
                font-size: 30px !important;
                margin-top: 31px;
            }
        }
    }
    
    
    h3, .ms-rtestate-field h3 {
        margin-top: 11px;
        margin-bottom: 16px;
        
    }
    
    .links-accesibility {
        display: none;
    }
    #resp-colombianos {
        display: block;
    }
    #resp-credito {
        display: block;
    }
    .faqsPage {
        ul.tabs-nav {
            display: block;
            pointer-events: initial;
            white-space: nowrap;
            overflow-x: scroll;

            li {
                display: inline-table;
                padding: 0px 30px;
            }
            li:nth-child(6) {
                margin-left: 53px;
                padding-left: 0px;
            }
        }
    }
    .category-item-container {
        min-height: initial;
        padding: 30px 0px;

        div.dfwp-column {
            padding: 10px;
            border: none;
        }
    }
    #parentHorizontalTab , #parentHorizontalTab2 , #parentHorizontalTab3 {
        margin-left: -16px !important;
        width: 111% !important;

        .resp-tab-content {
            padding-left: 15px;
            border-top: 1px solid @gray-b !important;
        }
    }
    #seguros {
        .segurosItems {
            margin-top: 11px;
        }
        /*.dfwp-list {
            margin-top: 17px;
        }*/
        .seguro-title {
            font-size: 30px !important;
        }
        .seguro-desc {
            font-size: 14px !important;
            width: 63%;
            display: inline-block;
            margin-top: -13px;
        }
        .segurosItems {
            div.dfwp-column {
                display: block;
                width: 100% !important;
                float: left;
                padding-right: 1em;

                a.highlight-detail {
                    /*padding: 31px 0px 0px 0px;*/
                    margin: 0px;
                    border-top: 1px solid rgba(255, 255, 255, 0.2);

                    img {
                        vertical-align: middle;
                        width: 17%;
                    }
                    p {
                        max-width: 125px !important;
                        font-size: 18px;
                        padding: 0px;
                        margin: 0px 0px 0px 39px;
                        margin-top: -14px !important;
                        letter-spacing: 1px;
                    }
                    p.title-link.white-color::after {
                        right: -65%;
                        font-size: 25px;
                    }

                    .continer-desc-links {
                        vertical-align: middle;
                    }
                }
            }
        }
    }
    #home {
        #quickLinks {
            .container {
                #highlights {
                    .hLights {
                        li.tab {
                            a {
                                padding: 8px;

                                img {
                                    max-width: 35px;
                                }
                                p {
                                    font-size: 12px;
                                }
                                span{
                                    font-size: 50px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    #Ayuda {
        .container {
            .right {
                border: none;

                #channels {

                    span
                    {
                        font-size: 40px;
                    }
                    .p-negrilla {
                        font-size: 18px;
                    }
                    ul.vinculos-ayuda {
                        > li.dfwp-item {
                            a.linkAyuda {
                                .channelIcon {
                                    margin-right: 0px;

                                    img {
                                        max-width: 35px;
                                    }
                                }
                                .channelText {
                                    .p-negrilla {
                                        font-size: 18px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    section > .container > .left {
        min-height: 200px;
        overflow: visible;

        .textLeft {
            h2.blueTitle {
                min-height: 0px;
                min-width: 0px;
                width: 145%;
                font-size: 27px;
                padding-top: 2px;
            }
        }
        .imgRight {
            img {
                max-width: 82% !important;
                right: -50px !important;
            }
        }
    }
    section > .container > .right {
        padding: 30px 20px;
    }
    #Ayuda {
        .container {
            .right {

            	#channels{
            		padding: 40px 30px 0 30px;
            	}

                #phones {
                    border-bottom: 1px solid @gray-b;
                    padding: 40px 30px 0 30px;
                    .phone{
                    	padding: 0;
                    }
                }
            }
        }
    }
    .image-container-page {
        .title {
            font-size: 50px;
            letter-spacing: 0px;
        }
    }
    .vinculos-ayuda {
        .channelText {
            p {
                font-size: 14px;
            }
        }
    }

    #toTop {

        right: 1%;
        bottom: 1%;
        z-index: 100;
        -ms-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);

    }
    a.dowload-app {
        min-width: 47%;

        &:nth-child(5) {
            margin-right: 0px;
        }
    }
    ul.links-fast-footer {
        &.no-padding {
            border: none;
        }
        li {
            padding: 0 0 0 12%;
        }
    }

}
@media (max-width:376px) {
    .link-fondoenlinea {
        left: -4%;

        a {
            float: none;
        }
    }
    h2.blueTitle {
        .ms-rtestate-field {
            width: 45%;
        }
    }
    
    #Vivienda 
    { 
        .container
        { 
            .left
            {
                .textLeft {max-width: 55%;}

                .imgRight
                {
                    img
                    {
                         right: -2vw !important;
                        max-width: 180px !important;
                    }
                }
            }            
        }
    }
    section > .container > .left
    { 
        .imgRight
        { 
            img
            {
                max-width: 98% !important;
                right: 2% !important;
            }
        }
    }
}
@media (max-width:1367px) {
    #quickLinks {
        max-width: 1349px;
    }
}
@media (min-width:1200px) {
	#people-list:before{
		   width: 97px !important;
			left: 167px !important;
			
	}
}

	
@media (max-width:1200px) {
    
    #slider .container figure {
        position: absolute;
        bottom: 0;
        right: 0;
        /*max-width: 600px !important;*/
    }
    ul.links-fast-footer li {
        margin-right: 19px !important;
        max-width: 44%;
    }
}
@media (min-width:992px) {
    .dl-trigger {
        display: none;
    }
    #dl-menu {
        display: none;
    }
    #people-list ul.section-menu {
        height: 330px;
        width: 0;
    }
    .v-menu ul{
        padding: 10px 10px !important;
        border: none !important;
        border-radius: 0 5px 5px;
    }
    .v-menu ul.section-menu {
        //list-style: initial;
        list-style-position: inside;
        //list-style-type: disc;

        li:before {
            content: '\2022';
            display: block;
            float: left;
            margin-left: -6px;
            font-size: 12px;
        }
    }
    .v-menu ul li a{
        font-family: @s-reg;
        font-size: 14px;
        font-weight: normal;
        margin: 10px 0 30px;
        color: @navy;
        margin: 0px !important;
    }
    .v-menu ul li a:hover {
        color: @blue !important;
        text-decoration: none;
    }
      #people-list > li {
    display: inline;
    }  
    #people-list:before, #citizens-list:before, #builders-list:before, #employees-list:before {
        content: "";
        left: -1px;
        background: #fff;
        height: 50px;
        display: block;
        top: -50px;
        position: absolute;
        border-bottom: none;
        border-left: 1px #ccc solid;
        border-right: 1px #ccc solid;
        border-top: 1px #ccc solid;
        border-radius: 6px 6px 0px 0px;
        cursor: pointer;
    }

   
    #employees-list:before {
	width: 125px;
       /* width: 122px;*/
    }
    #builders-list:before {
        width: 153px;
    }
    #citizens-list:before {
	       width: 162px;
       /* width: 168px; */
    }
    #resp-colombianos {
        display: none;
    }
    #resp-credito {
        display: none;
    }
    #resp-social {
        display: none;
    }
  
}

/*===================================== Alto Contraste=============================================*/
.ico-contraste:before {
    filter: grayscale(100%) brightness(600%);
}
.menu-contraste:before {
    background: black !important;
}
.link-contraste:after {
    color: white !important;
}
.letter-list-contraste:before {
    color: white !important;
}

/*===================================== Alto Contraste=============================================*/

/*===================================== Paginador =============================================*/

#paginador {
    
    position: relative;
    text-align: center;

    ul.pagination {
        padding: 0px;

        li {
            
            &:first-child, &:last-child
            {
                a
                {
                    color: @blue;
                }
            }

            a
            {
                color: @gray-text;
            }
            a, span {
                border: none;
            }
            a, span:not(.page-link) {
                cursor: pointer;
            }
        }
        .active>span {
            background-color: @blue;
            border-radius: 5px;
            color: white;
        }
        .active>span:hover {
            background-color: @blue;
        }
    }
}

/*===================================== Paginador =============================================*/

/*===================================== Select Boletines =============================================*/
.select2-container--default {
    width: 100% !important;

    .select2-selection--single {
        padding: 6px;
        height: 40px !important;

        .select2-selection__arrow {
            height: 40px !important;

            b {
                border-color: @blue transparent transparent transparent;
            }
        }
        .select2-selection__rendered {
            color: @blue;
            font-size: 18px;
        }
    }
    .select2-results__option {
        font-size: 16px;
        color: @gray-text;

        &.select2-results__option--highlighted[aria-selected] {
            background-color: @gray-b;
            color: @darkest-gray;
        }
        &[aria-selected=true] {
            background-color: inherit;
            border-left: @blue solid;
            border-top: 1px solid @gray-b;
            border-bottom: 1px solid @gray-b;
            padding-left: 16px;
        }
    }
    &.select2-container--open {
        .select2-selection--single {
            .select2-selection__arrow {
                b {
                    border-color: transparent transparent @blue transparent;
                }
            }
        }
    }
}

/*===================================== Select Boletines =============================================*/


//placehoder busqueda

#SearchBox input::-webkit-input-placeholder {

    /* WebKit, Blink, Edge */
    color: @navy;
}
#SearchBox input:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: @navy;
    opacity: 1;
}
#SearchBox input::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: @navy;
    opacity: 1;
}
#SearchBox input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */
    color: @navy;
}
.link .arrow img {
    width: 10px;
}

/*===================================== menu responsive nueva version =============================================*/
div#new-div {
    position: absolute;
    right: 10px;
    top: 30px;
}
.dl-menuwrapper {
    margin-bottom: 0px;

    li.dl-subviewopen {
        padding: 0;
    }
    li.dl-subview {
        padding: 0;
    }
    > .dl-submenu {
        top: 65px;
        left: 15px;
    }
}

 	.flexnav > ul{ padding: 0 22px; }
    .flexnav{
        li{
            a{padding-left: 0;padding-right: 0;}
        }
    }
.fn-sm .navicon:after {
    right: 0;
    margin-right: 0;
}

/*===================================== accesibilidad responsive =============================================*/
.resp-acces a {
    float: left;
    border: none !important;
}
.resp-acces #formatFont {
    float: left;
    padding: 14px 20px;
    width: 33%; 
}
.resp-acces {
    width: 100%;
    float: left;
    border-bottom: solid 1pt #ccc;
    .Access-EN{width: 33%;}
}

/*===================================== Alto contraste =============================================*/
.alto_contraste {
table * {
    color: white !important;
}

#detailHV 
{
    .ms-rtestate-field 
    {    ol
        { 
            li
            {
                color: white !important;
            }
        }
        ul
        {
            li
            {
                :before
                {
                    color: white !important;
                }
            }
        }
    }
}
.tabs-nav 
{    
    li
    {
        background: transparent !important;
        a
        {
            background: transparent !important; 
            &:hover, &.active
            {
                 border-bottom: solid white 2pt;
            }
        }
    }
}
.tabs-nav.glosario
{    
    li
    {
        a
        {
                border:solid transparent 1pt;

            &:hover, &.active
            {
                border: solid white 1pt;
            }
        }
    }
}

.content-page
{
    background-color: transparent !important;

    h1
    {
        background-color: transparent !important;
    }

    h2
    {
        background-color: transparent !important;
    }
}

.result
{    
    .nav-tabs >
    {
        li
        {
            a
            {
                &:hover, &:focus
                {
                    border-bottom: 3px solid white !important;
                }
            }
            &.active
            {
                a
                {
                    border-bottom: 3px solid white !important;
                }
            }
        }
    }

    a
    {
        color: white !important;
    }
} 

.select2-dropdown .select2-results ul {
    background:black;
}
.select2-dropdown .select2-results ul>li.select2-results__option[aria-selected=true] {
    border-left: white solid; 
}

#quickLinks .container #highlights .hLights li.tab:first-child a:before {
    background-color: black;
}
a.related-content.Vicon p, a.highlight-detail.Vicon p {
    color: white !important;
}

.redesS li span:before {
    color: white !important;
}

#boletines div#contentBox .ms-rtestate-field ul li p, div#contentBox .ms-rtestate-field ul li span {
    color: white !important;
}

#boletines ul#select2-sltmes-results
{
    background-color: black !important;
}

#boletines .select2-selection--single .select2-selection__arrow b:before {
    color: white !important;
}
#boletines  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}
#boletines  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

#boletines .select2-container--default .select2-results__option
{
    color: white !important;
}

#paginador {
    ul.pagination {
        li {            
            &:first-child, &:last-child
            {
                a
                {
                    color: white;
                }
            }
        }
    }
}
 .btn-default {
    background-color: white !important;
    color: black !important;
}


ul.menu-dynamic { 
    border-radius: 5px;

    .title-section-menu
    {
        background-color: transparent !important;
    }
    .section-menu
    {
        background-color: transparent !important; 
    }
}

     section *:not(#quickLinks):not(.btn-default):not(.button):not(.chosen-drop):not(#btnSearch):not(.list-utility):not(#btnVerMas):not(.popover) {
    background-color: transparent !important;
    color:white !important;
}

#btnSearch , #btnVerMas {
    background-color: white !important;
    color: black !important;

     &:hover {
       background-color: white !important;
    }
     &:focus {
       border: none;
    }
}

.popover {
    background-color:black;
    color:white;
    border-color: white;
}

.list-utility li a, .list-utility li{
    background-color: transparent !important;
}

.list-utility:after{background-color:black;}
.form-inline .chosen-container-single .chosen-single div b {background: url(../img/chosen-sprite.png) no-repeat 0px 2px !important;} 
.result .chosen-drop{
        background-color: black !important; 
        color: white !important;
    }

        .form-inline .chosen-results li {
            color:white !important;
        } 
 
 .search {  
    border-left: #777777 solid 2px;
    height: 55px;
}
    section#home {
        border-top: solid 2px #777777;
    }
.btn-fondoenlinea {
    background-color: white !important;
    color: black !important;
}

.btn-fondoenlinea2 {
    background-color: white !important;
    color: black !important;
}

.icon-fonenlinea:before {
   
    color: black;
}
    #s4-bodyContainer .links-header {
        border-bottom: solid 2px #777777;
        height: auto !important;
        background-color: #181818 !important;
    }
    #s4-bodyContainer .links-header {
        background-color: #181818 !important;
    }
    #s4-bodyContainer .links-header *:not(#solicita-btn):not(.btn-fondoenlinea):not(#fondoenlinea-menu):not(.fn-bar):not(#ui-id-1) {
        background-color: transparent !important;
    }

    .link-fondoenlinea{

        .btn-fondoenlinea
        {
            .caret
            {
                color: black !important;
            }
        }
		.btn-fondoenlinea2
        {
            .caret
            {
                color: black !important;
            }
        }

        .btn-fondoenlinea:hover
        {
            background-color: white !important;
        }
		.btn-fondoenlinea2:hover
        {
            background-color: white !important;
        }

        #fondoenlinea-menu
        {
            background-color: white !important;
        }
    }
    #SearchBox input::-webkit-input-placeholder {

        /* WebKit, Blink, Edge */
        color: #ffffff !important;
    }
    #SearchBox input:-moz-placeholder {

        /* Mozilla Firefox 4 to 18 */
        color: #ffffff !important;
        opacity: 1 !important;
    }
    #SearchBox input::-moz-placeholder {

        /* Mozilla Firefox 19+ */
        color: #ffffff !important;
        opacity: 1;
    }
    #SearchBox input:-ms-input-placeholder {

        /* Internet Explorer 10-11 */
        color: #ffffff !important;
    }
    h2.blueTitle {
        color: white !important;
        -webkit-text-fill-color: white;
    }
    section#Ayuda {
        background-color:#000000 !important;
        &::before , &::after{
        	background-color:#000000 !important;
        }
    }
    section#Ayuda *:not(.chosen-drop) {
        background-color: transparent !important;
        overflow: visible;
    }
    .dColor{

        .center
        {
            border-right: 1px solid #e5e5e5;
            &::before , &::after{
            	background-color:#000000 !important;
            }
        }
        .right 
        {
            overflow: visible;
            #channels{
            	&::after{
            		background-color:#000000 !important;
            	}
            }
        }

        #faq-sin-category{ 
            border-right: none;
        }
    } 
    .dColor .right:after { 
        content: "";
        margin-left: 329px;
        height: 2px;
        float: left;
        width: 800%;
        //border-bottom: solid 2px #777777;
    }
    .hLights #tab1:after {
        content: "";
        margin-left: 0px;
        float: right;
        width: 800%;
        border-bottom: solid 5px #ffffff;
        margin-top: -5px;
    }
    .figcaption {
        background: transparent !important;
    }
    button {
        border: solid 1px;
    }
    #paginador ul.pagination .active > span {
        border: solid 1px #fff;
    }
    .header-section a:hover {
        color: #fff !important;
    }
    .chosen-drop {
        border-top: solid 1px #fff;
    }
    .chosen-container .chosen-results li.highlighted {
        color: white !important;
    }
    ul.top-nav > li > a.activo {
        border-bottom: solid #fff 2pt;
    }
    #parentHorizontalTab .resp-tabs-list .resp-tab-item.resp-tab-active,
    #parentHorizontalTab2 .resp-tabs-list .resp-tab-item.resp-tab-active,
    #parentHorizontalTab3 .resp-tabs-list .resp-tab-item.resp-tab-active {
        border: 0 !important;
        border-bottom: 2px solid #fff !important;
    }
    .upper-data:before {
        content: '';
        background: url('/Style Library/fna/img/logo-vigilado2.svg') center no-repeat !important;
    }
    .ms-srch-sb > .ms-srch-sb-searchLink {
       background: url('/Style Library/fna/img/ico-lupa2.svg') center no-repeat !important;
    }
    #quickLinks .container #highlights .hLights li.tab:first-child a:hover:before, #quickLinks .container #highlights .hLights li.tab:first-child a.active:before {
            background-color: white !important;
            top: 130px !important;
    }
    #quickLinks .container #highlights .hLights li.tab a:hover, #quickLinks .container #highlights .hLights li.tab a.active {
          border-bottom: 5px solid #fff!important;
    }
    #quickLinks .container #highlights .hLights li.tab a, .alto_contraste #quickLinks .container #highlights .hLights li.tab {
    border-bottom: 5px solid #000;
}

    .flexnav a {
        color: #ffffff !important;
    }
    a.fontDec img {
        width: 20px;
        height: 20px;
        filter: none !important;
    }
    a.fontInc img {
        width: 20px;
        height: 20px;
        filter: none !important;
    }
    div#formatFont a {
        /*height: 40px;*/ 
    }
    #resp-social ul.redesS li.dfwp-item a img {
        filter: grayscale(100%) brightness(300%);
    }
    .fn-sm .navicon:after {
        content: url('/Style Library/fna/img/ico-fle-derecha_white.svg');
    }
    a#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_SearchLink {
        filter: none !important;
    }
    .resp-search {
        border-bottom: solid 1pt #ccc;
    }

    #citizens-list, #builders-list, #employees-list {
        border-top-left-radius: inherit; 
    }

     #people-list:before, #citizens-list:before, #builders-list:before, #employees-list:before {
        top: -50px;  
    }

    .breadcrumb #toDonwnloadHTML svg{
        fill: white;
        stroke: white; 
    }

        .chosen-container-single .chosen-drop:before {
    background: black;
    border-left: 5px solid transparent;
    border: 1px solid #fff;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.chosen-container .chosen-drop {
    border: 1px solid #fff;}

     #toTop span.icon-fup {
    border: 2px solid #fff;} 

    section.ayuda.azul .dColor .center{
        border-right: none;
    } 

    span.ms-rteStyle-Accent1{
    color:white !important;
    }

    .fn-button span.fn-bar{
        background-color: white !important;
    }

    .borderItem .ms-rtestate-field + [data-readmore-toggle], .borderItem .ms-rtestate-field[data-readmore] {
    color: #fff;
}

ul.lidentro li {
    color: #fff !important;
   
}

.ms-rtestate-field[data-readmore]::after {background-color: #000000; }

.btn-sitemap {
    border: solid 1px #fff;
}
.submenu-sitemap{border:none;}


} 
@media (min-width:992px) {
    .alto_contraste .v-menu ul li a:hover {
        color: #fff !important;
        text-decoration: underline;
    }
}
ul#people-list ul:last-child ul{
    border-right: none !important;
}
#btnVerMas:hover {
    background-color: #5683ff !important;
    border:none;
}

input#btnSearch:hover {
    background-color: #0036B0 !important;
    color: white;
}


input[type=password]:hover, input[type=text]:hover, input[type=file]:hover, textarea:hover, .sp-peoplepicker-topLevel:hover, .ms-inputBox:hover {border-color: #BABABA;}


@supports (-ms-ime-align:auto) {
  #Ayuda {
    .container{ 
        .center{ 
            .faqContainer{
                    .bottom {bottom: 98px;}
                        }
                }
            }
    }
}


@media all and (-ms-high-contrast:none){
    #Ayuda {
    .container{ 
        .center{ 
            .faqContainer{
                    .bottom {
                        bottom: 99.6px;
                         *::-ms-backdrop, .bottom { bottom: 99.6px;} /* IE11 */
                    }
                        }
                }
            }
    }
}


.escala-salarial{
    .tableoverflow{
        table{
            thead{
                tr{
                    th:nth-of-type(1){
                        width: 285px;
                    }
                }
            }
        }
    }  
}



/*============================= Buscador Boletines ===========================*/

#search-news{
    
    #paginador{margin-bottom:60px;}
    .select2-container--open .select2-dropdown--below {
    margin-top: 5px;
    border-top: 1px solid #aaa; 
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 
    }

   .ms-rtestate-field h2 {
        color: #003685;
        font-family: 'source_sans_probold';
        font-size: 50px;
        letter-spacing: -2px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .ms-rtestate-field p{
        margin-bottom: 30px;
    }

    div#contentBox .ms-rtestate-field ul li p{
        color: white;            
    }

    .form-control{
        color: #3c67de;
        font-size: 18px;
        height: 40px;
    }
    .form-control option{
        color: #4e4e50;
    }

    .form-group{
    	float: left;
        display: inline-block;
        margin-right: 15px;
        width: 31%;
        vertical-align: top;

        #btnLimpiar{
        	/*width: 69%;*/
        	text-align: center;
        	float: right;
        	color: @blue;
        	text-decoration: underline;
        	margin: 10px 0;
            margin-right: 30%;
        	cursor: pointer;
        }
        &:nth-child(3), &:nth-child(4){
        	float: right !important;
        	margin-right: 0 !important;
        }
        &:nth-child(2){
        	margin-left: 12px;
        }
    }
   
        
    div.form-group:nth-child(6){
        width: 20%;
        margin-right: 0px;
    }

    .btn-default {
        color: white;
        background-color: #003685;
        border: none;
        width: 100%;
        padding: 10px;
        -webkit-transition: all ease 0.2s;
        -moz-transition: all ease 0.2s;
        -ms-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        transition: all ease 0.2s;
    }

    .btn-default:hover {
        color: white;
        background-color: #0036B0;
    }
    .btn-default:focus {
        color: white;
        background-color: #0036BA;
    }

    ul.photo-grid {
        font-size: 0;
        margin: 0 -15px 50px;
        padding: 0 !important;
    }

    .photo-grid li {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        text-align: center;
        padding: 15px;
        width: 33.3333333%;
    }

    .photo-grid a {
        display: block;
        position: relative;
        min-height: 150px;
        overflow: hidden;
    }

    .photo-grid img {
        max-width: none;
        max-height: 160px;
        margin-left: 0px;
        //margin-left: -108px; 
    }

    .photo-grid .figcaption {
        background: rgba(255, 255, 255, 0.8);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #000000));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        bottom: 0;
        padding: 30px 20px;
        position: absolute;
        width: 100%;
        padding: 75px 20px 30px;
        height: 100%;
    }

    .photo-grid .figcaption p {
        position: absolute;
        bottom: 10%;
        width: 82%;
        color: #fff;
        font-size: 16px;
        text-align: left;
        text-shadow: 1px 1px 2px #1c1c1c;
        line-height: 1.1;
    }

    /*opacidad images*/
    .photo-grid li:hover figcaption {
        opacity: 1;
    }

    /*zoom images*/
    .photo-grid img {
        display: block;
        height: auto;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        max-width: none;
        max-height: 160px;
        //margin-left: -108px;
        margin-left: 0px;
    }

    /*.photo-grid li:hover img {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        transform: scale(1.4);
    }*/


    /*droping the text*/
    .photo-grid figcaption p {
        display: table-cell;
        /*font-size: 1.0em;*/
        position: relative;
        top: -40px;
        width: 289px;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        vertical-align: middle;
        font-size: 16px;
        text-align: left;
        text-shadow: 1px 1px 2px #1c1c1c;
    }

    .photo-grid li:hover figcaption p {
        -moz-transform: translateY(40px);
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    /*fade input the caption*/

    .photo-grid figcaption {
        background: transparent;
        color: white;
        display: table;
        height: 100%;
        left: 0;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        -webkit-transition-delay: 100ms;
        -moz-transition-delay: 100ms;
        transition-delay: 100ms;
        z-index: 100;
    }

    .spinner {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -50px; /* half width of the spinner gif */
        margin-top: -50px; /* half height of the spinner gif */
        text-align:center;
        z-index:1234;
        overflow: auto;
        width: 100px; /* width of the spinner gif */
        height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
    }

}



 @media (max-width: 768px){
 #search-news{
        .form-group{
            width: 100%;
            &:nth-child(2){
                margin-left: 0px;
            }
        }
        div.form-group:nth-child(5) {
            margin-left: 80%;
        }
        .photo-grid li{
            width: 49.333%;
        }
        .photo-grid a{ 
            min-height: 250px;
        }
        .photo-grid img{
            max-height: 250px;
            margin-left: -50%;
            max-width: 300%;
        }
       }
    }


    @media (max-width: 414px){
#search-news{
        div.form-group:nth-child(5) {
            margin-left: 0%;
            width: 100%;
        }
        div#contentBox .ms-rtestate-field ul.photo-grid{
            padding-left: 0px;
        }
        .photo-grid li{
            display: block;
            width: 100%;
        }
        .photo-grid img{
            max-width: 200%;
            }
        }
    }
/*===================================== Buscador Boletines =============================================*/

    .itemsGlosario .dfwp-item p {
    color: #686868;
}

.convenios_Educativos{
    .tableoverflow{
        table{
            tbody{
                tr td:nth-of-type(1){
                padding-right: 100px;

               
                }
                tr{
                    td{
                        @media (max-width: 768px){
                            min-width: 150px;
                            padding: 30px 8px !important;
                        }
        
                    }
                }
            }
        }
    }
}

.tableoverflow.convenios-ext{
    table{
        tbody{

            tr{
                td:first-child{
                    padding: 30px 8px !important;
                }
                td{
                    min-width: 150px;
                    padding: 30px 8px !important;
                }
            }

        }
    }
}


#Radio{
    .tableoverflow{
        table.table-entity{
            tbody{
                tr td:nth-of-type(1){
                padding-right:250px;
                }
            }
        }
    }
}

.tableoverflow{
    table {
        tbody.bo-t-0 {
            border-top: solid #5c5c5c 2px !important;}  
            
     }
    }
.breadcrumb{
    margin-bottom: 0px;
}

#SearchBox .ui-widget.ui-widget-content{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    border:1px solid #c7c7cb;
    left: 0 !important;
    min-height: 150px;
    max-height: 170px; 
    width: 100% !important;
}

.search #ui-id-1::-webkit-scrollbar {
    width:14px;
}
.search #ui-id-1::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid transparent;
    border-radius: 8px; 
}
.search #ui-id-1::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}
.search #ui-id-1::-webkit-scrollbar-thumb:hover {
  background-color: #637084;
}

.ui-menu .ui-menu-item{
    font-family: "Source Sans Pro";
    padding: 10px 40px;
    font-size: 14px;
}

.ui-menu .ui-menu-item:hover{
    background: #ebebeb;
} 

#faqSelected_chosen{width: 96px !important;}


    #responsiveTabs {
        .container{
            .container-responsive-tabs{
                    #parentHorizontalTab,#parentHorizontalTab2,#parentHorizontalTab3{margin-top:20px !important;} 
                }
            } 
        }
//Hide scrollbar Select2 component-Boletines
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar{display: none;}
.select2-dropdown{
        border: 0 !important;
        #select2-sltmes-results{    
            border: 1px solid #aaa; 
            border-radius: 8px;
    }
}


//Clase para lista dentro de un ul

.list-int-ahorrovoluntario{
    list-style: none !important;
}

//ENCABEZADOS DE UNA TABLA
.tableoverflow table .caption {
    color: #003685;
    font-size: 26px !important;
    font-family: "Source Sans Pro";
    padding: 40px 0;
    text-align: left;
    font-weight: lighter;
}

.sinEstLista{
list-style: none;
}
.asterisco:after{
    content:'*';
}
.asterisco-antes:before{
    content: '*';
}
iframe{
width:100%;
}
table#conveniostable td:not(strong){
    line-height: 30px;
}

//************************** Mateo Retiros ********************//

#empleadores{
    #slider{
      .container{
        padding: 0 !important;
        position: absolute !important;
        div{
            min-width: 66.666% ;
        }
      }  
    }
}

/*Informes especiales Responsive*/

.panel-acc.show-panel{

    @media (max-width: 768px){
        padding: 0 32px;

        .tableoverflow.informes {
            table{
                tbody{
                    tr{
                        td{
                            min-width: 345px;
                        }
                    } 
                }
            } 
        }
    }
}

/*Cargar documentos sharepoint*/

.js-callout-mainElement{
    z-index: 99999999 !important;

    h3 {
        font-size: 16px !important;
    }
}

/* Boton de transparencia escritorio*/
.transparencia{
	border-radius: 5px;
	border-left: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	height: 35px;
	padding-top: 5px;
	width: 150px;
	text-align: center;
	background-color: white;
	box-shadow: 3px 4px 4px 1px #c7c7c7;
	
}
/* Boton de transparencia movil*/
.transparencia-movil{
	background-color:#E6E6E6;
	
}
/* Boton de transparencia hover*/
.transparencia:hover {
	
	border-radius: 0px;
	border-left: 0px solid #c7c7c7;
	border-top: 0px solid #c7c7c7;
	height: 35px;
	padding-top: 5px;
	width: 150px;
	text-align: center;
	background-color: white;
	box-shadow: 0px 0px 0px 0px #c7c7c7;
  
}
/* estilo para boton de transparencia hover*/
.transparencia #builders-list{
	    top: 43px !important;
}
