

import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,400;0,600;1,100;1,600&display=swap');


@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v160/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
  }
  
  .material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }


*{
  font-family: 'Kanit', sans-serif;
}


.btn-default{
    font-family: 'Kanit', sans-serif !Important;
}
.navbar-logo-text {
    display: block;
    width: 100%;
    white-space: normal;
    margin-left: -0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid transparent;
    font-family: 'Kanit', sans-serif !important;
    font-size: 40px;
    font-variant: small-caps;
    text-shadow: 2px 7px 5px rgb(0 0 0 / 41%), 
    0px -4px 10px rgba(255,255,255,0.3);
    font-style:italic;
    line-height:1.2em;
    font-weight: bold;
}

.subTitle{
 font-family: 'Kanit', sans-serif !important;
    font-size: 20px;
      font-variant: small-caps;
      text-shadow: 2px 7px 5px rgb(0 0 0 / 41%), 
    0px -4px 10px rgba(255,255,255,0.3);
    font-style:italic;
  font-weight:bold;
  letter-spacing:.1em
}

.container.page-search em{
  font-weight:bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Kanit', sans-serif !important;

}

#primaryNav a:hover  {
backdrop-filter:blur(5px);
  font-weight:bold;
  background:#ffffffa3 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.announcement-date{
  font-family: 'Kanit', sans-serif !important;
}


#cslCitationFormatsButton{
  color:#a20045 !important;
}


.homepage-issue-galleys{
  padding-left:15px;
  padding-top:15px;
}

.row.homepage-announcements >*{
 background: linear-gradient(to top,
                              rgba(255, 255, 255, .18) 50%,
                              rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter:blur(20px);
  width:100%;
  border-top: solid white 1px;

  

}

#primaryNav a:focus{
  font-weight:bold;
  backdrop-filter:blur(5px);
  color:#a20045 !important;
  background:#ffffff9e !Important;
}
.navbar-toggler-icon{
  filter:invert(100);
}
.main-header {
  
  border-bottom:solid #a20045 3px;
  background: linear-gradient(to bottom, #0a3151b0, transparent), url(img/back_header.jpg);background-position: bottom;background-repeat:no-repeat;/* background-size:cover; *//* background-blend-mode: multiply; */box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;


}

.row.issue-wrapper{
   box-shadow: linear-gradient(to bottom, #0a3151b0, transparent), url(img/back_header.jpg);background-position: bottom;background-repeat:no-repeat;/* background-size:cover; *//* background-blend-mode: multiply; */box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
margin-top:100px
}


.see-all{
  margin-top:20px
}

header a:hover{
text-decoration:unset;
}

.homepage-image {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 0 0 / 20%) 0px 30px 50px -10px;
}
.homepage-image img{

}
.homepage-image-behind-issue:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(73 96 115 / 57%);

}




.dropdown-toggle ,
.sr-only,
.main-header a{
  /* color:rgb(255 193 92) !important; */
  color:#f7f7f7 !important;
}

.main-header *:not(input),
.main-header a:active{
color:white;

  
}



.homepage-issue-description-wrapper{
  background: #f7f7f7ab;
  backdrop-filter:blur(10px)
}

.issn {
 color:#a51449 !important; 
}

#primaryNav{
background:#a51449;
  padding-top:0;
  padding-bottom:0;
}  



#primaryNav .nav-link {
  background: #a51449;
  padding: 10px 10px;
}

/*
Retirando esta reglas pues no debe estar oculto la caja de bÃºsqueda
.searchForm {
  display:none;
}*/

.searchForm {


  margin-left:20px 
}

.searchForm .btn-default{
   background-color:rgb(165 20 73) !important;
  display:block;
  height:100%;
 
  margin-top:-19px ;
} 



.searchForm .btn-default:hover{
 color:#a51449 !important; 
  outline: solid #a51449 1px;
  font-weight:bold;
  background:#ffffffa3 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.searchForm .btn-default:hover img{
  background-color:#a20045 !important;
  border-radius:50%;
  padding:2px
}


.dropdown-toggle:hover ,
.main-header a:hover,
.navbar-logo-text:hover {
    color:rgb(165 20 73) !important;
}


.searchForm input{
  display:none;
}


.searchForm .form-group{
  margin-bottom:0 !important;
}
.searchForm .form-group button{
  border:none !important;
}
.searchForm .form-group img{
  max-height:30px;
  margin-top:-3px;
}


.searchForm button{
color:white;
  background-color:#000000;

 
}

#userNav .dropdown-menu{
  border:solid 1px #ffffff63;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


.printIssn,
.onlineIssn{
  position:absolute;
  right: -20px;
  bottom: 73px;
  font-size:.9em;
}

.printIssn{bottom: 96px;}
.logo_row{
  margin-top:30px;
    margin-bottom:20px
}
.page-submissions li,
.page-submissions p{
text-align:justify;
  
}

.logo_row img{
 /* max-height:190px; */
 /* filter: invert(1) brightness(20); */
 padding:0px;

}


.main-logo img{
  max-height:70px;
  padding-left:20px
}


.logo_0{

max-height: 65px;
}



.logo_1 {
max-height: 85px;
  padding:0 !important;
  
}



.homepage-announcements{
  padding:5px 10px;
    background:#f7f7f7;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media (min-width: 993px){
  .homepage-issue-published span,
.homepage-issue-current span{
  background:#252a39cf;
  padding:10px;
}
.searchForm button{height:40px;position:absolute;top: 19px;right:-40px;

                   background:#a51449
                  }


  
}


@media (max-width: 992px){

  
.main-header{
  margin-top:-40px
}
.logo_row{
  /* background:red; */
  transform:scale(.8)
}
  
  .searchForm{
       padding-top:30px;
       border-top:solid white 1px;
  }
  .searchForm input{

margin-left:10px;
    width:200px;
 
  }
.searchForm button{

 height:40px;
  position:relative;
  top:-40px;
  right:-200px;
  
}
.printIssn
.onlineIssn{
  position:absolute;
  right:unset;
  bottom:unset;
  left:32px;

  

}

  
  #primaryNav-userNav{
    display:inline-block;
    width:100% !important
  }


  .issn{
   top:220px;
  }

  .searchForm {
    /* width:74.8%; */
 background: #a51449;color:white !important;
    padding:5px;
    margin-left:0px;
    margin-bottom:1px
  } 


.searchForm:hover{

   background: #a51449d1;color:white !important;
}

  
.searchForm .btn-default{
  display: contents;
}


  
.logo_row img{
 max-height:190px;
 /* filter: invert(1) brightness(20); */
 /* background:red; */
 margin:0;
 padding:0;
 margin-left:-80px;
 transform:scale(1.2);
}

.main-logo img{
max-height:90px;
margin-top:20px
}

  
}


@media (max-width: 992px){
.logo_row >*{
  padding-top:10px
}

  .main-logo{
    margin-left:70px
  }
.navbar-toggler{
  background:#610c2b;
  margin-left:22px
}

  
  .issn{
    color:white !important;
  }
header:before{
  content:"";
  width:100%;
height:100%;
  max-height:240px;
  position:absolute;
  background:linear-gradient(to bottom, #0a315199, #ffffffa8);
  top:0;
}
  
.main-logo div{

position:absolute !important;
  top:80px;
  right:0;
  max-width:300px
}
}

@media (max-width: 768px){
.logo_1 {
margin-left:-30px !important;
}

  .logo_row{
transform:scale(.7) translateX(20px)
  }


  .issn{
    transform:translate(-60px, 40px)
  }
}


@media (max-width: 992px){

.issn{
  top:40px;
  color:#1d243f !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown-item:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .dropdown-item:focus {
    outline: 0;
    background: #ffffff;
    color: #fff;
}


  #primaryNav-userNav{
    background:#a51449;
    /* max-width:520PX; */
  }


 #languageSmallNav button{
  background: #a51449;

  }

  #languageSmallNav button{}
  #languageSmallNav button:hover{
    

    background: #a51449;color:white !important;}
}



@media (max-width: 1192px){
.homepage-image-behind-issue:after {
display:none;

}
.homepage-image-behind-issue{
  height:100px;
}

   .homepage-issue-published span,
.homepage-issue-current span{
  background:#252a39cf;
  padding:10px;
  color:white;
}
  
}
@media (min-width: 992px) {





#userNav .dropdown-item:hover,
  .language-toggle a:hover {
        background-color: #f7c1d5 !important;
 

  
}}

@media (max-width:768px) {
.issn{
 top:0 !important
}


  

}