@media screen and (min-width: 992px){
	#logoCabecera {
		text-align: left; 
    }
}
@media screen and (min-width: 768px){
	#logoCabecera {
		margin-top: 20px;
    }
}
@media screen and (max-width: 767px){
    #cabecera{
        position:sticky;
        top:0;
        z-index:99999;
    }
    
    /*------------------HEADER---------------------------*/
    #headerTop{
        display:none;
    }
    
	#headerMiddle{
		min-height:auto;
	}
    
    #headerMiddleRow{
        display: flex;
        flex-direction: row;
        align-items:center;
        min-height: 60px;
        padding: 5px 0 10px;
    }

    #menu {
        margin: 0;
        position: inherit;
        order: 1;
/*        padding: 0 5px;*/
        flex: 0 0 0%;
    }
    #logoCabecera {
        margin: 0px;
        width: unset;
/*        padding: 0 5px;*/
        order: 2;
    }
    #logoCabecera img {
        max-height:50px;
    }
	#BoxContactMovil{
	   display:inherit;
       order: 3;
       width: 60px;
       height: 40px;
       background: url(../imgTemplate/icons/icon-phone.png);
       background-size: contain;
       background-repeat: no-repeat;
       background-position: center;
	}
    #BoxContactMovil .togglediv{
        width: 100%;
    }
	#BoxSearchMovil{
        display:block;
        order:-2;
	}
	#BoxSearchMovilToggle{
        order:1;
        width: 40px;
        height: 40px;
        background: url(../imgTemplate/icons-responsive/icon-search.png);
        background-size: contain;
        background-repeat:no-repeat;
        background-position:center;
        
	}
    
	#BoxSearchMovil .SearchBox{
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        padding: 10px 0;
        width: 0%;
        transition:.4s;
        background-color:#fff;
        overflow:hidden;
        z-index: 10;
	}
	#BoxSearchMovil .SearchBox.active{
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 110px);
	}
	#BoxSearchMovil .boxLatBusqueda{

	}
	#BoxSearchMovil .SearchBox .SearchBoxInput{
        position: absolute;
        right: 0;
        top: unset;
        width: 100%;
        padding-right: 30px;
        background: #fff;
        height: 40px;
        color:#43A4DB;
        margin: 0;
        text-align:left;
	}
    .SearchBoxInput::placeholder{
        color:#43A4DB;
    }
    
	#BoxSearchMovil .SearchBox .SearchBoxButton{
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
	}
    
     .contact-responsive {
        width: 35px;
        height: 35px;
        margin: 0 5px;
        order: 200;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .contact-responsive.telephone {
        background: url(../imgTemplate/icons/icon-phone.png) center left no-repeat;
        background-size: cover;
    }
    .contact-responsive.whatsapp {
        background: url(../imgTemplate/icons/icon-whatsapp.png) center left no-repeat;
    }
    .contact-responsive.mobile-phone {
        background: url(../imgTemplate/icons/icon-phone.png) center left no-repeat;
    }
    .contact-responsive.email {
        background: url(../imgTemplate/icons/icon-mail.png) center left no-repeat;
        background-size: cover;
    }
    .toggledivbox .contact-responsive{
        padding: 10px;
        width: auto;
        display: block;
        background-size: 20px 20px;
    }
    #headerMiddleRow > a.contact-responsive:first-of-type{
        margin-left:auto;
    }
    
    .celda_menu{
        padding: 0px !important;
    }	
    
    
    .socialTop{
        margin:5px auto;
        display: none;
    }    
    .banderas{
        margin:5px auto; 
    }

}
@media screen and (max-width: 700px){
	#BoxSearchMovil{
		display:block;
	}
}