/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}

h3,h5 {
    font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none !important;
    outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
    margin-bottom: 32px;
}

#overview,
#register {
    /* cambiado por mi para quitar espacio
       padding-top: 14rem;
      padding-bottom: 14rem; */
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#reasons, #detail, #video,
#speakers, 
#program,
#sponsors, 
#contact, footer {

    /* cambiado por jm para quitar espacio
    padding-top: 10rem;
padding-bottom: 10rem; */

    padding-top: 5rem;
    padding-bottom: 5rem;
}

#reasons, #detail,
#speakers, #sponsors,
footer {
    text-align: center;
}

#overview h3,
#reasons h3, #detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #E57A05;
    border-color: transparent;
}

#contact .btn {
    border-radius: 100px;
}

#intro .btn-danger:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#contact .btn-danger:hover {
    background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
    width: 50px;
    height: 50px;
    background-color: #222;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

.custom-navbar .navbar-brand {
    /*    color: #f8f9fa;
        font-weight: 600;
        font-size: 3rem;
        line-height: 45px;*/

    color: #ddd;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 45px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a {
    color: #ddd;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #E57A05;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #E57A05;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
    }

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.jpg') 50% 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 850px;
    text-align: center;

    /*    background-attachment: scroll !important;
        background: url('../images/intro-bg.jpg');*/
    /*height: 100%;*/
}

#intro h3 {
    letter-spacing: 2px;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
    position: relative;
    padding-bottom: 32px;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#reasons, #detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
    color: #E57A05;
    font-size: 48px;
}

#reasons .fa{
    color: white;
    font-size: 32px;
    float: leff;
}


/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
    border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
    color: #666;
    margin-top: 4px;
}

#speakers img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
    margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
    border-radius: 50%;
}

.nav-tabs {
    margin-bottom: 20px;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    color: #000000;
    font-weight: 600;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
}
.nav-tabs > li > a:hover {
    background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #E57A05;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: #999;
}
.tab-content {
    padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    margin-bottom: 16px;
}

#register input {
    height: 45px;
}

#register input[type="submit"] {
    background: #E57A05;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
    background: #ffffff;
    color: #222;
}



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
    background: #f9f9f9;
    padding-top: 5rem;
    padding-bottom: 7rem;
}

#faq .panel-group {
    margin-top: 32px;
}

#faq .panel-group .panel {
    margin-bottom: 8px;
}

#faq .panel-default {
    border: none;
}

#faq .panel-default>.panel-heading {
    background: #f0f0f0;
    color: #505050;
}

#faq .panel-heading {
    border: none;
    padding-top: 8px;
    padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-top: 22px;
    padding-left: 32px;
    padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
    content: "-";
    display: block;
    position: absolute;
    line-height: 1;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
    content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
    padding-top: 12px;
    padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
    margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../images/venue-bg.jpg') 50% 0 no-repeat fixed;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 1009px 850px #110e1352;
    text-shadow: 2px 2px black;
}

#contact .contact_des {
    padding-top: 3rem;
    padding-right: 2rem;
}

#contact .contact_detail {
    background: #ffffff;
    padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
    border-bottom-color: #999;
}

#contact input {
    height: 45px;
}

#contact input[type="submit"] {
    background: #222;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
    background: #E57A05;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
    background-attachment: fixed;
}



/* Back top */
.go-top {
    background-color: #222;
    bottom: 2em;
    right: 2em;
    color: #ffffff;
    font-size: 32px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #E57A05;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #E57A05;
    color: #ffffff;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

    p {font-size: 13px;}

    .custom-navbar .navbar-brand {
        font-size: 2rem;
    }

    .custom-navbar .nav li a {
        font-size: 11px;
        line-height: 20px;
    }

    #intro { height: 65vh; }

    #video iframe {
        margin-top: 42px;
    }

    #contact .contact_detail {
        background: #ffffff;
        padding: 10rem 3rem 10rem 5rem;
    }

}

@media (max-width: 768px) {

    .custom-navbar .navbar-brand {
        line-height: 20px;
    }

    #overview img,
    #reasons .col-md-4, #detail .col-md-4,
    #register form {
        padding-top: 32px;
    }

    .nav-tabs > li > a {
        font-size: 13px;
    }

    #program img {
        padding-bottom: 32px;
    }

    #sponsors img {
        padding-top: 22px;
    }

    #contact .contact_detail {
        margin-top: 82px;
    }

}

@media (max-width: 760px) {

    #intro {
        height: 100vh;
    }

}

/*FRAN REGLAS MIAS*/
body > div.navbar.navbar-fixed-top.custom-navbar > div > div.navbar-header > a > img{
    float: left;width: 45px;height: 45px;
}
body,p {
    font-size:18px;
}

#program .program-divider {
    border: none;
}

.teoria{
    background-color: #337ab7;
}

.desc{
    background-color: #ffc107;
}

.pract{
    background-color: #28a745;
}

.h6, h6 , #program h4 {
    font-size: 16px;
}

.navbar-header{
    min-height: 69px;
}

#venue {
    background: url('../images/map-image.png') 50% 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;

}

a {
    color: #E57A05;
    text-decoration: none;
    cursor:pointer;
}

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

.imgmodals{
    height: 35%;
    width: 35%;
    padding: 2%;
}

h2{
    padding-bottom: 2%;
}

p{
    text-align: justify;
}

.error{
    color: red !important;
}

a:visited { 
    color: #E57A05;
}

.titreg{
    font-size: 26px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pagreg{
    padding-top: 2px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: initial;
}

h2{
    text-transform: inherit;
}

a:visited {
    color: #E57A05; 
}

a:hover {
    color: #FC9B33;
}

.btn-default {
    color: #fff !important;
    background-color: #E57A05;
    border-color: #E57A05;
}

.btn-default:hover{background-color:#FC9B33;border-color:#FC9B33}.btn-default:active{background-color:#FC9B33 !important;border-color:#FC9B33 !important;}.btn-default .badge{color:#E57A05;background-color:#fff}

custom-navbar .nav li a {
    color: #FFF !important;
}

#reasons, #register{
    text-align: justify;
}

#reasons > div > div > div > div > div.text{

    padding: 15px;

}

#reasons > div > div > div > div > div.icon{
    float: left;
    padding: 10px 15px 5px 10px;
}

/*Contacto color blanco del texto*/
#contact > div > div > div.wow.fadeInUp.col-md-offset-1.col-md-5.col-sm-6 > div, #contact > div > div > div.wow.fadeInUp.col-md-offset-1.col-md-5.col-sm-6 > div > h4 > a{
    color: white;
}
/*iconos de contacto*/
#contact > div > div > div.wow.fadeInUp.col-md-offset-1.col-md-5.col-sm-6.animated > div > h4 > a > i, #contact > div > div > div.wow.fadeInUp.col-md-offset-1.col-md-5.col-sm-6.animated > div > h4 > i{
    width: 25px;
    text-align: center;
}

/*Sombreado de la imagen y de las letras en la imagen de portada*/
#intro{
    box-shadow: inset 1009px 850px #110e131f;
    text-shadow: 2px 2px black;
}
/*Nuevos botonesa de descarga*/
.bprog{
    min-width: 135px;
    background-color: white;
    color: #E57A05 !important;
    border-color: #E57A05;
    font-weight: bold;
}

.bprog:hover{
    color: white !important;
}

/*barra de navegacion en vista responsiva*/
.navbar-brand {
    padding: 15px 0px 15px 15px;

}
/*Padding grupo de botones descarga*/
.gsource{
    padding: 30px 30px 30px 30px;
}

/*Espacio entre relojes en programa*/
#\31 day > div > h6 > span + span{
    margin-left: 10px;
}

.fa{
    margin-right: 3px;
}

/*Registration dates*/
#collapseTwo > div > ul {
    list-style: none;
    padding-left: 15px;
}
#collapseTwo > div > ul > li > b > i {
    padding-right: 8px;
}

/*iconos paneles registration*/
.panel-heading > h4 > a > i {
    margin-right: 15px;
}

#headingThree > h4 > a > i{
    margin-right: 9px;
}

#slogan{
    background: #222;color: #ffffff; padding-top: 5rem;  padding-bottom: 5rem; text-align: justify;
}

#slogan > div > div > div > h2{
    text-transform: inherit; text-align: center;
}

#reasons > div > div > div > h2{
    text-transform: inherit;
}

#form > label:nth-child(7){
    padding: 15px 0px;
}
#form > label:nth-child(7) > input[type=checkbox]{
    height: auto;
}
/*---------------------Reglas Vista moviles--------------------------------*/

/*Titulo responsivo*/
/*Fotos de portada*/
#smt{
    color: white !important;
    background-image: url('../images/intro-bg.jpg');
    background-attachment: scroll !important;
    color: #ffffff;
    height: 100%;
    margin-top: 70px;
    box-shadow: inset 1009px 850px #110e1352;
    text-shadow: 2px 2px black;
}

/*Botones de portada*/
#smt > div > div > div > div > a{
    background-color: transparent;
    color: white !important;
    border-color: white;
    font-weight: bold;
    padding: 10px 0px;

}

/*Tama�o de la fuente*/
#smt > div > div > div > h1{
    font-size: 28px;
}

/*Titulo sitio y fecha portada*/
#smt > div > div > div > h3{
    padding: 5px 25px 25px 15%;
    font-size: 22px;
}

#contact > div > div > div:nth-child(2) > div{
    text-shadow: none;
}

/*Reglas para moviles*/
@media (max-width: 760px) {

    /*Imagen de marca*/
    #namebrand{
        font-size: 26px;
        margin-top: -8px;
        display: block;
        width: 210px;
        margin-left: 53px;
    }

    /*botones descargas*/
    .bprog{
        min-width: auto !important;
    }

    .nav-tabs > li {

        width: min-content;
    }

    h2{
        font-size: 23px;
    }

    h3{
        font-size: 18px;
    }

    /*Desaparece contacto*/
    #contact {
        background-image: none !important;
        background-color: #222 !important;
        padding: inherit;
    }

    #contact > div > div > div.wow.fadeInUp.col-md-offset-1.col-md-5.col-sm-6 > div > h3{
        font-size: 25px;
    }

    #rescont{
        background-image: url('../images/venue-bgxs.jpg');
        background-attachment: scroll !important;
        padding-bottom: 6.5rem !important;
        height: 100%;
        box-shadow: inset 1009px 850px #110e1352;
        text-shadow: 2px 2px black;
    }

    #rescont > div > div > div{
        padding-left: 5%;
    }

    #contact > div > div > div.wow.fadeInUp.col-md-offset-1.col-md-5.col-sm-6.animated{
        margin-left: 20px;
    }

    body > footer > div > div > div > p{
        text-align: center;
    }

    /*botones descargas*/
    .bprog{
        min-width: auto !important;
        font-size: 10px;
    }

    /*Reasons*/
    #reasons > div > div > div > div > div.icon{
        float: none;
        /*text-align: center;*/
        padding: 15px 15px 5px 10px;
    }

    #reasons .fa{
        color: #E57A05;
        font-size: 40px;
        /*float: leff;*/
        margin-top: 25px;
    }

    #reasons > div > div > div > div > div.text{
        border-left: 2px solid #E57A05;
    }

    #reasons > div > div > div > div{
        text-align: center;
        /*        border-bottom: 1px dotted white;
                border-botton-width: 6px;*/
    }

    #reasons > div > div > div > div > div.sresp{
        /*border-bottom: 1px solid #E57A05;*/
        width: 30%;
        margin: 0px 35% 30px 35%;
    }

    /*Details*/
    #detail > div > div > div > div{
        /*border-bottom: 1px solid #E57A05;*/
        width: 30%;
        margin: 0px 35% 30px 35%;
    }

    #detail > div > div > div > i{
        float: left;
        width: 80px;
    }

    #detail > div > div > div > h3{
        text-align: left;
    }

    #detail > div > div > div {
        /*        padding-top: 10px;
                padding-bottom: 10px;*/
    }

}


/*Reglas pata tablets*/
@media (min-width: 760px) and (max-width: 990px) {

    /*Altura de la pantalla de inicio en tables*/
    #intro {
        min-height: 880px;
    }

    #smt{
        margin-top: 175px !important;
    }

    .navbar{
        background-color: black;
    }



    #reasons, #reasons, #detail, #video, #speakers, #program, #sponsors, #contact, footer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #overview, #register {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    #faq > div > div > div.wow.bounceIn.col-md-offset-1.col-md-10.col-sm-offset-1.col-sm-10.text-center{
        float: none;
    }

    .custom-navbar .navbar-brand {
        line-height: 45px;
    }

}

/*Reglas resolucion escritorio*/
@media (min-width: 991px) {

    #register > div > div > div > h2{
        text-transform: inherit; 
        text-align: center;
        padding: 70px 0px;
    }
}


body > div.navbar.navbar-fixed-top.custom-navbar{
    background-color: black;
}

#namebrand{
    text-transform: none;
    font-size: 21px;
}