﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

html, body {
    overflow-x: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    border-radius: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

/***********************************************************************************/

div, span, p, ul, li, h1, h2, h3, h4, h5, h6, label, option, button, a, area, article {
    font-family: 'Michroma', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.card, .card div, .card span, .card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card p {
    font-family: "DM Sans", sans-serif;
}

    .card .btn {
        border-radius: 0px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .card .btn, .card .card-price {
        transition: 0.2s !important;
    }

    .card:hover .btn {
        background-color: #5208a7;
        color: #ffffff !important;        
    }

    .card:hover .card-price {
        opacity: 1 !important;
    }

.michroma-regular {
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.validation-summary-errors {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}

    .validation-summary-errors > ul {
        list-style-type: none;
        padding: 0px
    }

        .validation-summary-errors > ul > li {
            color: #eb1e52;
        }

    .field-validation-error {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .field-validation-error > span {
        color: #eb1e52 !important;
    }

::-moz-selection { /* Code for Firefox */
    color: #ffb500;
    background: transparent;
}

::selection {
    color: #ffb500;
    background: transparent;
}

button.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-nav {
    padding: 0px 10px;
}

    .navbar .nav-item {
        border-top: 2px solid #151515;
        border-bottom: 2px solid #151515;
    }

        .navbar .nav-item:hover:not([disabled]), .navbar .nav-item:focus:not([disabled]), .navbar .nav-item:active:not([disabled]) {
            border-top: 2px solid #151515;
            border-bottom: 2px solid white;
        }

#BodyContainer_panelHomeContacto p {
    font-size: 18px !important;
    font-family: "DM Sans", sans-serif;
}

.zoom {
    transition: 0.2s;
}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.btn {
    font-family: "DM Sans", sans-serif;
    height: 40px;
    line-height: 38px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.btn-primary {
    border-color: #5208a7;
    background-color: #5208a7;
}


/******************* FORMS ************************/

.form-group {
    position: relative;
    margin-bottom: 26px;
}

.form-label {
    font-size: 12px;
    color: #727272;
    margin-bottom: 0px;
}

::placeholder {
    color: #444444 !important;
}

.form-select {
    background-color: transparent;
    border: 1px solid #444444;
    color: #ffffff !important;
}

    .form-select:hover, .form-select:active, .form-select:focus {
        border: 1px solid #ffffff !important;
    }

        

.form-control {
    background-color: transparent !important;
    border: 0px solid #444444;
    border-bottom: 1px solid #444444;
    color: #ffffff !important;
    padding: 6px 0px;
}

    .form-control:hover, .form-control:active, .form-control:focus {
        border-bottom: 1px solid #5208a7 !important;
    }

