.slogo{
max-width: 1400px;
margin: 0px auto;
box-sizing: border-box;
}

.box_loga{
position: relative;
z-index:0;
padding:25px 0;
border-top:1px solid #e6e6e6;
}

.modLoga{
position: relative;
}


.modLoga .titleLog {
text-align: center;
font-weight: 700;
font-size: 40px;
margin-bottom: 80px;
padding-bottom: 30px;
position: relative;
color: #4c4c4c;
}

.modLoga .titleLog::after {
content: "";
position: absolute;
width: 150px;
height: 2px;
background-color: #3f768c;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
}

.loga{
max-width: 100%;
position: relative;
}
.loga .logo{
float: left;
margin: 0px 11px 0px 0px;
text-align: center;
}
.loga .logo a{

}
.loga .logo img{
vertical-align: top;
margin: 4px 0px 0px 4px;
}


.loga .arrowLeft,.loga .sl,.loga .arrowRight,.loga .sr{
width: 21px;
height:32px;
float:left;
cursor: pointer;
position: absolute;
z-index: 1;
background: url('../images/mod_arrow.png') 0px 0px no-repeat;
margin: auto;
top:0px;
bottom: 0px;
}

.loga .arrowLeft,.loga .sl{
left: -25px;
}

.loga .arrowRight,.loga .sr{
right: -25px;
}


.loga .arrowLeft{
background-position: 0px 50%;
}
.loga .sl{
background-position: -62px 50%;
}

.loga .arrowRight{
background-position: -31px 50%;

}

.loga .sr{
background-position: -93px 0px;;

}




.outerContainerLoga .selImg{
display: block;
position: absolute;
border: 5px solid #CCCCCC;
margin: 0px 0px 0px 0px;
z-index: 1;
top:0px;
left: 0px;
}
.outerContainerLoga {
margin: 0px auto 0px auto;
position: relative;
padding: 0px 0px 0px 0px;
/*border-top: 1px solid #74244B;*/
max-width: 100%;
}
.outerContainerLoga img{
padding: 0px;
}
.outerContainerLoga .imageScroller {
position: relative;
overflow: hidden;
margin: 0px auto;
max-width: 100%;
}
.outerContainerLoga .viewer {
position: absolute;
}
.outerContainerLoga .viewer .imageScrollA{
position: relative;
display: block;
float: left;
box-sizing: border-box;
text-align: center;
}
.outerContainerLoga .viewer span{
position: relative;
display: block;
float: left;
}


#vmarquee2 .imageScrollA{
position: relative;
display: block;
float: left;
box-sizing: border-box;
}


.outerContainerLoga .viewer a span {
    color: #162E01;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    padding: 8px 0 0;
    position: relative;
    text-align: center;
}

@media screen and (max-width:1200px){
.modLoga .titleLog {margin-bottom: 20px;}
.box_loga{padding-bottom: 20px;}
}
@media screen and (max-width:768px) {
.modLoga .titleLog {
font-size: 32px;
margin-bottom: 40px;
padding-bottom: 10px;
}
}