body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background: #d3d3d3;
}
body img {max-width: 100%;}
a {
    text-decoration: none;
    color: #37495d;
}
a:hover {
    text-decoration: underline;
}
hr.top {
    border: 0;
    border-top: 1px solid #121212;
    margin: 10px 0px;
}
hr.div {
    border: 0;
    border-top: 4px solid #e4ded2;
    margin: 10px 0px;
}
h1, h2, h3 {
    color: #2b4657;
}
h2 {
    font-size: 19px;
    margin: 20px 0px;
}
hr.gray {
    border: 0;
    border-top: 1px solid #ebebeb;
    margin: 10px 0px;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}
.space30 {height: 30px;}
.space50 {height: 50px;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}
.simpleinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}
.rel-container {position: relative;}
.padded-container {padding: 0px 10px;}
.inline-container {font-size: 0;}
.inline-container.pad {
    padding: 20px;
}
.inline-container .simpleinline:last-child {margin-right: 0px;}
.vcenter .simpleinline {
    vertical-align: middle;
}
.lright .simpleinline:last-child {
    text-align: right;
}
.tcenter .simpleinline {
    text-align: center;
}
.inline-1-12 {
    width: calc(1*(100% - 110px)/12);
    margin-right: 10px;
    vertical-align: top;
}
.inline-2-12 {
    width: calc(2*(100% - 110px)/12 + 10px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-3-12 {
    width: calc(3*(100% - 110px)/12 + 20px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-4-12 {
    width: calc(4*(100% - 110px)/12 + 30px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-5-12 {
    width: calc(5*(100% - 110px)/12 + 40px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-6-12 {
    width: calc(6*(100% - 110px)/12 + 50px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-7-12 {
    width: calc(7*(100% - 110px)/12 + 60px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-8-12 {
    width: calc(8*(100% - 110px)/12 + 70px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-9-12 {
    width: calc(9*(100% - 110px)/12 + 80px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-10-12 {
    width: calc(10*(100% - 110px)/12 + 90px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-11-12 {
    width: calc(11*(100% - 110px)/12 + 100px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-12-12 {
    width: calc(12*(100% - 110px)/12 + 110px - 0.01%);
    margin: 0;
    vertical-align: top;
}
.inline-1-10 {
    width: calc(1*(100% - 90px)/10 - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.inline-2-10 {
    width: calc(2*(100% - 90px)/10 + 10px - 0.01%);
    margin-right: 10px;
    vertical-align: top;
}
.rightpad10 {
    padding-right: 10px;
}
.rightpad20 {
    padding-right: 20px;
}
.rightpad40 {
    padding-right: 40px;
}
.leftpad10 {
    padding-left: 10px;
}
.leftpad20 {
    padding-left: 20px;
}
.iframeWrapper {
    position: relative;
    padding-bottom: 55%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* General */
#sitewidth {
    width: 1200px;
    margin: 0 auto;
}
#hdr {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box; 
    padding: 25px;
    font-size: 0;
    background: #fff;
    font-family: 'Open Sans';
}
#hdr-mob {
    display: none;
    text-align: center;
    background: #fff;
}
#topnav {
    text-align: right;
}
#nav-container {
	background: #37495d;
    color: #000;
    padding: 10px 0px;
    text-align: center;
    min-width: 1200px;
}
#menu {
    display: none;
    cursor: pointer;
    width: 25px;
}
.bdy-container {
    width: 100%;
}
.bdy, #dtls {
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
}
.bdy.mob {
    font-size: 16px; 
    font-weight: normal;
    padding: 20px;
    text-align: right;
}
#breadcrumbs {
    margin: 10px 0px 15px 0;
    font-size: 12px;
}
#breadcrumbs a {
    font-size: 12px;
}
#ftr {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    background: #484848;
    color: #fff;
    text-align: center;
    padding: 25px;
}
#ftr-mob {
    display: none;
    padding: 15px 0px;
    text-align: center;
    background: #f9f9f9;
    color: #000;
}

/* topnav.inc*/
#hdr .inline-3-12 {
    padding: 40px 0px;
}
#topnav p {
    margin-bottom: 45px;
    margin-right: 10px;
}
#topnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#topnav ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: middle;
}
#topnav ul li a {
	display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #121212;
    padding: 5px;
}
#topnav ul li a:hover {
    color: #757575;
}
#nav-container a {
    display: inline-block;
    background: #558585;
    color: #000;
    border-radius: 30px;
    margin-left: 10px;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: bold;
}

/* footer.inc */
#ftr-container a {
    color: #fff;
}
.ftr-bar {
    background: #e4ded2;
    padding: 40px 0px;
}
.ftr-bar h3 {
    display: block;
    text-align: center;
    margin: 0 0 25px 0px;
    color: #2d2d2f;
    font-size: 26px;
    font-style: italic;
}
.ftr-bar b {
    display: block;
    text-align: center;
    margin: 15px 0px;
    color: #7c3020;
    font-size: 50px;
}
.ftr-bar span {
    display: block;
    text-align: center;
    margin: 15px 0px;
    color: #2d2d2f;
    font-size: 20px;
}
.ftr-bar p {
    display: block;
    text-align: center;
    margin: 15px 0px;
    color: #645051;
    font-size: 14px;
}
.ftr-social {
    text-align: center;
}
.ftr-social img {
    display: inline-block;
    margin: 0px 10px;
    width: 40px;
}



/* mobilemenu.inc */
#toggle {
    position: relative;
    color: #fff;
    text-align: left;
    line-height: 25px;
    font-size: 16px;
    text-decoration: none;
}
#toggle img {
    height: 25px;
    vertical-align: top;
    margin-right: 10px;
}
#call {
    height: 25px;
}
#menu-mob {
    display: none;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
}
#menu-mob ul {
    display: none;
    list-style: none;
    padding: 0;
}
#menu-mob li {
    position: relative;
}
#menu-mob li:last-child {
    border-bottom: 1px solid #fff;
}
#menu-mob li ul li:last-child {
    border-bottom: 0px;
}
#menu-mob li a {
    display: block;
    padding: 12px;
    border: 1px solid #fff;
    border-bottom: 0px;
    color: #fff;
    text-decoration: none;
}
#menu-mob li ul li a {
    padding-left: 35px;
    color: #ccc;
}
#menu-mob span {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 12px 12px 12px 20px;
    font-size: 18px;
    color: #000;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
}
#topnav-mob {
    background: #37495d;
    padding: 10px;
}
#topnav-mob .simpleinline {
    vertical-align: middle;
}

.btn {
    display: inline-block;
    background: #0d2cc1;
    font-size: 20px;
    padding: 10px 0px;
    width: 370px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.btn:hover {
    background: #1236e6;
}
/* forms */
form.form {
    font-size: 0;
}
form.form label {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
form.form .form-cll {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin: 10px; 
}
form.form .captcha {
    width: 305px;
    margin: 0 auto;
    text-align: center;
}
form.form h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
form.form p {
    font-size: 12px;
}
form.form input[type='text'] {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    box-sizing: border-box;
}
form.form textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    height: 190px;
    font-size: 13px;
    box-sizing: border-box;
}
form.form select {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}
form.form input[type='submit'] {
    background: #0d2cc1;
    color: #fff;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
}
form.form input[type='submit']:hover {
    background: #1236e6;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
form.form .g-recaptcha {
    margin-bottom: 10px;
}
form.cactus input[name='firstname'] {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    margin-right: 5px;
}
form.cactus input[name='lastname'] {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    margin-left: 5px;
}
form.cactus input[name='phone'] {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    margin-right: 5px;
}
form.cactus input[name='email'] {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    margin-left: 5px;
}
form.box {
    background: #f9f9f9;
    padding: 35px;
}
form.box h2 {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    color: #37495d;
    font-size: 18px;
}
form.box p {
    text-align: center;
    margin-bottom: 25px;
}

/* index.php */
input[type='submit'] {
	-webkit-appearance: none;
}
.index-banner {
    position: relative;
    font-size: 0;
}
.index-banner img.main {
    width: 100%;
}
.index-banner .overtxt {
    position: absolute;
    width: 500px;
    left: 40px;
    top: 40px;
}
.index-banner .overtxt h1 {
    color: #314555;
    font-size: 45px;
    line-height: 58px;
    margin-top: 0;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.index-banner .overlay {
    position: absolute;
    right: 40px;
    width: 410px;
    height: 393px;
    margin: auto;
    top: -80px;
    bottom: 0;
    text-align: center;
    color: #000;
    font-size: 20px;
}
.index-banner .overlay h1 {
    color: #000;
    margin: 0 0 15px 0;
    font-size: 44px;
}
.index-banner .overlay form {
    background: #fff;
    padding: 30px;
    -moz-box-shadow: 1px -1px 5px #9b9c89;
    -webkit-box-shadow: 1px -1px 5px #9b9c89;
    box-shadow: 1px -1px 5px #9b9c89;
    font-size: 14px;
    color: #000;
}
.index-banner .overlay form p {
    margin-top: 0;
    font-size: 26px;
    font-weight: bold;
}
.index-banner .overlay form select {
    background: #eeeeee;
    border: 1px solid #eeeeee;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0px;
    color: #6c6c6c;
}
.index-banner .overlay form input[type='text'] {
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #eeeeee;
    color: #6c6c6c;
    font-family: 'Montserrat';
}
.index-banner .overlay form textarea {
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #eeeeee;
    color: #6c6c6c;
    font-family: 'Montserrat';
}
.index-banner .overlay form input[type='submit'] {
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #d00101;
    border-radius: 25px;
    color: #fff;
    padding: 10px 25px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat';
    border: 0;
    margin-top: 10px;
    cursor: pointer;
}
.index-banner .overlay form input[type='text']::placeholder {
    color: #6c6c6c;
}
.bdy.index {
	position: relative;
	background: #fff;
}
.bdy.index .inline-3-12 {
	text-align: center;
	padding: 15px 0px;
}


#tab-container {
    font-size: 0;
    background: #bebfc2;
    color: #000;
}
#nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 340px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 15px 0px;
}
#con, .tab-contents {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 350px);
    font-size: 14px;
    box-sizing: border-box;
    border-left: 1px solid #8d68f5;
    padding: 10px 25px;
    height: 450px;
}
#con h2, .tab-contents h2 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
}
#con h3, .tab-contents h3 {
    color: #000;
}
#con img, .tab-contents img {
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-right: 8px;
}
#con .checktxt, .tab-contents .checktxt {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
#con .wave, .tab-contents .wave {
    height: 10px;
}
#nav .tabs {
	background: #dcdcdc;
    position: relative;
    display: block;
    padding: 10px 0px;
    box-sizing: border-box;
    font-size: 15px;
    cursor: pointer;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 100px;
    margin: 10px 0px;
    padding-left: 130px;
}
#nav .tabs h3 {
    margin: 0;
    color: #000;
    font-size: 14px;
}
#nav .tabs p {
    font-size: 11px;
    margin: 7px 0px;
}
#nav .tabs a {
    display: inline-block;
    font-size: 11px;
    color: #000;
}
#nav .tabs img.back {
    display: none;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 80px;
}
#nav #tab1 img.front {
    position: absolute;
    top: 19px;
    left: 25px;
    width: 60px;
}
#nav #tab2 img.front {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 60px;
}
#nav #tab3 img.front {
    position: absolute;
    top: 19px;
    left: 25px;
    width: 60px;
}
#nav #tab4 img.front {
    position: absolute;
    top: 22px;
    left: 35px;
    width: 40px;
}
#nav .tabs:hover {
	background: #8d68f5;
}
#nav .tabs.selected {
	background: #8d68f5;
}
#nav .tabs.selected img.back {
    display: block;
}
#nav .tabs.selected:hover {
	background: #8d68f5;
}

.tab-contents {
    display: none;
}

.index-bot .simpleinline {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-sizing: border-box;
    padding: 10px;
}
.index-bot .simpleinline span {
    display: block;
    padding: 15px 0px;
}

.tab-contents {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #000;
    overflow: hidden;
}
.tab-contents h2 {
    position: relative;
    z-index: 1001;
}
.tab-contents input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab-contents label {
    position: absolute;
    display: block;
    padding: 10px 30px 10px 15px;
    font-weight: bold;
    line-height:24px;
    cursor: pointer;
    top: 20px;
    right: 10px;
}
.tab-contents label:after {
    content: "\25BC";
    z-index: 1000;
}



.justmobile {display: none;}
@media (max-width: 420px) {

    .loantool-bg {
        padding: 20px;
    }

    input[type='text'], select {
        -webkit-appearance: none;
    }
    .formbox input[type='text'] {
        padding: 14px 8px;
        border: 0;
    }
    .formbox select {
        border: 0;
        padding: 15px 8px;
        background: #fff;
        -webkit-appearance: none;
        background:#fff url(images/select.png) no-repeat 98% 48%;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }


    input[type='submit'], input[type='text'], textarea {
        -webkit-appearance: none;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 15px;
    }
    a[href^=tel] { color: inherit; text-decoration: none; }

    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .mobinline-1-12 {
        width: calc(1*(100% - 110px)/12);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-2-12 {
        width: calc(2*(100% - 110px)/12 + 10px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-3-12 {
        width: calc(3*(100% - 110px)/12 + 20px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-4-12 {
        width: calc(4*(100% - 110px)/12 + 30px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-5-12 {
        width: calc(5*(100% - 110px)/12 + 40px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-6-12 {
        width: calc(6*(100% - 110px)/12 + 50px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-7-12 {
        width: calc(7*(100% - 110px)/12 + 60px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-8-12 {
        width: calc(8*(100% - 110px)/12 + 70px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-9-12 {
        width: calc(9*(100% - 110px)/12 + 80px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-10-12 {
        width: calc(10*(100% - 110px)/12 + 90px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-11-12 {
        width: calc(11*(100% - 110px)/12 + 100px);
        margin-right: 10px;
        vertical-align: top;
    }
    .mobinline-12-12 {
        width: calc(12*(100% - 110px)/12 + 110px);
        margin: 0;
    }
    #topline, #nav-container, #hdr, #topline-container, #topnav-container, #ftr {display: none;}
    #hdr-mob, #ftr-mob, .contacto-mob {display: block;}
    .bdy, #dtls {
        width: calc(100%);
        min-height: 0;
        padding: 10px;
        margin: 0;
    }
    .simplepad {
        padding: 0;
    }
    #breadcrumbs {
        margin-left: 0px;
        font-size: 12px;
    }
    .rightpad10, .rightpad20, .leftpad10, .leftpad20, .rightpad40 {
        padding: 0;
    }
    .dashedbox {
        margin: 0 0 10px 0;
    }
    .padded-container {
        padding: 0;
    }
    .dashedbox2 {
        border: 0;
        padding: 0;
    }
    #sitewidth {
        width: 100%;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }


    /* footer.inc */
    .ftr-bar {
        padding: 20px;
    }
    .ftr-bar h3 {
        font-size: 16px;
    }
    .ftr-bar b {
        font-size: 35px;
    }
    .ftr-bar span {
        font-size: 14px;
    }
    .ftr-bar p {
        font-size: 12px;
    }


    /* index.php */
    .index-banner .overtxt {
        width: 90%;
        top: 20px;
        left: 20px;
    }
    .index-banner .overtxt h1 {
        font-size: 28px;
        line-height: normal;
    }
    .index-banner .overlay {
    	position: static;
    	width: 90%;
    	margin: 0 auto;
    	box-sizing: border-box;
    	color: #000;
    	padding: 15px 0px;
        height: auto;
    }
    .index-banner .overlay h1 {
    	color: #2c4657;
    }
    #bub, #nav {
        display: none;
    }
    #con {
        width: 100%;
        display: none;
    }
    .tab-contents {
        display: block;
        width: 100%;
        position: relative;
        height: auto;
    }
    .tab-contents h2 {
        font-size: 16px;
        margin: 15px 0px;
    }
    .tab-contents label {
        top: 12px;
    }

    .mob-con {
        display: none;
    }
    #tab1-content .mob-con {
        display: block;
    }
    .index-banner .overlay form input[type='submit'] {
        width: 100%;
        margin: 10px 0;  
    }
    .bdy.mob {
        text-align: center;
    }
    .justmobile {display: block;}
    .nomobile {display: none;}
}

