/* FONTS */

@font-face {
    font-family: HelvNeue75;
    src: url(../fonts/HelvNeue75.eot);
    src: url(../fonts/HelvNeue75.eot?#iefix) format('embedded-opentype'), url(../fonts/HelvNeue75.woff) format('woff'), url(../fonts/HelvNeue75.ttf) format('truetype'), url(../fonts/HelvNeue75.svg?#shapes_prueba) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelvNeue55;
    src: url(../fonts/HelvNeue55.eot);
    src: url(../fonts/HelvNeue55.eot?#iefix) format('embedded-opentype'), url(../fonts/HelvNeue55.woff) format('woff'), url(../fonts/HelvNeue55.ttf) format('truetype'), url(../fonts/HelvNeue55.svg?#shapes_prueba) format('svg');
    font-weight: 400;
    font-style: normal
}


/* RESET */

.uppercase {
    text-transform: uppercase!important;
}

html,
body,
h1,
span,
dt,
p,
section,
figure {
    margin: 0;
    padding: 0;
    line-height: 0;
}

body {
    font-size: 1em;
    font-family: HelvNeue55;
    background-color: black;
    min-height: 100vh;
}

strong,
em {
    font-style: normal;
}

ul,
dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

button {
    background: transparent;
    border: none;
    outline: none!important;
}

figure {
    margin: 0;
}


/* BVALIDATOR */


/* /////  BOTÓN MWC  ////// */

.btn-orange {
    color: #FFFFFF;
    background-color: #FF7900;
    border-color: #FF7900;
    border-radius: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    text-decoration: none!important;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: #FFFFFF;
    background-color: #FF7900;
    border-color: #FF7900;
    text-decoration: none!important;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-image: none;
    text-decoration: none!important;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background-color: #FF7900;
    border-color: #FF7900;
}

.btn-orange .badge {
    color: #FF7900;
    background-color: #FFFFFF;
}

.btn-mwc {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
    border-radius: 0!important;
    border-width: 2px;
}

.btn-mwc:hover,
.btn-mwc:focus,
.btn-mwc:active,
.btn-mwc.active,
.open .dropdown-toggle.btn-mwc {
    color: #000000;
    background-color: #F2F2F2;
    border-color: #000000;
}

.btn-mwc:active,
.btn-mwc.active,
.open .dropdown-toggle.btn-mwc {
    background-image: none;
}

.btn-mwc.disabled,
.btn-mwc[disabled],
fieldset[disabled] .btn-mwc,
.btn-mwc.disabled:hover,
.btn-mwc[disabled]:hover,
fieldset[disabled] .btn-mwc:hover,
.btn-mwc.disabled:focus,
.btn-mwc[disabled]:focus,
fieldset[disabled] .btn-mwc:focus,
.btn-mwc.disabled:active,
.btn-mwc[disabled]:active,
fieldset[disabled] .btn-mwc:active,
.btn-mwc.disabled.active,
.btn-mwc[disabled].active,
fieldset[disabled] .btn-mwc.active {
    background-color: #FFFFFF;
    border-color: #000000;
}

.btn-mwc .badge {
    color: #FFFFFF;
    background-color: #000000;
}


/* /////  LAYOUT  ////// */

body {
    background: url('../img/background-blur.jpg') no-repeat left 100px fixed;
    background-size: cover;
}

body.log-in {
    background: url('../img/background-blur.jpg') no-repeat left 100px fixed;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    body {
        background: url('../img/background-mb-blur.jpg') no-repeat left top fixed;
        background-size: cover;
        min-height: 100vh;
        /*
        background-position: -101px bottom;
        */
    }
    body.log-in {
        background: url('../img/background-mb-blur.jpg') no-repeat left 10px fixed;
        background-size: cover;
    }
}

@media screen and (max-width: 380px) {
    #librito {
        margin-top: 25px;
    }
}


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

header {
    color: #FFFFFF;
    background: #FFFFFF!important;
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 9999;
    /* background: rgba(228,223,217,1);
background: -moz-linear-gradient(left, rgba(228,223,217,1) 0%, rgba(229,224,218,1) 1%, rgba(243,240,235,1) 24%, rgba(243,240,235,1) 74%, rgba(230,225,219,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,223,217,1)), color-stop(1%, rgba(229,224,218,1)), color-stop(24%, rgba(243,240,235,1)), color-stop(74%, rgba(243,240,235,1)), color-stop(100%, rgba(230,225,219,1)));
background: -webkit-linear-gradient(left, rgba(228,223,217,1) 0%, rgba(229,224,218,1) 1%, rgba(243,240,235,1) 24%, rgba(243,240,235,1) 74%, rgba(230,225,219,1) 100%);
background: -o-linear-gradient(left, rgba(228,223,217,1) 0%, rgba(229,224,218,1) 1%, rgba(243,240,235,1) 24%, rgba(243,240,235,1) 74%, rgba(230,225,219,1) 100%);
background: -ms-linear-gradient(left, rgba(228,223,217,1) 0%, rgba(229,224,218,1) 1%, rgba(243,240,235,1) 24%, rgba(243,240,235,1) 74%, rgba(230,225,219,1) 100%);
background: linear-gradient(to right, rgba(228,223,217,1) 0%, rgba(229,224,218,1) 1%, rgba(243,240,235,1) 24%, rgba(243,240,235,1) 74%, rgba(230,225,219,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dfd9', endColorstr='#e6e1db', GradientType=1 ); */
}


/* Logo */

header h1 {
    margin-top: 20px;
}

header nav {
    /* padding-top: 0px; */
    padding-top: 20px;
}

.inicio header nav,
.start header nav {
    /* padding-top: 0px; */
    padding-top: 0px;
}

.menu {
    margin-top: 20px;
}

header .orange-box,
header img {
    float: left;
}

header img {
    float: right;
    margin: 6px 0 0 10px;
    transform: scale(.95);
}

header .orange-txt {
    transform: translateY(51px);
    animation: animation-txt-orange .8s linear .1s forwards;
}

@keyframes animation-txt-orange {
    0% {
        transform: translateY(51px);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 1200px) {
    header img {
        /* margin: -45px 0 0 45px;
    transform: scale(.9); */
    }
    header figure {
        margin: 10px;
    }
}

@media screen and (max-width: 992px) {
    header {
        height: 80px;
    }
    header h1 {
        margin-top: 15px;
    }
    header .orange-box {
        transform: scale(0.9);
    }
    header img {
        /* margin: -43px 0 0 0;
    transform: scale(.7); */
    }
    .menu {
        margin-top: -25px;
    }
}

@media screen and (max-width: 768px) {
    header img {
        margin: -43px 0 0 0;
        transform: scale(.7);
    }
    #unpocodeespacio {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 70px;
    }
    header h1 {
        margin-top: 10px;
    }
    header img {
        margin: 8px 0 0 -45px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    header img {
        margin: 8px 0 0 -75px;
        margin-right: 20px;
        transform: scale(.6);
    }
}

@media screen and (max-width: 420px) {
    header .orange-box {
        transform: scale(0.8);
        position: fixed;
        top: 10px;
        left: 20px;
    }
    header img {
        margin: 0px 0 20px -62px;
        transform: scale(.43);
        margin-right: 20px;
    }
}


/* Menu */

.menu nav ul {
    font-size: 2.2em;
    /* margin-top: 52px;
  float: right; */
    padding-top: 15px;
    color: black;
}

.menu nav ul li {
    display: inline-block;
    margin-left: 15px;
}

.menu nav ul li a {
    display: inline-block;
    transition: color .25s ease-in-out;
    color: black;
}

.menu nav ul li span {
    margin-left: 15px;
}

@media screen and (max-width: 1200px) {
    .menu nav ul {
        font-size: 1.9em;
    }
}

@media screen and (max-width: 992px) {
    .menu nav ul {
        font-size: 1.6em;
        margin-top: 44px;
    }
    .menu nav ul li span {
        margin-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .menu nav ul li a {
        color: white;
    }
    .menu {
        display: none;
    }
    .menu nav {
        float: initial;
        position: relative;
    }
    .menu nav ul {
        font-size: 2.5em;
        margin-top: 0;
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 10vh;
        width: 100%;
        height: 55vh;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-item-align: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .menu nav ul li {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .menu nav ul li span {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .menu nav ul li a:hover {
        color: #FF7900;
    }
}


/* burguer-menu */

.burguer-menu-icon {
    width: 40px;
    height: 30px;
    position: fixed;
    top: 21px;
    right: 20px;
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.burguer-menu-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #000000;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burguer-menu-icon span:nth-of-type(1) {
    top: 0px;
}

.burguer-menu-icon span:nth-of-type(2),
.burguer-menu-icon span:nth-of-type(3) {
    top: 12px;
}

.burguer-menu-icon span:nth-of-type(4) {
    top: 24px;
}

.burguer-menu-icon.open span:nth-of-type(1),
.burguer-menu-icon.open span:nth-of-type(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.burguer-menu-icon.open span:nth-of-type(2) {
    transform: rotate(45deg);
}

.burguer-menu-icon.open span:nth-of-type(3) {
    transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .burguer-menu-icon {
        display: none;
    }
}


/* bg menu mobile */

.bg-menu-mobile {
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 71px;
    z-index: 1;
}


/* ///////// SECTIONS DAYS ///////// */

#days {
    margin-top: 150px;
    color: #FFFFFF;
}

#days .block-day {
    height: 275px;
}

#days .block-day .block-txt {
    height: 250px;
    font-family: HelvNeue75;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    /* justify-content: center; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 5px 5px 15px black;
    /* box-shadow: 13px 15px 2px 3px rgba(100,100,100,0.8); */
}

#days .block-day a {
    color: black;
}

#days .block-day.dia1 .block-txt {
    background: #FFFFFF;
}

#days .block-day.dia2 .block-txt {
    background: #FFFFFF;
}

#days .block-day.dia3 .block-txt {
    background: #FFFFFF;
}

#days .block-day.dia4 .block-txt {
    background: #FFFFFF;
    box-shadow: 5px 5px 15px black;
}

#days .block-txt p:first-of-type {
    font-size: 12em;
    line-height: 1.4;
    color: #FF6600;
}

#days .block-txt span {
    font-size: .7em;
    margin-left: 5px;
}

#days .block-txt p:last-of-type {
    font-size: 3em;
    /* text-transform: uppercase; */
}

#days .block-day .block-arrow {
    background: #ff6600;
    box-shadow: 5px 5px 15px black;
    height: 76px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    /* box-shadow: 13px 21px 2px 3px  rgba(100,100,100,0.8); */
}

#days .block-day .block-arrow span {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

#days .block-day:nth-of-type(1) .block-arrow span {
    border-top: 20px solid #FFFFFF;
}

#days .block-day:nth-of-type(2) .block-arrow span {
    border-top: 20px solid #FFFFFF;
}

#days .block-day:nth-of-type(3) .block-arrow span {
    border-top: 20px solid #FFFFFF;
}

#days .block-day:nth-of-type(4) .block-arrow span {
    border-top: 20px solid #FFFFFF;
}

@media screen and (max-width: 992px) {
    #days .block-day .block-txt {
        height: 125px;
    }
    #days .block-txt p:first-of-type {
        font-size: 5em;
        margin-bottom: 35px;
    }
    #days .block-txt p:last-of-type {
        font-size: 1.8em;
    }
    #days .block-day .block-arrow {
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    #days {
        margin-top: 110px;
    }
    #days .block-txt p:first-of-type {
        font-size: 4em;
        margin-bottom: 30px;
    }
    #days .block-txt p:last-of-type {
        font-size: 1.5em;
    }
}


/* ///////// SECTIONS CONFIRM MEETING ///////// */


/* ///////// SECTIONS CONFIRM MEETING ///////// */

#confirm-meeting {
    margin-top: 120px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

#confirm-meeting .row:first-of-type {
    position: relative;
    z-index: 2;
    top: -15px;
}


/* BLOCK DAYS */

#confirm-meeting .block-day {
    padding-left: 0;
    padding-right: 0;
    z-index: 999;
    background-color: transparent;
    /* text-shadow: 0px 0px 8px #d6e7e3 */
}

#confirm-meeting .block-day .block-txt {
    height: 150px;
    font-family: HelvNeue75;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: white;
}

#confirm-meeting.edit-meeting .block-day {
    top: 15px;
    position: relative;
    background-color: transparent;
    z-index: 999;
}


#confirm-meeting .block-day .block-txt p:first-of-type {
    font-size: 8em;
    margin-bottom: 48px;
    
}

#confirm-meeting .block-day .block-txt span {
    font-size: .7em;
    margin-left: 5px;

}

#confirm-meeting .block-day .block-txt p:last-of-type {
    font-size: 2em;
    /* text-transform: uppercase; */
}

#confirm-meeting .block-day .block-arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

#confirm-meeting .block-day .block-arrow span {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

#confirm-meeting .block-day.dia1 .block-arrow span {
    border-top: 15px solid #4bb4e6;
}

#confirm-meeting .block-day.dia2 .block-arrow span {
    border-top: 15px solid #a885d8;
}

#confirm-meeting .block-day.dia3 .block-arrow span {
    border-top: 15px solid #50be87;
}

#confirm-meeting .block-day.dia4 .block-arrow span {
    border-top: 15px solid #e589d0;
}

#confirm-meeting .block-day.dia1 .block-txt {
    background: transparent;
}

#confirm-meeting .block-day.dia2 .block-txt {
    background: transparent;
}

#confirm-meeting .block-day.dia3 .block-txt {
    background: transparent;
}

#confirm-meeting .block-day.dia4 .block-txt {
    background: transparent;
}

@media screen and (max-width: 992px) {
    #confirm-meeting .block-day:nth-of-type(1) {
        padding-right: 7.5px;
    }
    #confirm-meeting .block-day:nth-of-type(2) {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #confirm-meeting .block-day:nth-of-type(3) {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    #confirm-meeting .block-day:nth-of-type(4) {
        padding-left: 7.5px;
        padding-right: 0;
    }
    #confirm-meeting .block-day .block-txt p:first-of-type {
        font-size: 5em;
        margin-bottom: 33px;
    }
    #confirm-meeting .block-day .block-txt p:last-of-type {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 768px) {
    #confirm-meeting .block-day .block-txt {
        height: 150px;
    }
}

@media screen and (max-width: 640px) {
    #confirm-meeting .block-day .block-txt {
        height: 120px;
    }
    #confirm-meeting .block-day .block-txt p:first-of-type {
        font-size: 4em;
        margin-bottom: 27px;
    }
    #confirm-meeting .block-day .block-txt p:last-of-type {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #confirm-meeting .block-day .block-txt {
        height: 80px;
    }
    #confirm-meeting .block-day .block-txt {
        height: 120px;
    }
    #confirm-meeting .block-day .block-txt p:first-of-type {
        font-size: 3.2em;
        margin-bottom: 24px;
    }
    #confirm-meeting .block-day .block-txt p:last-of-type {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 370px) {
    #confirm-meeting .block-day .block-txt {
        height: 70px;
    }
    #confirm-meeting .block-day .block-txt p:first-of-type {
        font-size: 2.7em;
        margin-bottom: 21px;
    }
    #confirm-meeting .block-day .block-txt p:last-of-type {
        font-size: 1em;
    }
}


/* BLOCK FORM */

#confirm-meeting .row:last-of-type {
    position: relative;
    z-index: 1;
}

#confirm-meeting .block-form {
    margin-top: -15px;
    padding-left: 8px;
    padding-right: 8px;
    /* background: #e4e2e2; */
    margin-bottom: 50px;
}

.banda {
    box-shadow: 0px -20px 0px 0px #FF7900;
    background-color: rgba(0, 0, 0, 0.8);
}

#confirm-meeting .block-form .row:first-of-type {
    color: #FF7900;
    font-family: HelvNeue75;
}

#confirm-meeting .block-form .data-meeting {
    margin-top: 35px;
    padding-left: 30px;
    /*margin-left: 15px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

#confirm-meeting .block-form .data-meeting p {
    font-size: 5.6em;
    margin-right: 20px;
}

#confirm-meeting .block-form .data-meeting span {
    font-size: .55em;
    margin-left: 20px;
}

#confirm-meeting .block-form .data-meeting ul {
    /* margin-top: 15px; */
    margin-top: 0px;
}

#confirm-meeting .block-form .data-meeting ul li {
    display: inline-block;
    margin-right: 23px;
}

#confirm-meeting .block-form .data-hours {
    margin-top: 30px;
    padding-left: 30px;
    /*margin-left: 15px;*/
}

#confirm-meeting .block-form .data-hours span {
    height: 2px;
    width: 97%;
    background: #666666;
    display: block;
}

@media screen and (max-width: 992px) {
    #confirm-meeting .block-form .data-meeting p {
        font-size: 4.6em;
        margin-right: 18px;
    }
    #confirm-meeting .block-form .data-meeting span {
        font-size: .55em;
        margin-left: 12px;
    }
    #confirm-meeting .block-form .data-meeting ul li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    #confirm-meeting {
        margin-top: 100px;
    }
    #confirm-meeting .block-form .data-meeting {
        padding-left: 15px;
    }
    #confirm-meeting .block-form .data-hours {
        padding-left: 15px;
    }
    #confirm-meeting .block-form .data-meeting p {
        font-size: 4em;
        margin-right: 12px;
    }
    #confirm-meeting .block-form .data-meeting span {
        font-size: .55em;
        margin-left: 8px;
    }
    #confirm-meeting .block-form .data-meeting ul li {
        margin-right: 12px;
    }
    #confirm-meeting .block-form .data-hours span {
        width: 97.4%;
    }
}

@media screen and (max-width: 640px) {
    #confirm-meeting .block-form .data-meeting {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #confirm-meeting .block-form .data-meeting p {
        width: 100%;
        margin-top: 20px;
    }
    #confirm-meeting .block-form .data-meeting ul {
        margin-top: 36px;
    }
    #confirm-meeting .block-form .data-hours span {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #confirm-meeting .block-form .data-meeting {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
    }
    #confirm-meeting .block-form .data-meeting p {
        margin-top: 20px;
        font-size: 3.3em;
        margin-right: 12px;
    }
    #confirm-meeting .block-form .data-meeting span {
        font-size: .5em;
        margin-left: 8px;
    }
    #confirm-meeting .block-form .data-meeting ul li {
        margin-right: 8px;
    }
    #confirm-meeting .block-form .data-meeting ul {
        margin-top: 36px;
    }
}

@media screen and (max-width: 356px) {
    #confirm-meeting .block-form .data-meeting ul li {
        margin-right: 5px;
    }
}

#confirm-meeting .block-form .container-form {
    color: #666666;
    margin-top: 60px;
}

#confirm-meeting .block-form .container-form .field-form {
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

#confirm-meeting .block-form .container-form .field-form p {
    font-size: 2em;
    font-family: HelvNeue75;
    width: 30%;
    padding-left: 15px;
}

#confirm-meeting .block-form .container-form .field-form:nth-of-type(95) p,
#confirm-meeting .block-form .container-form .field-form:nth-of-type(96) p {
    font-size: 1.7em;
    padding-left: 50px;
}

#confirm-meeting .block-form .container-form .field-form input,
#confirm-meeting .block-form .container-form .field-form select {
    height: 40px;
    font-size: 2em;
    font-family: HelvNeue75;
    padding-left: 20px;
    color: #666666;
    border: none;
}

#confirm-meeting .block-form .container-form .field-form textarea {
    height: 80px;
    width: 60%;
    padding-top: 10px;
    line-height: 100%;
    font-size: 2em;
    font-family: HelvNeue75;
    padding-left: 20px;
    color: #666666;
    border: none;
}

#confirm-meeting .block-form .container-form .field-form .bootstrap-select {
    width: 60%;
}

#confirm-meeting .block-form .container-form .field-form .bootstrap-select button {
    width: 100%;
    height: 61px;
    font-size: 1.7em;
    font-family: HelvNeue75;
    padding-left: 20px;
    color: #000000;
    border: none;
}

#confirm-meeting .block-form .container-form .field-form .select-container {
    width: 152px;
    height: 61px;
    background: url("../img/select_form.png") no-repeat #FFFFFF;
}

#confirm-meeting .block-form .container-form .field-form .select-container select {
    width: 152px;
    height: 61px;
    border: none;
    font-size: 3em;
    font-family: HelvNeue75;
    padding-left: 30px;
    color: #000000;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (min-width: 767px) {
    #confirm-meeting .block-form .container-form .field-form input,
    #confirm-meeting .block-form .container-form .field-form select {
        width: 60%;
        height: 61px;
        font-size: 2.7em;
        line-height: 2em;
        font-family: HelvNeue75;
        padding-left: 20px;
        color: #000000;
        border: none;
    }
    #confirm-meeting .block-form .container-form .field-form select {
        text-indent: 9px;
        padding-left: 0px!important;
        text-align: left;
    }
    #confirm-meeting .block-form .container-form .field-form input[type=checkbox] {
        width: 55px;
        height: 61px;
        background: transparent;
        border: none;
    }
    #confirm-meeting .block-form .container-form .field-form input[type=checkbox]:after {
        width: 55px;
        height: 61px;
        content: "";
        background-color: #FFFFFF;
        display: inline-block;
        visibility: visible;
    }
    #confirm-meeting .block-form .container-form .field-form input[type=checkbox]:checked:after {
        width: 55px;
        height: 61px;
        content: "\2714";
        color: #FF7900;
        padding: 0 0 0 8px;
        line-height: 61px;
        font-size: 1.7em;
    }
    #confirm-meeting .block-form .container-form .field-form input[type=radio] {
        width: 55px;
        height: 61px;
        background: transparent;
        border: none;
    }
    #confirm-meeting .block-form .container-form .field-form input[type=radio]:after {
        width: 55px;
        height: 61px;
        content: "";
        background-color: #FFFFFF;
        display: inline-block;
        visibility: visible;
    }
    #confirm-meeting .block-form .container-form .field-form input[type=radio]:checked:after {
        width: 55px;
        height: 61px;
        content: "\2714";
        color: #FF7900;
        padding: 0 0 0 8px;
        line-height: 61px;
        font-size: 1.7em;
    }
}

#confirm-meeting .block-form .container-form .field-form .check-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}

#confirm-meeting .block-form .container-form .field-form .check-container .block-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
}

#confirm-meeting .block-form .container-form .field-form .check-container .sub-check {
    margin-left: 60px;
}

#confirm-meeting .block-form .container-form .field-form .check-container .block-check p {
    width: 100%;
}

#confirm-meeting .block-form .confirm-button {
    width: 100%;
    height: 50px;
    background: #FF7900;
    margin: 25px auto 25px;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 2em;
    display: block;
}

#confirm-meeting .block-form button:hover {
    text-decoration: none;
}

#confirm-meeting .block-form .container-form .field-form:last-of-type input {
    /* margin-left: 30%;*/
}

@media screen and (max-width: 768px) {
    #confirm-meeting .block-form .container-form {
        margin-top: 30px;
    }
    #confirm-meeting .block-form .container-form .field-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #confirm-meeting .block-form .container-form .field-form p {
        width: 100%;
        margin: 25px 0;
        padding-left: 0;
    }
    #confirm-meeting .block-form .container-form .field-form:nth-of-type(95) p,
    #confirm-meeting .block-form .container-form .field-form:nth-of-type(96) p {
        padding-left: 0;
    }
    #confirm-meeting .block-form .container-form .field-form input,
    #confirm-meeting .block-form .container-form .field-form select {
        /*width: 82%;*/
        padding-left: 10px;
        font-size: 2em;
        line-height: 100%;
    }
    #confirm-meeting .block-form .container-form .field-form input[type=checkbox]:checked:after {
        font-size: 2.5em;
    }
    #confirm-meeting .block-form .container-form .field-form .check-container {
        width: 100%;
        margin-left: 0;
    }
    #confirm-meeting .block-form .container-form .field-form .check-container .block-check {
        width: 100%;
        max-height: 25px;
    }
    #confirm-meeting input[type="text"] {
        width: 100%;
    }
    #confirm-meeting .block-form .container-form .field-form .check-container .block-check p {
        margin-left: 10px;
        font-size: 1.5em;
    }
    #confirm-meeting .block-form .container-form .field-form:last-of-type input {
        margin-left: 0;
    }
}

@media screen and (max-width: 376px) {
    #confirm-meeting .block-form .container-form .field-form .check-container .block-check p {
        font-size: 1.2em;
    }
}


/* CLASES */

.block-hidden {
    display: none;
}

.invisible {
    visibility: hidden;
    opacity: 0;
}

.block-arrow {
    display: none!important;
}

.selected-day {
    background-color: #FF7900!important;
}

.selected-day .block-txt {
    color: white!important;
}

#otros_requerimientos.oculto {
    display: none;
}

#confirm-meeting .bs-searchbox>input {
    font-size: 18px!important;
    height: 25px!important;
}

.post-selected-day {
    background-color: transparent!important;
}

#confirm-meeting .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: visible;
    width: 100%;
    padding-top: 10px;
    font-size: 1.7em;
}

.asistio i {
    color: green;
    font-size: 2em
}

.no-asistio i {
    color: #CCC;
    font-size: 2em;
}

.subraya:hover {
    text-decoration: underline!important;
}

.popover-content {
    color: black;
}

.naranja {
    color: #FF7900!important;
}

.block-arrow {
    display: none!important
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.fondo-negro-traslucido {
    background-color: rgba(0, 0, 0, 0.8);
}

.title-meetings {
    padding: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .mx-mb-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .px-mb-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #confirm-meeting .row:first-of-type {
        left: 0 !important;
    }
    #confirm-meeting .block-form .container-form .field-form .bootstrap-select button {
        font-size: 1em;
    }
    #confirm-meeting .block-form .container-form .field-form .bootstrap-select {
        width: 82%;
    }
    .pt-mb-0 {
        padding-top: 0 !important;
    }
    .title-meetings {
        padding: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    div#row-datos-reserva {
        padding-top: 25px;
    }
    #confirm-meeting .block-form {
        padding-left: 0;
    }
}

.open-day {
    position: absolute;
    top: 18px;
    right: 13px;
    color: #FF7900;
}


/* D E M O S */

.fondoNegro {
    background-color: rgba(0, 0, 0, 0.8);
}

.texto {
    font-size: 1.5em;
    line-height: 140%;
}

.textoGrande {
    font-size: 2em;
    line-height: 100%;
}

.pt-5 {
    padding-top: 3em;
}

.pb-5 {
    padding-bottom: 3em;
}

.pl-5 {
    padding-left: 3em;
}

.pr-5 {
    padding-right: 3em;
}

.pt-4 {
    padding-top: 2.5em;
}

.pb-4 {
    padding-bottom: 2.5em;
}

.pl-4 {
    padding-left: 2.5em;
}

.pr-4 {
    padding-right: 2.5em;
}

.pt-3 {
    padding-top: 2em;
}

.pb-3 {
    padding-bottom: 2em;
}

.pl-3 {
    padding-left: 2em;
}

.pr-3 {
    padding-right: 2em;
}

.pt-2 {
    padding-top: 1.5em;
}

.pb-2 {
    padding-bottom: 1.5em;
}

.pl-2 {
    padding-left: 1.5em;
}

.pr-2 {
    padding-right: 1.5em;
}

.pt-1 {
    padding-top: 1em;
}

.pb-1 {
    padding-bottom: 1em;
}

.pl-1 {
    padding-left: 1em;
}

.pr-1 {
    padding-right: 1em;
}

.panel-title {
    position: relative;
}

.panel-title a::after {
    content: "\f0d7";
    font-weight: bolder;
    font-size: 1em;
    color: #CCC;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title a[aria-expanded="true"]::after {
    content: "\f0d8";
    font-weight: bolder;
    font-size: 1em;
    color: #CCC;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel-heading {
    border-radius: 0!important;
}

@media (max-width: 992px) {
    .home_demos .row {
        margin-top: -1px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: -1px;
    }
}

.cursorHelp {
    cursor: help;
}

.mb1em {
    margin-bottom: 1em;
}

.mb2em {
    margin-bottom: 2em;
}

blockquote {
    font-size: 1em;
    border-left: none;
}

br.soloHome {
    display: none;
}

.px-0 {
    padding-left: 0!important;
    padding-right: 0!important;
}