/* Minification failed. Returning unminified contents.
(1047,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1048,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1049,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1059,17): run-time error CSS1039: Token not allowed after unary operator: '-d-policy-disclaimerDark'
(1106,21): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(1133,28): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
(1134,17): run-time error CSS1039: Token not allowed after unary operator: '-d-policy-disclaimerLight'
(1206,28): run-time error CSS1039: Token not allowed after unary operator: '-primaryColor'
 */
@font-face {
	font-family: 'icons';
	src: url('fonts/icons.eot');
	src: url('fonts/icons.eot?#iefix') format('embedded-opentype'),  url('fonts/icons.ttf') format('truetype'),  url('fonts/icons.woff') format('woff'),  url('fonts/icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontheadline';
	src: url('fonts/font-headline.eot');
	src: url('fonts/font-headline.eot?#iefix') format('embedded-opentype'),  url('fonts/font-headline.woff2') format('woff2'),  url('fonts/font-headline.woff') format('woff'),  url('fonts/font-headline.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontlight';
	src: url('fonts/font-light.eot');
	src: url('fonts/font-light.eot?#iefix') format('embedded-opentype'),  url('fonts/font-light.woff2') format('woff2'),  url('fonts/font-light.woff') format('woff'),  url('fonts/font-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'fontregular';
	src: url('fonts/font-regular.eot');
	src: url('fonts/font-regular.eot?#iefix') format('embedded-opentype'),  url('fonts/font-regular.woff2') format('woff2'),  url('fonts/font-regular.woff') format('woff'),  url('fonts/font-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*RESET*/
* {
	box-sizing: border-box;
}
html, body, div, form, fieldset, legend, label, option, input, select, button {
	margin: 0;
	padding: 0;
	font-family: calibri, arial, icons, sans-serif;
	color: #666;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, th, td, caption {
	font-weight: normal;
	margin: 0;
}
h1 {
    font-size: 3.5em;
    font-family: fontlight;
    margin-bottom: .75em;
}
h2 {
    font-family: fontregular;
    font-size: 1.75em;
    margin-bottom: 1em;
}
h3 {
    text-align: justify;
    font-size: 1.15em;
    margin-bottom: 1.5em;
    line-height: 1.25;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
}
b {
    color: #1d71b6;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
button {
    font-size: 16px;
}
.icons {
	font-family: icons, arial;
}
.col-16, .col-20, .col-25, .col-33, .col-66, .col-50, .col-100, .col-40, .col-60, .col-75 {
	display: inline-block;
	vertical-align: top;
}
.col-16 {
	width: calc(16.66% - .25em);
}
.col-20 {
	width: calc(20% - .25em);
}
.col-25 {
	width: calc(25% - .25em);
}
.col-33 {
	width: calc(33% - .25em);
}
.col-40 {
	width: calc(40% - .25em);
}
.col-60 {
	width: calc(60% - .25em);
}
.col-66 {
	width: calc(66% - .25em);
}
.col-50 {
	width: calc(50% - .25em);
}
.col-75 {
	width: calc(75% - .25em);
}
.col-100 {
	width: calc(100% - .25em);
}
.containter {
    /*padding-top: 6em;*/
}
article p {
	text-align: justify;
	color: #888;
}
.icons {
	font-family: icons, arial;
}
article {
    padding: 4em;
	margin-bottom: 2em;
}
.home h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: #555;
    font-family: fontheadline;
}
.home h1 span {
    display: block;
    font-size: 2em;
}
.home h1 span strong {
    font-weight: normal;
    color: #0e5d89;
}
.home h2 {
    font-weight: bold;
    width: 18em;
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
}
.center {
    text-align: center;
}
.btn {
    font-family: fontlight;
    color: white;
    background: #fa8b00;
    padding: 0.6em 2.25em;
    border-radius: 10em;
    border: 2px solid white;
    display: inline-block;
    margin-top: 1em;
	transition: all 200ms;
	-ms-transition: all 200ms;
	-webkit-transition: all 200ms;
}
	.btn:hover {
		letter-spacing: .1em;
	}
h4 span {
    display: inline-block;
    color: #1d71b6;
    font-family: fontregular;
    font-size: 1.25em;
    margin-bottom: 2em;
    position: relative;
}
		h4 span:before {
			display: block;
			vertical-align: bottom;
			border-bottom: 2px solid #1d71b6;
			content: '';
			width: 30em;
			position: absolute;
			bottom: -0.25em;
			right: 0;
		}
.grayback {
    background: #f4f4f4;
}
		article.grayback {
			padding: 6em 4em;
			margin: 2em 0;
		}
.m-top-5{margin-top: 5em;} .m-top-4{margin-top: 4em;} .m-top-3{margin-top: 3em;} .m-top-2{margin-top: 2em;} .m-top-1{margin-top: 1em;}
.m-bottom-5{margin-bottom: 5em;} .m-bottom-4{margin-bottom: 4em;} .m-bottom-3{margin-bottom: 3em;} .m-bottom-2{margin-bottom: 2em;} .m-bottom-1{margin-bottom: 1em;}



/***************HEADER*****************/
header {
    padding: 1.5em 3.5em;
    /*position: fixed;*/
    z-index: 1000;
    width: 100%;
    transition: all 200ms;
    top: 0;
    left: 0;
    /*padding-bottom: 5px;*/
}
.bg-header {
    background: rgba(255,255,255,.9);
    box-shadow: 0px 1px 2px #d7d7d7;
	padding: 0.5em 2.5em;
}
.content-logo, nav {
    display: inline-block;
    vertical-align: middle;
}
.content-logo {
    width: 10em;
}
.content-logo img {
    width: 129px;
}
.btn-acceso {
    color: #fa8b00;
}
.btn-acceso .icons {
    transform: rotate(180deg);
    display: inline-block;
}
nav {
    width: calc(100% - 10.5em);
    text-align: right;
}
nav ul {
    display: inline-block;
}
nav li {
    display: inline-block;
    font-family: fontregular;
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 1em;
    letter-spacing: .1em;
    color: #333;
	vertical-align: middle;
}
nav li.selected {
    color: #1d71b6;
}
nav li.selected a:before {
    width: 100%;
    height: 1px;
    background: #1d71b6;
    display: block;
    content: '';
    transform: translateY(1.5em);
}
.btn-menu {
    display: none;
}
.content-logo img:hover {
	-webkit-animation: valideanim .3s;
	animation: valideanim .3s;
}
 @-webkit-keyframes valideanim {
	 from {
	 -webkit-transform: scale(1);
	 transform: scale(1);
	}
	 50% {
	 -webkit-transform: scale(1.1);
	 transform: scale(1.1);
	}
	 to {
	 -webkit-transform: scale(1);
	 transform: scale(1);
	}
}
.acceso {
	height: 100%;
	overflow-y: auto;
	position: fixed;
	width: 15em;
	-ms-transform: translateX(-15em);
	transform: translateX(-15em);
	background: white;
	box-shadow: 1px 0 2px #ababab inset;
	left: auto;
	padding: 0 1em;
	right: -34em;
	text-align: center;
}

.containter.opened-acces {
	position: fixed;
	right: 0;
	-ms-transform: translateX(-15em);
	transform: translateX(-15em);
	width: 100%;
}
.containter .btn-acceso a {
    transition: all 500ms;
}
.containter.opened-acces .btn-acceso a {
	display: none;
}
.acceso.opened-acces {
	-ms-transform: translateX(-34em);
	transform: translateX(-34em);
}
.containter .btn-acceso:before {
    font-size: 0em;
    content: "\e92b";
    font-family: icons;
	display: block;
	vertical-align: middle;
	float: right;
}
.containter.opened-acces .btn-acceso:before {
	content: "\e91c";
	font-size: 40px;
}
.containter.opened-acces header {
	-ms-transform: translateX(-15em);
}
.title-acceso {
	font-family: fontlight;
	font-size: 2em;
	margin-top: 1em;
	text-transform: uppercase;
}
.language {
	color: white;
	font-size: 0.8em;
	margin: 1.5em 0;
	text-align: center;
}
.language > a {
	display: inline-block;
	padding: 1em;
	width: calc(50% - 0.5em);
}
.acceso > p {
	font-size: 0.8em;
	margin-bottom: 1.5em;
	text-align: justify;
}
.fila-acceso {
	margin: 0.75em 0;
}
.fila-acceso label {
	display: block;
	font-family: fontregular;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
.fila-acceso > input {
	font-family: fontlight;
	font-size: 1.2em;
	padding: 0.5em 0.25em;
}



/***********FOOTEER***********/
.sobrefooter {
    text-align: center;
    background: #ebebeb;
    font-family: fontregular, icons;
    font-size: 1.75em;
}
.sobrefooter article {
    padding: .75em;
	margin: 0;
}
.sobrefooter article > span {
    display: inline-block;
    transform: rotate(90deg);
}
.footer {
    background: #f4f4f4;
}
.footer * {
    font-family: fontregular;
}
.footer article {
    margin-bottom: 0em;
}
.footer img {
    max-width: 110px;
}
.footer p {
    font-size: .9em;
}
.footer .col-75 .col-25 > strong {
    font-size: 1em;
    margin-bottom: .75em;
    display: block;
}
.footer .col-75 .col-25 li {
    padding: 0.5em 0;
}



/***********HOMEEEEE***********/
.home {
    height: 30em;
    background: url(img/SNB-bg.jpg);
    display: table;
    width: 100%;
	background-size: 100% 100%;
	margin-top: -7em;
}
.home div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.blue-column {
    background: #f5fbff;
    border: 1px solid #cadfe5;
    width: 90%;
    max-width: 30em;
    margin: 0 auto;
}
.blue-column.gray {
    background: #f4f4f4;
    border: 1px solid #e3e3e3;
}
.blue-column h5 {
    color: #1d71b6;
    font-size: 1.25em;
    text-align: center;
    border-bottom: 3px solid #1d71b6;
    width: 100%;
    padding: .75em;
    margin-bottom: .5em;
}
.blue-column li {
    display: table;
    padding: .75em;
	transition: all 200ms;
	-ms-transition: all 200ms;
	-webkit-transition: all 200ms;
}
.blue-column li:hover{
    transform: scale(1.1);
	background: #f4f4f4;
}
.blue-column li > .icons, .blue-column li > div {
    display: table-cell;
    vertical-align: top;
}
.blue-column li > .icons {
    color: #1d71b6;
    font-size: 3em;
    padding-right: .15em;
}
.blue-column h6 {
    font-size: 1em;
    font-weight: bold;
    margin-top: .5em;
}
.blue-column p {
    margin: .75em 0;
    font-size: 1em;
    text-align: left;
    font-weight: 200;
}
.aval.internacional li h3 {
    font-family: fontheadline;
    font-weight: 200;
    text-align: center;
    font-size: 21px;
    margin: 0em;
    display: inline-block;
    vertical-align: middle;
}
.aval {
    display: table;
    width: calc(100% + 8em);
    margin-left: -4em;
}
.aval li {
    padding: 2em;
    background: #1d71b6;
    color: white;
    display: table-cell;
}
		.aval li:nth-child(2) {background: #5694c7;}
		.aval li:nth-child(3) {background: #8db7d9;}

.aval li > span {
    font-family: fontregular;
    font-size: 4em;
}
.aval li h3 {
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
}
.aval li p {
    color: white;
    text-align: left;
}
.cias {
    text-align: center;
}
.cias li {
    display: inline-block;
    padding: 0 0.75em;
    width: 13%;
}
.white-boxes {
    display: table;
}
.white-boxes li {
    display: table-cell;
    padding: 1em;
    background: white;
    border: .75em solid #f4f4f4;
    border-radius: 1em;
    text-align: center;
    position: relative;
}
.white-boxes .col-25 {
    width: 25%;
}
.white-boxes h5 {
    font-family: fontregular;
    font-size: .9em;
    color: #222;
}
.white-boxes p {
    font-size: .9em;
    text-align: left;
    margin-bottom: 2em;
}
.white-boxes .btn {
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translatex(-50%);
    min-width: 9em;
}
.white-boxes .content-logo img {
    max-height: 4em;
}.projects {
    display: table;
    border: 1px solid #d8d8d8;
    background: #f4f4f4;
}
.projects .content-img {
    width: 45%;
    overflow: hidden;
    position: relative;
}
.projects .content-img, .projects .content-news {
    display: table-cell;
}
.projects .content-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 200%;
    max-height: 200%;
}
.projects .content-news {
    padding: 3em;
}
.title {
    font-weight: bold;
}
.projects .content-news img {
    margin-top: 1em;
}




/***********RESTO PÁGINAS***********/
.title-list li {
    font-family: fontlight,icons;
    font-size: 1.35em;
    padding-left: 3em;
    position: relative;
    margin: 1em 0;
}
	.title-list li:before {
		content: "\e91e";
		position: absolute;
		margin-left: -1.25em;
		color: #1d71b6;
		font-size: 1.5em;
		line-height: 70%;
	}
.list-places h4 {
    font-family: fontlight;
    font-size: 1.5em;
    display: inline-block;
    padding-bottom: .25em;
    border-bottom: 1px solid #ffb000;
    font-style: italic;
}
.list-places p {
    padding-left: 2.5em;
    position: relative;
}
.list-places [class*="icon-"]:before {
    position: absolute;
    font-size: 1.5em;
    margin-left: -1.5em;
}
	.icon-place:before{
		content: "\e947";
	}
	.icon-mail:before{
		content: "\e92a";
	}
	.icon-phone:before{
		content: "\e912";
	}
.map-shopnetbrokers {
    margin-top: -2em;
}
.big-contact {
    display: table;
    width: 100%;
    height: 100%;
}
.big-contact .col-33, .big-contact .col-66 {
    display: table-cell;
    height: 100%;
}
		.big-contact .col-33 {
			width: 33%;
		}
		.big-contact .col-66 {
			width: 66%;
		}
.big-contact input, .big-contact textarea {
    width: 100%;
    margin-bottom: 1em;
    padding: .75em;
    text-align: center;
    font-size: 1.25em;
    border-radius: 3px;
    border: 1px solid #cecece;
    font-family: fontregular;
}
		.big-contact input:last-child, .big-contact textarea:last-child{
			margin-bottom: 0;
		}
.big-contact textarea {
    min-height: 100%;
    resize: none;
    text-align: left;
    margin-left: 1.5em;
    width: calc(100% - 1.5em);
}
.contacts-objects a {
    display: inline-block;
    background: #f5fbff;
    border: 1px solid #1d71b6;
    font-size: 1.25em;
    color: #1d71b6;
    padding: 2em 0;
    margin: 0 .5em;
    width: 15em;
}
.contacts-objects a span {
    display: block;
    font-size: 2em;
    margin-bottom: .25em;
}

.empresas {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.empresas li {
    margin: 5em 0;
}
.empresas li .logo-content {
    display: inline-block;
    border-radius: 50%;
    border: 1px dashed #828282;
    vertical-align: middle;
    text-align: center;
    width: 13em;
    height: 13em;
    padding: 1em;
}
.empresas li .logo-content img {
    width: auto;
    vertical-align: middle;
    max-width: 98%;
}
.empresas li .logo-content:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.1px;
    height: 100%;
}
.empresas li .content-empresas {
    background: #f4f4f4;
    display: inline-block;
    border: 1px solid #d8d8d8;
    padding: .5em 2em;
    width: calc(100% - 17.35em);
    vertical-align: middle;
    margin-left: 4em;
    position: relative;
}
.empresas li .content-empresas:before {
    width: 4em;
    border-bottom: 1px dashed #828282;
    height: 1px;
    content: '';
    position: absolute;
    top: 50%;
    left: -4.15em;
    transform: translateY(-50%);
}
.empresas li a {
    color: #1d71b6;
    text-decoration: underline;
    font-family: fontregular;
    margin-top: 1.5em;
    position: absolute;
    right: 0;
}
	.empresas li a + a {margin-top: 3em;} .empresas li a + a +a{margin-top: 4.5em;} .empresas li a + a +a + a{margin-top: 6em;}

			.empresas li:nth-child(even) {
				transform: scaleX(-1);
			}
			.empresas li:nth-child(even) .content-empresas, .empresas li:nth-child(even) .logo-content {
				transform: scaleX(-1);
			}
			.empresas li:nth-child(even) .content-empresas:before {
				left: auto;
				right: -4.15em;
			}
			.empresas li:nth-child(even) a {
				right: auto;
				left: 0;
			}
.text-personas p {
    margin-top: 9px;
}
.text-personas h6 {
    font-family: fontlight;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 8px;
}
.text-personas span {
    font-weight: 200;
    color: #1d71b6;
    font-size: 17px;
}
.text-personas {
    margin-left: 15px;
}
.img-personas img {
    border: 5px solid white;
    box-shadow: 0px 0px 3px #ccc;
    width: auto;
    max-width: initial;
}
.lista-personas > li {
    display: inline-flex;
    vertical-align: top;
    margin-bottom: 35px;
    padding: 15px;
}
.negocio-h {
    font-family: fontheadline;
    color: white;
    background: #224e6b;
    display: inline-block;
    padding: 5px;
    border-radius: 120px;
    font-size: 35px;
    width: 160px;
    text-align: center;
    margin: 0 auto;
    height: 160px;
    padding-top: 40px;
    border: 8px solid #1d71b8;
}
.negocio {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px;
}
.wrap-negocio {
    text-align: center;
}
.flex-negocio {
    display: flex;
    margin-top: 25px;
}
.negocio li {
    display: inline-block;
    font-weight: 200;
    padding: 10px;
    margin: 5px;
    border-radius: 3px;
    font-size: 22px;
    border: 1px solid;
}
.negocio .title-negocio {
    display: block;
    background: #224e6b;
    font-family: fontheadline;
    margin: 0 auto;
    width: max-content;
    padding: 10px 20px;
    font-size: 22px;
	margin-bottom: 20px;
}
.negocio.bpo li {
    background: #1d71b81a;
    color: #1d71b8;
}
.negocio.bpo .title-negocio {
    background: #1d71b8;
    color: white;
}
.negocio.tecnologia .title-negocio {
    background: #fa8b00;
    color: white;
}
.negocio.tecnologia li {
    background: #fa8b001f;
    color: #fa8b00;
}
.title-list li p {
    margin-top: 5px;
    font-family: calibri;
    font-weight: 200;
    font-size: 17px;
}
p strong {
    color: #1d71b6;
    font-weight: 600;
}

.theird-dates {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.theird-dates .column {
    width: 33%;
    font-weight: 200;
    font-size: 18px;
    padding: 15px;
}
.column .title {
    text-align: center;
    background: #1d71b6;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
}
.theird-dates li {
    font-size: .9em;
}

.aviso {
    padding: 35px;
    border: 1px solid #cae0f2;
    margin: 30px 0px;
    box-shadow: 1px 1px 1px #83b2da;
}
.title-aviso {
    font-size: 25px;
    font-weight: 200;
    color: #1d71b6;
}
.aviso p {
    font-weight: 200;
    font-size: 18px;
}
.aviso ul {
    padding-left: 40px;
}
.aviso ul li a {
    font-weight: bold;
    color: #1d71b6;
    font-size: 18px;
    padding-bottom: 5px;
}
.anexo-aviso {
    margin-bottom: 10px;
}
.anexo-aviso strong{
    color: #666;
}
.aviso li:before {
    content: "\e91e";
    font-size: 25px;
    padding-right: 10px;
}
.aviso ul li a span {
    font-weight: lighter;
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
}
.aviso:first-child {
    background: #f2f9ff;
}
nav li.orange {
    color: #fa8b00;
}
nav li.orange .icons {
    font-size: 23px;
    line-height: 10px;
}

.validation-summary-errors ul {

    text-align: center;
    margin-top: 3em;

}

.validation-summary-errors li {

    margin: 12px 0;
    font-weight: 200;
    font-size: 18px;
    color: #c50000;

}

.validation-summary-errors li::before {

    content: '\e910';
    font-size: .7em;
    padding-right: 12px;

}



/**COOKIES**/

.wrapp-cookies, .wrapp-lopd {
    display: none;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
}


.cajaVentajas {
    display: block;
    width: 650px;
    Height: 500px;
    overflow-y: scroll;
    background: white;
    max-width: 100%;
    max-height: 100%;
    padding: 15px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -207px;
    margin-top: -250px;
    border-radius: 3px;
}




#capaMasInfoCookies .cajaVentajas .colFull .texto, #capaMasInfoLopd .cajaVentajas .colFull .texto {
    font-size: 14px;
    display: block;
    float: left;
    margin-top: 5px;
    *margin-top: 15px;
    padding-bottom: 20px
}



#capaMasInfoCookies .cajaVentajas a, #capaMasInfoLopd .cajaVentajas a {
    background: grey;
    border: medium none;
    color: white;
    cursor: pointer;
    float: right;
    font-family: bikoregular;
    font-size: 20px;
    padding: 0;
    width: 100px;
    border-radius: 0px;
    font-family: bikoregular;
    text-decoration: none;
}

.img-personas1 img {
    border: 0.125em solid white;
    box-shadow: 0 0 0.188em #ccc;
    width: 75em;
}



/* Cookies new */

:root {
    --d-policy-disclaimerLight: #ffffff;
    --d-policy-disclaimerDark: #393d4d;
    --primaryColor: #fa8b00;
}

#d-policy-disclaimer {
    position: absolute; /* Cambiado de fixed a absolute */
    top: 30px;
    left: 50%;
    margin-left: -350px;
    max-width: 700px;
    background-color: #ffffff;
    color: var(--d-policy-disclaimerDark);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    font-family: fontregular;
    z-index: 999997;
    display:none;
}



    #d-policy-disclaimer .title-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        #d-policy-disclaimer .title-wrap h4 {
            font-size: 18px;
            font-weight: 700;
            margin: 0;
            font-family: fontregular;
        }

        #d-policy-disclaimer .title-wrap img {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

        #d-policy-disclaimer .title-wrap svg {
            width: 40px;
            height: 40px;
            margin-right: 10px;
        }

    #d-policy-disclaimer .content-wrap {
        margin-bottom: 20px;
    }

    #d-policy-disclaimer p {
        font-size: 14px;
        margin-bottom: 10px;
        font-family: fontregular;
    }

    #d-policy-disclaimer a {
        color: var(--primaryColor);
        text-decoration: none;
    }

        #d-policy-disclaimer a:hover {
            text-decoration: underline;
        }


    #d-policy-disclaimer .btn-wrap {
        display: flex;
        gap: 10px;
        flex-direction: column; /* Asegura que los botones se apilen verticalmente */
    }

    #d-policy-disclaimer button {
        padding: 10px 20px;
        border: none;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
        transition: box-shadow 0.3s, transform 0.3s;
        font-family: fontregular;
    }

#cookieAccept {
    background-color: var(--primaryColor);
    color: var(--d-policy-disclaimerLight);
    padding: 8px 20px; /* Reduce el tamaño del botón */
    border-radius: 15px; /* Mantiene bordes redondeados */
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
    text-align: center;
    display: block;
    margin: 10px auto; /* Centra el botón horizontalmente */
    width: fit-content; /* Ajusta el ancho al contenido */
}

    #cookieAccept:hover {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px);
    }




/* Estilos para el fondo oscuro del modal */
#modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999996;
    display: none; /* Oculto por defecto */
}


#capaMasInfoCookies {
    display: none;
    position: absolute;
    width: 90%; /* El 90% del contenedor padre */
    max-width: 700px; /* Máximo 700px de ancho */
    max-height: 583px;
    overflow-y: auto; /* Scroll vertical solo si el contenido es largo */
    overflow-x: hidden; /* Elimina el scroll horizontal */
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    z-index: 999998;
    transition: top 0.3s ease-in-out;
}

/* Botón cerrar (Aspa) */
.cerrar-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #888;
}

    .cerrar-btn:hover {
        color: #000;
    }

/* Contenedor del botón cerrar (inferior centrado) */
.cerrar-wrap {
    text-align: center;
    margin-top: 15px;
}

.cerrar-btn-inferior {
    background-color: var(--primaryColor);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

    .cerrar-btn-inferior:hover {
        background-color: #d97800;
    }

/* Media query para pantallas pequeñas */
@media only screen and (max-width: 600px) {

    #d-policy-disclaimer {
        bottom: 0;
        right: 0;
        max-width: 100%;
        border-radius: 0;
        box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.25);
    }

        #d-policy-disclaimer .btn-wrap {
            flex-direction: column; /* Se asegura de que el botón siga apilado en pantallas pequeñas */
        }

    #capaMasInfoCookies {
        width: 100%; /* Se ajusta al 100% del ancho */
        position: fixed; /* Para que se quede en la parte inferior de la ventana */
        bottom: 0; /* Se alinea al fondo de la ventana */
        left: 0; /* Se asegura de que quede alineado al lado izquierdo */
        margin-top: 10px; /* Espacio superior para que no quede pegado a la capa de disclaimer */
    }

    /* También puedes ajustar la capa del disclaimer para pantallas pequeñas */
    #d-policy-disclaimer {
        max-width: 100%;
        bottom: 0;
        right: 0;
        border-radius: 0;
        box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.25);
    }
}
		


/* End Cookies new */

@media only screen and (max-width:1500px) {

	
}




@media only screen and (max-width:1300px) {
article {
    padding: 2em;
}
.aval {
    width: calc(100% + 4em);
    margin-left: -2em;
}
article p, footer {
    font-size: .9em;
}
.lista-personas > li{
    width: calc(50% - .25em);
}	
}


@media only screen and (max-width:980px) {
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 1.35em;
}
h3 {
    font-size: 1.1em;
}
.btn-acceso, .change-pass, .user-zone, .exit {
    text-align: center;
    padding: 0;
}
.containter {
    padding-top: 5em;
}
.containter .btn-acceso:before, .change-pass:before, .user-zone:before, .exit:before {
    font-size: 2em;
    float: none;
    width: 100%;
}
.change-pass:before, .user-zone:before, .exit:before {
	font-family: icons;
	display: block;
	vertical-align: middle;
}
			.change-pass:before {content: "\e95c";}
			.user-zone:before {content: "\e92b";}
			.exit:before {content: "\e986";}

.containter .btn-acceso a, .change-pass a, .user-zone a, .exit a {
    font-size: .8em;
    letter-spacing: initial;
}
.btn-acceso .icons,  .change-pass .icons, .user-zone .icons,  .exit .icons{
    display: none;
}
.change-pass a, .user-zone a, .exit a {
    letter-spacing: -0.65px;
    font-size: .7em;
}	
nav ul {
    vertical-align: middle;
}
.btn-menu:before {
    font-size: 3em;
    content: "\e933";
    font-family: icons;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    line-height: 0.9em;
}
.btn-menu {
    font-size: .8em;
    display: inline-block;
    font-family: fontregular;
    text-align: center;
}
	nav ul li {
    display: none;
}
.opened nav ul {
    position: fixed;
    background: #ffaa00;
    top: 0;
    left: 0;
    width: 15em;
    height: 100%;
    box-shadow: inset -1px 0px 3px #a47b29;
    text-align: center;
	overflow-y: auto;    transform: translateX(-15em);
}
.opened nav ul li {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #ffcb63;
    text-align: left;
    color: white;
}	
	.opened nav ul li a{display: block;}	
	.opened nav ul li a:after {
		content: '>';
		float: right;
	}
.opened nav li.selected a:before {
    display: none;
}
.opened nav ul .selected {
    background: white;
    box-shadow: inset -1px 0px 3px #755514;
    color: #755514;
}	
	
.btn-menu, .btn-acceso, .change-pass, .user-zone, .exit {
    width: 60px;
    padding: 5px;
    margin: 0;
}	
.opened .btn-menu:before {
    font-size: 40px;
    content: "\e91c";
    margin: 1em 0 .5em;
}	
.opened .btn-menu {
    display: inline-block;
    border: none;
    font-size: 0;
}
.containter.opened {
    position: fixed;
    transform: translateX(15em);
}
	.containter.opened-acces nav ul {display:none;}	
.home {
    height: 35em;
}	
.white-boxes li {
    border: .5em solid #f4f4f4;
	border-radius: .2em;
}	

.blue-column {
    width: 95%;
}
.blue-column li {
    padding: .35em;
}	
.blue-column li > .icons, .blue-column li > div {
    display: table;
    width: 100%;
    text-align: center;
}	
.blue-column h6 {
    font-size: .9em;
    margin-top: 0em;
}
.blue-column p {
    font-size: .8em;
    text-align: center;
}	
.aval li {
    padding: 2em .75em;
    font-size: .9em;
}	
.cias li {
    width: 20%;
}
.white-boxes .col-25 {
    width: 49%;
    display: inline-block;
    margin-bottom: 4em;
    min-height: 17.5em;
}
.title-list li {
    font-size: 1em;
    padding-left: 2em;
}
.contacts-objects a {
    font-size: 1em;
}	
.empresas {
    width: 95%;
}	
.empresas li .logo-content {
    width: 9em;
    height: 9em;
}
.empresas li .content-empresas {
    width: calc(100% - 13.35em);
}	

.lista-personas > li{
    width: 100%;
}
.theird-dates {
    display: block;
}	
.theird-dates .column {
    width: 100%;
}	
	
	
}


@media only screen and (max-width:650px) {		
	.bg-header {
    padding: 0.5em 1em;
}
	header {
    padding: 1em;
}
.blue-column li {
    width: 100%;
}
.col-33 {
    width: 100%;
    margin-bottom: 3em;
}
.col-25 {
    width: calc(50% - .25em);
}
.col-75 {
    width: 100%;
}
		.col-16:last-child, .col-20:last-child, .col-25:last-child, .col-33:last-child, .col-66:last-child, .col-50:last-child, .col-100:last-child, .col-40:last-child, .col-60:last-child, .col-75:last-child{
			margin-bottom: 0;
		}
.footer article .col-25 {
	margin: 1em 0;
}	
.footer article > .col-25 {
    width: 100%;
}	
.aval li {
    display: inline-block;
}	
.cias li {
    width: 25%;
}
.home {
   padding: 0em;
}	
article.grayback {
    padding: 4em 1em;
}	
.projects .content-img, .projects .content-news {
    display: block;
}
.projects .content-img {
    width: 100%;
    min-height: 10em;
}	
.footer .col-75 .col-25 li {
    padding: 0.25em 0;
}
.contacts-objects a {
    padding: 1em 0;
    width: 12em;
	margin-bottom: 1em;
}	
.big-contact .col-33, .big-contact .col-66 {
    width: 100%;
	display: inline-block;
}	
.big-contact textarea {
    margin-left:0;
    width:100%;
}	
.empresas li .logo-content {
    display: block;
    margin: 0 auto;
}
.empresas li .content-empresas {
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
}
.empresas li .content-empresas:before, .empresas li:nth-child(2n) .content-empresas:before {
    top: -2em;
    left: 50%;
    transform: none;
    height: 2em;
    width: 1px;
    border-left: 1px dashed #828282;
    border-bottom: none;
}
.empresas li a {
    width: 100%;
    text-align: center;
}	
.negocio-h {
    font-size: 25px;
    width: 110px;
    height: 110px;
    padding-top: 25px;
}
.negocio {
    padding: 0;
}	
.negocio .title-negocio {
    padding: 5px 10px;
    font-size: 18px;
}	
.negocio li {
    padding: 5px;
    font-size: 16px;
    margin: 3px;
}	
.title-list .theird-dates li {
    font-size: .8em;
    padding-left: 1em;
}	
	
}



@media only screen and (max-width:460px) {
h1 {
    font-size: 1.75em;
}
header {
    padding: .5em;
}
article {
    padding: 1em;
}	
.bg-header {
    padding: 0.25em;
}
.content-logo img {
    max-height: 2em;
}	
.content-logo {
    width: 5em;
}
nav {
    width: calc(100% - 5.5em);
}	
.btn-menu, .btn-acceso {
    width: 3.5em;
}
.home h2 {
    width: auto;
}	
.home {
    padding-top: 4em;
    height: 28em;
}
.home div {
    font-size: .8em;
}
.aval li {
    display: block;
    width: 100%;
}	
.cias li {
    width: 45%;
}	
.white-boxes .col-25 {
    width: 100%;
}	
.projects .content-news {
    padding: 1em;
}
.sobrefooter article {
    padding: .5em;
    font-size: .8em;
}
.footer article .col-25 {
    width: calc(50% - .25em);
}	
.footer .col-75 .col-25 li {
    padding: 0.25em 0;
}	
.footer article {
    padding: 1em;
}	
.empresas li .content-empresas {
    padding: .5em 1em;
}
	
}



@media only screen and (max-width:320px) {
.footer article .col-25 {
    width: 100%;
}
}

