 
 
 .gall2  {display:none;}
 .gall3  {display:none;}
 .gall4  {display:none;}
 .gall5  {display:none;}
 .gall6  {display:none;}
 .gall7  {display:none;}


 .gall8  {display:none;}
 .gall9  {display:none;}
 .gall10  {display:none;}
 .gall11  {display:none;}
 .gall12  {display:none;}
 .gall13  {display:none;}
 
 .gall14  {display:none;}



.small_menu{
    color:white; 
    height: 300px;
    text-align:center;
}


.small_menu #icomenu{
   color:white; 
   margin-top: 25px;
   margin-bottom:25px; 
}


 #stikypopid{
    
    display: block;
    width: 350px;
    height: 380px;
    bottom: 0;
    margin-bottom:25px;
    right:35px;
    position:fixed;
    z-index: 1000;
    padding: 35px;
    background-color: #2b447a;
                                 /* background-color: #FF8E0A; */
    color:white;
    animation: fadeIn 1s;
 }



.icon-playa{
    margin-top: -70px;
    text-align: center;
    width:85px;
    background-color: white;
    border: 5px solid;
    border-radius:100px; 
}


.cerrar{
    width: 30px;
    height:30px;
    right: 10px;
    top: 10px;
    position:absolute;
    background-color:orange;
    border: 1px solid white;
    text-align:center; 
    font-weight:900; 
    cursor: pointer; 
}

.cerrar:hover{ 
  background-color:red; 
 }



 div .btn:active { 
  background-color:#ff8e0a !important;
}

 div .btn:focus { 
  background-color:#ff8e0a !important;
}


.boxy{
    overflow:hidden;
}


.boxy_in {

    position: absolute;
    height: 30px;
    width: 93%;
    top: 205px;
    /* left: 0; */
    padding: 0px;
    background: rgb(0 0 0 / 80%);
    color: #ffa900;
    z-index: 10;
    transition: color 1s ease-in-out;
}


.boxy_in h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}


.boxy_in span:before {
    content: '';
}


.boxy_in a {
    margin-left:20px; 
    color: #fff;
    text-decoration:none;
}


.boxy:hover .boxy_in{
    overflow: hidden;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: 1s;
}


@media (min-width: 961px) {
  #small_menu{display: none;}
  #big_menu  {display: block;}
  .btn_menu{width:13%; height:70px;}
  
}


@media (max-width: 960px) {
  #small_menu{display: block;}
  #big_menu  {display: none;}
  .btn_menu{width:30%; height:75px; margin-top:15px; }
}



