.divider {
    height: 50px;
}

a:hover {
    color: rgb(190, 190, 190) !important;
}

html {
    scroll-behavior: smooth;
}

.logo img {
    width: 30em;
}

.panel-body {
    padding: 25px;
}

.bg-blue {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    padding: 8px;
    color: #fff;
    font-size: 0.6em;
}

td ol li p {
    text-align: left;
}

.col-md-6 .panel {
    margin: 0 auto;
    max-width: 300px;
}

.panel-default {
    box-shadow: 0;
    transition: 2000ms;
}

.card-text {
    text-align: justify;
}

.panel-heading {
    text-align: center;
}

.bg-blue h1 {
    color: #FFFFFF !important;
    width: inherit;
}

section {
    height: 520px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    overflow: auto;
}

.reset-font-size {
    font-size: 1.3em !important;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.94) !important;
}

.bg-1 {
    background: url('../images/799.png') no-repeat center center fixed;
    color: #fff;
    background-size: cover;
    height: 660px;
}

.bg1-title {
    font-size: 2em;
}

.bg-2 {
    background: url('../images/trator.png') no-repeat top center fixed;
    color: #fff;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
}

.bg2-card {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px;
    margin: 0 auto;
    width: 300px;
    height: 400px;
    padding: 50px;
    -webkit-border-top-right-radius: 80px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-radius-topright: 80px;
    -moz-border-radius-bottomleft: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    text-align: center;
    transition: 2000ms;
}

.bg2-card-title {
    font-size: 2em;
}

.bg2-card-text {
    font-size: 1.2em;
}

.bg2-card-table {
    text-align: left;
}

.bg-3 {
    background: url('../images/img-wil.png') no-repeat top center fixed;
    color: #fff;
    background-size: cover;
}

.bg3-card {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 20px;
    margin: 0 auto;
    width: 300px;
    height: 400px;
    padding: 20px;
    text-align: center;
}

.bg3-card-insideborder .card-text {
    padding: 20px;
}

.bg3-card-insideborder {
    margin: 0 auto;
    width: 250px;
    height: 350px;
    border-left: 0.1em solid #fff;
    border-bottom: 0.1em solid #fff;
    border-right: 0.1em solid #fff;
    text-align: center;
}

.bg3-card-title {
    color: #71be43;
}

.bg-4 {
    background: url('../images/trigo.png') no-repeat bottom center fixed;
    color: #fff;
    height: 650px;
    background-size: cover;
    /* Clearing Section Padding */
    padding-left: 0;
    padding-right: 0;
}

.logo {
    padding: 70px;
    margin: 0 auto;
}

.search span {
    background-color: #FFFFFF;
    color: #71be43;
    padding: 15px;
    font-size: 3em;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.search-button span {
    background-color: #71be43;
    font-size: 3em;
    padding: 15px;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-top-right: 50px;
    -moz-border-radius-bottom-right: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline;
}

.fake-search div {
    display: inline-block;
    padding-top: 50px;
    margin: -2px;
}

.phone {
    padding-top: 60px;
}

.phone strong {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    box-shadow: 5px 5px 20px #000000;
    color: #F6F6F6;
    font-size: 3em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-shadow: 2px 2px 15px #000000;
}

.border-blue {
    border: 1px solid rgba(1, 90, 168, 0.3);
    box-shadow: 5px 5px 20px #000000;
    transition: 2000ms;
}

.black-card-effect {
    transform: scale(1.05) !important;
    transition: 2000ms;
}

.btn-control {
    color: #FFFFFF !important;
}


/* Button Wiggle */

.wiggle {
    display: block;
    font-family: 'Droid Sans Mono', sans-serif;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    -webkit-animation: btnWiggle 2s infinite;
    -moz-animation: btnWiggle 2s infinite;
    -o-animation: btnWiggle 2s infinite;
    animation: btnWiggle 2s infinite;
}

.subtext {
    font-size: 14px;
    letter-spacing: .05em;
    text-align: center;
}

.button-cad {
    font-size: 1.3em !important;
}


/* animation */

@-webkit-keyframes btnWiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }
    2% {
        -webkit-transform: rotate(-3deg);
    }
    3.5% {
        -webkit-transform: rotate(3deg);
    }
    5% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes btnWiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }
    2% {
        -webkit-transform: rotate(-3deg);
    }
    3.5% {
        -webkit-transform: rotate(3deg);
    }
    5% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes btnWiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }
    2% {
        -webkit-transform: rotate(-3deg);
    }
    3.5% {
        -webkit-transform: rotate(3deg);
    }
    5% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}