html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
        overflow-y: visible;
    overflow-x: hidden;
}
* {
    border: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
*:before,
*:after {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    overflow-y: visible;
    overflow-x: hidden;
    margin-bottom: 0;
    font-family: 'Roboto', Calibri;
    font-size: 14px;
    line-height: 16px;
    color: #7E7E7E;
    height: 100%;
    width: 100%;
    display: table;
}
a {
    text-decoration: none;
    outline: 0px;
    color: #E2372D;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.Cntpgint ul{margin-left: 30px;list-style-type: disc;}
p,
ul li {
    color: #7E7E7E;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 15px;
}
p b {
    color: #E2372D;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}
h1,
.fntit {
    font-family: 'Roboto', Calibri;
    font-weight: 600;
    color: #1d1d1d;
    transform: uppercase;
    text-align: left;
    font-size: 25px;
    line-height: 25px;
}
table{display: table;}
ul li {
    padding-left: 0px;
    margin-bottom: 5px;
}
input[type="text"],
textarea {
    background-color: #d7d7d7;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    padding: 8px 15px 8px 15px;
    width: 100%;
    margin: 3.5px 0px;
    background-position: 12px center;
    background-repeat: no-repeat;
}
.contactofrm textarea{
    height: 50px;
}
input[type="submit"],
.btn {
    background-color: #1d1d1d;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    margin: 10px auto;
    display: block;
    position: relative;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
}
input[type="submit"]:hover,
.btn:hover,
.btnactv {
    background-color: #2D2D2D;
    color: #fff;
}
.ease-in_5s {
    transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
}
.ease-in-1s {
    transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
    -ms-transition: all ease-in 1s;
    -o-transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
}
hr {
    width: 100%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(150, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 10px 0;
}
.Center {
    margin: 0 auto;
    display: table;
}
.TxtCenter {
    text-align: center;
}
.CenTxtol {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.CenTxtot {
    text-align: center;
    display: table;
    margin: 0 auto;
}
.Txtleft {
    text-align: left!important;
}
.inln {
    display: inline-block;
    margin: 2px 5px;
}
.Red {
    color: #E2372D;
}
.All {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*display: table;*/
    width: 100%;
    height: 100%;
    float: left;
}
.row {
    display: table;
    clear: both;
    position: relative;
    width: 100%;
}
.col-100 {
    width: 100%;
}
.col-80 {
    width: 80%;
}
.col-75 {
    width: 75%;
}
.col-70 {
    width: 70%;
}
.col-60 {
    width: 55%;
    margin-left: 2%;
}
.col-58 {
    width: 58%;
}
.col-50 {
    width: 50%;
}
.col-46 {
    width: 46%;
}
.col-33 {
    width: 300px;
    float: left;
    margin: 15px 14px;
    position: relative;
    min-height: 435px;
    z-index: 1;
}
.col-25 {
    width: 25%;
}
.col-40 {
    width: 40%;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.Boxed {
    margin: 0 auto;
    width: 100%;
    max-width: 1004px;
    padding: 0 10px;
    display: table;
}
.Cntpg {
    margin: 20px auto;
    position: relative;
    z-index: 0;
}
.Cntpgint {
    margin: 50px auto 130px auto;
    min-height: 530px;
    position: relative;
	display:block;
    z-index: 1;
}
.Cntpgint {
    text-align: justify;
}
.Header {
    background: #fff;
    height: 163px;
    display: table;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 3;
}
.Logo {
    background: transparent url("../imagenes/logo.png") center center no-repeat;
    display: block;
    height: 82px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 320px;
        z-index: 21;
}
.NavMobile {
    width: 130px;
    height: 46px;
    padding: 11px 10px 0px 10px;
    font-family: 'Dosis', Calibri;
    font-weight: 500;
    display: none;
    cursor: pointer;
    text-align: center;
    background: #111;
    color: #fff;
    font-size: 20px;
    float: right;
    text-transform: uppercase;
    position: absolute;
    z-index: 99999;
    top: 20px;
    right: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.NavMobile i {
    margin-right: 8px;
}
.menubar{
    background: #000;
    margin-top: 120px;
}
.barft{
    background: #000;
    bottom: 0;
    display: table;
    height: 43px;
    position: absolute;
    width: 100%;
}
.UlNav {
    margin-top: 40px;
    float: right;
    position: relative;
    margin: 0;
    z-index: 9999;
}
.UlNav li {
    background-image: none;
    list-style: none;
    float: left;
    position: relative;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
    padding: 0;
    margin-bottom: 0;
}
.UlNav > li {
    margin-left: 10px;
}
.UlNav > li > a {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.UlNav li a {
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -ms-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    -webkit-transition: all ease-in .2s;
}
.UlNav li a:hover, {
    background: transparent;
}
.UlNav > li:hover > a,
.UlNav li a.LiActive {
    color: #fff;
    text-decoration: underline;
}
.UlNav li ul {
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 34px;
    *_margin: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    padding-top: 9px;
    border-radius: 0px 8px 8px 8px;
    -moz-border-radius: 0px 8px 8px 8px;
    -ms-border-radius: 0px 8px 8px 8px;
    -o-border-radius: 0px 8px 8px 8px;
    -webkit-border-radius: 0px 8px 8px 8px;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, .15);
    -ms-box-shadow: 2px 2px 0px rgba(0, 0, 0, .15);
    -o-box-shadow: 2px 2px 0px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, .15);
    transition: all ease-in .15s;
    -moz-transition: all ease-in .15s;
    -ms-transition: all ease-in .15s;
    -o-transition: all ease-in .15s;
    -webkit-transition: all ease-in .15s;
}
.UlNav li ul li {
    background: #c6c6c6;
    width: 280px;
    height: 46px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0;
}
.UlNav li ul li:last-child {
    border-bottom: none;
}
.UlNav li ul li a {
    width: 300px;
    height: 46px;
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
    color: #fff;
}
.UlNav li ul li:hover {
    background: #DB2920;
}
.UlNav li ul li:hover a {
    color: #fff;
}
.UlNav li:hover ul {
    opacity: 1;
    visibility: visible;
}

.UlSocial {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 20;
}
.UlSocial li {
    float: left;
    margin-left: 0px;
    background-image: none;
    width: 100%;
    text-align: right;
    color: #000
}
.UlSocial li a {
    color: #000;   
}
.UlSocial li a:hover, .UlSocial li a.act{text-decoration: underline;}
.Cdrgthflt {
    position: absolute;
    right: 0;
    height: 70px;
    min-width: 300px;
    display: block;
    border-radius: 14px 0 0px 14px;
    -moz-border-radius: 14px 0 0px 14px;
    -ms-border-radius: 14px 0 0px 14px;
    -o-border-radius: 14px 0 0px 14px;
    -webkit-border-radius: 14px 0 0px 14px;
    display: table;
}

.Footer {
position: absolute;
    display: table;
    z-index: 1000;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 70px;
    background: #000000;
    color: #fff;
    margin: 0px auto;
    padding: 0px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.UlContac {
    margin: 0 auto;
    height: 32px;
}
.UlContac li {
    color: #fff;
    background-image: none;
    float: left;
    margin: 0px 18px;
    display: inline-block;
    font-family: 'Roboto', Calibri;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
}

.CenterV{
    display: table-cell;
    vertical-align: middle;
}
.load{
    background: url("../imagenes/load.gif") center center no-repeat;
    width: 34px;
    height: 34px;
    top:50%;
    margin-top: -17px;
    display: table;
    position: absolute;
    left:50%;
    margin-left: -17px;
}

.nosotros{
    background: url("../imagenes/der-1.jpg") center center no-repeat;
    }
.miembros{
    background: url("../imagenes/der-2.jpg") center center no-repeat;
    }
.clientes{
    background: url("../imagenes/der-3.jpg") center center no-repeat;
    }
.areas{
    background: url("../imagenes/der-4.jpg") center center no-repeat;
    }
.contacto{
    background: url("../imagenes/der-5.jpg") center center no-repeat;
    }
.imgderint{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 160px;
    left: 55%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}

.imgderint::before{
    content: '';
    background: #FFFFFF;
    top: 0;
    left: -65%;
    width: 50%;
    height: 100%;
    transform: rotate(0deg) scale(2) skew(-6deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(2) skew(-12deg) translate(0px);
    -moz-transform: rotate(0deg) scale(2) skew(-12deg) translate(0px);
    -o-transform: rotate(0deg) scale(2) skew(-12deg) translate(0px);
    -ms-transform: rotate(0deg) scale(2) skew(-12deg) translate(0px);
    position: absolute;
}
#frmhmadms .mCustomScrollBox {
    max-height: 510px;
}
.contactofrm {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.Error{
    margin-top: 150px
}
.btnstndr{
    display: table;
    width: auto;
}
.FrmCntc .row .row{font-weight:700;}