﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #5e72e4;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Open Sans, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --color-negro-puro: #000;
    --color-marca-normal: #65a518;
    --color-blanco-normal: #fff;
    --color-rojo-normal: #E60018;
    --fuente-montserrat-regular: Montserrat Regular;
    --fuente-montserrat-bold: Montserrat Bold;
    --fuente-montserrat-semibold: Montserrat Semibold;
    --fuente-proxima-regular: proxima-nova;
}

body {
    font-family: Proxima-Nova, sans-serif !important;
    font-size: 16px !important;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.HDI {
    /*    background-color: #006c30 !important;*/
    color: #ffffff !important;
    /*    background: linear-gradient(60deg, #44b09e, #e0d2c7) !important;*/
    background: var(--color-marca-normal) !important;
}

.logo img {
    margin-right: 0.5rem;
    transition: all .25s ease-in-out;
    width: 80px;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}

img, svg {
    vertical-align: middle;
}

.logo {
    color: #4aa73d;
    font-size: 120%;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #006c30 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #006c30 !important;
    font-size: 120% !important;
    font-weight: 500 !important;
}

.hdi-h2 {
    color: #006c30 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.description {
    font-size: 120%;
}


.sec {
    width: auto;
    max-width: 1000%;
    padding-left: 1.41575em;
    padding-right: 1.41575em;
    clear: both;
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    min-height: 330px;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /*    height: 100vh;*/
    background-attachment: fixed !important;
}

    .sec.has-background-dim-10:before {
        opacity: .1;
    }

    .sec.has-background-dim:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: inherit;
        opacity: .5;
        z-index: 0;
    }

.alignwide {
    /*    margin-left: 0;*/
    /*    margin-right: 0; */
    margin-left: calc(21% - 25vw);
    margin-right: calc(21% - 25vw);
    padding-left: 0;
    padding-right: 0;
}

.has-parallax {
    background-attachment: fixed;
}

.tab-pane {
    border-color: #006c30;
    border-style: solid;
}

.hdi-list {
    list-style: square inside url('https://www.w3schools.com/css/sqpurple.gif');
}

.main-footer {
    border-top: 1px solid #006c30;
    font-size: 14px;
    padding: 2rem 0 0;
}

.sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sitemap ul li {
        margin-bottom: 0.5rem;
    }

        .sitemap ul li:first-child {
            color: #006c30;
            font-size: 120%;
            font-weight: 500;
            margin-bottom: 1rem;
        }

        .sitemap ul li a {
            color: inherit;
            text-decoration: none;
            transition: all .25s ease-in-out;
        }

p.title {
    color: #006c30;
    font-size: 120%;
    font-weight: 500;
}

.form-select-lg {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E);
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    width: 100%;
}

select {
    word-wrap: normal;
}

button, select {
    text-transform: none;
}

@media (min-width: 768px) .text-md-end {
    text-align: right !important;
}

ul.icons {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

    ul.icons li {
        display: inline-block;
    }

p.offices a:hover {
    color: #006c30;
}

#main-footer p.offices a {
    color: #707070;
    text-decoration: none;
    transition: all .25s ease-in-out;
}

a:hover {
    color: #0a58ca;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

.text {
    color: #707070;
    padding: 2rem 0;
}

    .text p.headline {
        color: #006c30;
        font-weight: 500;
    }

    .text p {
        margin: 0;
    }

        .text p a {
            color: inherit;
            text-decoration: none;
        }

.bottom {
    background: #f8f8f8;
    color: #707070;
    padding: 1rem 0;
}

    .bottom nav {
        display: flex;
        justify-content: flex-end;
    }

        .bottom nav a {
            align-items: center;
            color: inherit;
            display: block;
            margin-left: 0.5rem;
            text-decoration: none;
            transition: all .25s ease-in-out;
        }

p.offices {
    font-size: 120%;
}

    p.offices a:hover {
        color: #006c30;
    }

    p.offices a {
        color: #707070;
        text-decoration: none;
        transition: all .25s ease-in-out;
    }

body {
    margin-bottom: 0 !important;
}

.theme-gray {
    background: #f4f6f9;
}

.image {
    border: 1px solid #006c30;
    padding: 1rem;
    position: relative;
    border-radius: 50rem !important;
}

    .image:after {
        background: #006c30;
        content: "";
        height: calc(100% + 2rem);
        position: absolute;
        right: -1rem;
        top: -1rem;
        width: calc(100% - 45%);
        z-index: 5;
        border-top-right-radius: 50rem !important;
        border-bottom-right-radius: 50rem !important;
    }

    .image img {
        position: relative;
        z-index: 10;
    }

.fade {
    /*    transition: opacity .20s linear !important;*/
    transition: none !important;
    animation: fadeEffect 2s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* prices.html */
.price-list {
    display: flex;
}

    .price-list > div {
        flex-grow: 3;
        margin: 0 10px;
        border: black solid 1px;
        padding: 20px;
    }

.btn-warning {
    border-radius: 20px;
}

.icono-regresar {
    /*    color: var(--color-verde-normal);*/
    color: rgb(15, 112, 54);
    margin-left: -8px !important;
    padding-left: 0px !important;
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}

.text-regresar {
    margin: 0px;
    height: auto;
    width: auto;
    color: rgb(15, 112, 54);
}


.page-link {
    line-height: 1.25;
    position: relative;
    display: block;
    margin-left: -1px;
    padding: .5rem .75rem;
    color: #8898aa;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

    .page-link:hover {
        z-index: 2;
        text-decoration: none;
        color: #8898aa;
        border-color: #dee2e6;
        background-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    /*border-color: #5e72e4;
    background-color: #5e72e4;*/
    border-color: var(--fondo-negro) !important;
    background-color: #65a518 !important;
}

.page-item.disabled .page-link {
    cursor: auto;
    pointer-events: none;
    color: #8898aa;
    border-color: #dee2e6;
    background-color: #fff;
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .4375rem;
    border-bottom-left-radius: .4375rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .4375rem;
    border-bottom-right-radius: .4375rem;
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item .page-link, .page-item span {
    font-size: .875rem;
    display: flex;
    width: 36px;
    height: 36px;
    margin: 0 3px;
    padding: 0;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
}

.form-control {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #65a518;
    box-shadow: 0 0 0 0.2rem rgba(101, 165, 24, 0.25);
}

.btn-custom-green {
    background-color: #65a518;
    color: #fff;
    /*    border-radius: 24px;*/
    padding: 10px 0px;
    font-size: 14px;
    font-weight: bold;
    min-height: 48px;
    width: 100%;
    font-family: Proxima-Nova, sans-serif;
    font-size: 16px;
}

select option:checked {
    background-color: rgb(225, 237, 229) !important;
}


.form-group.row {
    align-items: center;
}

input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

input[type="radio"]:checked {
    background-color: #65a518;
    border-color: #65a518;
}

option {
    text-align: center;
}

    option:hover {
        background-color: rgb(225, 237, 229) !important;
    }

.custom-select {
    position: relative;
}

.custom-select input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

    .custom-select ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 0;
        margin: 0;
        list-style: none;
        display: none;
        margin-top: -45px; /* adjust this value based on the height of your input field */
        z-index:100;
    }

.custom-select ul li {
    padding: 10px;
    cursor: pointer;
}

    .custom-select ul li:hover {
        background-color: #f0f0f0;
        background-color: rgb(225, 237, 229) !important;
    }

.form-control:disabled[style*="pointer-events"] {
    background-color: #fff !important;
}

.custom-input {
    padding: 18px 35px 12px 12px;
    border: 1px solid #afafaf;
    background-color: #ffffff;
    background-color: transparent !important;
}