﻿.mayus {
    text-transform: uppercase;
    font-weight: bold;
}

.sub {
    font-family: "Buenos Aires Regular", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    height: 15px;
    color: dimgray;
}

.btn-suscribe {
    position: absolute;
    right: 6px;
    top: 6px;
}

.subnormal {
    font-family: "Buenos Aires Regular",'Century Gothic';
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    height: 15px;
    color: dimgray;
}

.subnormal12 {
    font-family: "Buenos Aires Regular",'Century Gothic';
    text-transform: none;
    font-weight: normal;
    font-size: 12px;
    height: 15px;
    color: dimgray;
}

.fontbold {
    font-weight: bold;
}

.turquesa {
    color: darkcyan;
}

.bd {
    border: dashed 2px red;
}

.table-sm td {
    font-weight: normal;
}

.mb0 {
    margin-top: -3%;
}

.ml0 {
    margin-left: -1%;
}

.p10 {
    padding: 10px;
}

.p5 {
    padding: 5px;
}

.p15 {
    padding: 15px;
}

.p2 {
    padding: 2px;
}

.bar-down {
    border-bottom: 5px solid var(--Color3);
    margin-bottom: 35px
}

.menu-vertical {
    background: #f4f9fc;
    color: #ffffff !important;
}

.btn-menu {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
    border-radius: 0px;
    width: 100%;
    border-bottom: 3px white solid;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 11;
    animation: action 1s infinite alternate;
}

.service h4 {
    padding-left: 20px;
    padding-left: 20px;
}

.service white-bg {
    background-color: white;
}

.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    height: 90%;
    /*border: var(--Color1) 3px solid;*/
}

/*h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Buenos Aires" !important;
}*/

    h4:hover {
        /*font-family: "Buenos Aires" !important;*/
    }


#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
}

#accordion .panel-title a {
    display: block;
    padding: 15px 70px 15px 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--Color2);
    border-bottom: 3px solid var(--Color4);
    position: relative;
    font-family: "Buenos Aires Regular",'Century Gothic';
}

    #accordion .panel-title a.collapsed {
        color: var(--Color2);
        font-family: "Buenos Aires Regular",'Century Gothic';
    }

        #accordion .panel-title a.collapsed:hover {
            color: var(--Color3);
            font-family: "Buenos Aires Regular",'Century Gothic';
        }

    #accordion .panel-title a:before,
    #accordion .panel-title a:after {
        content: "";
        width: 3px;
        height: 10px;
        background: #e6720d;
        font-size: 15px;
        position: absolute;
        top: 20px;
        right: 35px;
        transform: rotate(-45deg);
        transition: all 0.3s ease-in-out 0s;
    }

    #accordion .panel-title a:after {
        right: 29px;
        transform: rotate(45deg);
    }

    #accordion .panel-title a.collapsed:before {
        transform: rotate(45deg);
        background: var(--Color3);
    }

    #accordion .panel-title a.collapsed:after {
        transform: rotate(-45deg);
        background: var(--Color3);
    }

    #accordion .panel-title a.collapsed:hover:before,
    #accordion .panel-title a.collapsed:hover:after {
        background: gray-bg;
    }

#accordion .panel-body {
    padding: 10px 20px;
    border-top: none;
    font-size: 15px;
    line-height: 25px;
}

