﻿/*****************************************************************************************/
/********                                                                        *********/
/********         Reglas de diseño genéricas (Utilities)                         *********/
/********                                                                        *********/
/*****************************************************************************************/

html, body {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    scroll-behavior: auto;
}

h1, h2, h3, h4, h5, h6, p, li, a {
    font-family: "Source Sans 3", sans-serif;
}

body {
    height: auto;
    background-color: white;
}

.bg-dark-blue {
    background-color: #002045;
}
.text-dark-blue {
    background-color: #002045;
}

.bg-light-blue {
    background-color: #119EDA;
}
.text-light-blue {
    background-color: #119EDA;
}

.bg-yellow {
    background-color: #F9B233;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-red {
    background-color: #F35325;
}

.bg-green {
    background-color: #81BC06;
}

.text-black {
    color: #343A40;
}

.text-yellow {
    color: #F9B233;
}

.text-blue {
    color: #119EDA;
}

.text-red {
    color: #F35325;
}
.red {
    color: #F35325;
}

.text-green {
    color: #81BC06;
}

.text-white {
    color: #FFFFFF;
}

a.text-white:hover {
    color: #FFFFFF !important;
}

.cursor-pointer {
    cursor: pointer;
}

.filter-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    z-index: 1000;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

.activity-selector{
   appearance: none;
   border: 1px solid #d3d3d3;
   width: 24px;
   height: 24px;
   content: none;
   outline: none;
   margin: 0;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   pointer-events: none;
   float: right;
}

.activity-selector:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  pointer-events: none;
}

.activity-selector:checked::before{
  position: absolute;
  color: green !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 18px;
  pointer-events: none;
}

.source-sans3-thin {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.source-sans3-extralight {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.source-sans3-light {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.source-sans3-regular {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.source-sans3-medium {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.source-sans3-semibold {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.source-sans3-bold {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.source-sans3-extrabold {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.source-sans3-black {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}



/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Layout                                 *********/
/********                                                                        *********/
/*****************************************************************************************/

#main-container {
    padding-top: 120px!important;
    background-color: white;
}

.flex-center {
    display: flex;
    align-items: center;
}


@media (max-width: 993px) {
    #main-container {
        padding-top: 59px !important;
    }
}

/*
   --------------------------------------------------------------------------
    Menu header
   --------------------------------------------------------------------------
*/

.text-menu {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #F9B233
}

.menu-mobile-li a {
    background-color: #002046 !important;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
}



/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Home Page                             *********/
/********                                                                        *********/
/*****************************************************************************************/

#page-container.page-header-fixed #page-header {
    opacity: 1;
}

#page-container.page-header-scroll #page-header {
    opacity: 1;
}

#sc-academyday-home-hero { }

#sc-academyday-home-hero-main {
    background-image: url(../../images/backgrounds/bg-hero.png);
    background-size: cover;
    margin-top: 1px;
    margin-bottom: 0px;
}

#sc-academyday-home-hero-main h1 {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    color: white; 
    font-weight: 600; 
    line-height: 1.4;
}

#sc-academyday-home-hero-main .p-feature {
    font-family: "Source Sans 3", sans-serif;
    font-size: 19px;
    color: white; 
    font-weight: 500; 
    line-height: 1.4;
}

#sc-academyday-home-hero-main .p-stats {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    color: #F9B233; 
    font-weight: 500; 
    line-height: 1.4;
    border-top: 1px solid #F9B233;
    border-bottom: 1px solid #F9B233;
}

#sc-academyday-home-hero-main .btn-register, .sc-academyday-blue-header .btn-register{
    background-color: #F9B233; 
    color:#002649;
    padding: 7px 15px 7px 15px;
    border-radius: 15px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 24px;
    font-weight: 600;
}

#sc-academyday-home-hero-bottom {
    background-image: url(../../images/backgrounds/bg-subhero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    position: relative;
}

#sc-academyday-home-hero-bottom .p-counter {
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #F9B233;
}

#sc-academyday-home-hero-bottom .p-disclaimer {
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.20;
}

#sc-academyday-home-claim {
    background-image: url(../../images/backgrounds/bg-community.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}


#sc-academyday-home-claim h2, #sc-academyday-homepe-claim h2 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-home-claim p, #sc-academyday-homepe-claim p {
    font-family: "Source Sans 3", sans-serif;
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.20 !important;
    margin-bottom: 0px;
}

#sc-academyday-agenda-header {
    background-color: #002649;
    border-radius: 15px;
    padding: 15px;
}


#sc-academyday-home-agenda h3, #sc-academyday-registration-agenda-scheduler h3, #sc-academyday-streaming-agenda h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-home-docs {
}

#sc-academyday-home-docs h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-home-summary {
}

#sc-academyday-home-summary h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-home-newsroom {
}

#sc-academyday-home-newsroom h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-home-photo-gallery {
}

#sc-academyday-home-photo-gallery h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.20;
}


#sc-academyday-home-keypoints {
}

.sc-academyday-blue-header {
    background-image: url(../../images/backgrounds/bg-blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
}


#sc-academyday-home-keypoints h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-home-keypoints h4 {
    font-family: 'Poppins', sans-serif;
    color: #002649;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-home-keypoints p {
    font-family: "Source Sans 3", sans-serif;
    color: #191919;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.20 !important;
    margin-bottom: 20px;
}

.t-block-register-action {
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 600;
    color: #F9B233;
}

.t-block-register-info {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.20;
    color: #FFFFFF;
}



#sc-academyday-partners h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-thanksto h3 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-location {
}

#sc-academyday-location-info {
    background-color: #002649;
    border-radius: 50px;
}

#sc-academyday-location-info h5 {
    font-family: 'Poppins', sans-serif;
    color: #F9B233;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.20;
}

#sc-academyday-location-info .p-date {
    font-family: "Source Sans 3", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.20;
}

#sc-academyday-location-info .p-place {
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.20;
    text-decoration:underline;
}

#sc-academyday-location-info .p-address {
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.20;
}

#sc-academyday-location-map{
}


#sc-academyday-contact {
    background-image: url(../../images/backgrounds/bg-contact.png);
    background-size: cover;
}

#sc-academyday-contact-question p {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
}

#sc-academyday-contact-answer p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

.btn-comunidad {
    display: inline-block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.block-docu {
    background-color: #002649;
    width: 56%;
    height: 212px;
    z-index: 99;
    border-radius: 25px;
}

.img-documentation{
    display:block;
}

/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Speakers View                             *********/
/********                                                                        *********/
/*****************************************************************************************/
.sc-academyday-speakers-section {
    display: flex;
}

.sc-academyday-speaker-block {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

.sc-academyday-speaker-name {
    font-family: "Source Sans 3", sans-serif;
    font-size: 19px;
}

.sc-academyday-speaker-position {
    font-family: "Source Sans 3", sans-serif;
    font-size: 17px;
    max-width: 300px;
    margin: auto;
}

@media (max-width: 576px){
    .sc-academyday-speakers-section {
        flex-direction: column;
    }
}
/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > FAQs View                             *********/
/********                                                                        *********/
/*****************************************************************************************/
.faqs-section {
    background-image: url('../../images/backgrounds/bg-faqs.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-top: 1px;
}

/* Header css */
.title-faqs {
    color: white;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/* Academy */

.academy {
    border-bottom: 3px solid #F9B233;
    color: black;
    font-weight: 700;
    font-size: 20px
}

/* Accordion */
#primer-car {
    border-top: 1px solid black;
}

#accordion .block {
    box-shadow: none;
    border-bottom: 1px solid black;
}

.block.block-rounded {
    border-radius: 0px
}

.title-accordion {
    color:black;
    font-size: 20px;
}

.link-accordion.collapsed {
    background-image: url('../../images/icons/shapes/ic-collapse.png');
}
.link-accordion {
    background-image: url('../../images/icons/shapes/ic-expand.png');
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 100%;
}

/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Documentation View                     *********/
/********                                                                        *********/
/*****************************************************************************************/
.docs-section {
    background-image: url('../../images/backgrounds/bg-faqs.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-top: 1px;
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Talk Info Views                        *********/
/********                                                                        *********/
/*****************************************************************************************/

.btn-talk-return {
    border: 1px solid #F9B233;
    background-color: white;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #F9B233;
    font-weight: 700;
}

.p-talk-schedule {
    font-family: "Source Sans 3", sans-serif;
    font-size: 19px;
    color: #119EDA;
    font-weight: 700;
}

.sc-talk-legend {
    display: flex;
    justify-content: flex-end;
}

.hr-talk-header {
    border-top: 3px solid #C4C4C4;
    margin: 0.5rem 0;
    opacity: 1;
}

.h-talk-title {
    color: black;
    font-weight: 800;
    font-size: 30px;
}

.h-talk-subtitle {
    color: black;
    font-weight: 700;
    font-size:22px;
}

.btn-talk-register {
    border-radius: 10px;
    background-color: #F9B233;
    font-weight: 800;
}

.btn-linkedin-share {
    border-radius: 10px;
    background-color: #0072b1;
    font-weight: 800;
}
@media (max-width: 576px) {
    .h-talk-title {
        font-size: 27px;
    }

    .h-talk-subtitle {
        font-size: 18px;
    }
}

/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Streaming Views                        *********/
/********                                                                        *********/
/*****************************************************************************************/

.sc-academyday-streaming-home {
    background-image: url(../../images/backgrounds/bg-streaming-home.png);
    background-size: cover;
}

.sc-academyday-streaming-room {
    background-image: url(../../images/backgrounds/bg-streaming-room.jpg);
    background-size: cover;
}
.bg-agenda-streaming {
    background-image: url(../../images/backgrounds/bg-community.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-bottom: 400px;
}

.title-streaming {
    color: #F9B233;
    font-size: 50px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.subtitle-streaming {
    color: white;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
}

.box-rom-streaming {
    background-color: #002649;
    font-weight: 600;
    border-radius: 15px
}
.rom-streaming {
    color: #F9B233;
    font-size: 20px;
}
.city-streaming {
    color: white;
    font-size: 28px
}
.img-rom-streaming {
    align-content: center;
    text-align: right;
}

.box-rom {
    border: 2px solid #002649;
    border-radius: 15px;
}
.nav-tabs-block{
    background-color: white!important;
}
.nav-tabs-block .nav-link {
    background-color: white;
}
.nav-tabs-block .nav-link.active {
    border-bottom: 4px solid #F9B233;
}
    .nav-tabs-block .nav-link {
        border-bottom: 4px solid #D9D9D9;
    }
    #btabs-animated-slideright-home-tab, #btabs-animated-slideright-profile-tab {
        font-family: "Source Sans 3", sans-serif !important;
    }

    /*****************************************************************************************/
    /********                                                                        *********/
    /********              CSS Design Rules > Event Registration                     *********/
    /********                                                                        *********/
    /*****************************************************************************************/
    .registration-section {
        background-image: url('../../images/backgrounds/bg-registration.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 165px;
        margin-top: 1px;
    }

.radio-blue {
    border: 1px solid #119EDA !important;
    border-radius: 35% !important;
    width: 20px !important;
    height: 20px !important;
}

#formError, #formInfo {
    display: none;
}

#errorSummary, #errorMiniSummary, #sc-academyday-registration-warning, #sc-academyday-docs-warning {
    display: none;
}

#errorAgenda {
    display: none;
}

form label {
    font-weight: 700;
}

select.error, textarea.error, input.error, select.error + span > span > span {
    border: 2px solid #a94442 !important;
    color: #a94442 !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    border-color: #edf0f7 !important;
    background-color: #edf0f7 !important;
    transition: none;
}

.select2-selection__arrow {
    margin-top: 5px;
}

.select2-container {
    margin-top: 2px;
}

.select2-dropdown {
    margin-top: 5px;
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Event Agenda                           *********/
/********                                                                        *********/
/*****************************************************************************************/

.filter-agenda-header {
    color: #002046;
    font-size: 18px;
    font-weight: 700;
}

.filter-agenda-option {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 500;
}

.form-check-input {
    background-color: #edf0f7;
}

.block-legend {
    border-radius: 20px;
    width: 96px;
    height: 18px;
}

.filter-agenda {
    width: 20px;
    height: 20px;
}

.box-workshops {
    /*height: 240px;*/
    box-shadow: none !important;
    border-radius: 15px !important;
    margin-top: 10px;
    /*box-shadow: 0 0.5rem 0.5rem #d1d8eaa3!important;*/
}
.box-workshops-title {
    line-height: 20px;
}
.box-program-e-line {
    border: 3px solid #002045;
    border-radius: 15px;
}
.box-workshops-line {
    border: 3px solid #81BC06;
    border-radius: 15px;
}
.box-program-c-line {
    border: 3px solid #119EDA;
    border-radius: 15px;
}
.box-course-line {
    border: 3px solid #F9B233;
    border-radius: 15px;
}
.box-success-line {
    border: 3px solid #F35325;
    border-radius: 15px;
}
.break-section {
    background-color: #D9DADB;
    border-radius: 15px;
}
.break-presentation-section {
    background-color: #B4E7FD;
    border-radius: 15px;
}
.break-presentation-section p {
    line-height: 20px;
}
.date-agenda {
    font-size: 12px;
    font-weight: 600;
}
.time-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.room-name {
    color: #8692A6;
    font-size:16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0px!important;
}
.city-name{
    font-size: 20px;
}
.caption-section {
    list-style-type: none;
    display: flex;
    justify-content: right;
    align-items: end;
}

.caption-section li {
    font-size: 13px;
    line-height:16px;
    padding-left: 10px;
}
.caption-colors {
    border-radius: 15px;
    height: 8px;
    width: 85px;
    display: block;
    margin-top: 3px;
}
.box-workshops-description{
    font-size:14px;
}
.box-workshop-midsection {
    height: 85px;
}
.event-hightlight {
    background-color: #eaf3d2 !important;
    /*border-bottom: 5px solid #95c11f !important;*/
}
.talk-hightlight {
    background-color: #FFFFE0 !important;
    border-bottom: 5px solid #F9B233 !important;
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules >  Registration Update                   *********/
/********                                                                        *********/
/*****************************************************************************************/

.update-blockinfo {
    border: 1px solid #8692A6;
    border-radius: 15px;
    padding: 20px;
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules >  Main Footer                           *********/
/********                                                                        *********/
/*****************************************************************************************/


.footer {
    background-color: #002045 !important;
    width: 100%;
}

.font-footer {
    font-size: 18px;
    color: white;
}

#page-copyright {
    background-color: #000000;
    font-size: 14px;
    min-height: 60px;
    width: 100%;
}

.page-copyright-content {
    max-width: 1200px;
}

#page-footer {
    flex-direction: column;
}

.logos-ft {
    display: flex;
    align-items: flex-end;
    justify-content: start;
}

.btn-ft {
    background-color: #FFCC00;
    font-size: 20px;
    width: 230px;
    height: 42px;
    color: black;
    border-radius: 5px
}

    .btn-ft:hover {
        background-color: #FFCC00;
        color: black;
    }

.input-ft {
    width: 70%;
    border-radius: 5px;
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules >  Media Queries                         *********/
/********                                                                        *********/
/*****************************************************************************************/
@media (max-width: 1199px){
    /* Section Documentation home */
    .block-docu {
        width: 100%;
        height: auto;
    }
    .img-documentation{
        display:none;
    }

}
@media (max-width: 768px) {

    #sc-academyday-home-hero-main h1 {
        font-size: 24px;
    }

    #sc-academyday-home-hero-main .p-feature {
        font-size: 16px;
    }

    #sc-academyday-home-hero-main .p-stats {
        font-size: 16px;
    }

    #sc-academyday-home-hero-bottom .p-disclaimer {
        font-size: 12px;
    }

    #sc-academyday-home-claim {
        background-image: none;
    }

    #sc-academyday-home-claim h2, #sc-academyday-homepe-claim h2 {
        font-size: 26px;
    }

    #sc-academyday-home-claim p, #sc-academyday-homepe-claim p {
        font-size: 18px;
    }

    #sc-academyday-home-agenda h3 {
        font-size: 23px;
    }

    #sc-academyday-home-docs h3 {
        font-size: 20px;
    }

    #sc-academyday-home-summary h3 {
        font-size: 23px;
    }

    #sc-academyday-home-newsroom h3 {
        font-size: 23px;
    }

    #sc-academyday-home-photo-gallery h3 {
        font-size: 23px;
    }

    #sc-academyday-home-keypoints h3 {
        font-size: 23px;
    }

    #sc-academyday-home-keypoints h4 {
        font-size: 22px;
    }

    #sc-academyday-home-keypoints p {
        font-size: 18px;
    }

    #sc-academyday-partners h3 {
        font-size: 23px;
    }

    #sc-academyday-thanksto h3 {
        font-size: 20px;
    }

    .t-block-register-action {
        font-size: 25px;
    }

    .t-block-register-info {
        font-size: 18px;
        text-align: center;
    }

    #sc-academyday-location-info h5 {
        font-size: 24px;
    }

    #sc-academyday-location-info .p-date {
        font-size: 18px;
    }

    #sc-academyday-location-info .p-place {
        font-size: 18px;
    }

    #sc-academyday-location-info .p-address {
        font-size: 18px;
    }

    #sc-academyday-contact-question p {
        font-size: 22px;
    }

    #sc-academyday-contact-answer p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    /* Parcial Registrate */
    .sc-academyday-block-register {
        justify-content: center;
    }

    /* FAQS PAGE */
    .title-accordion {
        font-size: 15px;
    }

    .registro-dc {
        justify-content: center;
    }

    .sc-talk-legend {
        display: flex;
        justify-content: flex-start;
    }

    .block-legend {
        width: 50px;
    }

    .p-talk-subtitle {
        line-height: 22px;
        font-size: 18px;
    }

    .btn-talk-register {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .box-workshops {
        height: 190px;
    }

    .box-workshop-midsection {
        height: initial;
    }

    .registration-title {
        font-size: 24px;
    }

    /* Foter */
    .input-ft {
        width: 100%;
        border-radius: 5px;
    }

    .btn-ft {
        width: 100%;
    }

    .dc-footer {
        display: flex;
        align-items: center;
    }

    /* Streaming */
    .title-streaming {
        font-size: 30px!important;
    }
    .subtitle-streaming {
        font-size: 18px;
    }
}

/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules >  Plugin: Photo Gallery                 *********/
/********                                                                        *********/
/*****************************************************************************************/

#gallery-options {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

#gallery-options-share, #gallery-options-zoom {
    cursor: pointer;
}

#gallery-options a {
    color: #000000 !important;
    text-decoration: none !important;
}

#photo-gallery .sp-selected-thumbnail {
    border: 3px solid #F9B233;
}

.sp-fade-arrows {
    opacity: 1 !important;
}

.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
    background-color: #000000 !important;
}

.sp-fade-thumbnail-arrows {
    opacity: 1 !important;
}

.sp-full-screen-button:before {
    content: '' !important;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    all: unset !important;
}

.sp-arrow:before {
    all: unset !important;
}

.sp-horizontal .sp-next-arrow {
    right: 30px !important;
    left: auto !important;
}

.sp-horizontal .sp-previous-arrow {
    left: 70px !important;
    right: auto !important;
}

.sp-next-arrow {
    top: 50% !important;
    transform: matrix(1, 0, 0, 1, 20, -20) !important;
    left: 0px !important;
    cursor: pointer !important;
    background: rgba(0,0,0,0.5) !important;
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    display: block !important;
    z-index: 100 !important;
    border-radius: 50% !important;
}

.sp-next-arrow:hover {
    background: rgba(0,0,0,1) !important;
}

.sp-previous-arrow {
    top: 50% !important;
    transform: matrix(1, 0, 0, 1, -60, -20) !important;
    right: 0px !important;
    cursor: pointer !important;
    background: rgba(0,0,0,0.5) !important;
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    display: block !important;
    z-index: 100 !important;
    border-radius: 50% !important;
}

.sp-previous-arrow:hover {
    background: rgba(0,0,0,1) !important;
}

.sp-next-arrow:before {
    font: normal normal normal 14px/1 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    content: "\f061" !important;
    margin-right: -3px !important;
    font-size: 25px !important;
    color: rgb(255, 255, 255) !important;
    display: block !important;
    line-height: 50px !important;
    text-align: center !important;
}

.sp-previous-arrow:before {
    font: normal normal normal 14px/1 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    content: "\f060" !important;
    margin-right: 0px !important;
    font-size: 25px !important;
    color: rgb(255, 255, 255) !important;
    display: block !important;
    line-height: 50px !important;
    text-align: center !important;
}

.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
    background-color: #F9B233 !important;
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules > Documentation                          *********/
/********                                                                        *********/
/*****************************************************************************************/

.box-header-docs {
    display:flex;
    border-bottom: 1px solid black;
    align-items: flex-end;
    justify-content: space-between;
}
    .box-header-docs h3 {
        font-size: 24px !important;
    }
    .box-content-docs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid black;
    }

    .box-content-docs p {
            font-size: 18px !important;
    }

.box-content-docs-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .box-content-docs-btn a, .box-content-docs-btn p {
        color: #808080 !important;
        font-size: 14px !important;
    }

#btabs-animated-slideright-info-tab, #btabs-animated-slideright-speakers-tab, #btabs-animated-slideright-related-tab {
    border: 2px solid #002649;
    border-radius: 10px;
    font-family: "Poppins", sans-serif !important;
    color: #002649;
    width: 160px;
    height: 65px;
    padding-top: 5px;
}

#btabs-animated-slideright-info-tab.nav-link.active, #btabs-animated-slideright-speakers-tab.nav-link.active, #btabs-animated-slideright-related-tab.nav-link.active {
    color: #F9B233;
    text-shadow: 0 0 black;
}

@media (max-width: 576px) {
    .box-header-docs h3 {
        font-size: 26px;
    }
    .box-content-docs {
        text-align: center;
        flex-direction: column;
    }
    .box-content-docs > div {
        width: inherit;
    }
    #btabs-animated-slideright-info-tab, #btabs-animated-slideright-speakers-tab, #btabs-animated-slideright-related-tab {
        width: 113px;
        height: 55px;
        font-size: 12px !important;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }
    
}

/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules >  Plugin: BacktoTop                     *********/
/********                                                                        *********/
/*****************************************************************************************/
#home-back-to-top {
    z-index: 2;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #FFC633 url(../../images/icons/buttons/ic-btn-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: .5;
    }


.no-touch .cd-top:hover {
    background-color: #FFC633;
    opacity: 1;
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 767px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 20px;
        bottom: 20px;
    }
}


/*****************************************************************************************/
/********                                                                        *********/
/********              CSS Design Rules >  Plugin: Cookies ALert                 *********/
/********                                                                        *********/
/*****************************************************************************************/

button#ihavecookiesBtn {
    margin-left: 0px !important;
}

#gdpr-cookie-message {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-left: 20px;
    background: #3B3646;
    color: white;
    border-radius: 4px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35);
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    max-width: 400px;
    z-index: 999;
}

    #gdpr-cookie-message h4 {
        font-family: -apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: #EE4B5A;
        margin: 0 0 8px 0;
        padding: 0;
    }

    #gdpr-cookie-message h5 {
        color: #EE4B5A;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
        text-align: justify;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: #EE4B5A;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            color: white;
            border-bottom-color: #EE4B5A;
            transition: all 0.3s ease-in;
        }

    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: none;
        background: #EE4B5A;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            background: white;
            color: #EE4B5A;
            transition: all 0.3s ease-in;
        }

button#gdpr-cookie-advanced {
    background: white;
    color: #EE4B5A;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
