﻿body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header {
    background: url(img/header-bg.jpg) repeat-x !important;
    position: relative !important;
}

.app-bar, .app-bar .brand {
    background-color: transparent;
    height: 77px !important;
}

    .app-bar .app-bar-menu li:hover {
        background-color: transparent;
    }

    .app-bar .hamburger {
        display: none !important;
    }

.country-lng-ar > img {
    height: 20px;
    width: 28px;
    margin-right: 15px;
}

.country-lng-br > img {
    height: 20px;
    width: 28px;
    margin-right: 15px;
}

.country-lng-us > img {
    height: 20px;
    width: 28px;
    margin-right: 15px;
}

.title {
    background-color: var(--cl-a) !important;
}


.required:focus {
    box-shadow: 0 0 0 3px rgba(228,228,228,.45) !important;
}

.required.invalid {
    border: 1px #ce352c solid !important;
}


#footer {
    background-color: #f2f3f4 !important;
    min-height: 345px;
    height: auto;
}

    #footer > .container {
        background: transparent url(img/footer-transparencia.png) no-repeat right;
    }


#footer-titulo {
    font-size: 22px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
}

@media (min-width: 0px) {
    #ul-menu-items {
        background-color: var(--cl-c) !important;
        padding: 0 12px;
    }

    .pos-footer {
        position: initial;
        left: 0;
        right: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #ul-menu-items {
        background-color: transparent !important;
    }

    .container-datos {
        max-width: 650px;
    }
}

@media (min-width: 572px) {
    .pos-footer {
        bottom: 0;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
    }
}



#select2-fechaanio-results, #select2-fechames-results {
    text-align: right !important;
    padding-right: 5px;
}

.number-circle {
    border-radius: 50%;
    /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    background: var(--cl-b) !important;
    color: var(--cl-e) !important;
    text-align: center;
    font: 1.2rem Arial, sans-serif;
}

.grupo-imagen {
    opacity: 0.5;
    visibility: visible;
}

    .grupo-imagen:hover {
        opacity: 1;
    }

.grupo-imagen-hover {
    opacity: 1 !important;
}

.documento {
    max-width: 170px !important;
}

.country-select {
    width: 100% !important;
}

label.residencia {
    margin-bottom: 0px !important;
}

@media (min-width: 1200px) {
    .header-container {
        width: 1170px;
    }

    .app-bar .hamburger:not(.hidden) ~ .ml-auto {
        margin-right: 0px !important;
    }

    .footer-container {
        width: 1170px;
    }
}


@media screen and (max-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }
}
.maxw-800 {
    max-width: 800px;
    margin: 0 auto;
}

.categoria-label {
    width: calc(100% - 150px);
}