body {
  margin: 0;
 
  width: 100%;
}



:root {
 
    --max-width: 1260px;
}


.box img{
    background-image: url("../images/loading.gif")!important;
    
    background-repeat: no-repeat;
    background-size: 8px;
    width: 8px;
    height: 8px;
    background-position: center;
}




.paddingFix{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


.killPadding{
  padding: 0!important;
  margin: 0!important;
}

.killPaddingOnly{
    padding: 0!important;
    
}

.manita{
    cursor: pointer;
}


/*fondos */
.fondo-333{
    background-color: #333;
}


.fondo-141{
    background-color: #141414;
}


.fondo-666{
    background-color: #666;
}

.fondo-fff{
    background-color: #fff;
    
}



/*resaltado */


.iBlanco .BIG_text i, title_text i{
    color: #FFFFFF;
    text-decoration: underline #F1C40F 1px;
}

.iAmarilloC .BIG_text i, title_text i{
    color: #F1C40F;
}

.iAmarilloB .desc_text i, .iAmarilloB .desc_textleft i, .iAmarilloB .title_textLeft i, .iAmarilloB .desc_textCredits i{
    color: #F1C40F;
}


.iAmarillo .desc_text i, .iAmarillo .desc_textleft i, .iAmarillo .title_textLeft i, .iAmarillo .desc_textCredits i{
    color: #CC9933;
}


.iRojo .desc_text i, .iRojo .desc_textleft i, .iRojo .title_textLeft i, .iRojo .desc_textCredits i{
    color: #d6152c;
}


.iVerde .desc_text i, .iVerde .desc_textleft i, .iVerde .title_textLeft i, .iVerde .desc_textCredits i{
    color: #178D71  ;
}


.iCyan .desc_text i, .iCyan .desc_textleft i, .iCyan .title_textLeft i, .iCyan .desc_textCredits i{
    color: #00a6d6  ;
}


.iVerde2 .desc_text i, .iVerde2 .desc_textleft i, .iVerde2 .title_textLeft i, .iVerde2 .desc_textCredits i{
    color: #B0BD20  ;
}



.iCoral .desc_text i, .iCoral .desc_textleft i, .iCoral .title_textLeft i, .iCoral .desc_textCredits i{
    color: #ec6a57  ;
}


.index-cont{
    margin-top: 40px !important;
/*    max-width: 800px !important;*/
}


/*color texto gris para fondo blanco */
.colorTextGray {
    color: #606060 !important;

}


/*fondo color */
.colorVerdeBg {
    background-color: #178D71 !important;

}

.colorTextVerde {
    color: #178D71 !important;

}

.colorTextCoral {
    color: #ec6a57 !important;

}

.colorCyanBg {
    background-color: #00a6d6 !important;

} 

.colorTextCyan {
    color: #00a6d6 !important;

}

.colorVerdeBg2 {
    background-color: #B0BD20 !important;

}

.colorTextVerde2 {
    color: #B0BD20 !important;

}

.colorTextAmarillo {
    color: #CC9933 !important;

}


.colorTextRojo {
    color: #d6152c !important;

}


/*Menu umami*/
.navbar-nav{
    transition: 0.2s; 
}

#elMenu{
   
   
    transition: 0.2s; 
    
    width: 100%;
    
    background-color: #1a1a1a;
    height: 100px;
    position: fixed !important;
    z-index: 30000;
    top: 0;
}

.navbar{
/*
    padding: 15px !important;
    padding-top: 23px !important;
*/
    height: 100px;
    background-color: #1a1a1a;
    
    transition: 0.2s; 
    
    
    max-width: 1700px;
    width: 90%;
    margin: auto !important;
}
.navbar-toggler-icon{
    background-image: url("../images/burgerMenu_2x.png")!important;
    background-size: 100%;
}


.fixed-top {
    position:fixed !important;
}



.img-logo{
   
    background-image: url(../images/S&S_logo_w.png);
    background-repeat: no-repeat;
    background-size: 130px;
    width: 130px;
    height: 18px;
    background-position: center;
}







.menu_btns, .menu_btnsSelected{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
}


.menu_btns a, .menu_btnsSelected a  { 
/* .menu_btns a, .menu_btnsSelected a , .menu_btns a:not([href]) {  */
    color: #fff ;
    font-family: 'NunitoSans-Regular' !important;
    font-size: 14px ;
    text-decoration: none;
    line-height : 25px;
    cursor: pointer;
    transition: .2s;

}





/* 
.menu_btns:after{
   content: '';
   position:static;
   top: 130px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #b98038;
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
    transition: .2s;
}

.menu_btns:hover:after{
    color: #b98038 !important;
 
    transform: scaleX(1);
     transform-origin: right;


}


.menu_btnsSelected:after{
   content: '';
   position:static;
   top: 130px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffc817;
    z-index: -1;
    
} */



.redes{
    margin-top: 10px;
    width: 70%;
}





.img-footerinsta {
    background-image: url(../images/insta2x.png);
    background-repeat: no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    background-position: center;
    padding-top: 60px;
    z-index: 1000;
    text-align: left;
    margin: 0;
}








.down_parent{
    margin-bottom: 20px;
}


.first_section{
    margin-top: 100px;
}

.seccion{ 
    margin-bottom: 100px;
}

.seccionToptoo {
  padding-top: 0px;
  padding-bottom: 0px;
}


.seccionFirst {
        padding-top: 130px;
        margin-bottom: 50px;
    }



.seccionTtColor {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 100px;
  margin-bottom: 50px;
  background-color: #CC9933;
}

.contenido_completo{
    width:100%;
    padding: 0!important;
    margin: 0!important;
}


.title_text {
  color: #CCC;
  font-family: 'NotoSerif-Bold';
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}

.title_textLeft {
  color: #CCC;
  font-family: 'NotoSerif-Bold';
  font-size: 30px;
  text-align: left;
  padding-bottom: 30px;
}

.desc_text {
    color: #CCC;
    font-family: 'NunitoSans-ExtraLight';
    max-width: 800px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 80px;
    margin:0 auto;
}

.desc_textCredits {
    color: #CCC;
    font-family: 'NunitoSans-ExtraLight';
    max-width: 800px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
}

.desc_textAlt {
    color: #CCC;
    font-family: 'NunitoSans-ExtraLight';
    max-width: 800px;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    padding: 30px;
    margin:0 auto;
}

.desc_textleft {
    color: #CCC;
    font-family: 'NunitoSans-ExtraLight';
    
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    
}

.desc_text i {
  font-family: 'NunitoSans-ExtraLightItalic';
  
}

.desc_textAlt i {
  font-family: 'NunitoSans-ExtraLightItalic';
  color: #333;
}

.desc_textleft i {
  font-family: 'NunitoSans-ExtraLightItalic';
 
}

.desc_textCredits i {
    font-family: 'NunitoSans-ExtraLightItalic';
}


.BIG_text {
    color: #CCC;
    font-family: 'NunitoSans-ExtraLight';
    max-width: 800px;
    text-align: left;
    font-size: 20px;
    line-height: 40px;
    padding: 30px;
    margin:0 auto;
}







.img-fullWidth{
/*
    max-width: 100%;
    max-height: 100%;
*/
    width: 100%;
    height: auto;
    
}



#footer-r{
    max-width: 300px;
    margin-right: 0;
}

#footer-c{
    max-width: 300px;
   
}

#ffooter-left{
    max-width: 300px;
    margin-left: 0;
}



.img_center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
    text-align: center;

    position: relative;



}

#btnAudio {
    position: absolute;
    /* left: 16px;
    top: 16px;   */

    display: block;
    margin: auto; 
    width: 50px;
    height: 50px;
    transition: .5s;

    top: 50%;
     transform: translateY(-50%);
     left: 50%;
     transform: translateX(-50%);

     pointer-events:none;

}

.img-container {
    width: 100%;
/*    height: 720px;*/
/*    max-height: 1080px;*/
    overflow: hidden;
    margin: 0;
    position: relative;
    padding: 16px;
}

.img-container img {
   
    
        /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    max-width: 100%;
    /* margin: auto;*/
    
    
}

.div_contendor {
	position: relative;
	padding-bottom: 56.25%; /*panorámico*/
	padding-top: 25px;
	height: auto;
}
.div_contenedor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper  {
   /* position: absolute;
    top: 0;
    left: 0;
*/
   
    height: calc(9 / 16 * 100vw);
    max-height: 705px;
    
}


.menu {
  overflow: hidden;
  background-color: #333;
  /* sticky */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  float: right;
  width: 100%;
  z-index: 1000;
}

.menu a:link, a:visited {
  float:right;
  display: block;
  color:white;
  text-align: center;
  padding:14px 20px;
  text-decoration: none;
  font-size: 17px;
}

.menu a:hover, a:visited {
  background-color: #333;
  color:black;
}

.menu .icon {
  display: none;
}



.img_detail{
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
}


.bloqueText
{
        max-width: var(--max-width);
        width: 100% !important;
        margin: auto;
        margin-top: 125px;
        margin-bottom: 125px;
}



.bloque
{
        max-width: var(--max-width);
        width: 100% !important;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 25px;
}


.bloqueLast
{
        max-width: var(--max-width);
        width: 100% !important;
        margin: auto;
        margin-top: 25px;
        margin-bottom: 100px;
}


.bloqueVFirst{
    max-width: var(--max-width);
    width: 100% !important;
    margin: auto;
    margin-top: 130px; 
    margin-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;

}

.bloqueVMiddle{
    max-width: var(--max-width);
    width: 100% !important;
    margin: auto;
    margin-top: 50px; 
    margin-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;

}

.bloqueVLast{
    max-width: var(--max-width);
    width: 100% !important;
    margin: auto;
    margin-top: 50px; 
    margin-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;

}


.bloqueVideo{
    max-width: var(--max-width);
    width: 100% !important;
    margin: auto;
    /* margin-top: 100px;
    margin-bottom: 100px; */
    margin-bottom: 0px; 
    padding-bottom: 0;

    padding-top: 0px;
    margin-top: 0px;
}

/* .embed-responsive{
    padding-top: 0;
    padding-bottom: 0;
} */




    .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
      
        &::before {
          display: block;
          content: "";
        }
      
        .embed-responsive-item,
        iframe,
        embed,
        object,
        video {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 0;
        }
      }


  .player{
      height: fit-content;
  }

  .vp-center {
        height: fit-content !important;
  }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  float:right
}

li {
  float: left;
}

li a:link, a:visited {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover, a:active {
  background-color: #111;
}


.footerlogos{
        max-width: var(--max-width);
        width: 90% !important;
    }



.dskt{
    display: block;
}
.mobile{
    display: none;
}

@media (min-width: 1200px) {

    .container{
        max-width: var(--max-width)!important;
        width: 90% !important;
    }
    
    .footerlogos{
        max-width: var(--max-width);
        width: 90% !important;
    }

}





.vertical-center-parent {
  height: 100%;
  position: relative;
  
}

.cont-img{
    width: 100%;
}
.img-double{
    width: 100%;
    padding: 16px;
}

.video-double{
    width: 100%;
    padding: 16px;
    height: auto;
}

.vertical-center {
  /* width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 16px;
  -ms-transform: translate(0%, -50%);
  transform:translate(0%, -50%);
     */
    

  padding-left: 16px;
  padding-right: 16px;;
    
}

.img_right{
    text-align: right !important;
    vertical-align: middle;
    position: relative;
    margin: auto;
    
    
}

.marAuto{
    margin: auto;
}




.footerDsk{
    display: block;
}
.footerM{
    display: none;
}

.footer{
    background-color: #e5e5e5 !important;
    color: #000;
    min-height: 120px;
/*    margin: 100;*/
}


.footer_btns{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}


.parent_footer_content{
    color: #000 ;
    font-family: 'NunitoSans-Regular' !important;
    font-size: 18px ;
}


.container{
    /*max-width: 1024px;*/
}


.footerlogos{

    
    max-width: var(--max-width);
/*
    padding-top: 100px !important;
    padding-bottom: 100px;
*/
    padding: 100px 0px !important;
    margin: auto;
}

.img-footerlogos{
     margin: 10px ;   
    width: 90%;
}

.parent_footer_content span{
    color: #000 ;
    font-family: 'NotoSerif-Bold' !important;
    font-size: 18px ;
}

.parent_footer_content a{
    color: #000 ;
    font-family: 'NunitoSans-Regular' !important;
    font-size: 18px ;
}


/*
input[type="text"] {
    width: 200px;
    height: 31.5px;
    padding-right: 50px;
    border: 0;
    
    color: #000 ;
    font-family: 'NunitoSans-Regular' !important;
    font-size: 16px ;
}
*/

.newsletter_parent{
    width: 100%;
}

.newsletter_send {
    margin-left: -5px;
    height: 31px;
    width: 20.5px;
    border: 0;
    -webkit-appearance: none;
    margin-top: -1px;
    cursor: pointer;
}

.newsletter_send img{
    width: 100%;
    height: auto;
}

input[type="submit"] {
    margin-left: -50px;
    height: 25px;
    width: 50px;
    background: blue;
    color: white;
    border: 0;
    -webkit-appearance: none;
}








.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	overflow: hidden;
    padding: 10px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}

.gal-item .box-cuadro{
	height: 380px;
	overflow: hidden;
}


.gal-item .box2{
	height: auto !important;
	overflow: hidden;
}


.box img, .box2 img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	/* content:"";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; */
}





.item-tit {
    /* position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear; */

    cursor: pointer;
    font-family: 'NotoSerif-Bold' !important;
    color: white;
	
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
  
	bottom: 3px;

    vertical-align: middle;
	text-align: center;
    /* line-height: 350px; */
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;





   }

   .item-tit div{

       position: absolute;
       top: 50%;
        width: 100%;
        text-align: center;
       transform: translateY(-50%);
   }

   .gal-item:hover .item-tit{
        opacity: 1;
    
   }
   





.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 100%
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}




@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }
    
     .container{
        max-width: var(--max-width)!important;
        width: 90% !important;
    }
    
    /*
    .img_center {
    padding-top: 15px;
    padding-bottom: 15px;
}
*/
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
    
   
     .container{
        max-width: var(--max-width)!important;
        width: 90% !important;
    }
    
    
     .img_center {
    padding-top: 30px;
}
    
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}







.custom-search {
  position: relative;
  width: 100%;
}
.custom-search-input {
      width: 100%;
    padding: 10px 34px 10px 8px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
    height: 41px;
    border: none;
}
.custom-search-botton {
  position: absolute;
    right: 0px;
    top: 0;
    bottom: 3px;
    border: 0;
    color: #fff;
    outline: none;
    margin: 0;
  
    z-index: 2;
    height: 41px;
}














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

  .footerDsk{
        display: none;
    }
    .footerM{
        display: block;
    }
    
    .footer-secc{
        padding: 20px !important;
    
    }
    
    .container{
        max-width: var(--max-width)!important;
        width: 90% !important;
    }
    
    
     .img_center {
    padding-top: 30px;
}
    
}










/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the navbar (.icon) */
@media screen and (max-width: 600px) {

    .dskt{
        display: none;
    }
    .mobile{
        display: block;
    }

  .menu a:not(:first-child) {display: none;}
  .menu a.icon {
    float: right;
    display: block;
  }
    
    .img-logo{
   
        background-image: url(../images/S&S_logo_m.png);
        background-repeat: no-repeat;
        background-size: 26px;
        width: 26px;
        height: 26px;
        background-position: center;
  
    }
    
    .img_right{
        text-align: center !important;
    }

    
    .videoWrapper {
        /* height: 305px; */
    }
    
    
    .vertical-center{
        /* width: 80%; */
        margin: auto;
        position:relative; 
        top: inherit;
        left: inherit;
        
         transform: none;
        margin-bottom: 40px;
    }
    

    
    .title_textLeft {
    text-align: left;
    }
    
    
    .desc_textleft {
    text-align: left;
}
    
    
    .img-container {
   
        height: auto;
    }
    
    .img-container img {
       
        /* top: 50%; */
        /* transform: translateY(-50%); */
        /* max-width: 100%; */
        transform: none;
        position: relative;
        width: 100%;
        
    }
    
    .footerDsk{
        display: none;
    }
    .footerM{
        display: block;
    }
    
    .redes{
        margin-top: 3px;
        width: 100%;
    }

    
    
    
    .footerlogos{

    
        max-width: 1400px;
        padding:10px 0 !important;
        margin: auto;
    }
    
    
    .parent_footer_content span {
   
        font-size: 14px;
    }
    
    .parent_footer_content a {
       
        font-size: 11px;
        
    }
    
    
    .parent_footer_content {
   
        font-size: 11px;
    }
    
    .footer-secc{
        margin-bottom: 10px !important;
    }
    
    
/*
    input[type="text"] {
    width: 130px;
    height: 31.5px;
    padding-right: 50px;
    border: 0;
    
    color: #000 ;
    font-family: 'NunitoSans-Regular' !important;
    font-size: 10px ;
}
*/
    
    .custom-search {
        position: relative;
        width: 90%;
    }

    
    
    .img-footerlogos {
        margin: 100 px !important;
        width: 100%;
    }
    
    .img-footerinsta {
       
        padding-top: 32px; 
        
    }
    
    .custom-search-input {
        height: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    
    .custom-search-botton {
        height: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
      

    
}

/* The "responsive" class is added to the navbar with JavaScript when the user clicks on the icon. This class makes the navbar look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {


    .bloque
    {
       
        margin-top: 25px;
        margin-bottom: 25px;
    }
    
    .desc_text {
   
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    }
    
    
    .seccion {
    margin-bottom: 10px;
    }

    
    
  .menu.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
    
    
  .menu.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
    
     
    .custom-search {
        position: relative;
        width: 90%;
    }

    
    
}

.lightbox-black-bg {
  background: rgba(0,0,0,0.75) !important;
  width: 100%;
  max-width: 900px; /* O el valor que prefieras, por defecto Bootstrap usa 500-600px */
  min-height: 150%; /* 50% más alto que el modal normal */
  padding: 3rem 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .lightbox-black-bg {
    max-width: 95vw;
    min-height: 100vh;
    padding: 2rem 1rem;
  }
}
.close-yellow-hover:hover, .close-yellow-hover:focus {
  color: #FFD600 !important;
  outline: none;
}
#announcementLightbox .modal-title {
  font-family: 'Noto Serif', serif;
  font-weight: 700;
}
#announcementLightbox p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
}

.lightbox-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.75);
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lightbox-content {
  background: none;
  color: #fff;
  text-align: center;
  max-width: 600px;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  border-radius: 12px;
}
.lightbox-content .modal-title {
  font-family: 'Noto Serif', serif;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.lightbox-content p {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0.7rem;
}
.close-yellow-hover {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2.5rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3100;
  transition: color 0.2s;
}
.close-yellow-hover:hover, .close-yellow-hover:focus {
  color: #FFD600 !important;
  outline: none;
}
@media (max-width: 600px) {
  .lightbox-content {
    max-width: 95vw;
    padding: 1.5rem 0.5rem 1rem 0.5rem;
  }
  .close-yellow-hover {
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }
}








