.megaMenuTexto{
    color: #fff;
    text-align: justify;
}

.menuPrincipal{
    background: #fff;
    height: 120px;
}

ul.megamenu{
    margin: 0 auto;
}

.megamenu{
    margin: 0;
    padding: 0 60px !important;
    box-sizing: border-box;
    list-style: none;
    display: table;

    font-family: 'KhmerUI';
    font-size: 17px;

    max-width: 1280px;
    width: 100%;
}

.megamenu li{
    float: left;
    display: inline;
    text-align: center;
    line-height: 18px;
}


.megamenu li.opmain{
    height: 74px;
    vertical-align: middle;
}

.megamenu li.opmain:hover {
    background: rgba(108,108,108,0.9);
}

.megamenu li.menuItemLogo:hover{
    background: transparent !important;
}

.megamenu li.opmain:hover > a {
    color: #fff;
}

li.opmain:last-child {
    background: #a3bd31;
}


li.opcionActual{
    background: #777;
}

li.opcionActual > a {
    color: #fff !important;
}


.megamenu li:nth-child(2){
    width: 200px;
}

.megamenu > li > a{
    float: none;
    padding: 19px 15px 10px 15px;
    font-weight: 200;
    text-decoration: none;
    transition: color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;

    color: #00325a;
    line-height: 17px;
}

/* ITEM ALIGNMENT
-----------------------------*/
.megamenu > li.right{
    float: right;
}

/* DROPDOWN CONFIGURATION
-----------------------------*/
.megamenu .dropdown,
.megamenu .dropdown li .dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    width:160px;
    background: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}
.megamenu .dropdown {
    top: 59px;
}
.megamenu .dropdown li .dropdown {
    left: 160px;
    top: inherit;
    margin-top: -1px;
    border: solid 1px rgba(0, 0, 0, 0.2);
}
.megamenu .dropdown li {
    clear:both;
    width:100%;
}
.megamenu .dropdown li:last-child {
    border-bottom: none;
}
.megamenu .dropdown li a {
    float:left;
    width:100%;
    padding:10px 25px;
    text-decoration:none;
    display:block;
    border:0 none;
    font-size: 14px;
    color: #444;
    background:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
}
.megamenu .dropdown li:hover > a {
    background: #fff;
}

/* MEGAPANEL CONFIGURATION
-----------------------------*/
.megamenu > li > .megapanel{
    position: absolute;
    display: none;
    background: rgba(108,108,108,0.9);
    width: 100.2%;
    top: 130px;
    left: -1px;
    z-index: 99;
    padding: 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.megapanelInfo{
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
}

.megamenu  .megapanel ul{
    margin: 0;
    padding: 0;
}
.megamenu  .megapanel img{
    width: 100%;
    cursor: pointer;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}

/* FORM CONFIGURATION
-----------------------------*/
.megamenu form.contact input,
.megamenu form.contact textarea{
    font-family: Calibri, Arial;
    font-size: 16px;
    color: #444;
    outline: none;
}
.megamenu form.contact input[type="text"],
.megamenu form.contact textarea{
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    border: solid 1px #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    transition: border 0.3s linear;
}
.megamenu form.contact input[type="text"]{
    height: 40px;
}
.megamenu form.contact input[type="text"]:focus,
.megamenu form.contact textarea:focus{
    border: solid 1px #999;
}
.megamenu form.contact input[type="submit"]{
    width: 100px;
    height: 35px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #999;
}

/* GRID SYSTEM
-----------------------------*/
.megapanel .row{
    width: 100%;
    margin-top: 15px;
}
.megapanel .row:first-child {
    margin-top: 0;
}
.megapanel .row:before,
.megapanel .row:after {
    display: table;
    content: "";
    line-height: 0;
}
.megapanel .row:after {
    clear: both;
}
.megapanel .row .col1,
.megapanel .row .col2,
.megapanel .row .col3,
.megapanel .row .col4,
.megapanel .row .col5,
.megapanel .row .col6{
    display: block;
    width: 100%;
    min-height: 20px;
    float: left;
    margin-left: 2.127659574468085%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.megapanel .row [class*="col"]:first-child {
    margin-left: 0;
}
.megapanel .row .col1{
    width: 14.893617021276595%;
}
.megapanel .row .col2{
    width: 31.914893617021278%;
}
.megapanel .row .col3{
    width: 48.93617021276595%;
}
.megapanel .row .col4{
    width: 65.95744680851064%;
}
.megapanel .row .col5{
    width: 82.97872340425532%;
}
.megapanel .row .col6{
    width: 100%;
}

/* COLLAPSIBLE MENU
-------------------------*/
.megamenu > li.showhide{
    display: none;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: #555;
}
.megamenu > li.showhide span.title{
    margin: 15px 0 0 25px;
    vertical-align: middle;
}
.megamenu > li.showhide span.icon1:after{
    position: absolute;
    content: "";
    right: 25px;
    top: 15px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 1;
}
.megamenu > li.showhide span.icon2:after{
    position: absolute;
    content: "";
    right: 25px;
    top: 27px;
    height: 3px;
    width: 25px;
    font-size: 50px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 1;
}

/* STYLES
-----------------------------*/

/* black */
.black, .black > li.showhide{
    background: #383838;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #383838 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top,  #383838 0%,#000000 100%);
    background: -o-linear-gradient(top,  #383838 0%,#000000 100%);
    background: -ms-linear-gradient(top,  #383838 0%,#000000 100%);
    background: linear-gradient(to bottom,  #383838 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#000000',GradientType=0 );
}
.black li > a, .black > li.showhide span{ color: #fff; }
.black > li:hover > a, .black > li.active > a, .black .dropdown li:hover > a{ color: #fff; background: #000000; }
.black  .megapanel img:hover, .black form.contact input[type="text"]:focus, .black form.contact textarea:focus{ border: solid 1px #383838; }
.black form.contact input[type="submit"]{	background: #383838; }

/* orange */
.orange, .orange > li.showhide{
    background: #fa6900;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNjkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMjVlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fa6900 0%, #e25e00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa6900), color-stop(100%,#e25e00));
    background: -webkit-linear-gradient(top,  #fa6900 0%,#e25e00 100%);
    background: -o-linear-gradient(top,  #fa6900 0%,#e25e00 100%);
    background: -ms-linear-gradient(top,  #fa6900 0%,#e25e00 100%);
    background: linear-gradient(to bottom,  #fa6900 0%,#e25e00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6900', endColorstr='#e25e00',GradientType=0 );
}
.orange li > a, .orange > li.showhide span{ color: #fff; }
.orange > li:hover > a, .orange > li.active > a, .orange .dropdown li:hover > a{ color: #fff; background: #e65400; }
.orange  .megapanel img:hover, .orange form.contact input[type="text"]:focus, .orange form.contact textarea:focus{ border: solid 1px #ff670f; }
.orange form.contact input[type="submit"]{	background: #ff670f; }

/* red */
.red, .red > li.showhide{
    background: #c21a01;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMWEwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZjE4MDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c21a01 0%, #af1801 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c21a01), color-stop(100%,#af1801));
    background: -webkit-linear-gradient(top, #c21a01 0%,#af1801 100%);
    background: -o-linear-gradient(top, #c21a01 0%,#af1801 100%);
    background: -ms-linear-gradient(top, #c21a01 0%,#af1801 100%);
    background: linear-gradient(to bottom, #c21a01 0%,#af1801 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c21a01', endColorstr='#af1801',GradientType=0 );;
}
.red li > a, .red > li.showhide span{ color: #fff; }
.red > li:hover > a, .red > li.active > a, .red .dropdown li:hover > a{ color: #fff; background: #a51701;}
.red  .megapanel img:hover, .red form.contact input[type="text"]:focus, .red form.contact textarea:focus{ border: solid 1px #C21A01; }
.red form.contact input[type="submit"]{	background: #C21A01; }


.logoResponsiveMenu{
    width: 200px;
}


@media (max-width: 990px) {

    .menuItemLogo{
        height: 0 !important;
        overflow: hidden;
    }

}


@media (min-width: 991px) {

    .menuItemLogo{
        height: auto !important;
        overflow: hidden;
        padding-right: 10px;
    }

    .megamenu li.opmain{

        float: none;
        display: table-cell !important;
    }

    .menu_bar {
        display: none;

    }

}

/* RESPONSIVE LAYOUT
-----------------------------*/
@media (max-width: 990px) {

    .menu_bar {
        display: block;

        margin: 0 auto;
    }


    .megamenu li.opmain{
        background: rgba(220,220,220,0.8);
        display: block;
        z-index: 10;
        position: relative;
    }


    .megamenu > li{
        display: block;
        width: 100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .megamenu > li:hover,
    .megamenu > li.active{
        border-top: none;
    }
    .megamenu > li > a{
        padding: 15px 25px;
    }
    .megamenu > li:hover > a,
    .megamenu > li.active > a{
        padding: 15px 25px;
    }
    .megamenu a{
        width: 100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .megamenu .dropdown,
    .megamenu .dropdown li .dropdown{
        width: 100%;
        display: none;
        left: 0;
        border-left: none;
        position: static;
        border: none;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    .megamenu .dropdown li {
        background: #fff !important;
        border: none;
    }
    .megamenu .dropdown > li > a{
        padding-left: 40px !important;
    }
    .megamenu > li > .megapanel{
        position: static;
        margin-top: 50px;
    }
    .megapanel .row [class*="col"]{
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .megapanel .row:first-child  [class*="col"]:first-child {
        margin-top: 0;
    }
    .megapanel .row{
        margin-top: 0;
    }
    .black { background: #222222; }
    .megamenu > li > ul.dropdown > li > a{ padding-left: 40px !important; }
    .megamenu > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
    .megamenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important; }
}

.submenuMega{
    display: block;
    float: none;
}

.submenuMega > li {
    font-family: "Corbel Bold";
    clear: both;
    display: block !important;
    float: none;
    text-align: left;
    max-width: 220px;
}


.submenuMega > li a{
    color: #e10019;
}

li ul.submenu{
    margin-left:20px !important;
}

.submenu > li {
    display: block;
    float: none;
    text-align: left;
    max-width: 220px;
}

.submenu > li > a{
    color: #fff;
}

/*---------------------*/

.menuSoloPrincipal li{
    list-style: none;
    line-height: 20px !important;
}

.menuSoloPrincipal li a{
    color: #fff;
    font-family: 'Corbel';
    font-size: 15px;
}


/*--- grilla sub menu */

/*-------grillaHome ----*/
.column { float: left; }
.size-1of4 {
    width: 22.24%;
    padding-right: 30px;
}
.size-1of3 { width: 31.333%; }
.size-1of2 { width: 48.333%; }
.size-1of1 { width: 98.333%; }


.grillaMenu[data-columns]::before {
    content: '3 .column.size-1of3';
}

.grillaMenu{
    text-align: left;
}

.size-1of3:first-child{
    padding-right: 18px;
}

.size-1of3:last-child{
    padding-left: 18px;
}

.size-1of2:first-child{
    padding-right: 11px;
}

a.linkSubMenu{
    color: #ffba00 !important;
    font-size: 22px;
}


@media screen and (max-width:900px) {
    .megamenu {
        padding: 0 12px !important;
    }
}

@media screen and (max-width:775px) {


    .soloNavMain{
        text-align: center;
    }

}


@media screen and (max-width:500px) {

    .logoResponsiveMenu {
        width: 120px;
    }

}