* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-weight: 300;
}

.row {
    margin: 0;
    width: 100%;
}

.bg-red {
    background: #a20c0d !important;
}

/* Section Header */
.services .header,
.bancomer .header,
.content .header {
    background-image: url(../images/Bgg.png);
    background-position: center;
}

.navbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.nav-link {
    color: #fff !important;
}

.navbar-toggler span {
    background: #b49a75;
    width: 30px;
    height: 3px;
    display: block;
}

/* Home */
.home {
    background-image: url(../images/Bgg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

.about .bg-img {
    background-image: url(../images/Bgg.png);
    background-position: right;
    background-size: cover;
}

.about h2 {
    font-size: 1rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: #a3a3a3;
}

h3.title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h3.title::after {
    content: '';
    width: 80px;
    height: 5px;
    background: black;
    display: block;
    margin: 1.5rem;
}

h3.text-white::after,
.valor .bg-img h3::after {
    background: #fff;
}

h2.subtitle {
    color: #b49a75;
    font-size: 1rem;
    letter-spacing: 3px;
    font-weight: 600;
}

.que-hacemos .bg-red p,
.valor .bg-img p {
    color: #fff;
}

/* Valor */
.valor .bg-img {
    background-image: url(../images/Bgg.png);
    background-size: cover;
    background-position: 0 0;
}

/* Servicios */
.services .service img {
    width: 100px;
}

.services .owl-carousel img {
    width: 150px !important;
    height: 150px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    background: rgba(0, 0, 0, .7);
    width: 30px;
    height: 30px !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
}

.owl-next {
    right: 35px;
}

.services button:focus {
    outline: 0;
}

/* Book */
.book .header,
.content {
    background-image: url(../images/Bgg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.book a.title {
    color: #a20c0d;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 1.5rem;
}

.content {
    height: 760px;
}

.carousel-responsive-logos {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.content .bg {
    position: absolute;
    width: 342px;
}

#modalVideos button.close {
    right: 15px;
    top: 5px;
    opacity: 1;
    color: white;
    font-size: 2rem;
    position: absolute;
}


.modal-content {
    background: #a20c0d;
}

#modalVideos .modal-content {
    background: #000;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}

.carousel-fade .carousel-item {
    display: flex;
}

#modalDigital .modal-content {
    background: transparent;
    border: none;
}

#modalDigital .carousel-fade .carousel-item {
    justify-content: center;
    align-items: center;
}

/* Contact */
.contact {
    background-image: url(../images/Bgg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact label {
    color: #fff;
    font-weight: 300;
}

.contact input,
.contact textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid white;
    border-radius: 0 !important;
}

.contact input:focus,
.contact textarea:focus {
    background: transparent;
    color: #fff;
    outline: 0;
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none;
}

.contact .info {
    height: 100%;
    background: rgba(55, 15, 19, .5);
    width: 100%;
    color: #fff;
}

.contact .btn-primary {
    background: #b49a75 !important;
    border: none;
    padding: .5rem 1rem;
    width: 100%;
    font-weight: 300;
}

.contact .phone a,
.contact .mail a {
    color: #b49a75;
}

.alert-contacto {
    display: none;
}

/* Audio */
#player {
    width: 100%;
}

#player .cover {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

#player .info {
    width: 100%;
    height: 115px;
    background-color: #FFF;
}

#player .info .cont {
    text-align: center;
    padding-top: 25px;
}

#player .trackinfo {
    color: #FFF;
    background: #000;
    padding: 1rem;
}

#player .trackinfo p {
    text-shadow: 0px 0px 5px #333;
}

#player .trackinfo #title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}

#track {
    width: 100%;
    height: 5px;
    background-color: #A6A7A9;
    z-index: 10;
    cursor: pointer;
}

#progress {
    float: left;
    height: 5px;
    width: 0%;
    background: #00CC99;
    cursor: pointer;
}

#handler {
    position: absolute;
    background-color: #00CC99;
    border-radius: 50%;
    cursor: pointer;
    z-index: 15;
}

#player button:focus {
    outline: 0;
}

.nav {
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-color: #FFF;
    border: 2px solid #00CC99;
    border-radius: 50%;
    outline: none;
    margin: 0 7px;
    cursor: pointer;
}

.nav:hover {
    background-color: #00CC99;
}

.nav img {
    height: 20px;
    vertical-align: middle;
}

.pad {
    padding-left: 5px;
}

#prev {
    padding-right: 5px;
}

#next {
    padding-left: 4px;
}


@media (min-width: 576px) {
    #modalVideos .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    #modalPublicidad .modal-dialog {
        max-width: 900px;
        margin: 1.75rem auto;
    }

    #modalAudio .modal-dialog {
        max-width: 350px;
        margin: 1.75rem auto;
    }
}

@media (max-width:991px) {
    .navbar {
        top: 20px;
    }

    .navbar-collapse {
        background: rgb(162, 12, 13);
    }

    .navbar-collapse ul li {
        text-align: center;
    }

    .home .logo {
        width: 500px;
    }
}

@media (max-width:767px) {
    .home {
        padding: 2rem;
    }

    .owl-next {
        right: 15px;
    }

    .contact .mail {
        width: 100% !important;
    }

    .contact .mail a {
        font-size: 15px;
    }

    .contact .info {
        padding: 1rem;
        margin-top: 1rem;
    }

    h3.title {
        font-size: 1.5rem;
    }
}