
/* ==========================================================================
   Borders
   ========================================================================== */

.red-bordered {
    position: absolute;
    height: 150px;
    width: 80px;
    border-top: 5px solid var(--primary-color);
    border-left: 5px solid var(--primary-color);
}

.red-bordered-inverse-left-bottom {
    position: absolute;
    height: 230px;
    width: 80px;
    left: 15px;
    bottom: 0;
    border-bottom: 5px solid var(--primary-color);
    border-left: 5px solid var(--primary-color);
}

.red-bordered-inverse {
    position: absolute;
    height: 150px;
    width: 80px;
    right: 5px;
    bottom: 0;
    border-bottom: 5px solid var(--primary-color);
    border-right: 5px solid var(--primary-color);
}

.contact-wrapper {
    min-height: 500px;
    /*  padding-top: 50px;*/
    margin-top: 50px;
    background-image: url("../../img/contact/canelo.png");
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: right -200px bottom -170px;
}

    .contact-wrapper.clear {
        background-image: none;
    }

@media (min-width: 320px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1440px) {
}
