/*!
 * DRACODE
 * Code Solutions
 * 
 * Author: //carlosonfire 
 * 03/Oct/2016
 */


/*Custom Font Imports*/

@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway/Raleway-Regular.ttf);
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url(../fonts/Raleway/Raleway-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url(../fonts/Raleway/Raleway-ExtraBold.ttf);
}


/*End Custom Font Imports*/

.title {
    font-family: Raleway-Regular;
    font-weight: bold;
}

.bigAssText {
    font-family: Raleway-ExtraBold;
    font-size: 42px;
    color: #000000;
}

.text28 {
    font-family: Raleway-Regular;
    font-size: 28px;
    color: #7F7F7F;
}

.text24 {
    font-family: Raleway-Regular;
    font-size: 24px;
    color: #7F7F7F;
}

.text18 {
    font-family: Raleway-Regular;
    font-size: 18px;
    color: #7F7F7F;
}

.jumboText {
    font-family: Raleway-Bold;
    font-size: 70px;
    color: #FFFFFF;
    letter-spacing: 4.16px;
    text-align: right;
}

.spacing {
    letter-spacing: 3px;
}

.whiteTxt {
    color: #FFF;
}

.blueTxt {
    color: #2ECBD0;
}

.btnOrange {
    background: #F86942;
    border: 2px solid #F86942;
    border-radius: 8px;
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 15px;
}

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


/*SECTION INTRO*/

#hero {
    background: linear-gradient(-90deg, rgba(38, 208, 206, 0.4), rgba(26, 41, 128, 0.4)), url("../images/backHero.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 50px;
}

#whiteRect {
    position: relative;
    width: 100%;
    height: 100%;
    border: 10px solid #FFF;
    text-align: center;
}

#logoCongreso {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*END SECTION INTRO*/


/*SECTION SEDE*/

#sede {
    padding: 200px 0;
    background: #F8F8F8;
}


/*END SECTION SEDE*/


/*CONAPEME STREAMING*/

#conapeme-streaming {
    padding: 150px 0;
    background: linear-gradient(-90deg, rgba(38, 208, 206, 0.6), rgba(26, 41, 128, 0.3)), url("../images/conferencia.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    /*END CONAPEME STREAMING*/
    /*SECTION WELCOME*/
}

#backWelcome {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(68, 167, 216, 1) 80%);
    /*url("http://conapemecongresos.org/images/backWelcome.jpg") no-repeat center center;*/
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 200px 0;
}

.custom-modal-header {
    background-image: linear-gradient(-135deg, #4CC1BD 0%, #3F95EA 100%);
}


/*END WELCOME SECTION*/


/*SECTION COMITÉ*/

#comite {
    padding: 150px 0;
    background: #F8F8F8;
}

.gridComite {
    height: 250px;
    background-image: linear-gradient(-180deg, #4CC1BD 0%, #3F95EA 100%);
    padding: 33px;
}

.margin-right {
    margin-right: 60px;
}

.btnComite-lg {
    position: absolute;
    width: 90%;
    height: 75%;
    font-family: Raleway-Bold;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 3.5px;
    border: 5px solid white;
    padding-top: 110px;
    padding-left: 20px;
}

.btnComite-lg:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(0, 100, 150, 0.80);
    cursor: pointer;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.btnComite-xs {
    position: absolute;
    width: 83%;
    height: 75%;
    font-family: Raleway-Bold;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 3.5px;
    border: 5px solid white;
    padding-top: 110px;
    padding-left: 20px;
}

.btnComite-xs:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(0, 100, 150, 0.80);
    cursor: pointer;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.btnComite-xs-bottom {
    position: absolute;
    width: 75%;
    height: 75%;
    font-family: Raleway-Bold;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 3.5px;
    border: 5px solid white;
    padding-top: 90px;
    padding-left: 20px;
}

.btnComite-xs-bottom:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(0, 100, 150, 0.80);
    cursor: pointer;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.bullet-modal-text {
    font-family: Raleway-Regular;
    font-size: 18px;
    margin-bottom: 0;
}


/*END SECTION COMITÉ*/


/*SECTION PRE-REGISTRO*/

#pre-registro {
    padding: 150px 0;
    background: url("../images/bgPreregistro.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.imgRegistro {
    margin-bottom: 40px;
}


/*END SECTION PRE-REGISTRO*/


/*SECTION PRICES*/

#prices {
    padding: 150px 0;
    background-image: linear-gradient(-91deg, #4CC1BD 1%, #3F95EA 100%);
}

.dataPrice {
    height: 350px;
    padding: 20px;
}

.priceBox {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
}

.center {
    position: absolute;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.miniText {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.miniTextCarousel {
    margin-top: 30px;
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.miniText-noCenter {
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.carousel {
    height: 310px;
    border-radius: 8px;
    position: static;
}

.carousel .item {
    height: 310px;
    border-radius: 8px;
    background-color: #FFF;
}

.carousel-caption {
    z-index: 10;
    text-shadow: none;
}

.carousel-indicators li {
    border: 1px solid #7F7F7F;
}

.carousel-indicators .active {
    background-color: #7F7F7F;
}


/*END SECTION PRICES*/


/*SECTION PROGRAM*/

#program {
    padding: 150px 0;
    background-image: linear-gradient(-91deg, #4CC1BD 1%, #3F95EA 100%);
}

.gridProgram {
    height: 200px;
    padding: 33px;
}

.btnProgram {
    position: absolute;
    width: 90%;
    height: 60%;
    font-family: Raleway-Bold;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 2px;
    border: 5px solid white;
    padding-top: 45px;
    padding-left: 20px;
}

.btnProgram:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(0, 100, 150, 0.80);
    cursor: pointer;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}


/*END SECTION PROGRAM*/


/*SECTION APP*/

#app {
    padding: 150px 0;
    background: #F8f8f8;
}


/*END SECTION APP*/


/*SECTION HOSPEDAJE & TRANSPORTE*/

#info-hospedaje {
    padding: 150px 0;
    background: url("../images/bgPreregistro.jpg") no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}


/*END SECTION HOSPEDAJE & TRANSPORTE*/


/*SECTION SPONSORS*/

#sponsors {
    padding: 150px 0;
    background: url("../images/bgPreregistro.jpg") repeat-y center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.sponsorLogo {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    padding: 20px;
}


/*END SECTION SPONSORS*/


/*SECTION NUMBERS*/

#numbers {
    padding: 150px 0;
    background-image: linear-gradient(-91deg, #4CC1BD 1%, #3F95EA 100%);
}


/*END SECTION NUMBERS*/


/*SECTION CONTACT*/

#contact {
    padding: 50px 0;
    background-image: linear-gradient(-91deg, #4CC1BD 1%, #3F95EA 100%);
}

.inputContact {
    background: transparent;
    color: #FFF;
    padding: 24px 18px;
    border: 2px solid #FFF;
    font-family: Raleway-Regular;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 0;
}

.inputContact::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #FFF;
}

.inputContact:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    opacity: 1;
}

.inputContact::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFF;
    opacity: 1;
}

.inputContact:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
}


/*END SECTION CONTACT*/


/*SECTION FOOTER*/

#footer {
    padding: 100px 0;
    background: #313841;
}

.text24Bold {
    font-family: Raleway-Bold;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.07px;
}

.socialButton {
    margin-right: 30px;
}


/*END SECTION FOOOTER*/


/*RESPONSIVE*/

@media screen and (max-width: 768px) {
    .btnComite-xs {
        font-size: 22px;
    }
    .btnComite-lg {
        font-size: 22px;
    }
    #logoCongreso {
        height: 350px;
    }
    .socialButton {
        width: 43px;
    }
    .jumboText {
        font-size: 10px;
    }
}

@media screen and (max-width: 991px) {
    .btnComite-lg {
        width: 93%;
    }
    .btnComite-xs {
        width: 93%;
    }
    .btnComite-xs-bottom {
        width: 93%;
    }
    .responsiveFull {
        margin: 0;
        padding: 0;
    }
    .jumboText {
        font-size: 45px;
    }
    .responsiveMarginBottom {
        margin-bottom: 50px;
    }
    .gridComite {
        height: 200px;
        padding: 25px;
    }
    .btnComite-lg {
        padding-top: 95px;
    }
    .btnComite-xs {
        padding-top: 95px;
    }
    .btnComite-xs-bottom {
        padding-top: 65px;
    }
}

@media screen and (max-width: 1199px) {
    .btnComite-xs {
        font-size: 22px;
    }
    .btnComite-xs-bottom {
        font-size: 22px;
    }
    .btnComite-lg {
        font-size: 22px;
    }
}

.live-button {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 150px;
    height: 38px;
    background-color: red;
    color: white;
    padding: 10px;
    z-index: 999;
    box-shadow: 0px 0px 5px #fff;
    font-weight: bold;
    font-size: 13.4px;
    text-align: center;
    border-radius: 8px;
}


/*END RESPONSIVE*/


/*
*BYE CSS CUSTOM
*
*/

#hero-thanks {
    background: linear-gradient(-90deg, rgba(38, 208, 206, 0.4), rgba(26, 41, 128, 0.4)), url("../images/backHero.jpg") no-repeat center center;
    width: 100%;
    height: 1000px;
    background-size: cover;
    padding: 50px;
}

#img-thanks {
    margin-top: 30px;
    width: 100%;
}