.headline {
    font-size     : 24px;
    line-height   : 1.2em;
    letter-spacing: 0em;
    margin-bottom : 20px;
    color         : rgb(70, 70, 70);
    margin-top    : 20px;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: left;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    color     : rgb(255, 253, 253);
    font-size : 13px;
}

nav:before {
    font-size: 30px;
    color    : rgb(69, 69, 69);
}

nav>ul>li>ul a {
    font-size: 14px;
}

nav>ul li a {
    padding-top               : 26px;
    padding-right             : 55px;
    padding-bottom            : 9px;
    padding-left              : 55px;
    margin-top                : 0px;
    margin-right              : 2px;
    margin-left               : 0px;
    margin-bottom             : 0px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius : 12px;
    background-color          : rgba(0, 0, 0, 0);
    border-right-width        : 0px;
    border-color              : rgb(210, 210, 210);
}

nav>ul>li>ul li a {
    background-color: rgb(255, 255, 255);
    padding-top     : 20px;
    padding-right   : 20px;
    padding-bottom  : 20px;
    margin-bottom   : 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(234, 234, 234);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(234, 234, 234);
}

nav>ul li.active>a {
    background-color: rgb(1, 138, 218);
}

nav>ul li>a:hover {
    color: rgb(1, 138, 218);
}

.subtitle {
    font-size     : 16px;
    line-height   : 1.2em;
    letter-spacing: 0em;
    margin-bottom : 20px;
    color         : rgb(1, 138, 218);
    margin-top    : 20px;
}

.preamble {
    font-size     : 22px;
    line-height   : 1.5em;
    letter-spacing: 0em;
    margin-bottom : 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
    line-height  : 1.6em;
    margin-bottom: 5px;
    font-size    : 12px;
    color        : rgb(102, 102, 102);
}

.bodytext a {
    color: rgb(1, 138, 218);
}

.bodytext a:hover {
    color          : rgb(4, 3, 3);
    text-decoration: underline;
}

.smalltext {
    line-height   : 1.7em;
    letter-spacing: 0em;
    font-size     : 12px;
    margin-bottom : 5px;
    color         : rgb(70, 70, 70);
    padding-top   : 10px;
    padding-bottom: 10px;
}

.smalltext a {
    color          : rgb(1, 138, 218);
    text-decoration: underline;
}

.smalltext a:hover {
    color: rgb(4, 3, 3);
}

body {
    color              : rgb(96, 96, 96);
    font-size          : 16px;
    font-family        : Trebuchet MS;
    line-height        : 1.2em;
    font-weight        : 400;
    background-color   : rgb(221, 221, 221);
    background-image   : url(../uploads/xnc1VD0H/screencapture-kandcengineeringltd-co-uk.png);
    background-position: 50% 0%;
    background-repeat  : repeat-x;
}

body a {
    text-decoration: none;
    color          : rgb(68, 58, 223);
}

.button {
    margin-bottom   : 40px;
    border-radius   : 3px;
    border-width    : 0px;
    font-weight     : 400;
    color           : rgb(255, 255, 255);
    background-color: rgb(69, 69, 69);
    padding-top     : 15px;
    padding-right   : 25px;
    padding-bottom  : 15px;
    padding-left    : 25px;
}

.button:hover {
    background-color: rgb(53, 53, 53);
}

.form {
    margin-bottom : 40px;
    padding-top   : 0px;
    padding-right : 0px;
    padding-bottom: 0px;
    padding-left  : 0px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom : 5px;
    line-height   : 1.2em;
    color         : rgb(184, 179, 179);
    font-size     : 11px;
    font-weight   : 800;
    margin-top    : 5px;
    margin-right  : 5px;
    margin-left   : 5px;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius      : 3px;
    border-color       : rgb(204, 204, 204);
    color              : rgb(163, 157, 157);
    font-size          : 12px;
    padding-top        : 10px;
    padding-right      : 10px;
    padding-bottom     : 10px;
    padding-left       : 10px;
    margin-top         : 0px;
    margin-right       : 0px;
    margin-bottom      : 20px;
    margin-left        : 0px;
    border-top-width   : 1px;
    border-left-width  : 1px;
    border-bottom-width: 1px;
    border-right-width : 1px;
}

.form input[type=submit] {
    margin-top   : 20px;
    margin-bottom: 0px;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span,
.form .form_option input[type=checkbox]+label:not([class*="optin"]) {
    line-height  : 1.6em;
    margin-left  : 10px;
    margin-bottom: 20px;
    margin-right : 20px;
}

.text {
    margin-bottom : 0px;
    padding-top   : 0px;
    padding-right : 20px;
    padding-bottom: 0px;
    padding-left  : 20px;
}

.image {
    margin-bottom: 40px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top   : 0px;
    padding-right : 0px;
    padding-bottom: 0px;
    padding-left  : 0px;
}

.col {
    margin-bottom : 0px;
    padding-left  : 0px;
    padding-right : 0px;
    margin-top    : 0px;
    padding-bottom: 0px;
}

.custom1 {}

.custom2 {}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
    font-size     : 14px;
    line-height   : 1.2em;
    margin-bottom : 0px;
    padding-top   : 20px;
    padding-bottom: 20px;
    color         : rgb(255, 253, 253);
}

.smallsubtitle a {
    color: rgb(255, 255, 255);
}

.smallsubtitle a:hover {
    text-decoration: underline;
}

.spottext {
    font-size    : 63px;
    color        : rgb(255, 255, 255);
    line-height  : 1.2em;
    text-align   : center;
    margin-bottom: 20px;
}

.footertext {
    font-size     : 11px;
    line-height   : 1.6em;
    margin-bottom : 5px;
    text-align    : center;
    color         : rgb(255, 253, 253);
    font-family   : Trebuchet MS;
    padding-top   : 15px;
    padding-bottom: 50px;
}

.footertext a {
    color: rgb(210, 210, 210);
}

.footertext a:hover {
    text-decoration: underline;
}

.companyname {
    font-size  : 22px;
    text-align : left;
    line-height: 1.2em;
}

.companyname a {
    color: rgb(96, 96, 96);
}

.smallspottext {
    line-height  : 1.5em;
    color        : rgb(255, 255, 255);
    text-align   : center;
    font-size    : 22px;
    margin-bottom: 5px;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color     : rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top     : 5px;
    padding-right   : 15px;
    padding-bottom  : 5px;
    padding-left    : 15px;
}

.button2 {
    font-size     : 21px;
    border-width  : 2px;
    line-height   : 1em;
    margin-bottom : 40px;
    border-radius : 3px;
    color         : rgb(255, 255, 255);
    border-color  : rgb(255, 255, 255);
    display       : table;
    margin-left   : auto;
    margin-right  : auto;
    padding-top   : 20px;
    padding-right : 30px;
    padding-bottom: 20px;
    padding-left  : 30px;
}

.button2:hover {
    border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
    display         : table;
    margin-left     : auto;
    margin-right    : auto;
    border-top-width: 1px;
    border-color    : rgba(0, 0, 0, 0.0980392);
    width           : 100%;
}

.socialmedia {
    text-align: right;
    font-size : 19px;
}

.socialmedia li {
    margin-left  : 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    width : 30px;
    height: 30px;
}

.paymenticons li {
    margin-left   : 5px;
    margin-bottom : 5px;
    padding-bottom: 40px;
}

.linklist {
    margin-bottom: 0px;
    margin-top   : 0px;
    padding-left : 0px;
}

.linklist a {
    margin-bottom   : 1px;
    background-color: rgb(242, 242, 242);
    padding-top     : 10px;
    padding-right   : 10px;
    padding-bottom  : 10px;
    padding-left    : 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left  : 10px;
    margin-right : 10px;
}

.brandfooter {
    font-size  : 0px;
    line-height: 0em;
}

@media only screen and (max-width:1199px) {
    nav:before {
        color    : rgb(69, 69, 69);
        font-size: 30px;
    }

    nav>ul li a {
        padding-right: 50px;
        padding-left : 50px;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom1 {
        line-height: 1.2em;
    }

    .custom1 a {}

    .custom1 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .subtitle {
        font-size: 18px;
    }

    .preamble {
        font-size: 18px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smalltext {
        font-size: 12px;
    }

    .smalltext a {}

    .smalltext a:hover {}

    .spottext {
        font-size: 50px;
    }

    .spottext a {}

    .spottext a:hover {}

    .smallspottext {
        font-size: 18px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 18px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 12px;
    }

    .footertext a {}

    .footertext a:hover {}
}

@media only screen and (max-width:767px) {
    nav {
        text-align: center;
    }

    nav>ul li>a {
        font-size : 14px;
        transition: all 0s ease 0s;
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        font-size: 30px;
        color    : rgb(255, 255, 255);
    }

    nav>ul li a {
        padding-top               : 10px;
        padding-bottom            : 10px;
        padding-left              : 10px;
        border-top-left-radius    : 0px;
        border-top-right-radius   : 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius : 0px;
        background-color          : rgb(46, 46, 46);
        border-bottom-width       : 1px;
        border-color              : rgb(1, 138, 218);
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-top     : 10px;
        padding-right   : 10px;
        padding-bottom  : 10px;
        padding-left    : 10px;
    }

    nav.opened-menu>ul {
        background-color: rgb(46, 46, 46);
    }

    nav>ul .closeBtn {
        color: rgb(1, 138, 218);
    }

    nav>ul li a:hover {
        background-color: rgb(46, 46, 46);
    }

    nav>ul li.active>a {
        background-color: rgb(46, 46, 46);
        text-decoration : underline;
    }

    .preamble {
        font-size: 20px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smalltext {}

    .smalltext a {}

    .smalltext a:hover {}

    .text {
        padding-right: 10px;
        padding-left : 10px;
    }

    .row {
        padding-top: 00px;
    }

    .form {
        margin-bottom : 20px;
        padding-top   : 0px;
        padding-right : 0px;
        padding-bottom: 0px;
        padding-left  : 0px;
    }

    .form label {}

    .form input[type=submit] {}

    .form input[type=submit]:hover {}

    .form input[type=text],
    .form textarea,
    .form select {}

    .form .thankYou {}

    .form input[type=checkbox]+span,
    .form input[type=radio]+span,
    .form .form_option input[type=checkbox]+label:not([class*="optin"]) {
        margin-bottom: 10px;
        margin-right : 10px;
    }

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
    }

    .button:hover {}

    .custom1 {}

    .custom1 a {}

    .custom1 a:hover {}

    .custom2 {}

    .custom2 a {}

    .custom2 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom5 {}

    .custom5 a {}

    .custom5 a:hover {}

    .spottext {
        font-size: 39px;
    }

    .spottext a {}

    .spottext a:hover {}

    body {}

    body a {}

    body a:hover {}

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smallspottext {
        font-size: 20px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 20px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {}

    .footertext a {}

    .footertext a:hover {}

    .button2 {
        margin-bottom: 20px;
    }

    .button2:hover {}

    .socialmedia {
        text-align: center;
        font-size : 22px;
    }

    .socialmedia li a {
        width : 45px;
        height: 45px;
    }

    .socialmedia li a:hover {}

    .socialmedia li {
        margin-left : 5px;
        margin-right: 5px;
    }

    .socialmedia li:hover {}
}

#r5001>.container {
    padding-right: 83px;
    padding-left : 83px;
}

#r5001 {
    padding-bottom: 20px;
}

#m4824 {
    border-style : solid;
    margin-left  : auto;
    margin-top   : 32px;
    margin-bottom: 0px;
    margin-right : auto;
}

#m4824+.hoverOverlay .hoverIcon {
    border-style: solid;
}

#m4824+.hoverOverlay {
    border-style: solid;
}

#m4307 {
    border-style: solid;
    margin-top  : 77px;
}

#r5000 {
    background-color   : rgba(0, 0, 0, 0);
    background-position: 50% 50%;
    background-repeat  : no-repeat;
    padding-right      : 15px;
    padding-left       : 15px;
    background-image   : none;
    margin-bottom      : 10px;
}

#c4354 {
    padding-top        : 0px;
    background-image   : url(../uploads/5jLlIhXE/0x0_974x0/MENU002.png);
    background-position: 50% 0%;
}

#c3611 {
    padding-top: 3px;
}

#r5002 {
    background-color   : rgba(0, 0, 0, 0);
    background-position: 50% 0%;
    background-repeat  : repeat-y;
}

#m4495 {
    background-color       : rgb(1, 138, 218);
    border-top-right-radius: 7px;
    border-top-left-radius : 7px;
    border-top-width       : 5px;
    border-right-width     : 5px;
    border-left-width      : 5px;
    border-color           : rgb(193, 189, 186);
}

#m2138 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 07px;
}

#m2195 {
    background-color       : rgb(1, 138, 218);
    border-top-width       : 5px;
    border-right-width     : 5px;
    border-left-width      : 5px;
    border-color           : rgb(193, 189, 186);
    border-top-left-radius : 7px;
    border-top-right-radius: 7px;
}

#m2252 {
    background-color: rgb(193, 189, 186);
}

#r3952 {
    padding-right   : 8px;
    padding-left    : 8px;
    border-top-width: 0px;
    border-color    : rgb(102, 102, 102);
}

#c3762 {
    background-color: rgb(193, 189, 186);
    border-top-width: 1px;
    border-color    : rgb(184, 179, 179);
}

#p1439 #r3040 {
    background-image   : url(../uploads/GCrKFZp1/767x0_1004x0/fondo.png2.png);
    background-position: 50% 0%;
    padding-top        : 20px;
    background-repeat  : no-repeat;
    padding-left       : 10px;
    padding-right      : 10px;
    background-color   : transparent;
}

#p1439 #m3355 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p1439 #m3082 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 07px;
}

#p1439 #m4981 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p1439 #m1958 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 7px;
}

#p1439 #m1229 {
    margin-left : auto;
    margin-right: auto;
}

#p1439 #m1419 {
    float              : right;
    padding-top        : 2px;
    padding-bottom     : 2px;
    padding-right      : 2px;
    padding-left       : 2px;
    margin-bottom      : 0px;
    border-color       : rgb(70, 70, 70);
    border-style       : dotted;
    border-top-width   : 1px;
    border-right-width : 1px;
    border-left-width  : 1px;
    border-bottom-width: 1px;
    margin-right       : 20px;
}

#p1439 #m4068 {
    float              : right;
    padding-top        : 2px;
    padding-bottom     : 2px;
    padding-right      : 2px;
    padding-left       : 2px;
    margin-bottom      : 0px;
    border-color       : rgb(70, 70, 70);
    border-style       : dotted;
    border-top-width   : 1px;
    border-right-width : 1px;
    border-left-width  : 1px;
    border-bottom-width: 1px;
    margin-right       : 20px;
}

#p1439 #m2433 {
    padding-bottom: 20px;
}

#p8066 #r3225 {
    background-image   : url(../uploads/GCrKFZp1/767x0_1004x0/fondo.png2.png);
    background-position: 50% 0%;
    padding-top        : 20px;
    background-repeat  : no-repeat;
    padding-left       : 10px;
    padding-right      : 10px;
    background-color   : transparent;
}

#p8066 #m3730 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p8066 #m2939 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 07px;
}

#p8066 #m4677 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p8066 #m1374 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 7px;
}

#p8066 #m2635 {
    float              : right;
    padding-top        : 2px;
    padding-bottom     : 2px;
    padding-right      : 2px;
    padding-left       : 2px;
    margin-bottom      : 0px;
    border-color       : rgb(70, 70, 70);
    border-style       : dotted;
    border-top-width   : 1px;
    border-right-width : 1px;
    border-left-width  : 1px;
    border-bottom-width: 1px;
    margin-right       : 20px;
    max-width          : 31%;
}

#p8066 #m4603 {
    padding-bottom: 20px;
}

#p7083 #r3837 {
    background-image   : url(../uploads/GCrKFZp1/767x0_1004x0/fondo.png2.png);
    background-position: 50% 0%;
    padding-top        : 20px;
    background-repeat  : no-repeat;
    padding-left       : 10px;
    padding-right      : 10px;
    background-color   : transparent;
}

#p7083 #m3320 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p7083 #m2536 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 07px;
}

#p7083 #m2137 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p7083 #m4396 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 7px;
}

#p7083 #m1512 {
    padding-bottom: 20px;
}

#p6567 #r1069 {
    background-image   : url(../uploads/GCrKFZp1/767x0_1004x0/fondo.png2.png);
    background-position: 50% 0%;
    padding-top        : 20px;
    background-repeat  : no-repeat;
    padding-left       : 10px;
    padding-right      : 10px;
    background-color   : transparent;
}

#p6567 #m1613 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p6567 #m3890 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 07px;
}

#p6567 #m1796 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p6567 #m3822 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 7px;
}

#p6567 #m2414 {
    margin-right: 20px;
    margin-left : 20px;
}

#p6567 #m2414 .hoverOverlay {
    background-color: rgba(1, 138, 218, 0.1);
}

#p6638 #r4841 {
    background-image   : url(../uploads/cvrHGNvA/767x0_1004x0/fondo.png3.png);
    background-position: 50% 0%;
    padding-top        : 20px;
    background-repeat  : no-repeat;
    padding-left       : 10px;
    padding-right      : 10px;
    background-color   : rgba(0, 0, 0, 0);
}

#p6638 #c1838 {
    background-color: rgba(0, 0, 0, 0);
}

#p6638 #m1128 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p6638 #m4186 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 07px;
}

#p6638 #m2821 {
    background-color         : rgb(1, 138, 218);
    border-top-left-radius   : 7px;
    border-top-right-radius  : 7px;
    border-bottom-left-radius: 0px;
    margin-left              : 10px;
    border-top-width         : 5px;
    border-right-width       : 5px;
    border-bottom-width      : 0px;
    border-left-width        : 5px;
    border-color             : rgb(210, 210, 210);
    background-image         : none;
    background-position      : 0% 50%;
    background-repeat        : no-repeat;
    padding-top              : 6px;
}

#p6638 #m4484 {
    margin-left               : 10px;
    background-color          : rgb(210, 210, 210);
    margin-bottom             : 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius : 7px;
}

#p6638 #c3931 {
    background-color: rgba(0, 0, 0, 0);
}

#p6638 #m1481 {
    background-color          : rgb(255, 255, 255);
    border-style              : solid;
    border-bottom-left-radius : 07px;
    border-bottom-right-radius: 7px;
    margin-left               : 10px;
    margin-bottom             : 20px;
}

#p6638 #m1248 {
    margin-left : 20px;
    margin-right: 20px;
}

@media only screen and (max-width:1199px) {
    #r5001 {
        padding-bottom: 0px;
    }

    #r5001>.container {
        padding-right: 0px;
        padding-left : 0px;
    }

    #r5000 {
        padding-right   : 0px;
        padding-left    : 0px;
        border-top-width: 3px;
        border-color    : rgb(1, 138, 218);
        background-color: rgb(46, 46, 46);
        margin-bottom   : 0px;
    }

    #c4354 {
        margin-top      : 0px;
        background-image: none;
        background-color: rgb(46, 46, 46);
    }

    #r4300 {
        padding-top     : 10px;
        background-color: rgb(46, 46, 46);
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top   : 0px;
    }

    #m2138 {
        margin-left: 0px;
    }

    #r3952 {
        padding-right: 0px;
        padding-left : 0px;
    }

    #p1439 #r3040 {
        background-color: rgb(255, 255, 255);
        padding-left    : 5px;
        padding-right   : 5px;
    }

    #p1439 #m3355 {
        margin-left: 0px;
    }

    #p1439 #m3082 {
        margin-left: 0px;
    }

    #p1439 #m4981 {
        margin-left: 0px;
    }

    #p1439 #m1958 {
        margin-left: 0px;
    }

    #p8066 #r3225 {
        background-color: rgb(255, 255, 255);
        padding-left    : 5px;
        padding-right   : 5px;
    }

    #p8066 #m3730 {
        margin-left: 0px;
    }

    #p8066 #m2939 {
        margin-left: 0px;
    }

    #p8066 #m4677 {
        margin-left: 0px;
    }

    #p8066 #m1374 {
        margin-left: 0px;
    }

    #p7083 #r3837 {
        background-color: rgb(255, 255, 255);
        padding-left    : 5px;
        padding-right   : 5px;
    }

    #p7083 #m3320 {
        margin-left: 0px;
    }

    #p7083 #m2536 {
        margin-left: 0px;
    }

    #p7083 #m2137 {
        margin-left: 0px;
    }

    #p7083 #m4396 {
        margin-left: 0px;
    }

    #p6567 #r1069 {
        background-color: rgb(255, 255, 255);
        padding-left    : 5px;
        padding-right   : 5px;
    }

    #p6567 #m1613 {
        margin-left: 0px;
    }

    #p6567 #m3890 {
        margin-left: 0px;
    }

    #p6567 #m1796 {
        margin-left: 0px;
    }

    #p6567 #m3822 {
        margin-left: 0px;
    }

    #p6638 #r4841 {
        background-color: rgb(255, 255, 255);
        padding-left    : 5px;
        padding-right   : 5px;
    }

    #p6638 #m1128 {
        margin-left: 0px;
    }

    #p6638 #m4186 {
        margin-left: 0px;
    }

    #p6638 #m2821 {
        margin-left: 0px;
    }

    #p6638 #m4484 {
        margin-left: 0px;
    }

    #p6638 #m1481 {
        margin-left: 0px;
    }
}

@media only screen and (max-width:767px) {
    #r3635 {
        background-color: rgb(1, 138, 218);
    }

    #m3784 {
        border-top-width          : 0px;
        border-right-width        : 0px;
        border-bottom-width       : 0px;
        border-left-width         : 0px;
        padding-bottom            : 15px;
        padding-top               : 15px;
        margin-bottom             : 0px;
        color                     : rgb(255, 255, 255);
        font-size                 : 15px;
        font-family               : Arial;
        border-top-left-radius    : 0px;
        border-top-right-radius   : 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius : 0px;
        margin-top                : 0px;
        padding-left              : 0px;
        padding-right             : 0px;
        text-align                : center;
        width                     : 100%;
    }

    #m2347 {
        border-style: solid;
    }

    #r4454 {
        background-color   : rgb(255, 255, 255);
        background-repeat  : no-repeat;
        background-size    : cover;
        background-position: 50% 50%;
        border-style       : solid;
        padding-top        : 72px;
    }

    #c4354 {
        padding-top   : 5px;
        padding-right : 5px;
        padding-bottom: 5px;
    }

    #r2716 {
        background-color: rgb(255, 255, 255);
        padding-right   : 20px;
        padding-left    : 20px;
    }

    #m4495 {
        border-color: rgb(210, 210, 210);
    }

    #m2195 {
        border-color: rgb(210, 210, 210);
    }

    #m2252 {
        border-bottom-left-radius : 7px;
        border-bottom-right-radius: 7px;
        background-color          : rgb(210, 210, 210);
    }

    #p1439 #m1419 {
        margin-left : auto;
        margin-right: auto;
        float       : none;
    }

    #p8066 #m2635 {
        margin-left : auto;
        margin-right: auto;
        float       : none;
        max-width   : 97%;
    }

    #p6638 #m1248 input[type=text],
    #m1248 input[type=date],
    #m1248 textarea,
    #m1248 select {
        border-style: solid;
    }

    #p6638 #m1248 {
        border-style: solid;
    }
}