/*
 Theme Name:   SAP Compressores
 Theme URI:    https://bacctecnologia.com.br
 Description:  Tema desenvolvido especialmente para a empresa SAP Compressores.
 Author:       BACC Tecnologia
 Author URI:   https://bacctecnologia.com.br
 Template:     sapcompressores
 Version:      0.1.0
*/

@font-face {
    font-family: 'Eras';
    src: url("./css/fonts/ERASMD.ttf");
}

@font-face {
    font-family: 'Eras-Bold';
    src: url("./css/fonts/Eras_Demi_ITC.ttf");
}

@font-face {
    font-family: 'Open';
    src: url("./css/fonts/OpenSans-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: 'Open';
    src: url("./css/fonts/OpenSans-Bold.ttf");
    font-weight: bold;
}

body {
    font-family: Eras-Bold;
}

.navbar {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
	z-index: 1;
}

.bg-white {
    background-color: white
}

.bg-blue {
    background-color: #5282AE
}

.bg-blue-seven {
    background-color: rgba(82,130,174, 0.7);
}

.text-blue {
    color: #5282AE
}

.padding3 {
    padding: 3px
}

.padding20 {
    padding: 20px
}

.navbar-light .navbar-nav .nav-link {
    color: #5282AE;
    font-size: 1.3em;
}

#header a {
    text-decoration: none;
    font-weight: bold !important;
    color: white !important;
	font-family: Open
}

#about {
    background: url("./img/bg-about.jpg") center center no-repeat;
    background-size: cover;
}

    #about .row {
        padding: 50px 0px;
    }
	
	#about p {
		font-family: Open
	}

#services {
    margin-bottom: 50px;
    margin-top: 30px;
}

    #services h2 {
        font-family: Eras-Bold;
        margin-bottom: 20px;
        font-size: 2.5em;
    }

.card {
    border: 8px solid #5282AE;
    border-radius: 0px
}

    .card a {
        text-decoration: none
    }

    .card .title {
        font-weight: bold !important;
        color: #5282AE !important;
    }




#brands {
    background: url("./img/bg-brands.png") center center no-repeat;
    background-size: cover;
    padding: 50px;
}

    #brands h2 {
        font-weight: bold;
        margin-bottom: 20px;
    }

#contactus {
    padding: 50px;
    text-align: center;
    color: #5282AE;
}

    #contactus h2 {
        font-family: Eras-Bold;
        margin-bottom: 0px;
        font-size: 2.5em;
    }


footer {
    padding: 20px 0px;
    font-family: Open
}

    footer ul {
        list-style-type: none;
    }

.wd-row {
    margin-bottom: 0px !important
}


.btn-sap {
    color: #FFFFFF;
    background-color: #5282AE;
    border-color: #326799;
}

    .btn-sap:hover,
    .btn-sap:focus,
    .btn-sap:active,
    .btn-sap.active,
    .open .dropdown-toggle.btn-sap {
        color: #FFFFFF;
        background-color: #3485D1;
        border-color: #326799;
    }

    .btn-sap:active,
    .btn-sap.active,
    .open .dropdown-toggle.btn-sap {
        background-image: none;
    }

    .btn-sap.disabled,
    .btn-sap[disabled],
    fieldset[disabled] .btn-sap,
    .btn-sap.disabled:hover,
    .btn-sap[disabled]:hover,
    fieldset[disabled] .btn-sap:hover,
    .btn-sap.disabled:focus,
    .btn-sap[disabled]:focus,
    fieldset[disabled] .btn-sap:focus,
    .btn-sap.disabled:active,
    .btn-sap[disabled]:active,
    fieldset[disabled] .btn-sap:active,
    .btn-sap.disabled.active,
    .btn-sap[disabled].active,
    fieldset[disabled] .btn-sap.active {
        background-color: #5282AE;
        border-color: #326799;
    }

    .btn-sap .badge {
        color: #5282AE;
        background-color: #FFFFFF;
    }

.content {
    margin-bottom: 50px;
    margin-top: 50px;
}

.content p {
    font-family: Open;
}

.wpcf7-validation-errors{
	border: 2px solid red !important;
	color: red;
}

.margin-auto div {
	margin: 0px auto;
}