@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rokkitt:wght@600&display=swap');
/* font converted using font-converter.net. thank you! */
@font-face {
    font-family: "MADEMirage";
    src: url("../fonts/MADEMirageRegularPERSONALUSE.eot"); /* IE9 Compat Modes */
    src: url("../fonts/MADEMirageRegularPERSONALUSE.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/MADEMirageRegularPERSONALUSE.otf") format("opentype"), /* Open Type Font */
    url("../fonts/MADEMirageRegularPERSONALUSE.svg") format("svg"), /* Legacy iOS */
    url("../fonts/MADEMirageRegularPERSONALUSE.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/MADEMirageRegularPERSONALUSE.woff") format("woff"), /* Modern Browsers */
    url("../fonts/MADEMirageRegularPERSONALUSE.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "MADEMirage-Bold";
    src: url("../fonts/MADEMirageBoldPERSONALUSE.eot"); /* IE9 Compat Modes */
    src: url("../fonts/MADEMirageBoldPERSONALUSE.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/MADEMirageBoldPERSONALUSE.otf") format("opentype"), /* Open Type Font */
    url("../fonts/MADEMirageBoldPERSONALUSE.svg") format("svg"), /* Legacy iOS */
    url("../fonts/MADEMirageBoldPERSONALUSE.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/MADEMirageBoldPERSONALUSE.woff") format("woff"), /* Modern Browsers */
    url("../fonts/MADEMirageBoldPERSONALUSE.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_made_mirage_thin_personal_use';
    src: url('../fonts/made_mirage_thin_personal_use.eot');
    src: url('../fonts/made_mirage_thin_personal_use.woff') format('woff'),
    url('../fonts/made_mirage_thin_personal_use.ttf') format('truetype'),
    url('../fonts/made_mirage_thin_personal_use.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
    --swiper-pagination: #B92504;
	--swiper-theme-color: #B92504;
	--swiper-navigation-color: #B92504;
}

/*html,
body {
     height: 100%;
}*/

img {
    max-width: 100%;
}

video {
    width: 100%    !important;
    height: auto   !important;
}


body {
    background: #EDE9DE;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    color:#22201F;
    margin: 0;
    padding: 0;
}


@media (max-width: 1199.98px) {
    html {font-size: 80%;}
}

@media (max-width: 991.98px) {
    html{font-size: 75%;}
    .footer-content {flex-direction: column;}
}


/* HEADER */
.page-template-template-home .navbar{position:absolute;top:0;z-index:999;}
.navbar{background:transparent;}
.navbar .navbar-brand {
    max-width: 15rem;
    position: relative;
}

.home .navbar .navbar-brand:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(50px);
    background-color: #EDE9DE;
    z-index: -1;
}


.postid-163 .navbar{position:absolute;top:0;z-index:999;}
.postid-163 .navbar .navbar-brand img{
    filter: brightness(0%) grayscale(100%) invert(1);
}

@media (max-width: 768px) {
    .navbar .navbar-brand {margin: 1rem;}
}


.section .container .row.depresion {
    padding: 0px;
}

.col-md-10.offset-md-1.depresion {
    margin: 0px;
    flex: 0px;
    max-width: 100%;
}

.justify-content-left-depresion {
    justify-content: left!important;
}

/* HOME SLIDER */
.home-slider{
    height: 70vh;
    overflow: hidden;
    position:relative;
}

.home-slider .home-slider-text {
    color: #4E4D4B;
    padding: 0 1rem;
}

.home-slider h2 {
    font-size: 2.5rem;
    margin: 1rem 0;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.25px;
}

.home-slider .home-slider-text span{
    display: block;
    font-weight: bold;
}

@media (max-width: 768px) {
    .home-slider h2 {
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing: -.25px;
    }
}


/* SWIPER HEADER */
.swiper-container-header {
    width: 100%;
    height: 100%;
}

/*
.swiper-container-header .swiper-slide {
    height: 75vh;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #4E4D4B;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position:center center;
    -webkit-mask-image: linear-gradient(to top, transparent 0%,black 30%);
    mask-image: linear-gradient(to top, transparent 0%,black 30%);
    text-decoration:none!important;
}
*/

.swiper-container-header .swiper-slide {
    height: 75vh;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #4E4D4B;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position:center center;
    text-decoration:none!important;
}

.swiper-container-header .swiper-slide h2 {
    font-weight: bold;
    transform: translateY(50px);
    opacity: 0;
    transition: all .75s ease .1s;
}

.swiper-container-header .swiper-slide p {
    font-size: 1.2rem;
    transform: translateY(50px);
    opacity: 0;
    color: #B92504;
    transition: all .75s ease .2s;
}

.swiper-container-header .swiper-slide-active h2 {
    transform: translateY(0);
    opacity: 1;
}

.swiper-container-header .swiper-slide-active p {
    transform: translateY(0);
    opacity: 1;
}

.swiper-slide-content {
    margin-top: -1%;
    padding-top: 150px;
    padding-left: 40px;
}

.swiper-slide-video {
    position: relative;
}

.swiper-slide-video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.bg-video {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}

.bg-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25));
}

@media (min-width: 768px) {
    .swiper-slide-content {
        max-width: 50%;
        text-align: left;
    }
}

.swiper-pagination-header {
    position: relative;
    z-index: 10;
    text-align:center;
}


.home-slider .swiper-container-horizontal>.swiper-pagination-bullets, .home-slider .swiper-pagination-custom, .home-slider .swiper-pagination-fraction {
    bottom: 8%;
}


.swiper-container-header-video{
    width: 100%;
    height: 100%;
    text-decoration:none!important;
}
.swiper-container-header-video .swiper-slide {
    height: 75vh;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #4E4D4B;
    background-size: cover;
    background-position:center center;
    /*
            -webkit-mask-image: linear-gradient(to top, transparent 0%,black 30%);
            mask-image: linear-gradient(to top, transparent 0%,black 30%);
    */
}
.swiper-container-header-video .swiper-slide h2 {
    font-weight: bold;
}

.swiper-container-header-video .swiper-slide p {
    font-size: 1.2rem;

}


/* MAIN */

.main {
    /* margin-top: -5rem; */
    background: #EDE9DE;
    padding-bottom: 10rem;
}

.home .main {
    padding-top: 2.5rem;
}

/* SECTION */
.section {
    padding: 2rem;
    margin-bottom: 3rem;
    overflow: hidden;
}

.section.section-webinar-img{
    padding: 0px 0px 25px 0px;
    margin: 0 2.5%;
}

.section.section-webinar-content{
    padding: 0 2.5%;
}

.section-next {
    z-index: 10;
    position: relative;
}

.section h2 {
    color: #22201F;
    font-weight: bold;
    letter-spacing: -.25px;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.section h2 span{
    font-weight: 300;
}

@media (max-width: 768px) {
    .section {padding: 1.5rem; margin-bottom: 2rem;}
}


/* SWIPER */

.swiper-container {
    width: 100%;
    height: auto;
    overflow: visible;
}

.swiper-container .swiper-slide {
    font-size: 1rem;
    height: auto;
}

.swiper-container .swiper-arrow-wrap {
    width: 6rem;
    height: auto;
    position: absolute;
    top: -3rem;
    right: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -2rem;
}


.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem;
}

@media (max-width: 1199.98px) {
    .swiper-button-next:after, .swiper-button-prev:after {font-size: 2.5rem;}
    .swiper-container .swiper-arrow-wrap {width: 7rem;}
}

@media (max-width: 768px) {
    .swiper-arrow-wrap {display: none;}
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: -1.5rem;}
}


/* CARDS */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #B92504;
    border-radius: 0.25rem
 }

.card-webinar {
    transition: all .4s ease;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.125);
}

.card-webinar .card-img {
    position: relative;
    overflow: hidden;
}

.card-webinar .card-img img {
    transition: all .4s ease;
}

.card-webinar .card-img,
.card-webinar .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-webinar .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #FFF;
    text-align: left;
    padding: 1rem;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
}

.card-webinar .card-img-overlay .card-text-horario{
    transform: translateY(10px);
    opacity: 0;
    transition: all .4s ease .2s;
    width: 85%;
}

.card-webinar .card-img-overlay .card-text-ponentes p{
    transform: translateY(10px);
    opacity: 0;
    transition: all .4s ease .2s;
}

.card-webinar:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 15px 21px -12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 21px -12px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 21px -12px rgba(0,0,0,0.2);
}

.card-webinar:hover .card-img-overlay {
    opacity: 1;
}

.card-webinar:hover .card-img-overlay .card-text-horario{
    transform: translateY(0);
    opacity: 1;
    transition: all .4s ease;
}

.card-webinar:hover .card-img-overlay .card-text-ponentes p{
    transform: translateY(0);
    opacity: 1;
    transition: all .4s ease .1s;
}

.card-webinar:hover .card-img img{
    filter: blur(5px);
    transform: scale(1.05);
}

.card-webinar:hover .card-img .card-img-overlay .btn-card-img img{
    filter: blur(0px);
    transform: scale(1);
}

.card-webinar .card-body {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card.card-body{
    border: 2px solid #B92504;
    border-top: none;
    margin: 10px;
    padding: 5px;
    border-radius: 0px;
}

.card-body{
    margin-left: 0px;
    margin-right: 0px;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #B92504;
}

.button{
    overflow: hidden;
    border-radius: 2px;
    color: #fff;
    border: 0;
    background: #B92504;
    cursor: pointer;
    margin: 2px 10px 2px 0;
    padding: 8px 35px;
    font-family: "Karla", Sans-Serif;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 0;
    transition: .2s ease-in-out;
    transition-delay: 0s;
    opacity: 1;
}

.btn-events.no-selected {
    opacity: 1;
}

.btn-events.selected {
    opacity: 0.7;
}

.popup {
    position: relative;
    display: inline-block;
}

.popup .popuptext.single-webinar.selected {
    top: 45px;
    right: 90%;
}

.popup .popuptext.single-webinar.no-selected {
    top: 55px;
    right: 90%;
}

.popup .popuptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -10px;
    bottom: auto;
    right: 128%;
    opacity: 0;
    transition: opacity 0.3s;
}

.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 35%;
    left: 100%;
    margin-right: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

.popup:hover .popuptext {
    visibility: visible;
    opacity: 1;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
    margin-right: 0;
}

.btn.btn-bio{
    font-size: large;
    font-weight: 700;
    color: #B92504 !important;
    text-align: left;
    display: block;
    padding: 0px;
    border-bottom: none;
}

.btn.btn-bio.collapsed{
    font-size: large;
    font-weight: 700;
    color: #B92504 !important;
    text-align: left;
    display: block;
    padding: 0px;
    border-bottom: 2px solid #22201F;
}

.custom-webinar-button {
    margin-right: 2.5% !important;
}

.card-webinar .card-title-link {
    color: #333;
    transition: all .4s ease;
}

.card-webinar .card-title-link:hover {
    color: #A5A07B;
    text-decoration: none;
}

.card-webinar .card-title {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #22201F;
}

.card-webinar .card-text-fecha {
    color: #B92504;
    font-size: .8rem;
}

.card-webinar .card-text-ponentes {
    margin-bottom: 0;
    color: #EEEEE8;
    width: 85%;
    text-align: justify;
}

.card-webinar .card-text-horario {
    color: #B92504;
}

@media (max-width: 1399.98px) {
    .card-text {font-size: 80%;}
}

/* RECURSOS */

.section-recursos {

}

.recurso {
    margin: 1rem 0;
    transition: all .4s ease;
}

.recurso:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 15px 21px -12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 15px 21px -12px rgba(0,0,0,0.2);
    box-shadow: 0px 15px 21px -12px rgba(0,0,0,0.2);
}


/* FOOTER */

.main-footer {
    background-color: #22201F;
    color: #FFFFFF;
    min-height: 5rem;
    padding: 2rem 0;
}
.footer-nav{display:inline-block;padding:0;margin:0;}
.footer-nav li{padding:0;margin:0;margin-left:2rem;display:inline-block;}
.footer-nav li a {
    color: #CCC;
    transition: all .4s ease;
}
.footer-nav li a:hover {
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .footer {flex-direction: column;}
    .footer-nav li {padding-left: 0;display:block;}
}

.external-link {
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 2rem;
    display: inline-block;
    color: #CCC;
    transition: all .4s ease;
}

.external-link a:hover {
    color: #FFF;
    text-decoration: none;
}

/* WEBINAR PAGE */

.page-main {
    background: transparent;
    margin-top: 0;
}

i.fa.fa-caret-right{
    margin-right: 5px;
}

i.fa.fa-caret-up{
    margin-right: 5px;
}

.webinar-header .container {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
}

.justify-content-left{
    justify-content: left;
}

.mb-3{
    margin-bottom: 0px !important;
}

.btn.btn-lg.btn-dark.btn-icalendar {
    margin-bottom: 15px;
}

.webinar-header h1 {
    max-width: 60rem;
    line-height: 1.3;
    padding: 2.5rem;
    letter-spacing: -1px;
    font-size: 2.5rem;
    font-weight: 300;
    color: #4E4D4B;
    text-align: center;
    animation: fadeUp 1s backwards .2s;
}

.webinar-header h3 {
    max-width: 60rem;
    line-height: 1.3;
    padding: 0.5rem;
    letter-spacing: -1px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #4E4D4B;
    text-align: center;
    animation: fadeUp 1s backwards .2s;
}

.webinar-header h2 {
    max-width: 60rem;
    line-height: 1.3;
    padding: 0.5rem;
    letter-spacing: -1px;
    font-size: 1rem;
    font-weight: 300;
    color: #4E4D4B;
    text-align: left;
    animation: fadeUp 1s backwards .2s;
}

@keyframes fadeUp {
    0% {opacity:0; transform: translateY(20px);}
    100% {opacity:1; transform: translateX(0);}
}

@media (max-width: 991.98px) {
    .webinar-header h1 {font-size: 2rem; padding: 0 0 2rem 0;}
}

.page-header .header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 40vh;
    text-align: center;
}

.section-webinar-img .container{
    animation: fadeUp 1s backwards .4s;
}

.content-webinar-parent {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

.section-webinar-parent {
    max-width: 1124px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
}

.webinar-parent {
    padding-bottom: 0;
    margin-bottom: 0;
}
.container img {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* TABS */

.section-webinar-content {
    padding-top: 0;
}

.section-webinar-content a {
    color: #B92504;
}

.tab-content{
    background-color: #ffffff;
    padding: 1rem;
    font-size: 1.1rem;
}

.tab-content.text-center{
    background-color: #ffffff;
    border: 2px solid #B92504;
    margin-top: -2px;
    padding-bottom: 5px;
}

.tab-content.text-center.parent{
    padding: 2rem;
}

.tab-content.text-center.parent p{
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .tab-content{padding: 2rem 1rem;}
}

.nav-pills .nav-link {
    border-radius: 0rem;
    font-size: 1rem;
    font-weight: 500;
    padding: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #22201F;
    border: 2px solid #B92504;
    border-bottom: none;
    background-color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 20px;
}

@media screen and (max-width: 980px) {
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border-bottom: 2px solid #B92504;
    }
}

.table-programa {
    text-align: left;
}

.table-programa tr td {
    padding: .5rem;
    vertical-align: top;
}

.table-programa tr td:first-child {
    text-align: left;
    width: 10rem;
    font-variant-numeric: tabular-nums;
}

.table-programa tr td.table-program-title {
    text-align: left;
}

.time-text {
    margin-bottom: 0;
}

.rowProgram {
    /*text-align: left;*/
    padding: 10px 5px 10px 40px;
    font-weight: 700;
}

.appointment-text {
    font-weight: bold;
}

.sinopsis{
    text-align: justify;
    font-size: 15px;
}

.rowProgram{
    /*text-align: left;*/
    padding: 10px 5px 10px 40px;
    font-weight: 700;
}

.rowProgram .time-text {
    font-weight: 700;
    display: inline-block;
    margin-right: 50px;
    vertical-align: top;
    width: 150px;
    text-align: center;
}

.rowProgram .textProgram{
    display: inline-block;
    width: calc(100% - 205px);
    vertical-align: top;
    text-align: left;
}

@media screen and (max-width: 980px) {
    .rowProgram {
        padding: 5px;
    }

    .rowProgram .time-text {
        font-weight: 700;
        display: block;
        margin-right: 50px;
        text-align: left;
    }

    .rowProgram .textProgram{
        display: block;
        width: 100%;
        text-align: left;
        font-weight: 200;
    }
}

.ponente-text {

    margin-top: -1rem;
    margin-bottom: 0;
    color: #B92504;
}

.ponente .ponente-text {
    margin-top: .5rem;
    color: #333333;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 3px;
}

.cargo-text {
    color: #a5a07b;
}

.containerPonente .rounded-circle img{
    margin: 15px;
    float: left;
}

.containerPonente .contentPonente{
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    font-family: "Karla", Sans-Serif;
}

.content {
    width: 100%;
    max-width: 1124px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.ponente {
    border: 1px solid #B92504;
    margin-bottom: 0.5rem;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.ponente img {
    width: 7rem;
    margin-bottom: 1rem;
}

.ponente .small-text {
    text-align: left;
    font-size: .85rem;
    position: relative;
    margin-bottom: 0;
}

.leerMas .btn.btn-bio {
    font-size: 16px !important;
}

.leerMas div.btn-bio.collapse.show {
    color: #22201F !important;
}

.tab-pane#sinopsis, .tab-pane#programa, .tab-pane#ponentes .tab-pane#materiales, tab-pane#casos-clinicos {
    transition-duration: 1ms;
}

.tab-pane#programa {
    font-size: 16px;
}

.btn-bio {
    color: #666666 !important;
}

.btn-bio:focus {
    box-shadow: none;
}

a.btn-bio:hover {
    color: #333333 !important;
}

.material{margin-bottom:2rem;}
.material a{text-decoration:none!important;display:flex;align-items:center;}
.material a i{font-size:2rem;}

@media (max-width: 991.98px) {
    .material{}
}

.material__img {
    width: 2rem;
    opacity: .4;
}

.material__link {

}

.material__text {
    margin-bottom: 0;
    margin-left: 1rem;
    color: #4E4D4B;
    text-align: left;
}

.btn-icalendar{color:#FFF!important;background-color:#CA411D;border-color:#CA411D;}

#wp-admin-bar-comments,#wp-admin-bar-new-content{display: none;}


/* WP CONTENT PAGE */

.page-template-default .webinar-header h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem;
    padding: 0 0 2.5rem 0;
}

.page-template-default .wp-content {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 10rem;
    padding: 0 1rem;
}

.page-template-default .wp-content h3 {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    color: #4E4D4B;
}

.page-template-default .wp-content h4 {
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #4E4D4B;
}

.page-template-default .wp-content a {
    color: #C0442A;
}


/* MEDIA QUERIES */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Extra large devices (extralarge desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Extra large devices (extralarge desktops, 1400px and up) */
@media (max-width: 1399.98px){}


.btn-video{display:block;position:relative;overflow:hidden;}
.btn-video::after{content:url(../img/ico-play.svg);display:block;width:80px;height:80px;position:absolute;top:50%;left:50%;transform: translateX(-50%) translateY(-50%) scale(1);transition:all .3s;}
.btn-video img{display:block;transform:scale(1.01);transition:all .3s;}
.btn-video:hover img{transform: scale(1);}
.btn-video:hover::after{transform: translateX(-50%) translateY(-50%) scale(1.05);}

/* WPCF7 */
.wpcf7-acceptance{}
.wpcf7-acceptance .wpcf7-list-item{margin-left:0;position:relative;}
.wpcf7-acceptance .wpcf7-list-item input{position:relative;bottom:-1px;margin-right:5px;}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a{color:#A5A07B;}
span.wpcf7-not-valid-tip{color:#CA411D;}


div.wpcf7-response-output {
    margin: 0;
    padding: 1rem;
    margin-top:1rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #f7e700;
    background:#F7F6ED;
    border-radius:5px;
}

/* MODAL FORM */
.modal-from .modal-content{background:rgba(0,0,0,.7);border-radius:0;}
.modal-from .modal-content label{color:#FFF;}
.modal-from .modal-content .modal-header{border:0;}
.modal-from .modal-content .modal-body{padding:3rem;padding-top:0;padding-bottom:2rem;}

.modal-from .close {
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    transition: all .3s;
}

.btn-wide{
    padding:.8rem 3rem;
}
.btn-primary{
    background-color:#B92504;
    border-color:#B92504;
    border-radius:0;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: #fff;
    background-color: #B92504;
    border-color: #B92504;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #B92504;
    border-color: #B92504;
    box-shadow: 0 0 0 0.2rem rgba(233,75,34,0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #B7B6B6!important;
    background-color: #863823!important;
    border-color:  #863823!important;
    opacity:1!important;
}

/* WEBINAR AVANZANDO */

.postid-163	.webinar-header-avanzado {
    padding: 9rem 1.5rem 3rem 1.5rem;
    background: url(../img/bg-1.jpg) bottom center no-repeat;
    background-size: cover;
}

.postid-163	.webinar-header-avanzado h1 {
    color: #FFF;
    font-weight: 600;
    max-width: 800px;
}

.postid-163 .nav-pills .nav-link.active, .postid-163 .nav-pills .show>.nav-link {
    background: #C966CD;
    /* 	background: linear-gradient(-135deg, rgba(242,142,0,1) 0%, rgba(112,146,170,1) 50%, rgba(184,106,168,1) 100%); */
}

.postid-163 .section-webinar-content a {
    color: #ce63ce;
}

.postid-163 .tab-content {
    background-color: #FFF;
    border: 2px solid #C966CD;
}

.postid-163	.tab-pane h3 {
    color: #E98300;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.postid-163 .table-programa .table-program-title:not(:first-of-type) h3 {
    padding-top: 2rem;
}

.postid-163 .time-text {
    color: #589199;
}

.postid-163 .ponente-text {
    color: #333333;
}

.postid-163 .cargo-text {
    color: #589199;
}

.postid-163 .ponente .descripcion-text {
    max-width: 90%;
}

.postid-163 .btn-icalendar {
    background: linear-gradient(-135deg, rgba(242,142,0,1) 0%, rgba(112,146,170,1) 50%, rgba(184,106,168,1) 100%);
    border: none;

}

/* WEBINAR AVANZANDO 261*/

.postid-261 .extra-logos {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2rem;
    background-color: #FFFFF8;
}

.postid-261 .extra-logos img {
    max-width: 22rem;
}

@media (max-width: 768px) {
    .postid-261 .extra-logos {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        padding: 2rem;
    }
}

.postid-261 .navbar {
    background-color: #FFFFF8;
}

.postid-261 .webinar-header {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 10vh;
    background: linear-gradient(to bottom, #FFFFF8 0%, #FFFFF8 40%, #CFCCAE 40%, #CFCCAE 100%);
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .postid-261 .webinar-header {height: 35vh;}
}

.postid-261 .webinar-header h1 {
    background-color: #4C959D;
    color: #FFF;
    font-weight: 700;
    padding: 1rem 2.5rem;
    font-size: 1.75rem;
    letter-spacing: .5px;
    font-family: 'Montserrat', sans-serif;
}

.postid-261 .section-webinar-img {
    display: none;
}

/* CASO CLINICO TAB */

.caso-clinico-header {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 767.98px) {
    .caso-clinico-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.caso-clinico {
    border-bottom: 1px solid #95B9BE;
    margin-bottom: 3rem;
}

.caso-clinico-img {
    width: 10rem;
}

.caso-clinico-img img{
    border-radius: 100%;
    margin-bottom: 2rem;
    width: 100%;
}

.caso-clinico-text {
    margin-left: 2rem;
    text-align: left;
    flex: 1;
}

@media (max-width: 991.98px) {
    .caso-clinico-text {margin-left: 0;}
}

.caso-clinico-title {
    color: #C966CD;
    font-weight: bold;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: -0.25px;
}

.caso-clinico-title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    bottom: -12px;
    left: 0;
    background-color: #C966CD;
}

.caso-clinico-subtitle {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.caso-clinico-name {
    font-size: 1.25rem;
}

.caso-clinico-asterisk {
    font-size: .8rem;
    font-style: italic;
}

.btn-caso-clinico {
    padding: 0;
    color: #C966CD !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2rem;
}


.caso-clinico-footer .card-caso-clinico {
    text-align: left;
    padding: 2rem;
    margin-bottom: 3rem;
}

.caso-clinico-footer ul {
    margin-bottom: 2rem;
}

.caso-clinico-footer .list-title {
    font-weight: bold;
}

.caso-clinico-footer ul li, .small-text {
    font-size: .85rem;
}

.form-check-label a {
    color: #B92504;
}

.form-check.form-check-inline {
    display: grid !important;
    justify-content: start;
    align-items: center;

    .form-check-input {
        grid-column: 1;
    }
    .form-check-label {
        grid-column: 2;
        margin: 0 0 0 5px;
    }
}

form {border: 3px solid #EDE9DE;}

.form-profile {
    border: 3px solid #EDE9DE;
}

input[type=text], input[type=password],[type=number] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.btn.btn-secondary.btn-lg {
    background-color: #B92504;
    border-color: #B92504;
    color: #ffffff;
}

.btn-card-img{
    float: right;
}

.btn-card-img.webinar {
    margin-top: 20px;
}

.add-to-calendar-button{
    position: fixed;
    top: 60px;
    right: 5px;
}

.add-to-calendar-button.webinar{
    position: static;
    margin-top: 0;
    grid-column: 3;
}

.btn-fav {
    color: black;
    width: fit-content;
    height: fit-content;
}

.webinar-tags {
    position: absolute;
    bottom: 10px;
    display: grid;
    grid-gap: 5px;
}

.tag-atencion-primaria {
    color: #ffffff;
    background-color: #B92504;
    width: 125px;
}

.tag-psiquiatria {
    color: #22201F;
    background-color: #EDE9DE;
    width: 125px;
}

.tag-geriatria {
    color: #22201F;
    background-color: #F5B496;
    width: 125px;
}

.tag-neurologia {
    color: #22201F;
    background-color: #FDF1D7;
    width: 125px;
}

.main-page{
    background-color: transparent;
    padding: 0;
    margin-right: 5px;
    margin-top: 0px;
}

.webinar-parent{
    background-color: transparent;
    padding: 0;
    margin-top: 0px;
}

.webinar{
    background-color: transparent;
    margin-top: 40px;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    opacity: 0.8;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 0;
}

.container img{
    display:block;
    margin:auto;
}

span.psw {
    float: right;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}


input[type=text], input[type=password], input[type=email], [type=number] {
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    background-color: #ffffff;
    padding: 20px;
    outline: none;
    font-family: "Plain", Arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-decoration: none;
    color: #414042;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    border-radius: 0;
}



.form_container{
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 95% !important;
    margin: 2px 2px 2px 18px;

}

.form_container.user-profile{
    background: #eeeee8;
}


fieldset
{
    background-color:#CCC;
    padding:16px;
}
.legend1
{
    margin-bottom:0px;
    margin-left:16px;
}

label{margin-top: 15px;}

.protection{
    -webkit-box-shadow: none;
    box-shadow: none;

}

.login-container {
    padding: 16px;
}

.register-profile-info {
    margin-top: 16px;
}

.button-container {
    padding: 16px;
}

#seminar-login{
    border: none;
}


#seminar-login{
    border: none;
}

#wp-admin-bar-site-name, #wp-admin-bar-wp-logo, #adminbarsearch, #wp-admin-bar-edit-profile{display: none;}

.navbar-brand {
    top: 24px !important;
}

.username{display: none !important;}



/* CONGRESO SEN */


.congreso-sen {
    background-color: #FFF;
}


.congreso-sen .section-header {
    padding: 1.25rem 1rem;

}

.congreso-sen .section-header .header-top {
    border-bottom: 2px solid #E9DBC2;
    padding: 1rem 0;
}

.congreso-sen .section-header .header-bottom {
    padding: .5rem 1rem;
}

.congreso-sen .section-header .header-bottom a{
    font-family: 'Helvetica', sans-serif;
    color: #C89C43;
    font-weight: 300;
    font-size: .9rem;
    position: relative;
}

.congreso-sen .section-header .header-bottom a::before {
    content: url('https://www.lundbeckacademy.com/wp-content/themes/lundbeckacademy/assets/img/back.png');
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%)
}

.congreso-sen .section-header h1{
    font-family: 'Rokkitt', serif;
    color: #E09C14;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1), 3px 3px 0px rgba(232, 218, 194, 1);
    font-size: 3rem;
}

.congreso-sen .section-header img{
    max-width: 12rem;
}

.congreso-sen .section-video {
    padding: 1rem 0 3rem 0;
}

.congreso-sen .section-video .row{
    padding-bottom: 3rem;
    border-bottom: 2px solid #E9DBC2;
}

.congreso-sen h2{
    font-family: 'Helvetica', sans-serif;
    color: #744D01;
    background-color: #E9DBC2;
    padding: 1rem 1.5rem;
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.congreso-sen h3{
    font-family: 'Helvetica', sans-serif;
    color: #937D55;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.congreso-sen p {
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: 300;
}

.congreso-sen p strong {
    font-weight: 600;
}

.congreso-sen .video {
    width: 100%;
    /* 	padding-bottom: 52%; */
    background-color: #C6C6C6;
    box-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 6px 6px 0px rgba(234, 234, 231, .8);
}

.congreso-sen .video div {
    position: relative;
    padding: 56.25% 0 0 0;
}

.fluid-width-video-wrapper {
    margin-top: -56.25%;
}


.congreso-sen .imagen {
    width: 100%;
    height: 100%;
    box-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 6px 6px 0px rgba(234, 234, 231, .8);
}

.congreso-sen .section-content .row {
    margin-bottom: 5rem;
}

.congreso-sen .buttons {
    margin-top: 2rem;
}

.congreso-sen .buttons a{
    font-family: 'Helvetica', sans-serif;
    color: #FFF;
    background-color: #E09C14;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    box-shadow: 2px 2px 0px rgba(255, 255, 255, 1), 6px 6px 0px rgba(234, 234, 231, .8);
    margin-right: 2.5rem;
}

/* AVANCES EN DEPRESIÓN */


.postid-339 .navbar {
    background: #021225;
}

.postid-339 .main-footer {
    background: #22201F;
}

.avances-depresion {
    padding-bottom: 0;
}

.avances-depresion .webinar-header {
    background: #021225;
}

.avances-depresion .section-webinar-img {
    background: linear-gradient(0deg, #005180 40%, #021225 60%);
}

.avances-depresion {
    background: #005180;
}

.avances-depresion .btn-icalendar {
    background-color: rgba(166, 162, 124, 0.73);
    border: none;
}

.avances-depresion .btn-icalendar:hover {
    background-color: rgba(166, 162, 124, 1);
}

.avances-depresion .webinar-header h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #FFF;
    font-size: 3.5rem;
    letter-spacing: 0;
}

.avances-depresion .tab-content {
    background-color: #00304c;
    color: #FFF;
    margin-bottom: 10rem;
}

.avances-depresion .time-text {
    color: #FFF;
}

.avances-depresion .ponente .btn-bio {
    color: #44AADD !important;
}

.avances-depresion .ponente .ponente-text {
    color: #A5A07B;
}

.avances-depresion .ponente .cargo-text {
    opacity: .5;
}

.avances-depresion .card {
    background-color: #021225;
}

.avances-depresion .small-text {
    line-height: 1.8;
    opacity: .6;
}

.avances-depresion .material__text {
    color: #A5A07B;
}

.avances-depresion .pre-footer {
    background-color: #FFF;
    padding: 2rem 0;
}

.avances-depresion .pre-footer img {
    max-width: 15rem;
}

.webinar-button-container {
    display: table;
    margin: 0 auto;
}

.webinar-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    background-color: #B92504;
    border-color: #B92504;

    color: #ffffff;
    font-size: 1rem;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.webinar-button:hover {
    color: white;
    text-decoration: none;
}