body {
    font-family: 'Open Sans', arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
body img {max-width: 100%;}
a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: underline;
}
hr.review {
    border: 0;
    border-top: 1px dashed #f0f0f0;
    margin: 25px 0px;
}
hr.top {
    border: 0;
    border-top: 1px solid #121212;
    margin: 10px 0px;
}
h1, h2, h3 {
    color: #000;
}
h1.mtop {
    margin-top: 5px;
}
h2 {
    font-size: 19px;
}
.partner {
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff;
}
hr.gray {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0px;
}
hr.line {
    border: 0;
	border-bottom: 3px solid #c4915a;
    margin: 0;
	margin-bottom: 30px;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}
.space30 {height: 30px;}
.space50 {height: 50px;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}
.dashedbox2 {
    border: 2px dashed #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 10px;
}
.graybox {
    background: #ccc;
    margin: 0 auto;
    padding: 10px;
}
.graybox h1 {
    margin-top: 10px;
    line-height: 30px;
}
.simplepad {
    padding: 0px 15px;
}
.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 .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;
}
.leftpad10 {
    padding-left: 10px;
}
.leftpad20 {
    padding-left: 20px;
}

/* PAGE NAV */
.nav_off {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #7d0310;
    background: #fff;
    color: #7d0310;
    margin: 4px;
}
.nav_off:hover {
    border: 1px solid #7d0310;
    background: #7d0310;
    color: #fff;
}
.nav_on {
    display: inline-block;
    padding: 5px 8px;
    background: #7d0310;
    border: 1px solid #7d0310;
    color: #fff;
}
.nav_on a {
    color: #fff;
}
.nav_all {
    display: inline-block;
    padding: 5px;
    border: 1px solid #fff;
}


/* General */
#hdr-container {
    width: 100%;
    top: 0;
    z-index: 1001;
}
#hdr {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0px;
    position: relative;
}
#hdr-mob {
    display: none;
    text-align: center;
}
#topright {
    color: #fff;
    margin-top: 5px;
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}
#topnav {
    text-align: right;
}
#subnav-container {
    width: 100%;
    background: #f2f2f2;
}
#subnav {
    width: 1200px;
    margin: 0 auto;
    background: #eee;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #7d0410;
	border-bottom: 1px solid #ccc;
}
#menu {
    display: none;
    cursor: pointer;
    width: 25px;
}
#bdy-container {
    width: 100%;
    padding: 10px 0px;
}
#bdy, .bdy {
    width: 1200px;
    margin: 0px auto;
    padding: 15px 0px;
    box-sizing: border-box;
}
#breadcrumbs {margin: 0px 0px 15px 0;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
}
#ftr-container {
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
    background: #d9d9d9;
    color: #000;
    padding: 30px 0px;
    text-align: center;
}
#ftr {
    width: 1200px;
    margin: 0 auto;
}
#ftr-mob {
    display: none;
    padding: 10px 0px;
    text-align: center;
    color: #000;
}
.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%;
}
.btn-link {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 3px;
    background: #444;
    cursor: pointer;
}
.btn-link:hover {
    text-decoration: none;
    opacity: 0.8;
}
.btn-link2 {
    display: inline-block;
    padding: 9px 35px;
    color: #fff;
    text-decoration: none;
    /* border: 1px solid #333; */
    background: #7d0310;
    cursor: pointer;
    font-size: 18px;
}
.btn-link2:hover {
    text-decoration: none;
    opacity: 0.8;
}
.red-link {
    background: #ed1c24;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}
.red-link:hover {
    text-decoration: none;
    opacity: 0.8;
}
.dashedbox {
    border: 1px dashed #ccc;
    padding: 15px;
    margin: 10px 15px;
}
.dashedbox p:first-child {
    margin-top: 0;
}
.dashedbox p:last-child {
    margin-bottom: 0;
}

/* topnav.inc */
#hdr .simpleinline:last-child {text-align: right;}
#hdr-mob {
    padding: 15px;
}
#hdr-mob img {
    width: 100px;
}


/* POPUP */
#popUpDim {
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.popUpBox {
    display: none;
    background: #fff;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
    height: 65%;
    padding: 0px 15px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
}
.popUpClose {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: right;
    border: 0px solid #ccc;
    padding: 0px;
    margin: 0px 0px;
    width: 30px;
    cursor: pointer;
    z-index: 10005;
}

/* mobilemenu.inc */
#topnav-mob {
    text-align: left;
    padding: 15px 0px;
    background: #000622;
}
#topnav-mob .cell1 {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    padding: 20px 10px 20px 20px;
    box-sizing: border-box;
    text-align: center;
}
#topnav-mob .cell1 img {
    height: 28px;
}
#topnav-mob .cell2 {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    padding: 20px 20px 20px 10px;
    box-sizing: border-box;
}
#topnav-mob form {
    display: none;
    margin: 0;
    padding: 10px;
    font-size: 0;
}
#topnav-mob input[type='password'], #topnav-mob input[type='text'] {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 3px;
    border: 0px;
    padding: 6px;
    box-sizing: border-box;
    width: 85%;
}
#topnav-mob input[type='submit'] {
    display: inline-block;
    vertical-align: top;
    background: #444;
    color: #fff;
    border-radius: 3px;
    border: 0;
    padding: 6px 7px;
    margin-left: 3px;
    box-sizing: border-box;
    width: calc(15% - 3px);
}
#toggle {
    position: relative;
    color: #fff;
    text-align: left;
    line-height: 22px;
    font-size: 17px;
    text-decoration: none;
}
#toggle img {
    height: 28px;
    vertical-align: top;
    margin-right: 10px;
}
#menu-mob {
    display: none;
    list-style: none;
    margin: 0;
    padding: 10px;
}
#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: 14px;
    border: 1px solid #fff;
    border-bottom: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#menu-mob li ul li a {
    padding-left: 35px;
    color: #f0f0f0;
}
#menu-mob span {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 14px 14px 14px 20px;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    cursor: pointer;
}



/* footer.inc */
#ftr a {color: #000;}
#ftr a:hover {text-decoration: none; -webkit-filter: brightness(70%);}

/* forms */
form {margin: 0;}
form .inline-container .formrow:last-child {
    margin-bottom: 0;
}
.formrow {margin: 10px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 100%;
}
.formbox input[type='text'], .formbox input[type='password'] {
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'] {
    font-size: 13px;
    color: #ffffff;
    padding: 5px 15px;
    background: #3d80c2;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 8px;
    border-radius: 2px;
    font-family: 'Open Sans';
}
.formbox input[type='submit']:hover {
    opacity: 0.90;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.formbox select {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox textarea, .full-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.cells {
    vertical-align: bottom;
}
.cells input[type='text'], .cells input[type='password'] {
    font-size: 14px;
    border-radius: 3px;
    padding: 8px;
    width: 100%;
    border: 0;
    background: #fff;
}
.cells input[type='submit'] {
    border-radius: 3px;
    padding: 8px 20px;
    width: 100%;
    border: 0;
    background: #003466;
    color: #fff;
}
.cells span {
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
}
.cll1 {
    display: inline-block;
    vertical-align: bottom;
    width: 600px;
    margin-right: 10px;
    margin-bottom: 7px;
}
.cll1 a {
    font-size: 20px;
    color: #fff;
    margin: 0px 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}
.cll2, .cll3 {
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    margin-right: 10px;
    text-align: left;
}
.cll4 {
    display: inline-block;
    vertical-align: bottom;
}
.color-con {
    background: #4d515c;
    padding: 40px;
}
h1.index {
    text-align: center;
    font-weight: normal;
}
p.index {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.index-counters .inline-3-12 {
    width: calc(25% - 40px);
    margin: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.index-counters img {
    width: 100%;
    margin-bottom: 35px;
}

.justmobile {display: none;}
@media (max-width: 420px) {
.partner {
	font-size: 14px; 
	font-weight: bold; 
	color: #000;
}
	.formbox input[type='text'], .formbox input[type='password'] {
	    font-size: 16px;
	    box-sizing: border-box;
	    width: 100%;
	    padding: 15px;
	    border-radius: 4px;
	    border: 1px solid #ccc;
	}
	.formrow {margin: 10px 0px; padding: 10px;}
    input[type='submit'] {
        -webkit-appearance: none;
    }
    h1 {
        font-size: 23px;
    }
    h2 {
        font-size: 19px;
    }
    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;
    }
    .background-container {
        background: #000622;
    }
    #hdr, #topline-container, #topnav-container, #ftr {display: none;}
    #hdr-mob, #ftr-mob, .contacto-mob {display: block;}
    #bdy-container {
        padding: 0;
    }
    #bdy, .bdy {
        width: calc(100% - 20px);
        min-height: 0;
        padding: 10px;
        margin: 0px 10px;
    }
    #ftr-container {
        min-width: 0;
    }
    .simplepad {
        padding: 0;
    }
    #breadcrumbs {
        margin-left: 0px;
        font-size: 12px;
    }
    .rightpad10, .rightpad20, .leftpad10, .leftpad20 {
        padding: 0;
    }
    .dashedbox {
        margin: 0 0 10px 0;
    }
    .padded-container {
    	padding: 0;
    }
    .dashedbox2 {
        border: 0;
        padding: 0;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }
    .color-con {
        padding: 0;
    }
    .index-counters .inline-3-12 {
        width: calc(50% - 40px);
        margin: 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
    }

    .justmobile {display: block;}
    .nomobile {display: none;}
}
