﻿/*.cuerpo {
    min-height: 500px;
}

.facturar {
    max-height: 500px;
    overflow-y: auto;
}

.facturacion {
    min-height: 100%;
}

.registro {
    color: #FFF;
    background-color: #0F304D;
    min-height: 60px;
}

.registro h4 {
    color: #FFF;
    font-weight: normal;
    letter-spacing: normal;
    margin-left: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 10px;
}

.registro h4.modal-title {
    color: #FFF;
    font-weight: normal;
    letter-spacing: normal;
    margin-left: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 10px;
}

.registro .h4-span {
    color: #FFF;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 19px;
    margin-right: 30px;
}

.carousel {
    min-height: 500px;
    max-height: 500px;
    background-color: #FFF;
}

p {
    font-size: 13px;
    padding-left: 0px;
    padding-right: 0px;
}

.carousel-inner > .item {
    height: 500px;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 500px;
    width: 100%;
}

@media (min-width: 1441px) {

    .carousel {
        min-height: 650px;
        max-height: 650px;
    }

    .carousel-inner > .item {
        height: 650px;
    }
}

@media (min-width: 1441px) {

    footer {
        position: fixed;
        bottom: 0;
    }
}*/

.panel-body, .panel-footer {
    background-color: #071F35;
    padding: 5px;
}

.panel-body {
    color: #FFF;
}

.slide3 {
    background-size: cover !important;
    background: url('../images/Index/servicios-night.jpg') no-repeat center;
}

/*Start Media queries para el slide 'Descarga nuestra app'*/
@media (max-width: 1200px) {
    .title-download-app {
        font-size: 2em !important;
    }

    .logo-store-app {
        height: 55px !important;
    }

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

@media (max-width: 992px) {
    .title-download-app {
        font-size: 1.8em !important;
    }

    .logo-store-app {
        height: 50px !important;
    }

    .text-justify {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .title-download-app {
        font-size: 1.3em !important;
    }

    .logo-store-app {
        height: 40px !important;
    }

    .text-justify {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .title-download-app {
        font-size: 1em !important;
    }

    .logo-store-app {
        height: 40px !important;
    }
}

@media (min-width: 1201px) {
    .logo-store-app {
        height: 70px !important;
    }
}
/*End Media queries para el slide 'Descarga nuestra app'*/

@media (max-width: 816px) {
    .tab {
        width: 100%;
    }
}