/*!
 * Start Bootstrap - Freelancer v5.0.0 (https://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
 */







section {
    padding: 4rem 0
}





header.masthead {
    padding-top: calc(6rem + 72px);
    padding-bottom: 6rem
}

header.masthead h1 {
    font-size: 3rem;
    line-height: 3rem
}

header.masthead h2 {
    font-size: 1.3rem;
    font-family: Lato
}

@media (min-width:992px) {
    header.masthead {
        padding-top: calc(6rem + 106px);
        padding-bottom: 5rem
    }

    header.masthead h1 {
        font-size: 4.75em;
        line-height: 4rem
    }

    header.masthead h2 {
        font-size: 1.75em
    }
}

.portfolio {
    margin-bottom: -15px
}

.portfolio .portfolio-item {
    position: relative;
    display: block;
    max-width: 25rem;
    margin-bottom: 15px
}

.portfolio .portfolio-item .portfolio-item-caption {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    background-color: rgba(24, 188, 156, .9)
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
    opacity: 1
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem
}

@media (min-width:576px) {
    .portfolio {
        margin-bottom: -30px
    }

    .portfolio .portfolio-item {
        margin-bottom: 30px
    }
}

.portfolio-modal .portfolio-modal-dialog {
    padding: 3rem 1rem;
    min-height: calc(100vh - 2rem);
    margin: 1rem calc(1rem - 8px);
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, .5)
}

.portfolio-modal .portfolio-modal-dialog .close-button {
    position: absolute;
    top: 2rem;
    right: 2rem
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
    line-height: 38px
}

.portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 2rem
}

@media (min-width:768px) {
    .portfolio-modal .portfolio-modal-dialog {
        min-height: 100vh;
        padding: 5rem;
        margin: 3rem calc(3rem - 8px)
    }

    .portfolio-modal .portfolio-modal-dialog h2 {
        font-size: 3rem
    }
}



.bloutooth-class {
    position: fixed;
    right: 40px;
    top: 100px;
    text-align: right
}

@media (max-width:1300px) {
    .bloutooth-class {
        display: none;
    }
}

/* @media (max-width:450px) {
    .bloutooth-class{right:5px; }
} */


.bg-primary {
    /* background-color: #2A3A91 !important */
    background-color: #0f75b6 !important;
    background-color: #0b6daf !important;
    background-color: #1f5798 !important;
}



.cel-header {
    position: absolute;
    height: 760px;
    width: 453px;
    max-width: 40%;
    transform: rotate(3deg);
    left: 50%;
    top: 2%;
    background-image: url(/pub/media/otros/Bluetooth/template-cell-app.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

@media (max-width:1150px) {
    .cel-header {
        left: 55%;
        display: none;
    }
}

@media (max-width:1080px) {
    .cel-header {
        left: 53%;
    }
}

@media (max-width: 840px) {
    .cel-header {
        left: 47%;
    }
}


@media (max-width:768px) {
    .cel-header {

        position: relative;
        height: 760px;
        width: 500px;
        transform: rotate(3deg);
        left: 0%;
        top: 12%;
        background-image: url(https://tienda.revuelta.com.mx/pub/media/productos/template-cell-app-web.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
    }
}



@media (max-width:540px) {
    .cel-header {
        width: 300px;
        transform: rotate(3deg);
        height: 400px;
    }

    #navbar-brand1 {
        width: 60%;
    }
}



@media (max-width:380px) {
    .cel-header {
        width: 260px;
        transform: rotate(3deg);
    }


}


@media (max-width:406px) {

    #mainNav .navbar-brand {
        width: 60%;
    }
}


.pasos-app {
    background: #1068aa;
    padding: 3px 13px;
    border-radius: 55px;
    color: white;

}


.title-bluetooth {
    color: white;
    text-align: center;
    line-height: 4rem;
}

.general-descripcion-bluetooth {
    color: white;
    text-align: center;
    padding: 0 15px;
}

.parrafo-descripcion-bluetooth {
    color: white;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}



.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}



.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-width: 2px;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-light {
    color: #f8f9fa !important;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    font-size: 1.9rem;
    padding: 15px 10px;
}


.text-white {
    color: #fff !important;
}



.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}