/*EL HEADER*/

/* BOTÓN DE REGISTRO*/
.btnRegistrar a {
    background-color: white;
    color: #F68121;
    font-weight: bold;
    padding: 10px 40px;
}

.btnRegistrar a:hover {
    color: white;
}

/* ESTILOS DE STYLEFOOTER.CSS*/
@font-face {
    font-family: 'Prelo Black Italic';
    src: url('../Fonts/Prelo-Black\ Italic.otf') format('opentype');

    font-style: italic;
}

@font-face {
    font-family: 'Prelo Bold';
    src: url('../Fonts/Prelo-Bold.otf') format('opentype');
}

h1 {
    margin-top: 50px;
    font-family: 'Prelo Black Italic', Arial, sans-serif;
    Font-size: 32px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
}


.single-footer-caption .footer-logo h5 {
    font-family: 'Prelo Black Italic', Arial, sans-serif;
}

.divs>div {
    font-family: 'Prelo Bold', Arial, sans-serif;
}


@media (max-width: 500px) {

    #nombreusr {
        margin-bottom: 20px;
    }

    .imgbtn {
        width: 50px;
    }

    .logo {
        width: 150px;
    }

    .logo img {
        width: 200px;
        text-align: center;
    }

    /* BOTÓN DE REGISTRO*/
    .btnRegistrar a {
        padding: 10px 40px;

    }

    h1 {
        font-size: 16px;
        text-align: center;
        width: 90%;
        text-align: center;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h2 {
        margin-top: 5px;
        font-size: 16px;
        width: 400px;
    }

    .blog-author .media img {
        margin-left: -35px;
    }

    .media-body {
        width: 140px;
        margin-left: -20px;
    }

    .media-body h2 {
        font-size: 15px;
    }

    .tab-pane>.row {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-control {
        width: 30px;
    }

    .wizard>div.wizard-inner {
        position: relative;
        margin-bottom: 50px;
        text-align: center;
        margin: auto;
        margin-left: 60px;
    }

    .i3 {
        line-height: 0.5;
        margin: 0;
        padding: 0;
    }

    .i31 {
        margin-left: -55px;
    }

    .i32 {
        margin-left: -10px;
    }

    .i33 {
        margin-left: 30px;
    }

    span.round-tab1 {
        left: -65px;
    }

    span.round-tab2 {
        left: -20px;
    }

    span.round-tab3 {
        left: 20px;
    }

    .connecting-line {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 75%;
        margin: auto;
        left: 0;
        right: 0;
        top: 15px;
        margin-right: 85px;
    }

    /* BOTÓN BUSCAR*/
    .boxed-btn {
        background: #F3811F;
        color: white !important;
        display: inline-block;
        padding: 20px 80px;
        font-family: "Teko", sans-serif;
        font-size: 14px;
        font-weight: 400;
        border: 0;
        border: 1px solid #f15f22;
        letter-spacing: 3px;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer;
        margin: auto;
    }

    .informacion {
        margin: auto;
        width: 90%;
        padding-top: 20px;
    }

    .informacion p {
        font-size: 14px;
        text-align: justify;
    }

    br {
        margin-bottom: 15px;
        display: block;
        content: "";
    }


}


.hfac,
.hing {
    font-family: 'Prelo Black Italic', Arial, sans-serif;
}


/* ESTILOS PARA EL LOGIN.PHP*/
/*Postergación Ittsabus*/
.section-tittle span,
.section-tittle h2 {
    color: #4d4d4d;
}


/*¿Olvidaste la contraseña?*/
div .contraseña {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

div .contraseña h4 {
    color: #999999;
}

/* BOTÓN ENVIAR*/
.submit-btn {
    background-color: #F68121;
}

/*servicioCliente del footer*/

@media (max-width: 388px) {
    .logo img {
        width: 180px;
    }

    .btnRegistrar {
        margin-left: 20px;
    }
}

@media (max-width: 364px) {
    .logo img {
        width: 150px;
    }

    .btnRegistrar {
        margin-left: 20px;
    }
}

@media (max-width: 330px) {
    .logo img {
        width: 130px;
    }

    .btnRegistrar {
        margin-left: 20px;
    }
}

@media (max-width: 313px) {
    .logo img {
        width: 110px;
    }

    .btnRegistrar {
        margin-left: 20px;
    }
}

@media (max-width: 330px) {
    .logo img {
        width: 130px;
    }

    .btnRegistrar {
        margin-left: 20px;
    }
}

@media (max-width: 330px) {
    .logo img {
        width: 130px;
    }

    .btnRegistrar {
        margin-left: 20px;
    }
}

@media (min-width: 500px) and (max-width: 800px) {
    .logo img {
        width: 200px;
    }
}

.section-tittle h1 {
    color: #4d4d4d;
    font-family: 'Prelo Black Italic', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 17px;
}