﻿
section {
   /* padding: 60px 0;*/
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#tabs {
    background: #007b5e;
    color: #eee;
}

    #tabs h6.section-title {
        color: #eee;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #f3f3f3;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;
        font-size: 20px;
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #eee;
        font-size: 20px;
    }




.totalComboActivo {
    color: blue;
}

.totalCombo {
    color: darkgreen;
}

#carrito:hover {
    /*width:175px;
            height:75px;*/
    cursor: pointer;
}

.owl-height {
    height: auto;
}

.carousel-control .icon-prev {
    left: 5px
}

.carousel-control .icon-next {
    right: 5px
}




// Custom styles for this pen
html,
body,
.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100%;
}

.carousel-item {
    &:nth-child(1)

{
    background-color: red;
}

&:nth-child(2) {
    background-color: blue;
}

&:nth-child(3) {
    background-color: yellow;
}

}


.owl-next {
    display: none;
}

.owl-prev {
    display: none;
}

    .owl-prev img {
        /*color:#f9b000 !important;*/
        width: 30px;
    }

.owl-next img {
    /*color:#f9b000 !important;*/
    width: 30px;
}

.owl-dots {
    visibility: hidden !important;
}

.owl-prev {
    margin: 10px;
}

.owl-next {
    margin: 10px;
}
/*.owl-nav{
            padding-top: 50px !important;
        }*/


.slider-area, .main-slider {
    position: relative;
    height: 100%;
    width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: white !important;
    background-color: #333 !important;
}


body {
    font-family: 'Varela Round', sans-serif;
}

.modal-alert {
    color: #434e65;
    width: 525px;
}

    .modal-alert .modal-content {
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
    }

    .modal-alert .modal-header {
        background: #47c9a2;
        border-bottom: none;
        position: relative;
        text-align: center;
        margin: -20px -20px 0;
        border-radius: 5px 5px 0 0;
        padding: 35px;
    }

    .modal-alert h4 {
        text-align: center;
        font-size: 36px;
        margin: 10px 0;
    }

    .modal-alert .form-control, .modal-alert .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-alert .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        text-shadow: none;
        opacity: 0.5;
    }

        .modal-alert .close:hover {
            opacity: 0.8;
        }

    .modal-alert .icon-box {
        color: #fff;
        width: 95px;
        height: 95px;
        display: inline-block;
        border-radius: 50%;
        z-index: 9;
        border: 5px solid #fff;
        padding: 15px;
        text-align: center;
    }

        .modal-alert .icon-box i {
            font-size: 64px;
            margin: -4px 0 0 -4px;
        }

    .modal-alert.modal-dialog {
        margin-top: 80px;
    }

    .modal-alert .btn, .modal-alert .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #eeb711 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border-radius: 30px;
        margin-top: 10px;
        padding: 6px 20px;
        border: none;
    }

        .modal-alert .btn:hover, .modal-alert .btn:focus {
            background: #eda645 !important;
            outline: none;
        }

        .modal-alert .btn span {
            margin: 1px 3px 0;
            float: left;
        }

        .modal-alert .btn i {
            margin-left: 1px;
            font-size: 20px;
            float: right;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}




.modal-error {
    color: #636363;
    width: 325px;
}

    .modal-error .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-error .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-error h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .modal-error .form-control, .modal-error .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-error .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-error .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .modal-error .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #ef513a;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-error .icon-box i {
            font-size: 56px;
            position: relative;
            top: 4px;
        }

    .modal-error.modal-dialog {
        margin-top: 80px;
    }

    .modal-error .btn {
        color: #fff;
        border-radius: 4px;
        background: #ef513a;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .modal-error .btn:hover, .modal-error .btn:focus {
            background: #da2c12;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


.modal-confirm {
    color: #636363;
    width: 550px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        padding: 0 15px;
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        display: inline-block;
        font-size: 26px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .modal-confirm .modal-body {
        color: #999;
    }

    .modal-confirm .modal-footer {
        background: #ecf0f1;
        border-color: #e6eaec;
        text-align: right;
        margin: 0 -20px -20px;
        border-radius: 0 0 5px 5px;
    }

    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        transition: all 0.4s;
        border: none;
        padding: 8px 20px;
        outline: none !important;
    }

    .modal-confirm .btn-info {
        background: #b0c1c6;
    }

        .modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
            background: #92a9af;
        }

    .modal-confirm .btn-danger {
        background: #f15e5e;
    }

        .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
            background: #ee3535;
        }

    .modal-confirm .modal-footer .btn + .btn {
        margin-left: 10px;
    }