/* https://www.colorhexa.com/183B75 */

:root {  
    /*--bg-color: #090D1B;*/
    --bg-color:#1a3550;
    
    --bg-dark:#2d4053;

    --text-color:#fff;  
    --accent-dark:#A23241;
    --accent:#A23241;
    --bg-light:#A23241;
    
    --blue-dark:#1e2d4b;
    --blue-med:#1e2d4b;
    --blue-light:#1e2d4b;
    
    --white: #fff;
    --grey: #f9f9f9;
    --black: #000;
}

[id] {
  scroll-margin-top: 150px;
}
@media only screen and (max-width: 991px){
  [id] {
    scroll-margin-top: 74px;
  }
}
.round {
    border-radius: .5rem;
}
.w100, .size-large {
    width: 100%;
    height: auto;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    font-family: "Inter", sans-serif;
}
h1 {      
    font-size: 4rem;
    font-weight: 100;
}
.hero-image {
    height: calc(100vh - 40px);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-image h2 {
    font-size: 3.5rem;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    color:#b0243e;
    text-shadow: 0px 0px 30px #000000ad;
}
.hero-image h3 {
    text-shadow: 0px 0px 30px #000000ad;
}
.hero-image p {
    color: #154280;
}
.hero-image .call-2 {
    color: var(--white);
    border-bottom: 1px solid var(--white);
    font-weight: 600;
}
.owl-theme .owl-dots .owl-dot span {
    background: var(--white) !important; 
    width: 50px !important;
    height: 3px !important;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--accent)!important;
}

h2 {
    font-size: 3rem;
    color: var(--accent);
}

h3 {
    font-size: 2rem; 
}
ul, ol {
    padding: 0;
    list-style-position: inside;
}
strong {font-weight: 500;}

blockquote {
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-style: italic;
}
small {font-size:.8rem;}


.header {
    position: fixed;
    width: calc(100% - 1rem);
    z-index: 10;
    padding: 1rem 2.5rem;
    border-radius: 0.5rem;
    margin: .5rem .5rem;
    backdrop-filter: blur(5px);
    box-shadow: 0px 0px 2px #a7a7a7;
}

.logo {
    height: 50px;
    width: auto;
}

.home .content, .page-id-714 .content {
    position: relative;
    top: 0px;
}
.content {
    position: relative;
    top: 110px;
}

.content > .block:nth-of-type(1)  {
    margin-top: 0px;
}

.content a {
    text-decoration: none;
    color: var(--text-color);
    border-bottom: 1px solid var(--accent);
}

svg.hamburguer {
    color: var(--white);    
}
svg.close {
    color: var(--text-color);  
}

.main-menu li {
    list-style-type:none ;
}
.main-menu li a {
    margin: .7rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: .7rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0px 0px 5px #000000db;
}
.main-menu li a:hover, .current-menu-item a {
    border-bottom: 2px solid var(--bg-light);
}

.call-menu a {
    background: var(--accent);
    padding: .5rem .8rem;
    border-radius: 5px;
    color: #fff !important;
}

.offcanvas {
    background: var(--bg-color);
    color: var(--text-color);
}
.mobile-menu {
    padding: .5rem;
}
.mobile-menu li {
    list-style-type: none;
    margin: 1rem 0rem;
}
.mobile-menu li a {
    margin: .5rem;
    text-transform: uppercase;
    color: var(--text-color);
    text-decoration: none;
}
.mobile-menu li a:hover {
    border-bottom: 4px solid var(--accent);
}

.block {
    margin: 6rem 0rem;
    position: relative;
}

.block span.pre-title {
    background: var(--blue-med);
    border-radius: 50px;
    padding: .2rem 1rem;
    color: var(--text-color);
    font-weight: 300;
    margin-bottom: 1rem;
    display: inline-block;
}
@media only screen and (max-width: 991px){
    .block {
        margin: 2rem 0rem;
    } 
}

.serv-img {
    width: 90%;
    height: auto;
    border-radius: .5rem;
    float: left;
}
@media only screen and (max-width: 991px){
    .serv-img {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

/*attendees*/
.attendee {
    width: 32%;
    float: left;
    min-height: 80px;
    border: 1px solid #244669;
    padding: 1rem;
    border-radius: .5rem;
    margin: 5px 5px;
}
.attendee_name {font-weight: 600;}
.attendee_title {
    font-weight: 200; 
    font-size: .8rem;
}

.footer {
    color: #fff;
    background-color: var(--accent-dark);
    border-bottom: 6px solid var(--accent);
    border-top: 1px solid var(--blue-dark);
    padding: 2rem 0rem 0rem;
    font-size: .9rem;
    margin-top: 180px;
}
.footer span {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 600;
}
.footer a {
    color: white;
    text-decoration: none;
}
.logo-footer {
    width: 120px;
}

#about h2 {
    font-size: 2.2rem;
    font-weight: 300;
    color: #dc3545;
}
#about p {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #c8cddc;
}
.left-title {
    font-size: 2rem;    
    font-weight: 100;
    color: #dc3545;
}

.call {
    background-color: var(--bg-color);
    padding: 1rem 1.5rem;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s;
    border-bottom: none !important;
}

.call:hover {
    background: var(--blue-dark);
}
button.call {
    border:none;
}

table {
    box-shadow: 0px 0px 20px #dfdfdf;
    border-radius: 1rem;
    width: 100%;
    font-size: .8rem;
    margin-bottom: 1rem;
}
th {  
    border-bottom: 1px solid #ededed;
}
th, td {
    padding: 1rem;
}
tbody td {
    border-bottom: 1px solid #ededed
}

.agenda .block {
    margin: 1rem 0rem;
}
.day {
    font-size: 2rem;
    font-weight: 700;
}
.block-description {
    font-size: 2rem;
    background: #1a355080;
    padding: 1rem;
    border-radius: 1rem;
    display: block;
}
.parallel {
    margin:0px !important;    
}
/* Primer parallel de un grupo (tiene un parallel después pero NO antes) */
.block.parallel:not(.block.parallel + .block.parallel):has(+ .block.parallel) .event-item {border-radius: 1rem 1rem 0 0;}
/* Último parallel de un grupo (tiene un parallel antes pero NO después) */
.block.parallel + .block.parallel:not(:has(+ .block.parallel)) .event-item {border-radius: 0 0 1rem 1rem;}

/* Parallels del medio (tiene parallel antes Y después) */
.block.parallel + .block.parallel:has(+ .block.parallel) .event-item {border-radius: 0;}

.event-item {
    background:var(--bg-dark);
    padding: 2rem;
    border-radius: 1rem;        
}
.break {
    background: #5d7894 !important;
}
.time {
    display: block;
    font-weight: 900;
    color: #fff;
}
.event-pre-title {
    display: inline-block;
    background: #1f2a34;
    padding: .4rem .8rem;
    border-radius: 30px;
    font-size: .8rem;
    margin: .8rem -.5rem;
}
.event-title {
    display: block;
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 0rem;
}

.event-room {
    font-weight: 100;
    font-style: italic;
}
.event-speakers {}
.event-speaker {
    display: inline-block;
    width: 33%;
    padding: .5rem 0rem;
    min-height: 110px;
}
.event-speaker p {
    margin-bottom: 0;
}
.event-speaker img {
    float: left;
    margin: 5px 1rem;
}
.event-speaker-img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    float: left;
    margin-right: .5rem;
    background-size: cover;
    background-position: top center;
    filter: grayscale(1);
}
.event-speaker-name {
    border-bottom: none !important;
    display: block;
    font-weight: 400;
    margin-top: 0.8rem;
}
.event-speaker-description {
    font-weight: 100;
    font-size: .8rem;
}

        
.block-mid {
    background: #e2e2e2;
    padding: 8rem 0rem;
    margin: 0 !important;
}
.block-dark {
    background: #314052;
    padding: 5rem 0rem;
    color: #fff;
    margin: .5rem;
    border-radius: .5rem;
}
h3.mixed-title em {font-size:2.2rem;}
h3.mixed-title {
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.8rem;
}
.block-dark span.pre-title {
    background: var(--accent-dark);    
    color: #fff;
}
      
.call-box {
    background: linear-gradient(90deg, rgb(30 45 75) 0%, rgb(162 50 64) 100%);
    border-radius: 1rem;
    padding: 4rem 2rem;
    text-align: center;
}
.call-box span {
    font-weight: 700;
    color: #fff;
    font-size: 2rem;
}
.call-box a {
    text-decoration: none;
    border-bottom: none;
    background: #f9f9f9;
    color: #154280;
    padding: .5rem 1rem;
    border-radius: 30px;
    margin-top: .5rem;
    display: inline-block;
    font-weight: 700;
}

/*gallery slider*/
.owl-carousel .owl-item img {
    width: 100%;
    height: auto;    
}

.profile-item {
    background: var(--bg-dark);
    border-radius: .5rem;
}
.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background-position:center;
    background-size: cover;                     
    float: left;
    margin: 1rem;
}

.logo-socio {                   
    float: left;
    margin: .5rem;
    min-height: 200px;
}
.logo-socio a {
    border-bottom: none !important;
}
.logo-socio a img {
    background: #fff;
    width: 100%;
    height:auto;                                        
}

.featured-image {
        height: 200px;
        background-size: cover;
        background-position: center top;
        border-radius: .5rem;
    }
    .last-post {
        background: #2d4053;
        padding: 3rem;
        border-radius: .5rem;
        margin-bottom: 2rem;
    }
    .last-post h1 a {
        border-bottom: none !important;
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 100;
        display: inline-block;
    }
    .last-post p {
        font-weight: 100;
        font-size: .9rem;
        line-height: 1.8rem;
    }
    .other-post {}
    .other-post h2 a {
        font-size: 1.2rem;
        font-weight: 100;
        border-bottom: none !important;
        line-height: 1.6rem;
        display: inline-block;
        padding: .5rem;
    }

/* -------------------------------MOBILE----------------------- */
@media only screen and (max-width: 991px){

    .single h1 {font-size: 2rem}
    .header {padding: .5rem 0rem;}
    .logo {
        height: 2.2rem;
        width: auto;
    }
    svg.hamburguer {
        align-self: center;
        height: 100%;
    }
    .content {
        position: relative;
        top: 65px;
    }
    .hero-image {
        height: 51vh; 
        background-position: left;
    }
    h1.hero {font-size: 1.6rem;}
    h2 {font-size: 1.4rem;}
    h3 {font-size: 1.2rem;}
    #about h2 {
        font-size: 1.5rem;
    }
    .call {
        display: block;
        margin-bottom: 1rem;
    }
    .block-dark {
        padding: 1rem 0rem;
    }

    .event-item {
        background: var(--bg-dark);
        padding: 1rem;
        border-radius: 1rem;
    }
    .event-title {
        display: block;
        font-size: 1.1rem;
        font-weight: 200;
        margin-bottom: 0rem;
    }
    .event-speaker {width: 100%;}

    .attendee {
        width: 97%;
        float: left;
        border: 1px solid #244669;
        padding: 1rem;
        border-radius: .5rem;
        margin: 5px 5px;
    }
    .last-post {
        background: #2d4053;
        padding: 1rem;
        border-radius: .5rem;
        margin-bottom: 2rem;
    }

    .profile-img {
        float: none;
        margin: 1rem auto;
    }
    .logo-socio {
        float: left;
        margin: 10px;
        height: 100px;
        width: 27% !important;
    }
    .last-post {        
        padding: 1rem;        
    }
}