﻿
@import url("fontAwesome_icon_font.css");
@import url("academicons.css");
@import url("linea_icon_font.css");
@import url("./plugins/owl.carousel.css");
@import url("./plugins/jquery.fs.tipper.css");
@import url("./plugins/magnific-popup.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);



/* General Style   ||-------------------*/
body {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 1.42857;*/
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

#page-wraper .wrapper {
    position: relative;
    width: 100%;
}

    .page-padding #page-wraper .wrapper {
        padding: 30px;
    }

.gray-bg {
    background-color: #f6f6f6;
}

.white-bg {
    background-color: #FFF;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6,
.dark-bg p, .dark-bg p.small, .dark-bg p.large, .dark-bg p.lead,
.dark-bg .page-icon, .dark-bg .page-icon-sm,
.dark-bg ul, .dark-bg ol, .dark-bg li,
.dark-bg .alt-icon-top, .dark-bg .alt-icon-left, .dark-bg .alt-icon-right {
    color: #fff;
}

a {
    color: #03a9f4;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #c6c774;
}

iframe,
embed,
object {
    max-width: 100%;
}

/* Typography Style   ||-----------------------------------*/

/*heading*/
h1, h2, h3, h4, h5, h6 {
    color: #333;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
}

.page-title {
    margin-bottom: 60px;
    font-weight: 800;
}

.page-title-alt {
    margin-bottom: 30px;
    color: #636363;
}

.text-light {
    font-weight: 300;
}
.max-width-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/*Paragraph*/
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
}

    p.large, ul.large, table.large {
        font-size: 18px;
    }

        p.white, p.small.white, p.large.white, p.lead.white, p .white, .white {
            color: #fff;
        }

        p.dark, p.small.dark, p.large.dark, p.lead.dark, p .dark, .dark {
            color: #666666;
        }

        p.color p.small.color, p.large.color, p.lead.color, p .color, .color {
            color: #ff7b00;
        }

/* listing */
ul.large {
    text-align: left;
}

/*Links & Anchor Tag*/

a {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    .btn i, button i, i.left {
        margin-right: 6px;
    }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
        appearance: none;
        -webkit-appearance: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        color: #333;
        outline: none;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        display: inline-block;
        /*text-transform: uppercase;*/
        line-height: 1.2;
    }

        input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border: 1px solid rgba(0, 0, 0, 0.7);
            color: #333;
        }

/*padding*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------*/
/* HEADER     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Header Style   ||-------------------*/
.header {
    /*Color style: Blue Grey 700*/
    background-color: #17408b !important;
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 99px;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
}

.dark-bg {
  background: linear-gradient(180deg, #17408b 0%, #c9082a 100%) !important;
  background-size: 100% 200vh;
  background-position: top;
}

    .header.header-prepare {
        /*Color style: Blue Grey 700*/
        background-color: rgb(69,90,100);
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .header.header-fixed {
        display: block;
        margin-top: 0 !important;
        position: fixed;
        height: 65px;
    }

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.header-fixed .logo a {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 55px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.header-fixed .nav-menu ul.nav-menu-inner li a {
    padding: 26px 12px;
}

    .logo a {
        height:80px;
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .logo a img {
            height: 100%;
            transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }

/* Navigation Menu Style  ||-------------------*/
.nav-menu {
    position: static;
    float: right;
    display: block;
}

    .nav-menu.active {
        display: block;
    }

    .nav-menu ul.nav-menu-inner {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu ul.nav-menu-inner li {
            display: inline-block;
            list-style: none;
            text-align: center;
        }

            .nav-menu ul.nav-menu-inner li a {
                display: block;
                color: #fff;
                font-size: 13px;
                line-height: 1;
                padding: 43px 12px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-family: "Raleway",sans-serif;
            }

.nav-menu-icon {
    display: none;
    float: right;
}

    .nav-menu-icon a {
        color: #fff;
        display: block;
        font-size: 17px;
        padding: 19px 0;
    }

        .nav-menu-icon.active a, .nav-menu-icon a.active,
        .nav-menu-icon:hover a, .nav-menu-icon a:hover,
        .nav-menu ul.nav-menu-inner li.active a,
        .nav-menu ul.nav-menu-inner li a.active,
        .nav-menu ul.nav-menu-inner li:hover a,
        .nav-menu ul.nav-menu-inner li a:hover,
        .header-fixed .nav-menu ul.nav-menu-inner li a.current,
        .header-fixed .nav-menu ul.nav-menu-inner li.current a {
            color: #ff7b00;
        }

/*-------------------------------------------------------------------------------------------*/
/* INTRO     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* intro */
#intro {
    position: relative;
}
.intro-caption-waper {
    
    height:100%;
    position:absolute;
    width:100%;
    z-index:2;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.intro-content {
    display:table;
    height: 100%;
    text-align:center;
    width: 100%;
}

.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.intro-30-height .intro-content-inner {
    vertical-align: top;
}
.intro-img-circle img {
    outline:none;
    border:none;
    width:100%;
    height:100%;
     border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.img-circle img {
    outline:none;
    border:none;
    width:100%;
    height:100%;
     border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.img-square {
    margin-left:auto;
    margin-right:auto;
    width: 160px;
    border:0px solid rgba(0,0,0, 0.2);
    margin-bottom:2rem;
}
.img-square img {
    outline:none;
    border:none;
    width:100%;
    height:100%;
}
.img-square-big img {
    outline:none;
    border:none;
    width:100%;
    height:100%;
}

.intro-content a {
    color: white;
}

.intro-content a:hover {
    color: #ff7b00;
}

.intro-content img.affiliation {
    max-height: 75px;
}

        .cover-box .cover-box-img img {
            width: 100%;
        }

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

    .content-carousel img, .image-carousel .item img {
        width: 100%;
    }

    .portfolio-box .portfolio-image-wrap img {
    max-width: 100%;
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
        }

    .portfolio-box .portfolio-caption p {
        margin-bottom: 1em;
    }

    ul.portfolio-btn-wraper li {
        display: inline-block;
        margin: 0px 0px;
    }

        ul.portfolio-btn-wraper .btn i, .portfolio-btn-wraper .btn i {
            margin-left: 0px;
            margin-right: 0px;
            font-size: 56px;
        }

    .portfolio-filter li {
        display: inline-block;
        list-style: none;
    }

        .portfolio-filter li a {
            display: block;
            color: #333;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-left: 11px;
            margin-right: 11px;
            text-transform: uppercase;
        }

            .portfolio-filter li a.active {
                color: #ff7b00;
            }

    .team-item-img > img {
        width: 100%;
    }

        .team-item-img .team-item-detail .team-item-detail-inner .social li {
            list-style: none;
            display: inline-block;
            margin: 0px 5px;
        }

            .team-item-img .team-item-detail .team-item-detail-inner .social li a {
                color: #333;
                font-size: 16px;
            }

                .team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
                    color: #ff7b00;
                }

    .team-item-info p {
        margin-bottom: 0px;
    }

.process-icon img {
    max-width: 100px; 
    width: 100%;
}

    .accordion > .accordion-title > a:after, .toggle > .toggle-title > a:after {
        color: #333;
        content: "";
        font-family: "FontAwesome";
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 15px;
        line-height: 15px;
        margin-top: -8px;
        position: absolute;
        right: 10px;
        text-align: center;
        text-transform: none;
        top: 50%;
        width: 15px;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    }

    .accordion > .accordion-title > a, .toggle > .toggle-title > a {
        border: 1px solid #f1f1f1;
        background: #fff;
        color: #333;
        display: block;
        padding: 14px 20px;
        position: relative;
        text-decoration: none;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        outline: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .tabs-nav li {
        display: inline-block;
    }

    .alt-icon-tab li {
        padding-left: 30px;
        padding-right: 30px;
        min-width: 140px;
        opacity: 0.4;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

        .alt-icon-tab li.active, .alt-icon-tab li:hover {
            opacity: 1;
        }

    .pricing-title h1, .pricing-title h2, .pricing-title h3, .pricing-title h4, .pricing-title h5, .pricing-title h6 {
        margin-bottom: 0px;
    }

    .pricing-price p {
        color: #333;
        line-height: 1;
    }

    .pricing-features ul {
        list-style: none;
        padding: 0;
    }

        .pricing-features ul li {
            margin-bottom: 10px;
        }

    .client-logo img {
        height: 100%;
    }

/* contact-info */
.contact-link a {
    margin-bottom: 5px;
    display: inline-block;
}

/*Footer         ||--------------------------*/

.footer.section-padding {
    padding-top: 50px;
    padding-bottom: 30px;
}
/*Footer Logo*/
.footer-logo a {
    max-width: 183px;
    display: inline-block;
}

/* Cambiado Juanan
    .footer-logo img {
    width: 35%;
}*/
.footer-logo img {
    height: 5em;
    max-width: 100%;
/*    margin-left: 50px; */
}

/* Social */
.footer .social {
    list-style: none;
    padding: 0;
}

    .footer .social li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

        .footer .social li a {
            height: 36px;
            width: 36px;
            display: block;
            font-size: 16px;
            text-align: center;
            line-height: 32px;
            border: 2px solid #333;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .footer .social li:hover a {
            border-color: #ff7b00;
            color: #ff7b00;
        }

.people-img-circle {
    margin-left:auto;
    margin-right:auto;
    width:120px;
    height:120px;
    border:5px solid rgba(69,90,100, 0.7);
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-bottom:30px;
}
.people-img-circle img {
    outline:none;
    border:none;
    width:100%;
    height:100%;
     border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.publication_summary a {
    color: rgb(96,125,139);
    font-weight: 600;
}

ul.toc-content-inner li {
    list-style: none;
}

ul.toc-content-inner li.active a {
    color:#ff7b00;
}

ul.toc-content-inner li a {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 1rem 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Raleway",sans-serif;
}

ul.toc-content-inner li a:hover {
    color:#ff7b00;
}

.down-item {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: white;
}
img {
  max-width: 100%;
  height: auto;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column3 {
    float: left;
    width: 33.33%;
    padding: 5px;
    max-width: 300px;
  }
  .column66 {
    float: left;
    width: 66.66%;
    padding: 5px;
    max-width: 600px;
  }
  .column10 {
    float: left;
    width: 10%;
    padding: 5px;
    max-width: 90px;
  }
  .column100 {
    float: left;
    width: 100%;
    padding: 5px;
    max-width: 900px;
  }
  .column80 {
    float: left;
    width: 80%;
    padding: 5px;
    max-width: 720px;
  }
  .column45 {
    float: left;
    width: 45%;
    padding: 5px;
    max-width:405px;
  }
  .column90 {
    float: left;
    width: 90%;
    padding: 5px;
    max-width: 810px;
  }
  .column5{
    float: left;
    width: 5%;
    padding: 5px;
    max-width: 45px;
  }
  .column2 {
    float: left;
    width: 50%;
    max-width: 450px;
    padding: 5px;
  }
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
    align-content: baseline;
  }
  .grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }

  /* Common table styling */
table.celtics {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table.lakers {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* Celtics table */
table.celtics td, table.celtics th {
    border: 1px solid #000000;
    padding: 8px;
}

/* Lakers table */
table.lakers td, table.lakers th {
    border: 1px solid #000000;
    padding: 8px;
}
table.lakers thead th {
    background-color: #505050; /* header row a */
    color: white;
}
table.celtics thead th {
    background-color: #505050; /* header row  */
    color: white;
}

/* Celtics table row colors – lighter shades */
table.celtics tbody tr:nth-child(odd) {
    background-color: #ffffff; /* very light gold */
}
table.celtics tbody tr:nth-child(even) {
    background-color: #eaffea; /* very light green */
}

/* Lakers table row colors – lighter shades */
table.lakers tbody tr:nth-child(odd) {
    background-color: #fff4d9; /* very light gold */
}
table.lakers tbody tr:nth-child(even) {
    background-color: #f4e8ff; /* very light purple */
}
/* New table style – separate from Celtics/Lakers tables */
table.result-table {
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
    margin: 1rem 0;
}

/* All cells */
table.result-table td,
table.result-table th {
    border: 1px solid #000;
    padding: 12px 16px;
}

/* First row (header) */
table.result-table thead th {
    background-color: #505050; /* header row and first column color */
    color: white;
}

/* First column */
table.result-table tbody td:first-child {
    background-color: #505050; /* same as header row */
    color: white;
    font-weight: bold;
}

/* All other cells */
table.result-table tbody td:not(:first-child) {
    background-color: #f9f9f9; /* different body color */
}

.center-col {
  text-align: center;
}
.left-col {
  text-align: left;
}

table.stats-table {
    font-family: 'Helvetica', sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin: 1rem auto;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Table cells and header */
table.stats-table th,
table.stats-table td {
    border: 1px solid #333333;
    padding: 10px 14px;
}

/* Header row */
table.stats-table thead th {
    background-color: #3a3a3a; /* darker gray */
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Body row colors – alternating shades */
table.stats-table tbody tr:nth-child(odd) {
    background-color: #fcfcfc; /* very light gray */
}

table.stats-table tbody tr:nth-child(even) {
    background-color: #f0f0f5; /* subtle bluish-gray */
}

/* Highlight first column */
table.stats-table tbody td:first-child {
    background-color: #d9d9d9; /* light gray */
    color: #222222;
    font-weight: bold;
}

/* Centered and left-aligned columns */
.center-col {
    text-align: center;
}

.left-col {
    text-align: left;
}

/* Hover effect for rows */
table.stats-table tbody tr:hover {
    background-color: #e0e0ff; /* subtle highlight on hover */
    transition: background-color 0.2s ease-in-out;
}

.nba-playoffs {
    border-collapse: collapse;
    width: 100%;
    margin: 1rem 0;
    border: 1px solid #000000; /* borde general de la tabla */
}

.nba-playoffs th {
    border: 1px solid #333333;
    padding: 10px 14px;
    
}
.nba-playoffs td {
    border: 1px solid #333333;
    padding: 10px 14px;    
}

.nba-playoffs thead th {
    background-color: #3a3a3a;;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.nba-playoffs tbody tr {
    transition: transform 0.2s, box-shadow 0.2s;
}

.nba-playoffs tbody tr:hover {
    background-color: #e0e0ff; /* subtle highlight on hover */
    transition: background-color 0.2s ease-in-out;
}

.nba-playoffs td.year {
    text-align: center;
    font-weight: bold;
}

.nba-playoffs td.year.grey {
    background-color: #d3d3d3;
}

.nba-playoffs td.year.grey-light {
    background-color: #f5f5f5;
}

.nba-playoffs tr.won {
    background-color: #d4edda;
}

.nba-playoffs tr.lost {
    background-color: #f8d7da;
}

.nba-playoffs td.positive {
    color: #155724;
    font-weight: bold;
    text-align: center;
}

.nba-playoffs td.negative {
    color: #721c24;
    font-weight: bold;
    text-align: center;
}

.nav-menu-icon {
  display: none;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}

/* Ocultar menú y mostrar icono en pantallas pequeñas */
@media (max-width: 1300px) {
  .nav-menu-icon {
    display: block;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #17408b; /* color de fondo del header */
    text-align: center;
    z-index: 9999;
  }

  .nav-menu-inner {
    flex-direction: column;
    padding: 1rem 0;
  }

  .nav-menu-inner li {
    display: block;
    margin: 1rem 0;
  }

  /* Cuando se activa el menú (por JS o toggle) */
  .nav-menu.active,
  .nav-menu.open {
    display: block;
  }
}