@import url('https://fonts.googleapis.com/css?family=Play:400,700');
@import url('https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css');
@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

html{
    overflow-x: hidden;
}
body{
    overflow-x:hidden; 
    font-family:'CenturyGothic', 'cwTeXHei', 'Microsoft JhengHei'; 
    height: auto;
    position: relative;
}
h1{
  font-size:32px;
}
h2{
    font-size:28px;
    line-height: 36px;
    padding-bottom: 10px;
    color: #E3433E;
}
h3{
    font-size: 24px;
    line-height: 36px;
    font-weight:normal;
    padding-bottom: 10px;
}
h4{
    font-size: 21px;
}
b{
    font-size: 18px;
    margin-bottom: 1rem;
    color: #E3433E;
}
p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0rem;
}
a{
    color: #dc3545;
    text-decoration: none;
    cursor: pointer;
}
small,samp,em{
    font-size: 14px;
    font-family:'CenturyGothic', 'cwTeXHei', 'Microsoft JhengHei'; 
    color:  #919191;
}
a:hover{
    color:black;
    cursor: pointer;
}
a:focus{
    background: transparent!important ; 
    cursor: pointer;
}

.font-italic{
  font-size: 12px;
  color: gray;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    cursor: pointer;
}
section {
    position: relative;
    z-index: 2;
}

footer {
    width: 100%;
    border-top:1px solid #EBEBEB;
}
footer h1 img{
  display: block;
  float: left;
  padding:10px 0 10px 0;
  width: 175px;
}
footer .logo-social-media{
  display: block;
  width: 50%;
  margin: 0 auto;
  padding-left: 10%;
}
footer .footerbox{
    background: #919191;
    color: white;
}

.disclaimer_privacy a{
    color: white !important;
    font-size: 12px;
}
footer b{
  font-size: 12px;
  font-weight: normal;
}

code, kbd, pre {
    font-family:'CenturyGothic', 'cwTeXHei', 'Microsoft JhengHei'; 
    font-size: 12px;
}

.fixed-top {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-collapse{
    z-index: 99;
}
/* Bootstrap 4 */
/* navbar */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: #EBEBEB !important;
}

/* bg color */
.bg-danger {
    background-color: #1f2e57!important;
}
.bg-dangers {
    background-color: #6d7079 !important;
}
.btn-outline-danger {
    color: #dc3545 !important;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
    cursor: pointer;
}
.btn-outline-danger:hover {
    color: white !important;
    background-color: #dc3545;
    background-image: none;
    border-color: #dc3545;
    cursor: pointer;
}

.navbar-expand-sm .navbar-nav {
    padding-right: .2rem;
    padding-left: .2rem;
    line-height: 40px;
}

.navbar-expand-sm .navbar-nav li{
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 18px;
}

.navbar-expand-sm .navbar-nav .dropdown-item:hover{
    background-color: #dee2e6;
}

.navbar-brand {
    display: block;
    float: left;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-navs {
  padding: 0;
  margin: 0;
}
.navbar-navs a{
  color: #000;
}
.navbar-navs li{
  display: block;
  width: 45px;
  float: left;
  margin-left: 10px;
  font-size: 18px;
}

.brand {
    display: block;
}

.navbar-brand img{
    width:175px;
} 
.img-fluid {
    width: 100%; 
    max-width: 100%;
    height: auto;
}
.btn-outline-light {
    color: white !important;
    background-color: #919191;
    background-image: none;
    border-color: #919191;
}
.btn-outline-light:hover {
    color:black !important;
    background-color: transparent;
    background-image: none;
    border-color: grey;
}

.btn-outline-secondary {
    color: black;
    background-image: none;
    background-color: transparent;
    border-color: grey;
}

.btn-outline-secondary:hover {
    color: white;
    background-image: none;
    background-color: #919191;
    border-color: grey;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: grey;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: grey;
    background-color: #eeeeec;
    border: 1px solid #dee2e6;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: grey;
    border-color: grey;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 3vh;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
    border-radius: 0rem;
}

.modal-open {
    padding-right: 0px !important;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.close {
    float: right;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover {
    float: right;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-body a{
    display: block;
    font-size: 3vh;
    padding: 2vh;
    text-decoration: none;
    color: white!important;
    border-bottom:1px solid rgba(100,100,100,.5);
}

.modal-body a:hover {
    display: block;
    font-size: 3vh;
    color: white!important;
    background-color: rgba(100,100,100,.5);
}
/* Bootstrap 4 end */

/* cookies */

#cookies {
  display: none;
  width: 100%;
  padding: 30px 0 20px 0;
  position: absolute;
  background: rgba(0, 0, 0, .8)  ;
  color: white;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cookies > p {
  margin: 0 0 10px 0;
  padding: 0 15px;
}
  
#cookies > p a{
  color: yellow !important;
}

#cookies #close-cookies {
    margin: 10px;
    border: 1px solid yellow;
    color: yellow !important;
    padding: 5px;
    text-decoration: none;}

#cookies.display {
  display: block;

  /* Cross browser animation */
  -webkit-animation: cookies 1s 1; /* Chrome, Safari 5+ */
     -moz-animation: cookies 1s 1; /* Firefox 5-15 */
      -ms-animation: cookies 1s 1; /* IE9 */
       -o-animation: cookies 1s 1; /* Opera 12.00 */
          animation: cookies 1s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */}

@keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-300px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-300px,0); /* Firefox */
        -ms-transform: translate3d(0,-300px,0); /* IE9 */
         -o-transform: translate3d(0,-300px,0); /* Opera */
            transform: translate3d(0,-300px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-300px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-300px,0); /* Firefox */
        -ms-transform: translate3d(0,-300px,0); /* IE9 */
         -o-transform: translate3d(0,-300px,0); /* Opera */
            transform: translate3d(0,-300px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-moz-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-300px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-300px,0); /* Firefox */
        -ms-transform: translate3d(0,-300px,0); /* IE9 */
         -o-transform: translate3d(0,-300px,0); /* Opera */
            transform: translate3d(0,-300px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-o-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,-300px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,-300px,0); /* Firefox */
        -ms-transform: translate3d(0,-300px,0); /* IE9 */
         -o-transform: translate3d(0,-300px,0); /* Opera */
            transform: translate3d(0,-300px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}

.close-cookies {
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
  
  -webkit-transform: translate3d(0,-300px,0); /* Safari & Chrome */
     -moz-transform: translate3d(0,-300px,0); /* Firefox */
      -ms-transform: translate3d(0,-300px,0); /* IE9 */
       -o-transform: translate3d(0,-300px,0); /* Opera */
          transform: translate3d(0,-300px,0);
}


/* Zoom an Image on Mouse Hover */
.geeks{
    overflow: hidden; 
    margin: 0 auto; 
}

.geeks img { 
        width: 100%; 
        transition: 0.5s all ease-in-out; 
} 
.geeks:hover img { 
        transform: scale(1.2); 
} 
/* Zoom an Image on Mouse Hover */

/* all */
#header{
    display: block;
    background: white;
    height: 60px;
}
#main{
    display: block;
    height: auto;
    background: gray; 
}
.bd-placeholder-img{
    height: 100%;
    width: 100%;
}
.infobox{
    position: relative;
    background: white;
    z-index: 2;
    margin-bottom: 50vh;
    padding-top: 0px;
}
.infoenvelope{
    position: relative;
    background: white;
    z-index: 2;
    margin-bottom: 20vh;
    padding-top: 15px;
}
/* all */

/* table */
table { 
  width: 100%; 
  border-collapse: collapse; 
  margin:0 auto 20px auto;
}

.tablebox a{ 
  color: #000;
}

.tablebox a:hover{ 
  color: #f00;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #fff; 
}
tr:nth-of-type(even) { 
  background: #e5e5e5; 
}
th { 
  background: gray; 
  color: white; 
  font-weight: 400; 
}

td, th { 
  vertical-align: middle;
  padding: 10px; 
  border: 1px solid #ccc; 
  text-align: center; 
  font-size: 16px;
  line-height: 21px;
}
@media (min-width:360px) and (max-width: 576px) { 
  table { 
    width: 100%; 
  }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  tr { border: 1px solid #ccc; }
  
  td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 30%; 
  }

  td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 20%; 
    padding-right: 10px; 
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color:gray;
    font-weight: 400;
  }
}
/* table */


/* index - Main menu */
#Main_menu{
    display: block;
    height: auto;
    background: white;
    padding:20px 0 20px 0;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #dee2e6;
}
#Main_menu h3{
  font-size: 14px;
}
#Main_menu a{
    display: block;
    overflow: hidden;
    color: #e29f9f;
    text-decoration: none;
}
#Main_menu a:hover{
    color: #E3433E;
    text-decoration: underline;
}

#Main_menu img{
    width: 60px;
    margin-bottom: 5px; 
}

#Main_menu .play-A{
    -webkit-animation: playA 1.5s infinite alternate;
    animation: playA 1.5s infinite alternate;     
}

@-webkit-keyframes playA {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 0.8; }
}

@keyframes playA {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 0.8; }
}

#Main_menu .play-B{
    -webkit-animation: playB 1s infinite alternate;
    animation: playB 1s infinite alternate;     
}

@-webkit-keyframes playB {
  0% { opacity: 1; }
  100% { opacity: 0.8; }
}

@keyframes playB {
  0% { opacity: 1; }
  100% { opacity: 0.8; }
}



#Main_menu .active{
    color: #dc3545;
}

#Main_menu .active img{
    color: #dc3545;
    opacity: 1;
}
/* index - Main menu */

/* Coral Product */
#Coral-Product{
  display: block;
  height: auto;
  background: white;
  padding:40px 0 40px 0;
}
#Coral-Product .card{
  border: 0px;
}
#Coral-Product .card-title{
  color: #000;
}
#Coral-Product .card-title_h4{
  color: #343A40;
  font-size: 13px;
}
/* Coral Product*/

/* Coral-Product-info */
#Coral-Product .Coral-Product-info-bg{
  background-color: #f8f9fa !important;
}
#Coral-Product b{
    color: gray;
    font-weight:normal;
}

#Coral-Product .spec{
  background-color: white;
  border-bottom:#EBEBEB 1px solid;
}

#Coral-Product .spec-bottom{
  background-color: white;
  border-top:#EBEBEB 1px solid;
}

#Coral-Product #CoralProduct-list a{
  font-size: 16px;
  color:black;
}
#Coral-Product #CoralProduct-list .active{
  font-size: 16px;
  color: #E3433E;
  border-bottom:1px solid #E3433E;
}


/* index - news */
#index-news{
  display: block;
  height: auto;
  background: #EEEEEE;
  padding:20px 0 40px 0;
}

#index-news .news-carousel{
    position: absolute;
    right: 0;
    bottom: -35px;
    left: 0;
}

#index-news .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#6d7079;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .3;
    transition: opacity .6s ease;
}

#index-news .carousel-indicators .active{
  opacity: 1;
}

/* index - news */

/* page  all*/
.page{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: #EBEBEB 1px solid;
}

.box{
    padding: 2vh 0;
    font-size: 2vh;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: #EBEBEB 1px solid;
}
.boxinfo{
    display: block;
    font-size: 2vh;
    padding-bottom: 10px;
    overflow: hidden;
}

.box b,.boxinfo b{
    display: block;
    margin:0 0 1vh 0;
}
.box img,.boxinfo img{
    margin:0 0 1vh 0;
}

/* main banner kv */
#main-banner-kv{
    position: relative;
}

#main-banner-kv h2{
    position: absolute;
    color: white;
    font-size: 28px;
    height: 100px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#main-banner-kv h2 samp{
    display: block;
    color: gray;
    font-size: 18px;
}

@media (min-width:360px) and (max-width: 576px) { 
    #main-banner-kv h2{
      position: absolute;
      color: white;
      font-size: 24px;
      height: 100px;
      text-align: center;
      position: absolute;
      top: -150px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
  }
}

#main-banner-kv_b{
    position: relative;
}

#main-banner-kv_b h2{
    position: absolute;
    color: black;
    font-size: 28px;
    height: 100px;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#main-banner-kv_b h2 samp{
    display: block;
    color: gray;
    font-size: 18px;
}

@media (min-width:360px) and (max-width: 576px) { 
    #main-banner-kv_b h2{
      position: absolute;
      color: black;
      font-size: 24px;
      height: 100px;
      text-align: center;
      position: absolute;
      top: -150px;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
  }
}
#page-box{
    display: block;
    height: auto;
    background: #fff;
    padding: 40px 0 0 0;
}

#page-boxＡ{
    display: block;
    height: auto;
    background: #fff;
}

#page-box b{
    color: #000;
}
#page-box li{
  font-size: 16px;
    margin-bottom: 20px;
}

/* Coral-Share-List */
.Coral-Share-List .card{
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.Coral-Share-List a{
    color: #000;
    text-decoration: none;
}
.Coral-Share-List a:hover{
    background-color: gainsboro!important;
}

.Coral-Share-List-bg{
  background-color: #f8f9fa !important;
}

/* news */
#news {
    display: block;
    height: auto;
    background: #fff;
    padding: 40px 0 0 0;
}
#news .News-LISTS{
  background-color: #f8f9fa !important;
}

#news .News-LIST a, #news .News-LISTS a{
    color: #000;
    text-decoration: none;
}
#news .News-LIST .card-body:hover, #news .News-LISTS .card-body:hover{
    background-color: gainsboro!important;
}
/* news */

/* search */
#search-box {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
#search-box .container {
  display: table;
  width: 100%;
  height: 100%;
}
#search-box .container .close {
  position: absolute;
  right: 20%;
  top: 25%;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}
#search-box .container .close:hover {
  opacity: 1;
}
#search-box .container .close:before,
#search-box .container .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: white;
}
#search-box .container .close:before {
  transform: rotate(45deg);
}
#search-box .container .close:after {
  transform: rotate(-45deg);
}
#search-box .container .search-main {
  display: table-cell;
  vertical-align: middle;
}
#search-box .container .search-main .search-inner {
  width: 80%;
  margin: 0 auto;
}
#search-box .container .search-main form {
  position: relative;
}
#search-box .container .search-main input {
  background: transparent;
  border: none;
  box-shadow: none;
  font-size: 24px;
  height: 84px;
  border-bottom: 2px solid white;
  display: block;
  color: white;
  margin-bottom: 0;
  width: 100%;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 3s;
}
#search-box .container .search-main input:focus {
  outline: none;
}
#search-box .container .search-main button {
  border: 0;
  left: auto;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.3em;
  bottom: 0.3em;
  background: transparent;
  font-size: 43px;
}
#search-box .container .search-main .search-info {
  display: block;
  color: white;
  text-align: right;
  float: right;
  margin-top: 4px;
}
#search-box.-open {
  background: rgba(0, 0, 0, 0.8);
  visibility: visible;
  animation: fadein .8s;
}
#search-box.-open .container .search-main input {
  transform: scale3d(1, 1, 1);
  transition-duration: 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* search */

/* Input Styles */
.mail-message-area{
    width:100%;
    padding:0 15px;
}

.mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
}

.not-visible-message{
    height:0px;
    opacity: 0;
}

.visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
}

.form{
    width: 100%;
    padding: 15px;
    background:#f8f8f8;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#39456b !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form:hover{
    border:1px solid #39456b;
}

.form:focus{
    color: white;
    outline: none;
    border:1px solid #39456b;
}

.textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
}
  
/* Generic Button Styles */

/* Send Button Styles */

.form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color: #dc3545 !important;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
    cursor: pointer;
    border: 1px solid #dc3545;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
  }

.form-btn:hover{
    background-color: #dc3545;
    color: white !important;
    border: 1px solid #dc3545;
}

.form-btn:active{
  opacity: 0.9;
}

input {
    position: relative;
    z-index: 9999;
}


/* media ----------------------------------*/
@media (max-width: 1200px){
    .container {    
        max-width: 100%;
    }
} 

@media (min-width: 576px){
    .navbar-expand-sm .navbar-collapse {
        display: -ms-block !important;
        display: block !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width:360px) and (max-width: 576px) { 

    .container {
        max-width: 100%;
    } 
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .img{
        display: none;
    }
    .img_sm{
        display: block;
    }

    footer h1 img{
      padding:10px 0 5px 0;
      width: 130px;
      margin: 0 auto;
    }
    footer .logo-social-media{
      display: block;
      width: 100%;
      margin: 0 auto;
      padding-left: 10%;
    }
    .title-news{
      margin:0 auto ;
    }
}








