/************************************************************************************
FONTS
*************************************************************************************/

@font-face {
    font-family: icons-webfont;
    src: url('../fonts/icons-webfont.ttf'),
         url('../fonts/icons-webfont.woff'),
         url('../fonts/icons-webfont.eot');
    font-weight:normal;
    font-style:normal;
    font-size:30px;
}


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin:0;
    padding:0;
}

img, fieldset {
    border:0;
}

:focus {
     outline:0;
}

/* set image max width to 100% */
img {
    max-width:100%;
    height:auto;
    width:auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/************************************************************************************
GENERAL HTML STYLING
*************************************************************************************/
html {
    /*-webkit-transform: scale(1);*/
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #585858;
    line-height: 1.2;
}
a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: background 0.3s ease-in-out 0s;
}
a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0 0 1.5rem;
    padding: 0;
    line-height: 1.4;
}

/* list */
ul, ol {
    margin: 0 0 0 24px;
    padding: 0;
}
li {
    margin: 0 0 1.5rem 0;
    padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
    margin: 0 0 1.5rem;
    letter-spacing: 0em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
h1, .h1 {
    font-size: 34px;
}
h2, .h2 {
    font-size: 28px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 21px;
}
h6, .h6 {
    font-size: 1em;
}

.hidden{
    display: none;
}

/* reset webkit search input styles */
input[type=search] {
    -webkit-appearance:none;
    outline:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    display:none;
}


i.icon {
    font-family:'Asap', sans-serif;
    font-size:80px;
    font-style:normal;
}


/************************************************************************************
CLASS GENERAL
*************************************************************************************/
.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clearfix { display:inline-block; }
.clearfix { display:block; zoom:1; }

.hover {
    transition: all 0.4s ease-in-out 0s;
}
.hover:hover {
    opacity:.80;
    filter:alpha(opacity=80);
    cursor:pointer;
}
input.txt, textarea.txt, select.txt {
    border: 1px solid #e1e1e1;
    color: #939393;
    background: transparent;
    font-size: 14px;
    padding: 0 12px;
    height: 37px;
    line-height: 37px;
    border-radius: 0;
    width: 100%;
    font-weight: 400;
}
textarea.txt {
    min-height: 140px;
}

input.check {
    padding: 0;
    margin: 0 5px 0 0;
}

input.txt:focus, textarea.txt:focus, select.txt:focus {
    border-color: #003478;
    outline: 0 none;
    transition: all 0.4s ease-in-out 0s;
}

input.b, a.b, span.b, button.b {
    cursor: pointer;
    display: inline-block;
    border: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 20px;
    height: 47px;
    line-height: 47px;
    transition: all 0.2s ease-in-out 0s;
    background-color: #003478;
    position: relative;
}
/*button.b::before {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    border-top: 47px solid transparent;
    border-left: 18px solid #003478;
    width: 0;
    transition: all 0.2s ease-in-out 0s;
}*/

a.b:hover, input.b:hover, span.b:hover, button.b:hover,
a.b:focus, input.b:focus, span.b:focus, button.b:focus {
    text-decoration: none;
    background-color: #0084d7;
}
button.b:hover:before {
    border-left: 18px solid #0084d7;
}


.breadcrumb {
    background-color: #F9F9F9;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.breadcrumb ol {
    list-style: none;
    margin: 0 auto;
    padding: 8px 0;
    width: 1170px;
}
.breadcrumb ol > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb ol > li {
    color: #999;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

label {
    font-size: 16px;
    font-weight: 300;
}
.form-block,
.form-legal {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.form-legal,
.form-submit {
    text-align: left;
}
.form-legal a {
    text-decoration: underline;
}

.fixed {
    overflow: hidden;
    /*width: 100%;
    height: 100%;
    position: fixed;*/
}

.center {
    width: 100%;
}


/************************************************************************************
WRAPPER
*************************************************************************************/

div.content {
    margin: 0 auto;
    padding: 0;
    width: 95%;
    max-width: 1170px;
}

div#wrapper {
    background-color: #ffffff;
    min-height: 475px;
    overflow: hidden;
}


/************************************************************************************
HEADER
*************************************************************************************/

header {
    height: auto;
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
}
header div.content {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

header div#logo {
    margin: 30px 0 0 0;
}
header div#logo img {
    height: 80px;
}

header div#logoclient {
    margin: -23px 0 0 0;
}
header div#logoclient img {
    height: 80px;
}
header div.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
header div.social ul li {
    margin: 0;
    margin-left: 10px;
    font-size: 34px;
}
header div.social ul li.title {
    font-size: 14px;
}

div.topbar {
    background: #003478;
    width: 100%;
    height: 32px;
}


/********************
NAV
*********************/

nav#main ul {
    margin: 0;
    padding: 0;
}
nav#main ul li {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    list-style: outside none none;
}
nav#main ul li.sep {
    color: #003478;
    margin:  0 15px;
    pointer-events: none;
}
nav#main ul > li:last-child {
    display: none
}

/* DEFAULT */
nav#main.default ul li.current a,
nav#main.default ul li a:hover {
    color: #003478;
}

/* STYLE 1 */
nav#main.style1 ul li a {
  padding: 0.6em 0;
  color: #003478;
  position: relative;
  line-height: 1.4em;
}
nav#main.style1 ul li a:before,
nav#main.style1 ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav#main.style1 ul li a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #ffdf00;
}
/*nav#main.style1 ul li a:after {
  left: 0;
  top: 0;
  padding: 0.45em 0;
  position: absolute;
  content: attr(data-hover);
  color: #484848;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}*/
nav#main.style1 ul li a:hover:before,
nav#main.style1 ul li.current a:before {
  opacity: 1;
  width: 100%;
}
/*nav#main.style1 ul li a:hover:after,
nav#main.style1 ul li.current a:after {
  max-width: 100%;
}*/

/* STYLE 2 */
nav#main.style2 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav#main.style2 ul li {
  overflow: hidden;
}
nav#main.style2 ul li a {
  padding: 0.3em 0.8em;
  color: rgba(49, 49, 49, 0.7);
  position: relative;
  display: inline-block;
}
nav#main.style2 ul li a:before,
nav#main.style2 ul li a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav#main.style2 ul li a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
}
nav#main.style2 ul li a:after {
  padding: 0.3em 0.8em;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
  background-color: #003478;
}
nav#main.style2 ul li:hover a,
nav#main.style2 ul li.current a {
  transform: translateY(100%);
}

/* STYLE 3 */
nav#main.style3 * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
nav#main.style3 ul li a {
  padding: 0.3em 0;
  color: rgba(49, 49, 49, 0.7);
  position: relative;
}
nav#main.style3 ul li a:before,
nav#main.style3 ul li a:after {
  height: 3px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #ffdf00;
  width: 0;
}
nav#main.style3 ul li a:before {
  top: 0;
  right: 0;
}
nav#main.style3 ul li a:after {
  bottom: 0;
  left: 0;
}
nav#main.style3 ul li:hover a,
nav#main.style3 ul li.current a {
  color: #484848;
}
nav#main.style3 ul li a:hover:before,
nav#main.style3 ul li.current a:before,
nav#main.style3 ul li a:hover:after,
nav#main.style3 ul li.current a:after {
  width: 100%;
}

/* MOBILE */

.global-nav__mobile-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.25;
}
.responsivemenu {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 320px;
    top: 0;
    left: 0;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    height: 100%;
    background: #ffffff;
    transition: all 0.4s ease-in-out 0s;
}
.hidden-left {
    left: -320px;
}

#nav  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
#nav li {
    display: block;
    margin: 0;
    padding: 0 40px;
    position: relative;
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
}
#nav li a {
    color: #003478;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{

    background-color: #003478;
}

/********************
GENERAL
*********************/

.grecaptcha-badge {
    display: none !important;
}

section {
    padding: 40px 0;
}

.no-padding {
    padding: 0 !important;
}

form div.row {
    margin: 0 -10px;
}
form div.col {
    padding: 0 10px;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-indent: -999999px;
}
.owl-carousel .owl-nav .owl-prev {
    background: url('../img/arrow-left.png') no-repeat center center;
}
.owl-carousel .owl-nav .owl-next {
    background: url('../img/arrow-right.png') no-repeat center center;
}

.owl-dots {
    margin-top: 4rem;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.owl-dots .owl-dot {
    display: inline-block;
    width: 39px;
    height: 7px;
    background: #c9c9c9;
    margin: 0 7px;
}
.owl-dots .owl-dot.active {
    background: #003478;
}

/* Pickers */
.ui-timepicker-container {
    z-index: 1000 !important;
}
.ui-timepicker-standard {
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    font-family: 'Archivo', sans-serif !important;
    border: 1px solid #003478 !important;
    font-size: 1.1rem !important;
    color: #484848 !important;
    margin-top: 4px !important;
}
.ui-timepicker-standard a {
    color: #484848 !important;
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}
.ui-timepicker-standard .ui-state-hover {
    background-color: #003478 !important;
    border: 1px solid #003478 !important;
    color: #ffffff !important;
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #003478;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 305px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #003478;
    -webkit-transition: color 0.1s ease-in-out;
       -moz-transition: color 0.1s ease-in-out;
         -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 300;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\f053";
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\f054";
}
.ui-datepicker .ui-icon {
    display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
    width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 6px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
       -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
         -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}
.ui-datepicker .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}
.ui-datepicker .ui-datepicker-current-day {
    background-color: #003478;
}
.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}
/**/

div.header {
    padding: 80px 0 0 0;
}
div.header h1 {
    margin: 0;
}

/**/

table {
    width: 100%;
}
.green {
    color: #009400;
}
.red {
    color: #E11820;
}

/* Table Styles */
.table-wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    margin-bottom: 3rem;
}
.table {
    font-size: 14px;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: #ffffff;
}
.table td, .table th {
    text-align: center;
    padding: 8px;
}
.table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
}
.table thead th {
    color: #ffffff;
    background: #003478;
    font-weight: 500;
}
.table tr:nth-child(even) {
    background: #F8F8F8;
}

/************************************************************************************
FOOTER
*************************************************************************************/

footer {
    width: 100%;
    display: block;
    background-color: #003478;
    color: #ffffff;
    overflow: hidden;
    padding: 15px 0 15px;
    *position: absolute;
    *bottom: 0;

}
footer a {
    color: #ffffff;
    margin: 15px;
    font-size: 0.9rem;
}
footer div.text {
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
}
footer div.text p {
    margin: 0;
    line-height: 1.8em;
}
footer div.social {
    margin-top: 35px;
}
footer div.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
footer div.social ul li {
    margin: 0;
    margin-left: 10px;
    font-size: 34px;
}
footer div.social ul li.title {
    font-size: 14px;
}
footer img{
    width: 150px;
}


/************************************************************************************
EU COOKIES POLICY
*************************************************************************************/

div.euCookiesPolicy {
    position:fixed;
    bottom:10px;
    right:10px;
    width:350px;
    padding:15px;
    background-color:#000;
    color:#FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display:none;
}
div.euCookiesPolicy span {
    float:left;
    width:auto;
    padding:5px;
}
div.euCookiesPolicy span a {
    color: #01723A;
}
div.euCookiesPolicy span.btn {
    float:right;
}
div.euCookiesPolicy span.btn a {
    background-color:#01723A;
    color:#FFF;
    display:inline-block;
    padding:3px 7px;
}
div.euCookiesPolicy span.btn a:hover {
    text-decoration:none;
    background-color:#962F67;
}
.report h4{
    margin:  10px 0;
}
.report .rowsb{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dee2e6;
}
.report .rowsb:last-child{
    border-bottom: 1px solid #dee2e6;
}
.report .rowsb:nth-child(even) {
    background: #F8F8F8;
}
.report .cellsb{    
    width: calc(100%-300px);
    float: left;
    padding: 8px;
}
.report .cellsb.headersb{
    font-weight: bold;
    width: 342px;
    max-width: 100%;
}
.report .cellsb.headersb.long{
    width: 520px;
}
.report .tablesb{
    width: 100%
}
.text-huge{
    font-size: 20px;
}
.text-big{
    font-size: 17px;
}
.text-small{
    font-size: 11px;
}
.text-tiny{
    font-size: 8px;
}
/* Estilo para el contenedor del selector de idioma */
/* Estilo para la lista de idiomas */
.lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; /* Mostrar los elementos en línea */
}

/* Estilo para los elementos de la lista */
.lang ul li {
    margin-left: 10px; /* Espaciado entre idiomas */
}

/* Estilo para los enlaces de idioma */
.lang ul li a {
    text-decoration: none;
    color: #0056b3; /* Color azul para los enlaces */
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-color: #0056b3; /* Cambiar el borde a azul al pasar el mouse */
}

/* Efecto hover para los enlaces */
.lang ul li a:hover {
    background-color: #e9ecef; /* Color de fondo suave al hacer hover */
}

/* Estilo para el idioma seleccionado */
.lang ul li.active a {
    font-weight: bold;
    color: #004085; /* Un tono más oscuro para el idioma seleccionado */
    background-color: #e9ecef; /* Fondo más claro para resaltarlo */
    border-color: #004085; /* Bordes que coincidan con el tono */
}

/* Ajustes de diseño para dispositivos móviles */
@media (max-width: 768px) {
    .lang {
        top: 10px;
        right: 10px;
        font-size: 12px;
    }

    .lang ul li {
        margin-left: 5px;
    }

    .lang ul li a {
        padding: 3px 7px;
    }
}