/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
    body .schedule-section ul.data li {
        color: white;
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    body .schedule-section .nav-tabs li a {
        font-size: 50px;
    }
    body .schedule-section ul.data li span {
        min-width: 370px;
    }
    body .speaker-section p {
        font-size: 22px;
        color: #fff;
        line-height: 1.4;
        min-height: 160px;
    }
    body .f60 {
        font-size: 32px;
        line-height: 1.3;
    }
    body .speaker-section  h1 {
        font-size: 34px !important;
    }
    p.f60.blurb{font-size: 22px !important}
    .testimonial1 p{font-size: 16px !important}
    body .border-left-1-w{
        padding-left: 30px;
    }
}

.border-left-1-w{
    padding-left: 60px;
}
/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {

    body .speaker-section h3 {
        font-size: 28px;
    }
    body .speaker-section p {
        font-size: 22px;
        color: #fff;
        line-height: 1.4;
        min-height: 160px;
    }
    body .schedule-section ul.data li {
        color: white;
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    body .schedule-section .nav-tabs li a {
        font-size: 40px;
    }
    body .btnregister {
        border: 2px solid #C68442;
        color: white;
        font-size: 30px;
        padding: 19px 46px !important;
    }
    body .f60 {
        font-size: 32px;
        line-height: 1.3;
    }
    body .info_prices h3 {
        font-size: 32px;
    }
    body .customcolors {
        color: white;
        font-size: 28px !important;
    }
    body .container {
        max-width: calc(100% - 50px);
    }
    .customcolorsbg h1, .question-section h1, .location-section h1, .schedule-section h1, .speaker-section h1 {
        font-size: 70px !important;
        color: #FDE3BA;
    }
    body .customcolors {
        color: white;
        font-size: 20px !important;
    }
    .customcolors {
        font-size: 47px !important;
        padding: 20px 38px !important;
    }
    body .btnregister.fixed {
        border: 2px solid #C68442;
        color: white;
        font-size: 48px;
    }
}


/* ==============================
   Phone
   ============================== */
@media (max-width: 480px) and (min-width: 320px){
    body .w-xs-100{
        max-width: 100% !important
    }
    body .border-left-1-w{
        padding-left: 0px;
    }
    .customcolorsbg h1, .question-section h1, .location-section h1, .schedule-section h1 {
        font-size: 46px !important;
        color: #FDE3BA;
    }
    body .f60 {
        font-size: 20px;
        line-height: 1.3;
    }
    body marquee {
        font-size: 126px;
    }
    body .info_prices h3 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    body .speaker-section h1 {
        font-size: 36px;
        color: #FDE3BA;
        line-height: 1;
    }
    body .speaker-section h3 {
        font-size: 30px;
        margin-top: 20px;
        color: #FDE3BA;
        text-transform: uppercase;
    }
    .mb-xs-60{margin-bottom: 60px}
    body .schedule-section .nav-tabs li {
        width: 100%;
        border-right: 0px solid white;
        border-bottom: 2px solid white;
    }
    body .schedule-section .nav-tabs li a {
        position: relative;
        font-size: 30px;
        color: white;
        padding: 40px 0;
    }
    body .schedule-section ul.data li span {
        border-right: 1px solid white;
        padding: 5px 10px;
        /* border-radius: 40px; */
        margin-right: 10px !important;
        display: inline-block;
        min-width: 0px;
    }
    body .schedule-section ul.data li {
        color: white;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        margin-bottom: 25px;
        font-family: Inter !important;
    }
    body .btnregister {
        border: 2px solid #C68442;
        color: white;
        font-size: 17px;
        padding: 15px 25px !important;
    }
    body .menuH{max-width: 100%}
    body iframe.map{
        width: 100% !important;
            height: 50vh !important;
             position: relative !important;
            filter: grayscale(100%) !important;
            visibility: visible !important;
    }
    body .br0{border:0 !important}
    body .info_prices .col-md-6 .info {
        padding: 90px 0 90px 15px;
    }
    body .customcolors {
        color: white;
        font-size: 17px !important;
        padding: 16px 16px !important;
        border: 2px solid #FFFFFF;
        -webkit-animation: changecolors 9s linear infinite;
        -moz-animation: changecolors 9s linear infinite;
        -ms-animation: changecolors 9s linear infinite;
        -o-animation: changecolors 9s linear infinite;
        animation: changecolors 9s linear infinite;
    }
    body .info_prices h2 {
        font-size: 53px;
    }
    .videopromo{
        width: 100%;
            max-height: 213px;
    }
.mobile-on{display: block !important}
.mobile-off{display: none !important}
}