header.header {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    -ms-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s; 
}
.header_container {
    position: relative;
    text-align: right;
}
.logo {
    position: relative;
    float: right;
}
.iso_header {
    text-align: center;
    color: #cd2129;
    font-weight: bold;
    background: #FFF;
    padding-top: 35px;
    padding-bottom: 30px;
    height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    z-index: 10;
    position: relative;
}
.iso_header_text {
    margin-top: 10px;
}
.principal_menu_container {
    float: right;
}
.search_container {
    float: right;
    margin-left: 20px;
    cursor: pointer;
    min-width: 25px;
    position: absolute;
    right: 15px;
}
.header.smaller {
    top: 0;
    box-shadow: 0 0 20px 4px rgba(187, 3, 5, 0.1);
    height: 95px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
background: #FFF;
}
.header .logo{
display: inline-block;
height: 98px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
}
header.smaller .logo {
width: auto;
height: 60px;
}
.header.smaller .logo img {
    height: 100%;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
}
.header.smaller .principal_menu_container {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
}
.header.smaller .search_container {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
}
.header.smaller .iso_header_text {
    margin-top: 5px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
}
.header.smaller .iso_header {
    padding-top: 15px;
    padding-bottom: 15px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; 
}

.search_wrapper {
    float: right;
    overflow: hidden;
    margin-right: -300px;
}
.search_wrapper.active {
    float: right;
    overflow: hidden;
    margin-right: 0;
}
.header.smaller #principal_menu .rmSlide {
    top: 63px!important;
}
.header.smaller #principal_menu .rmVertical .rmSlide {
    top: 0!important;
}
.principal_menu_container.search_active {
    transform: translateX(-50%);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    overflow: hidden;
    opacity:0;
}
.principal_menu_container {
    transform: translateX(0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity:1;
}

.principal_menu_wrapper {
    display: block;
    float: right;
    position: relative;
    overflow: visible;
    opacity: 1;
    margin-right: 30px;
}
.principal_menu_wrapper.search_active  {
    overflow: hidden;
    opacity:0;
}
.header_mobile {
    position: fixed;
    height: 90px;
    background: rgba(255, 255, 255, 0.85);
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}
.logo_mobile {
    float: left;
    margin: 15px;
}

.menu_mobile_btn {
    float: right;
    margin: 38px 15px 38px 0;
    cursor: pointer;
}
.menu_mobile_btn.menu_close {
    display: none;
   margin: 35px 25px 38px 0;
    cursor: pointer;
}
.menu_mobile_content {
    position: fixed;
    top: 90px;
    background: #FFF;
    width: 100%;
    height: 100%;
    transform: translateX(-110%);
    transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    padding-bottom: 360px;
    overflow-y: auto;
}

.header_mobile.active_menu {
    background: #FFF;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.menu_mobile_content.active_menu {
    transform: translateX(0);
}
.header .logo img {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 98px;
}

.search_content {
    transform: translateX(150%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
    margin-right: 35px;
    overflow: hidden;
}
.search_content.search_active {
    transform: translateX(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: 4;
}
.search_btn {
    float: right;
    z-index: 5;
    background: url(/Files/App_002/Images/loop.png) no-repeat center;
    width: 22px;
    height: 21px;
    display: inline-block;
    top: 3px;
    position: relative;
}
.search_btn.btn_search_active {
    float: right;
    z-index: 5;
    background: url(/Files/App_002/Images/menu_close.png) no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    top: 3px;
    position: relative;
}

