﻿* {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'Made Tommy Light';
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    src: url("../fonts/MADETOMMYLight.eot"); /* IE9 Compat Modes */
    src: url("../fonts/MADETOMMYLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    src: url("../fonts/MADETOMMYLight.otf") format("opentype"), /* Open Type Font */
    src: url("../fonts/MADETOMMYLight.svg") format("svg"), /* Legacy iOS */
    src: url("../fonts/MADETOMMYLight.ttf") format("truetype"), /* Safari, Android, iOS */
    src: url("../fonts/MADETOMMYLight.woff") format("woff"), /* Modern Browsers */
    src: url("../fonts/MADETOMMYLight.woff2") format("woff2"); /* Modern Browsers */
}

@font-face {
    font-family: 'Made Tommy Medium';
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
    src: url("../fonts/MADETOMMYMedium.eot"); /* IE9 Compat Modes */
    src: url("../fonts/MADETOMMYMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    src: url("../fonts/MADETOMMYMedium.otf") format("opentype"), /* Open Type Font */
    src: url("../fonts/MADETOMMYMedium.svg") format("svg"), /* Legacy iOS */
    src: url("../fonts/MADETOMMYMedium.ttf") format("truetype"), /* Safari, Android, iOS */
    src: url("../fonts/MADETOMMYMedium.woff") format("woff"), /* Modern Browsers */
    src: url("../fonts/MADETOMMYMedium.woff2") format("woff2"); /* Modern Browsers */
}

html {
    height: 100%;
}

h1, h2, h3, h4, h5, h6, label {
    font-family: 'Made Tommy Medium';
}

body {
    font-family: 'Made Tommy Light';
}

#formContacto {
    padding: 0 0 20px 20px;
    text-align: left;
    position: relative;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #7d946a !important;
}

    #formContacto input[type=text],
    #formContacto input[type=number],
    #formContacto input[type=email],
    #formContacto input[type=file],
    #formContacto input[type=checkbox],
    #formContacto input[type=date],
    #formContacto input[type=datetime],
    #formContacto input[type=datetime-local],
    #formContacto input[type=password],
    #formContacto input[type=tel],
    #formContacto select,
    #formContacto textarea {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-top: 2px;
        width: 90%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }


    #formContacto input[type=color] {
        padding: 0px;
        border: none;
        border-radius: 0;
        width: 100%;
        margin: 0 0 2% 0;
    }

    #formContacto input:focus,
    #formContacto textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none;
        font-family: 'Made Tommy Medium';
        border-bottom: 2px solid #758042;
        outline-width: 0;
    }

    #formContacto .action-button {
        background: #7d946a;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 10px;
        margin: 10px 5px;
    }

.control-label {
    padding: 18px 0 0 0;
}

.btn-contact {
    color: #000;
    background-color: #bac973;
    border-color: #758042;
}

    .btn-contact:hover,
    .btn-contact:focus,
    .btn-contact:active {
        -o-transition: background 0.5s ease-in;
        -webkit-transition: background 0.25s ease-in;
        -moz-transition: background 0.25s ease-in;
        color: #fff;
        background-color: #829237;
        border-color: #bac973;
        text-decoration: none;
        font-family: 'Made Tommy Medium';
    }

#formContacto .action-button:hover,
#formContacto .action-button:focus {
    box-shadow: 0 0 0 0 none, 0 0 0 3px #758042;
}

#formContacto .action-button-previous {
    background: #accd8f;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 10px;
    margin: 10px 5px
}

    #formContacto .action-button-previous:hover,
    #formContacto .action-button-previous:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #accd8f;
    }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #accd8f;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus {
        border-bottom: 2px solid skyblue;
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #758042;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    overflow: hidden;
    color: aliceblue
}

    #progressbar .active {
        color: #000000;
        cursor: grab;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 18px;
        width: 25%;
        float: left;
        position: relative
    }

        #progressbar li:before {
            width: 50px;
            height: 50px;
            line-height: 45px;
            display: block;
            font-size: 18px;
            color: #ffffff;
            background: aliceblue;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px;
        }

        #progressbar li:after {
            content: '';
            width: 100%;
            height: 4px;
            background: aliceblue;
            position: absolute;
            left: 0;
            top: 25px;
            z-index: -1
        }

    #progressbar .fa:before {
        color: darkseagreen;
    }

    #progressbar .icon-glyphicon-icniuhtli:before {
        color: darkseagreen;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #7d946a;
        color: black;
    }

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: #7d946a;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3)
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1)
    }

.fit-image {
    width: 100%;
    object-fit: cover;
}

/* navbar-scroolspy */

.bg-light {
    background-color: #accd8f !important;
    border-radius: 10px;
    border: 1px solid #7d946a;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.form-control:focus {
    color: #000;
    background-color: #FFF;
    border-bottom: 2px solid #758042;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #accd8f;
}
