.bg-primary {
    background-color: #e6a756 !important;
}

.btn {
    box-shadow: none;
}

.btn-primaryiber {
    background-color: #00a443;
    border-color: #00a443;
    color: white;
    font-size: 23px;
    padding: 7px 25px 7px 25px;
    border-radius: 5px;
}

.primaryiber:active,
.btn-primaryiber:focus,
.btn-primaryiber:hover {
    background-color: #00402a;
    color: white;
    border-color: #00402a;
}

.font-weight-light {
    font-weight: 100 !important;
}

.header-contacto {
    background-color: #ff9c1a;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 24px;
    color: white;
    justify-content: center;
    line-height: 2;
}

.contactoIBER {
    margin: 20px;
    padding: 20px;
}

.form-check-input-iber {
    border-top-color: #00402a;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: #00402a;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #00402a;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #00402a;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    color: #00402a;
}

.IBER {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #00402a;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 18px;
    line-height: 3.5;
    color: #00402a;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 0px) {
    .title-page {
        font-size: 70px;
    }

    .subtitle-page {
        font-size: 30px;
    }

    .div-line-header {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .titulo_header_contacto {
        font-size: large;
    }
}

@media (min-width: 200px) {
    .title-page {
        font-size: 70px;
    }

    .subtitle-page {
        font-size: 30px;
    }

    .div-line-header {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .titulo_header_contacto {
        font-size: x-large;
    }
}

@media (min-width: 576px) {
    .title-page {
        font-size: 70px;
    }

    .subtitle-page {
        font-size: 30px;
    }

    .div-line-header {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .titulo_header_contacto {
        font-size: x-large;
    }
}

@media (min-width: 768px) {
    .title-page {
        font-size: 100px;
    }

    .subtitle-page {
        font-size: 50px;
    }

    .div-line-header {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 15px;
    }

    .titulo_header_contacto {
        font-size: x-large;
    }
}

@media (min-width: 992px) {
    .title-page {
        font-size: 100px;
    }

    .subtitle-page {
        font-size: 50px;
    }

    .div-line-header {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 15px;
    }

    .titulo_header_contacto {
        font-size: xx-large;
    }
}

@media (min-width: 1200px) {
    .title-page {
        font-size: 100px;
    }

    .subtitle-page {
        font-size: 50px;
    }

    .div-line-header {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 15px;
    }

    .titulo_header_contacto {
        font-size: xx-large;
    }
}

.privacidad {
    text-decoration: none;
    color: #00402a;
    font-weight: bold;
}

.form-check-iber-label {
    color: #00402a;
    margin-left: 4px;
}

.form-check-input-iber:checked {
    background-color: #00402a;
    border-color: #00402a;
}