

/* Header */

.header{
    position: relative;
}
.freeContent.header{ background-color: #E7F2EB; }
#agrobank__logo a h1 span{ display: none }

/*
#agrobank__logo a::after{ 
    background-image: url('/deployedfiles/agrobankhub/Imagenes/agrobank__logo.svg');
    background-size: 32px 160px;
    display: inline-block;
    width: 160px; 
    height: 32px;
    content:"";
}
*/

/* Cambio idioma */
.mobile-layer {display: none; }
.mobile-link-open { text-align: right; }
#desplegable-idiomas > ul { list-style: none; }
.header-top ul { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; }
.header-top .link-group-dropdown ul:before {content: none;}
#header .header-top .column.header-m-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center; 
	-webkit-box-pack: end; 
	    -ms-flex-pack: end; 
	        justify-content: flex-end; 
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	padding: 0.5rem 0;
}

/*
#header .header-bottom #header-bottom-middle-center-col{
    display: none;
}

#agrobank__logo span{
    display: none;
}


#header .header-bottom .search {
    min-width: auto;
    margin-left: auto;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}
*/
#header .header-bottom.scroll-move{
    position: fixed;
    background-color: #E7F2EB;
    padding: 1rem 0 11px 0;
    z-index: 5;
}


.mobile-link-open {
    text-align: right;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.links-group-panel .mobile-link-open a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #281E0E;
    text-decoration: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 20px;
    /* margin: 0 1rem; */
}
.links-group-panel .mobile-link-open a img{
    width: auto;
    padding: 0 0 0 4px;
}

.links-group-panel .mobile-link-open a::before {
    content: " ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 2.2rem;
    top: 0;
    background: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/language.svg);
    width: 13px;
    height: 13px;
    background-size: cover;
}
.mobile-layer-header{
    display: none;   
}

.links-group-panel-links{
    position: absolute;
 	z-index: 101;
}

.links-group-panel-links ul{
    background-color: #c1cbc4;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    left: -3rem;
}
.links-group-panel-links ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #281E0E;
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem;
    text-transform: uppercase;
}
.links-group-panel-links ul li a{
     color: #281E0E;
     text-decoration: none;
}


/* Nuevo estilo de Menu */

#header-bottom-middle-center-col .main-title{
    display: none;
}

#header-bottom-middle-center-col .tabs-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 24px;
    padding: 0 3rem;
}

#header-bottom-middle-center-col .tabs-items .tabs-item-title p{
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FDFDFD;
    min-width: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#header-bottom-middle-center-col .submenu-linkgroup .tabs-arrow{
    display: none;
}

#header-bottom-middle-center-col .submenu-linkgroup .tab-dropdown{
    display: none;
}

#header-bottom-middle-center-col .submenu-linkgroup .tab-dropdown ul{
    list-style: none;
}

#header-bottom-middle-center-col .submenu-linkgroup .tab-dropdown .close{
    display: none;
}


/*
#header-bottom-middle-center-col .tabs-items .tabs-item a[aria-expanded="true"] ~ .tab-dropdown ul {
    display: flex;
}


#header-bottom-middle-center-col .tabs-items .tabs-item{
    display: flex;
    list-style: none;
    gap: 24px;
    padding: 0 3rem;
}
*/
#header-bottom-middle-center-col .tabs-items .tabs-item .tab-dropdown ul{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background: #281E0E;
    width: 252px;
    margin-top: 16px;
    border-radius: 0 0 25px 25px;
	/* border-radius: 25px; */
}

#header-bottom-middle-center-col .tabs-items .tabs-item .tab-dropdown ul li{
    padding: 8px 18px;
}

#header-bottom-middle-center-col .tabs-items .tabs-item .tab-dropdown ul li:last-child{
    border-radius: 0 0 25px 25px;
}

#header-bottom-middle-center-col .tabs-items .tabs-item .tab-dropdown ul li a{
    color: white;
    font-size: 16px;
}


@media only screen and (max-width: 1199.98px){
    .header-bottom-middle-center-col{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .submenu-linkgroup{
        display: none;    
    }
    /*
    #header .header-bottom #header-bottom-middle-center-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        left: 0;
        top: 100%;
        padding: 0;
    }
    */
    #header-bottom-middle-center-col .tabs-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        width: 100%;
        min-width: 100vw;
        background-color: #281E0E;
        list-style: none;
        left: 0;
        right: 0;
        width: 100vw;
        padding: 0;
        gap: 0;
    }
    #header-bottom-middle-center-col .tabs-items .tabs-item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        height: auto;
        padding: 0;
        /* border-top: solid 2px #B9CBC0; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-family: 'OpenSans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
    }
    #header-bottom-middle-center-col .tabs-items .tabs-item a{
        width: 100%;
        border-top: solid 2px #B9CBC0;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 16px;
    }
    #header-bottom-middle-center-col .tabs-items .tabs-item .tab-dropdown{
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        min-width: 100%;
    }
    #header-bottom-middle-center-col .tabs-items .tabs-item .tab-dropdown ul {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        background: #281E0E;
        width: 100%;
        margin-top: 0;
        left: 0;
        border-radius: 0;
        z-index: 10;
        padding-left: 2rem;
    }
    
    #header-bottom-middle-center-col .tabs-items .tabs-item-title p {
        text-align: left;
    }
    #header-bottom-middle-center-col .tabs-items .tabs-item .tab-dropdown a{
        width: 100%;
        border-top: none;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 16px;
    }
    #header-bottom-middle-center-col .submenu-linkgroup .tab-dropdown a.close {
        display: none;
    }
    #footer .copyright{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #footer #copy-footer-movil .copyright{
        display: none;
    }
    #footer .link-text-footer ul li {
    	font-family: 'OpenSans';
    	font-style: normal;
    	font-weight: 600;
    	font-size: 16px;
    	line-height: 22px;
    	text-align: right;
    	color: #000000;
    }
    #footer .link-text-footer ul {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        list-style: none;
        padding: 20px 0 30px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        gap: 0;
    }
    #footer   .col-links .link-group-links ul{
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        gap: 34px;
    }
    #footer   .col-links .link-group-links li + li {
        margin-left: .2rem;
    }
    #footer   .col-links .link-group-links{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    #footer .home-search__container form [type=search] {
    	width: 530px;
    	max-width: 530px;
    }
}

/* Fin Nuevo estilo de Menu */


#back-cbkes a{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #281E0E;
    position:relative;
}
#back-cbkes {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   margin-left: 8px;
   padding-left: 8px;
   margin-bottom: 3px;
}
#header .header-bottom .column.col-xs-4{
    width: auto;
    
}



#header .header-bottom #header-bottom-middle-center-col nav ul li{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;

    color: #000000;
}
#header .header-bottom .column.col-md-4.col-xs-12{
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#header .header-bottom .search-header-mobile a{
    position: relative;
    display: flex;
    height: 32px;
    width: 32px;
    visibility: hidden;
}

/*
#header .header-bottom.scroll-move .search-header-mobile a{
    position: static;
    padding: 2rem 0;
}
*/
#header .header-bottom .search-header-mobile a::after{
    content: " ";
    position: absolute;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/search-icon.svg);
    border: none;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    background-color: transparent;
    visibility: visible;
    background-size: contain;
    left: 3px;
}
#header .header-bottom .search-form .sr-only{
    display: none;
}
#header .header-bottom .search-form{
    position: relative;
}
#header .header-bottom .search-form input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/search-icon.svg);
    border: none;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    background-color: transparent;
}

#header .header-bottom .search-form input[type=search]{
    border: 1px solid #3f3f3f;
    border-radius: 20px;
    background-color: transparent;
    height: 45px;
    padding: 0 1rem;
    min-width: 100%;
}
#header .header-bottom .search-form input::-webkit-input-placeholder{
    opacity: 0;
}
#header .header-bottom .search-form input::-moz-placeholder{
    opacity: 0;
}
#header .header-bottom .search-form input:-ms-input-placeholder{
    opacity: 0;
}
#header .header-bottom .search-form input::-ms-input-placeholder{
    opacity: 0;
}
#header .header-bottom .search-form input::placeholder{
    opacity: 0;
}

/* Menu Movil */

/*
#menu-movil {
    position: absolute;
    height: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
    left: 0;
}
#menu-movil.scroll-move-menu{
    position: absolute;
    padding: 2rem 0;
}

#menu-movil .menu-movil{
    width: auto;
    position: fixed;
}
#menu-movil .menu-icon{
    width: 32px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5px;
    padding-left: 0.7rem;
    z-index: 10;
    display: flex;
    position: relative;
}
#menu-movil .menu-icon span{
    width: 19px;
    height: 1.5px;
    background: black;
}


#menu-movil .menu {
    display: none;
    position: absolute;
    top: 40px;
    background-color: #fff;
    list-style: none;
    left: 0;
    right: 0;
    width: 100vw;
}



#menu-movil .menu li {
    height: 48px;
    background: #E7F2EB;
    padding: 0 16px;
    border-top: solid 2px #B9CBC0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#menu-movil .menu li:last-child{
    border-bottom: solid 2px #B9CBC0;
}
#menu-movil .menu a {
    text-decoration: none;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #281E0E;
}

#menu-movil .menu-icon.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-3px, 3px);
      -ms-transform: rotate(-45deg) translate(-3px, 3px);
          transform: rotate(-45deg) translate(-3px, 3px);
}

#menu-movil .menu-icon.active span:nth-child(2) {
  opacity: 0;
}

#menu-movil .menu-icon.active span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-2px, -3px);
        -ms-transform: rotate(45deg) translate(-2px, -3px);
            transform: rotate(45deg) translate(-2px, -3px);
}
*/
.submenu-linkgroup .tabs-items-scroll{
    z-index: 100;
    position: relative;
}


#header .header-bottom{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#header .header-bottom .container{
    padding: 0;
}
/*
#header .header-bottom .container{
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 220px;
}


#header .header-bottom #agrobank__logo{
    width: 160px;
    height: 32px;
}
 #agrobank__logo a{
    width: 160px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#agrobank__logo a::after {
    background-image: url(/deployedfiles/agrobankhub/Imagenes/agrobank__logo.svg);
    background-size: 32px 160px;
    display: inline-block;
    width: 160px;
    height: 32px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
}
*/
#header .header-bottom .search-form{
    display: none;
}


/*** Footer  ***/
#footer{background-color: #F5EFEC;}

#footer  {
    background-color: #281E0E;
}

#footer   .col-links {
    list-style: none;
}

#footer   .col-links  .multicols{
    min-width: 100%;
}
#footer   .col-links .link-group-title{
    display: none;
}

#footer   .col-links .link-group-links{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 4rem;
}
#footer   .col-links .link-group-links ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 34px;
}
#footer   .col-links .link-group-links ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            
    
}

#footer   .col-links .link-group-links ul li .link-text{
    display: none
}

#footer .container-fluid.footer-bottom{
    background-color: #281E0E;
}

#footer .container-fluid.footer-bottom .link-text-footer .item a{
    color: white;
}

#footer .container-fluid.footer-middle-top {
    min-height: 360px;
    background-position: bottom;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.50)), to(rgba(0, 0, 0, 0.50))), url(/deployedfiles/agrobankhub/Imagenes/busbuscador-oficinas.jpg), lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(/deployedfiles/agrobankhub/Imagenes/busbuscador-oficinas.jpg), lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(/deployedfiles/agrobankhub/Imagenes/busbuscador-oficinas.jpg), lightgray 50% / cover no-repeat;
    position: relative;
    background-position: 0 0;
    margin: 0;
    padding: 0;
}


#footer .container-fluid.footer-middle-top::before{
    content: " ";
    background-image: url(/deployedfiles/agrobankhub/Imagenes/bkg-bucadorofi.png);
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    height: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
}

#footer .after-input{
    content: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/search-icon.svg);
    position: absolute;
    height: 100%;
    right: 64px;
    padding: 0.7rem 0.3rem;
}


#footer .copyright {
	font-family: "OpenSans-Regular", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
    color: white;
	padding: 20px 0 20px 0;
}

#footer .link-text-footer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 20px 0 30px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
    gap: 32px;
}

#footer .link-text-footer ul li {
	font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}


#footer .home-search__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 350px;
}

#footer .home-search__container .text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#footer .home-search__container .text-container .title-h3 {
	font-family: "OpenSans-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	color: #FDFDFD;
	margin-bottom: 32px;
}

#footer .home-search__container form {
	position: relative;
	    width: 100%;
}



#footer .home-search__container form [type=search] {
    border: 1px solid black;
    border-radius: 20px;
    width: 100%;
    background: white;
    height: 45px;
    padding: 0 1rem;
    max-width: 530px;
}


#footer .home-search__container form [type=submit] {
	position: absolute;
	background: transparent;
	right: 0;
	border: none;
	color: #281E0E;
	height: 45px;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	width: auto;
	padding: 0 1rem 0 2.5rem;
	color: #281E0E;
	z-index: 2;
}
#footer .sr-only{
    display: none;
}


#footer .copyright{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer #copy-footer-movil .copyright{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}
#footer #copy-footer-movil .copyright span{
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
#footer #agrobank_logo_footer a{
    visibility: hidden;
    position: relative;
}
#footer #agrobank_logo_footer a::after{
    visibility: visible;
    content: " ";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/agrobank-logo-white.svg);
    background-size: cover;
    height: 39px;
    width: 159px;
    margin: 2rem auto 0 auto;
}
#footer #agrobank_logo_footer a h5{
    display: none;
}

@media only screen and (max-width: 768px)  {
    .footer-middle-top .home-search__container form {
        width: 100%;
    }
    #footer .container-fluid.footer-middle-top {
        background-size: cover;
    }
   
}





@media (min-width: 576px){
#header .container-fluid.bg-grey.header-top .container {
    max-width: 100%;
}
}
@media (min-width: 768px){
#header .container-fluid.bg-grey.header-top .container{
    max-width: 100%;
}
}
@media only screen and (min-width: 1200px){
    #header .header-bottom .search{
        width: 200px;
        height: 100%;
    }
    #header .header-bottom .search .search-header-mobile{
        display: none;
    }
    #header .header-bottom .search-form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        height: 45px;
        margin: 0;
    }
    
    /*
    #header .header-bottom #header-bottom-middle-center-col{
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    */
    /*
    #header .header-bottom #agrobank__logo{
        width: 250px;
        height: 52px;
    }
    #agrobank__logo a {
        width: 250px;
        height: 52px;
    }
    #agrobank__logo a::after {
        width: 250px;
        height: 52px;
    }
    #header .header-bottom .container{
        max-width: 1280px;
        width: 100%;
    } 
    #menu-movil{
        display: none;
    }
    */
    
    #header .header-bottom .column.col-md-4.col-xs-12{
        width: 200px;
    }
    #header .header-bottom .search{
        position: relative;
    }

    #header .header-bottom #header-bottom-middle-center-col nav ul li{
        font-size: 15px;
    }
    #header .container-fluid.bg-grey.header-top .container {
        max-width: 992px;
    }
    #copy-footer-movil{
        display: none;
    }
    #agrobank_logo_footer{
        display: none;
    }
   
}



@media only screen and (min-width: 1038px){
    #header .header-bottom #header-bottom-middle-center-col nav ul li {
        font-size: 16px;
    }
    #header .container-fluid.bg-grey.header-top .container {
        max-width: 1038px;
    }
}
@media only screen and (min-width: 1280px){
    #header .header-bottom .column.col-md-4.col-xs-12 {
        width: 295px;
    }
    
    #header .header-bottom .container{
        max-width: 1280px;

    } 
  /*
    #header .header-bottom #agrobank__logo{
        width: 295px;
        height: 59px;
    }
    #agrobank__logo a {
        width: 295px;
        height: 59px;
    }
    #agrobank__logo a::after {
        width: 295px;
        height: 59px;
    }
    */
    #header .header-bottom .search{
        width: 291px;
    }
    #header .header-bottom .search .search-header-mobile{
        display: none;
    }
    #header .header-bottom .search-form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 291px;
    }

    #header .container-fluid.bg-grey.header-top .container {
        max-width: 1200px;
    }
}




@media only screen and (min-width: 1400px){

    #header .container-fluid.bg-grey.header-top .container {
        max-width: 1290px;
    }
}


/*  Popup Search Solo Movil*/
.search-popup{
    display: none;
}
@media only screen and (max-width: 1199.98px){
    .search-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      display: none;
    }
    .search-popup-container {
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-color: #281E0E;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: left 0.5s ease;
      -o-transition: left 0.5s ease;
      transition: left 0.5s ease;
    }
    
    .search-popup-container input[type="text"] {
      width: 100%;
      padding: 10px;
      font-size: 20px;
      border: none;
      border-radius: 5px;
      margin-bottom: 10px;
    }

    .search-popup-container .search-popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px;
      text-decoration: none;
      color: #333333;
    }
    #header .header-bottom .search-popup-container .search-form{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1rem;
    }
    #header .header-bottom .search-popup-container .search-form input[type=submit]{
        display: none;
    }
    #header .header-bottom .search-popup-container .search-form .search-header-close{
        position: absolute;
        left: auto;
        height: 100%;
        width: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        right: 1rem;
        visibility: hidden;
    }
    #header .header-bottom .search-popup-container .search-form .search-header-close a span{
        display: none;
    }
    #header .header-bottom .search-popup-container .search-form .search-header-close a{
        background: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/cerrar-movil.svg) no-repeat center center #ffffff00;
        min-width: 5rem;
        max-width: 5rem;
        height: 5rem;
        visibility: visible;
		-webkit-filter: invert(100%);
		        filter: invert(100%);
    }
    .freeContent.header {
        background-color: #E7F2EB;
        height: 87px;
    }
    
    /*
    #header .header-bottom #agrobank__logo {
        width: 160px;
        height: 32px;
        z-index: 100;
        position: relative;
    }
    */
}

/* Solucion para quita la x por defecto de los input */
#header .header-bottom .search-popup-container .search-form input[type=search]::-webkit-search-cancel-button{
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/cerrar-white.svg);
}
/* fin */

/* Header versión Terrats */

.vertical .freeContent.header {
    background-color: #e7f2eb00;
    z-index: 15;
}
.vertical #header .header-bottom .search-header-mobile a::after {
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/search-icon-white.svg);
}

.vertical .herramientas.banner-container{
    background-image: url(/deployedfiles/agrobankhub/Imagenes/header-informacion_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -102px;
    max-height: 545px;
    height: 545px;
    
}

.vertical .links-group-panel .mobile-link-open a{
    color: #FDFDFD;
}

.vertical #back-cbkes a{
    color: #FDFDFD;
}
.vertical #header .header-bottom .search-form input[type=search]{
    border: 1px solid #FDFDFD;
    color: #FDFDFD;
}
.vertical .linkgroup a{
    color: #FDFDFD;
}

.vertical .links-group-panel .mobile-link-open a::before {
    background: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/language-white.svg);
    background-size: contain;
    right: 2.1rem;
}

.vertical #header .header-bottom .search-form input[type=submit] {
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/search-icon-white.svg);

}

/*
.vertical #agrobank__logo a::after {
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/agrobank__logo-white.svg);
}
*/
.header-topbar,
#header .header-bottom,
.vertical #header .header-bottom.scroll-move { background-color: #281E0E; }

.vertical #menu-movil .menu-icon span{ background: #FDFDFD; }

/* Fin Header versión Terrats */

.home #footer .container-fluid.footer-middle-top::before {
    background-image: url(/deployedfiles/agrobankhub/Imagenes/home-bkg-bucadorofi.png);
    position: absolute;
    width: 100%;
    top: 0;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
}


.herramientas-terrat #footer .container-fluid.footer-middle-top::before {
    background-image: url(/deployedfiles/agrobankhub/Imagenes/home-bkg-bucadorofi.png);
    position: absolute;
    width: 100%;
    top: 0;
    height: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
}

 #footer .container-fluid.footer-middle-top::before {
    height: 70px;
}


#footer .home-search__container form [type=search]::-webkit-search-cancel-button {
    position: relative;
    -webkit-appearance: none;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/cerrar.svg);
    position: relative;
    height: 16px;
    width: 16px;
    display: -webkit-box;
    display: flex;
    opacity: 1;
    border-right: solid 1px black;
    right: 0;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    max-height: 100%;
    background-size: 16px;
}



.vertical #header .header-bottom .search-form input[type=search]::-webkit-search-cancel-button{
    position:relative;
    -webkit-appearance: none;
    background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/cerrar-white.svg);
    position: relative;
    height: 16px;
    width: 16px;
    display: -webkit-box;
    display: flex;
}

/*
#footer .container-fluid.footer-bottom .link-text-footer .item a:hover {
    text-decoration: underline;
}
*/
/* Solucion New Footer */

#footer .container-fluid.footer-middle-bottom.bg-grey .col-links  {
    display: none;
}

#footer   .linkgroup-text-footer .item a {
    color: white;
    position: relative;
}

/*
#footer .footer-bottom .linkgroup-text-footer {
    display: none;
}

*/

#footer .mapa-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
   /* padding: 1rem 0;*/
    gap: 0.5rem;
}
#footer .mapa-container p{
    color: #FDFDFD;
    font-family: OpenSans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

#footer .multicols .link-group-title{
    display: none;
}

#footer .footer-bottom .col-links{
    min-width: 100%;
}

#footer .footer-bottom .col-links .link-group-links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#footer .footer-bottom .col-links .multicols{
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1rem;
}

#footer .footer-bottom .col-links .multicols ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 86px;
    gap: 2.5rem;
}

#footer .footer-bottom .col-links .multicols ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#footer .footer-bottom .col-links .multicols ul li a img{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#footer .footer-bottom .col-links .multicols ul li a .link-text{
    display: none;
}

#footer .footer-bottom .col-links .multicols .link-group-links{
    width: 100%;
}

#footer #copy-mobile{
    display: none;
}

#footer .linkgroup-text-footer .head-linkgroup-text-footer{
    display: none;
}

@media only screen and (max-width: 1199.98px){
    #footer   .column.col-sm-5.col-xs-12{
        display: none;
    }
    #footer   .column.col-sm-7.col-xs-12{
        width: 100%;
    }
    #footer .footer-bottom .column.col-md-9.col-xs-12{
        width: 100%;
        padding: 1rem;
    }
    #footer .footer-bottom .column.col-md-3.col-xs-12{
        display: none;
    }
     
    #footer .container-fluid.footer-middle-bottom.bg-grey .col-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #footer   .linkgroup-text-footer{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #footer .mapa-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        text-align: center;
        padding: 0 1rem;
    }
    #footer .footer-bottom .col-links .multicols ul li a .link-text{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #footer #copy-mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }
}
@media only screen and (max-width: 1199.98px){
    #footer .link-text-footer ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        gap: 24px;
    }
}

#office-footer #placeholder{
    color: #281E0E;
    font-family: OpenSans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


#footer .home-search__container form [type=search]::-webkit-textfield-decoration-container{
    width: calc(100% - 5rem);
}



/* CTA hazte cliente */
.header-m-right #cta-cliente a {
	color: black;	
	background: linear-gradient(90deg, #28C1F5 0%, #58FCFF 100%);
	padding: 5px 10px 5px 30px;
    border-radius: 999px;
    position: relative;
}
.header-m-right #cta-cliente a::before {
	background-image: url(/deployedfiles/agrobankhub/Bibliotecas/css/icos/hazte-cliente-black.svg);
	content: '';
    width: 15px;
    position: absolute;
    height: 14px;
    left: 10px;
    top: 50%;
    padding-left: 0;
    background-size: cover;
    transform: translateY(-50%);
}
.header-m-right #desplegable-idiomas-sup {
    margin-left: 8px;
    padding-left: 8px;
    order: 3;
}
@media screen and (max-width: 576px) {
   .header-m-right  #back-cbkes {
       display: none;
   }
}


/*estilos de nuevo header*/


/*Logo nuevo*/

.link_logo:focus-visible img{
      outline: none;
    background-color: #e9ecef40;
}


@media only screen and (max-width: 1199.98px) {
  .logo-imagen,
  .logo_header{
    width: 160px;
    height: 32px;
  }
}


@media only screen and (min-width: 1200px){
    .logo-imagen,
    .logo_header{
        width: 250px;
        height: 52px;
    }
}

@media only screen and (min-width: 1280px) {
   .logo-imagen,
   .logo_header{
    width: 295px;
    height: 59px;
  }
}
/*FIN logo*/
 #back-cbkes a:hover::after,
#back-cbkes a:focus-visible::after{
    width: 100%;
}


 #back-cbkes a:after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  height: 2px;
  width: 0%;
  background-color: currentColor;
  transition: width 0.3s ease;
}

#header .nav-item .nav-link {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FDFDFD;
    min-width: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#header .dropdown .dropdown-toggle {
    border: 0;
    background-color: transparent;
}

#header .dropdown .dropdown-toggle:after {
    content: none;
}

#header .nav-item .nav-link:focus-visible, 
#header .nav-item .nav-link:hover {
    outline: none;
    background-color: #e9ecef40;
}

#header .dropdown .dropdown-menu  {
   background: #281E0E;
  width: 252px;
  border-radius: 0 0 25px 25px;
  border: 0;
}

#header .dropdown .dropdown-menu  li {
    padding: 8px 18px;
}

#header .dropdown .dropdown-menu  .dropdown-item  {
    color: white;
    font-size: 16px;
}

#header .dropdown .dropdown-item:focus,
#header .dropdown .dropdown-item:focus-visible,
#header .dropdown .dropdown-item:hover {
    background-color: #e9ecef40;
}


/*Hamburguesa */


#header .navbar-toggler.collapsed .navbar-toggler-icon{

  --bs-navbar-toggler-icon-bg: url(" /deployedfiles/agrobankhub/Bibliotecas/css/icos/Menu.svg");
}


#header .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  --bs-navbar-toggler-icon-bg: url(" /deployedfiles/agrobankhub/Bibliotecas/css/icos/Cross.svg");
}

.menu_header{
    display: flex;
  }

#header .navbar-toggler{
  padding: 2px;
  border: 0;
}

#header .navbar-toggler:focus{
  box-shadow: 0 0 0 1px #ffffff; 
}

#header .scroll-move .navbar-toggler{
    bottom: 15px;
}

/*fin Hamburguesa */

@media (min-width: 1200px) {
  #header .navbar-nav {
    padding: 0 3rem;
    gap: 24px;
    
  }
  

  #header .navbar-toggler {
    display: none;
  }

}

@media only screen and (max-width: 1199.98px) {
  #header .navbar-nav .nav-item .nav-link {
     width: 100%;
        border-top: solid 2px #B9CBC0;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 16px;
  }
  
  .menu_header{
    gap: clamp(5.16rem, -6.937rem + 49.249vw, 30rem);
  }
  
  #header .dropdown .dropdown-menu{
      padding-left: 2rem;
      width: 100%;
  }
  
  #header .dropdown .dropdown-menu .dropdown-item {
      width: 100%;
  }
  
  #header .navbar{
    padding: 0;
    position: absolute;
    top: 32px;
    left: 0;
  }
  
    
  #header .scroll-move .navbar{
    top: 63px;
  }
  
  #header .navbar .navbar-collapse {
    background-color: #281E0E;
    width: 100vw;
  }
  
  #header .header-bottom .container{
    max-width: 97%;
    margin: auto;
    padding-bottom: 5px;
  }
  
  #header .header-bottom .column.col-xs-4{
      width: 75%;
  }

}


/*Estilos añadidos por accesibilidad web*/

.header-m-right #cta-cliente a:hover,
.header-m-right #cta-cliente a:focus-visible{
    border: 2px solid white;
    background: linear-gradient(90deg,#58FCFF 0%, #28C1F5 100%);
}

/*
#agrobank__logo a:focus-visible{
    background-color: #e9ecef40;
}
*/
.skipLink {
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
}

#central_content_link.active {
  position: fixed;
  left: 10px;
  font-size: 12px;
  line-height: 12px;
  padding: 3px;
  top: 10px;
  width: auto;
  height: auto;
  z-index: 999;
  outline-offset: -3px;
  color: white;
  clip: unset;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.links-group-panel .mobile-link-open a:hover,
.links-group-panel .mobile-link-open a:focus-visible{
    background-color: #e9ecef40;
}

#footer   .linkgroup-text-footer .item a::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  height: 2px; 
  width: 0%; 
  background-color: currentColor; 
  transition: width 0.3s ease; 
}


#footer   .linkgroup-text-footer .item a:hover::after,
#footer   .linkgroup-text-footer .item a:focus-visible::after {
  width: 100%; 
}



#footer .footer-bottom .col-md-9.col-xs-12 {
    width: 100%;
}

#footer .footer-bottom .col-links .multicols ul li a:hover,
#footer .footer-bottom .col-links .multicols ul li a:focus-visible{
    border: 1px dashed white;
    padding: 2px;
}


#social-links.col-links  ul li a:hover,
#social-links.col-links  ul li a:focus-visible{
    border: 1px dashed white;
    padding: 2px;
}

@media (min-width: 1200px) {
    #footer_top {
      display: grid;
      grid-template-columns: 5fr 7fr;
    }    
    #footer_bottom {
      display: grid;
      grid-template-columns: 9fr 3fr;
      align-items: center;
    }  
    #social-links.col-links .link-group-links ul{
        gap: 2.5rem;
        justify-content: flex-end;
        width: 100%;
        padding-right: 1rem;
    }
    #footer .col-links .link-group-links{
        align-items: end;
        padding-bottom: 10px;
    }
}


@media (max-width: 1199.98px) { 



#footer_bottom {
    padding: 1rem 0;
}
    
#footer_top #footer-copyright {
    justify-content: center;
  display: flex;
}

}
