/* CSS Document */

header,nav,main,aside,footer {
	/* ASEGURAMOS QUE FUNCIONE EN TODOS LOS NAVEGADORES*/
	display: block;
}

html {
overflow-x: hidden;    
}

body {
    margin-top:140px !important;
	font-size: 14px;
	font-family: Helvetica, Arial;
	overflow-x: hidden;
}
h1,h2,h3 {
	font-family: Helvetica, Arial;
	margin-top: 0px;
	/*elimina float */
    clear: both;
    margin-bottom: 0px;
	/*horizontal, vertical, difuminacion, color */
}
header {
	height: 30px;
	background-repeat: no-repeat;
	background-position: right;
	background-color:#6d6d66;
	padding-left: 12px;
}
#barra_buscador {
	height: 5px;
	background-repeat: no-repeat;
	background-position: right;
	background-color:#6d6d66;
    padding-left: 15px;
}
#modal_alert {
    text-align: center;
}
.modal {
    max-width: 750px;
}
#modal_alert  input {
    width: 30%;
    height: 40px;
	margin-bottom: 5px;
    border : #6d6d66 1px solid;
    background-color:#a4cc42;
    color:#fff;
}

#modal_mensaje {
    min-width: 650px;
    min-height: 135px;
}
#modal_mensaje .textomodalmensaje, #modal_compartir .textomodalmensaje{
    font-family: 'Montserrat', sans-serif; 
    font-size: 17px;
    color: #888888;
    font-weight: 500;
    text-align: center;
    padding-top: 12px;
}
#modal_mensaje .botonmodalmensaje, #modal_compartir .botonmodalmensaje{
    width: 180px;
    height: 29px;
    border: 1px solid grey;
    background: #77aa45;
    font-family: 'Montserrat', sans-serif; 
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    border-radius: 20px;
    cursor:pointer;
}
#modal_mensaje .btncerrarmodalmensaje, #modal_compartir .btncerrarmodalmensaje{
    position: absolute;
    width:24px;
    height: 24px;
    border: 1px solid grey;
    background:#77aa45;
    color:#FFFFFF;
    right: 10px;
    top:5px;
    cursor:pointer;
    font-weight: 500;
}
#modal_mensaje .contenedor_botonmodalmensaje, #modal_compartir .contenedor_botonmodalmensaje{
    width:100%;
    text-align:center;
}
#modal_mensaje .close-modal, #modal_compartir .close-modal {
    display: none;
}
@media screen and (max-width:1100px){
    #modal_mensaje {
        min-width: auto;
        min-height: auto;
    }
}
@media screen and (max-width:550px){
    #modal_mensaje .contenedor_botonmodalmensaje, #modal_compartir .contenedor_botonmodalmensaje{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #modal_mensaje .botonmodalmensaje, #modal_compartir .botonmodalmensaje{
        margin-right: 0px !important;
        margin-bottom: 5px;
    }
}
/**************************************************************/
nav {
	height: 70px;
    background-color: #fff;
    font-size: 15px;
    padding : 5px 10px;
    display: flex;
    align-items: center;
}

nav ul {
	margin : 0px;
	padding : 0px;
    list-style: none;
}
nav li {
    display: inline;
}
nav span {
    color: #a4cc42;
    font-size: 30px;
}
nav label {
	text-decoration: none;
    margin-right: 5px;
    margin-bottom: 10px;
}
nav img {
	margin-right: 65px;
}
nav .bloquenav1 {
    display:flex;
    align-items: center;
    width: 15%;
    height: 85px;
}
nav .bloquenav2 {
	width: 79%;
    padding: 5px;  
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 30%;
}
nav .bloquenav3 {
    width: 6%;
	top:20px;
	padding-right:10px;
    font-size: 35px;
    color: #000;
    display: flex;
    align-items: center;
}
nav .bloquenav3 i {
    cursor: pointer;
}
nav .bloquenav3 p {
    cursor: pointer;
    padding-right: 5px;
}

/**************************************************************/
#formulario {
    display :none;
}
#formulario form {
	width: 421px;
	padding: 10px;
	box-sizing: border-box;
	margin-left: auto;
    margin-right: auto;
}
#formulario input {
    background-image: url('../../imagenes/search.png');
    background-repeat: no-repeat;
    background-position: 4px center;
	height: 30px;
	width:  800px;
	float: left;
	margin-bottom: 5px;
	box-sizing: border-box;
    border : #6d6d66 1px solid;
    padding-left: 35px;
}
#formulario input:focus {
	background-color: #effbef;
}
#formulario i {
    cursor : pointer;
}

#formulario_1 input[type=text] {
    background-image: url('../../imagenes/search.png');
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 20px;
    display: block;
	height: 30px;
	width:  300px;
	float: left;
	margin-bottom: 5px;
	box-sizing: border-box;
    border : #6d6d66 1px solid;
    padding-left: 35px;
}

#formulario_1 input[type=button] {
        height: 30px;
        width:  80px;
        border : #6d6d66 1px solid;
        background-color:#a7a7a7;
        color:#fff;
        cursor: pointer;
    }
    
footer {
    display: flex;
    height: 100px;
	clear : both;
	background-repeat: no-repeat; 
}
#muestrario {
	background-color: #6d6d66;
	font-size: 12px;
}
#muestrario .caja1 {
    width: 30%;
    text-align: left;
    color:#fff;
    padding-left: 20px ;
}
#muestrario .rut1 {
    padding-right: 20px;
}
#muestrario .rzn {
    padding-left: 158px;
}
#muestrario .caja2 {
    width: 20%;
    text-align: right;
    padding-right: 20px ;
    padding-top: 25px; 
}
#muestrario .caja3 {
    width: 50%;
    text-align: left;
    color:#fff;
}

.tipodoc {
    padding-right: 25px;
}
.btn_form {
    width: 100%;
    text-align: end;
    padding-top: 20px;
}
.btn_form input {
    width: 10%;
    background-color: #a4cc42 ;
    color: #fff;
    cursor:pointer;
}

#detalleCarro {
    background-color: #fff;
    position: absolute;
    float: left;
    z-index: 100;
    /* margin-left:84%; */
    border-top : #F2F2F2 2px solid;
    border-left : #F2F2F2 2px solid;
    border-right : #F2F2F2 2px solid;
    border-bottom : #F2F2F2 2px solid;
    overflow-y: scroll;
    box-sizing: border-box;
    border : #F2F2F2 2px solid;
    border-radius: 5px 5px;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
}



#contenido_flotante_4 {
    width:100%;

}
#contenido_flotante_4 div{
    text-align: center;

}
#contenido_flotante_4 input{
    width: 340px;
    height: 29px;
    border-radius: 16px;
    background-color: #77AA45;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    margin: 12px 0 9px 0;
  
}

#contenido_flotante_4 a{
    font-size: 16px;
    font-weight: 500;
    color: #888888;
    text-decoration: none;
}

#contenido_flotante_1 {
    display: block;
    width: 370px;
    height: 500px;
}
#valor_producto {
    font-size: 14px;
    font-weight: bold;
    padding-top: 45px;
    padding-left: 30px;
}
#contenidoCarroResumen {
    height: 320px;
    margin: 0px 15px 10px 15px;
    overflow: hidden;
}
#contenido_flotante_3 label {
    width: 125px;
    height: 125px;
    padding-top: 20px;
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
}
#titulo_flotante {
    display : flex;
    font-size: 14px ;
    margin-top: 14px;
    margin-bottom: 9px;
    color: #888888;
}

#titulo_flotante_1 {
   width: 40%; 
   padding-left: 15px;
   font-weight: bold;
   font-size: 18px ;
}
#titulo_flotante_2 {
    width: 60%;
    padding-right: 15px;
    text-align: right; 
    align-content: end;
    font-weight: 500;
}

.contenedor_imagen{
    float: left;
    margin-top: 15px;
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.descripcion {
    width: 65%;
    padding-top: 5px;
    Color: #888888;
    font-weight: 500;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.descripcion > :first-child{
    width: 98%;
}
.detalle_producto{
    display: flex;
    padding-top: 6px;
    flex-wrap: wrap;
    align-items: center;
}
.cantidad_producto{
    min-width: 40px;
    height: 20px;
    border: 1px solid #888888;
    border-radius: 11px;
    text-align: center;
}
.precio_producto{
    padding-left: 18px;
    font-size: 15px;
    font-weight: 500;
    height: 20px;
}
.carro_vacio{
    color: #c6c6c6;
    font-size: 16px ;
    height: 100%;
    align-content: center;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.carro_vacio img{
    width: 87px;
    height: 82px;
}
#subtotal {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 17px;
}
#totalCarroResumen {
    padding-top: 11px;
    font-weight: bold;
    Color: #888888;
}


#separador {
    height: 2px;
}
.barra_navegacion{
    background:white;
}
.barra_navegacion .contenedor_buscador_carro{
    margin-top: -50px;
    display: flex;
    height:50px;
    align-items: center;    
}

.contenedor-pago-1-div {
    margin: 140px auto 0 auto    
}

.barra_navegacion[data-interfaz="pasos"] .contenedor_buscador_carro{
    height:60px;
}

.barra_navegacion[data-interfaz="pasos"] .contenedor_logo{
    margin-bottom: 2.5rem;
}

.barra_navegacion .contenedor_buscador{
    width: 100%;
    display:flex;
    justify-content: center;
    margin-right: 120px;
    margin-left: 250px;
    margin-bottom: 105px;
    margin-top: 85px;
    /* padding-left: 80px; */
}
.barra_navegacion .contenedor_buscador .formulario_buscador{
    width: 100%;
    max-width: 570px;
    position: relative;
    /* display: flex; */
    /* justify-content: space-between; */
}
.barra_navegacion .contenedor_buscador .buscador_producto {
    /* background-image: url('../../imagenes/search.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: 4px center; */
    /* background-size: 20px; */
    display: block;
    padding-right: 150px;
    height: 54px;
    width:100%;
    max-width:570px;
	float: left;
    /* margin-bottom: 5px; */
	box-sizing: border-box;
    border-radius: 60px;
    border : #cbcbcb 1px solid;
    padding-left: 35px;
    margin: 0;
    /* margin-right:10px; */
}

.barra_navegacion .contenedor_buscador .btn_buscador_producto {
    background-image: url('../../imagenes/iconos/lupa.png');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 25px;
    position: absolute;
    right: 6px;
    padding-left: 28px;
    height: 44px;
    min-width: 140px;
    width:  140px;
    /* border : #6d6d66 1px solid; */
    background-color:#635A26;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    border-radius: 60px;
    margin-top: 5px;
    color:#fff;
    cursor: pointer;
}
.barra_navegacion .contenedor_carro{
    width:70px;
    margin-right:10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-top:110px;
}
.barra_navegacion .contenedor_carro .contenedor_contador{
    font-size: 18px;
    font-weight: bold;
    cursor:default;    
}
.barra_navegacion .contenedor_logo_switch{
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
    height:137px;
    display: flex;
    width: 100vw;
    align-items: center;    
}
.barra_navegacion .contenedor_logo{
    width:130px;
    margin-right:10px;
    margin-left:90px;
}
.barra_navegacion .contenedor_logo .imagen_logo{
    max-width: 120px;
    max-height:80px;
    margin-left:10px;
}

.barra_navegacion .contenedor_carro .icono_carrito{
    cursor:pointer;

}

#modal_compartir .close-modal{
    display: none;
}

#detalleCarro .icono_compartir_carro{
    cursor:pointer;
    position: absolute;
    bottom: -2px;
    padding-left: 2px;
    vertical-align: bottom;
    width: 20px;
}

.contenedor_buscador_carro .icono_compartir_barra {
    cursor:pointer;
    padding-bottom: 2px;
    padding-right: 25px;
    vertical-align: bottom;
    width: 30px;
}

.icono_carrito_contenedor {
    position: absolute;
    margin-top: 20px;
}
.contenedor_contador {
    position: absolute;
    top: -9px;
    right: 27px;
}
.contador_carro {
    width: 20px; 
    position: absolute;
    justify-content: center;
    display: flex;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600;
    color: #000000;
}
.simbolo_mas {
    position: absolute; 
    top: -17px; 
    right: -2px;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600;
    color: #000000;
    font-size: 17px;
}

@media screen and (max-width:1070px){
    .contenedor_buscador_carro .icono_compartir_barra {
        padding-right: 10px;
    }
}

.icono_copiar {
    cursor:pointer;
    padding-bottom: 2px;
    padding-right: 5px;
    vertical-align: bottom;
    width: 20px;
}

.contenerdor_compartir {
    position: relative;
    display: inline-block;
}

.tooltip, .tooltip2 {
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 30px 5px 0px;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
    white-space: nowrap;
    z-index: 999;
}

.tooltip2 {
    right: -90px;
    top: 10px;
}

.tooltip.show, .tooltip2.show {
    display: block;
}

.tooltip button, .tooltip2 button {
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    color: #444;
}

.tooltip button:hover, .tooltip2 button:hover {
    color: green;
}

.tooltip .boton_cerrar, .tooltip2 .boton_cerrar {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

#modal_compartir.modal {
    max-width: 650px;
}
/*******************/
.barra_navegacion .contenedor_switch{
    display:flex;
    width:100%;
    justify-content: center;
    padding-right:130px;
}
.barra_navegacion[data-logo="false"] .contenedor_switch{
    padding:0;
}
.barra_navegacion .contenedor_switch .contenedor_switch_tienda, .barra_navegacion .contenedor_switch .contenedor_switch_restaurant{
    display: flex;
    align-items: center;
    cursor:pointer;
}
.contenedor_reserva_tienda{
    display:flex;
    width: 100%;
    max-width: 210px;
}
 
.barra_navegacion .contenedor_switch .contenedor_switch_tienda{
    width: 48%;
    display: flex;
    justify-content: space-around;
    border-right:1px solid black;
}
.barra_navegacion .contenedor_switch .contenedor_switch_restaurant{
    width: 52%;
    display: flex;
    justify-content: space-around;  
}

/*******************/
.detalle_carro{
    position: absolute;
    right:clamp(0px, (100vw - 390px) * 0.666, 20px);
}
/*EN INTERFAZ DE RESERVAS LOS BOTONES DE BUSCAR NO SE ENCUENTRAN DISPONIBLES*/
.cuerpo-reserva .barra_navegacion .contenedor_buscador .formulario_buscador, .cuerpo-reserva .contenedor_carro{
    display:none;
} 
.cuerpo-reserva #barra_buscador{
    height:2px;
}

.franja-bienvenida {
    height: 37px;
    background-color:  #77aa45;
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media screen and (max-width:1550px){
    nav .bloquenav2 {
        padding-left: 25%;
    }
    
    /* #detalleCarro {
        margin-left:80%;
    } */
    
}
@media screen and (max-width:1250px){
    nav .bloquenav1 {
        width: 20%;
    }
    nav .bloquenav2 {
        width: 72%;
        align-items: baseline;
        padding-left: 20%;
    }
    
    nav .bloquenav3 {
        width: 8%;
        padding-left: 10px;
        font-size: 30px;
    }
    #muestrario .rzn {
        padding-left: 0px;
    }
    #muestrario .caja1 {
        width: 30%;
    }
    #muestrario .caja2 {
        width: 20%;
    }
    #muestrario .caja3 {
        width: 50%;
    }

  /*  #caja07{
        display:block;
    }
    #caja08{
        display:block;
    }*/

/* SE ELIMINA
    #detalleCarro {
        margin-left:75%;
    } */
}
@media screen and (max-width:900px){
    nav .bloquenav1 {
        width: 30%;
    }
    nav .bloquenav2 {
        width: 65%;
        align-items: baseline;
        padding-left: 10%;
    }
    nav .bloquenav3 {
        font-size: 28px;
    }
    #formulario form {
		width: 100%;
		border-radius: 0px;
		box-shadow:  none;
	}
	#formulario label {
	width: 100%;
	text-align: left;
	}
	
    #muestrario .caja1 {
        width: 45%;
    }
    #muestrario .caja2 {
        width: 20%;

    }
    #muestrario .caja3 {
        width: 35%;
    }
  /* 
    #caja07{
        display:block;
    }
    #caja08{
        display:block;
    }
    */
    /* #detalleCarro {
        margin-left:70%;
    }
     */
    
}
@media screen and (max-width:780px){
    nav .bloquenav2 {
        padding-left: 5%;
    }
    

    /* #detalleCarro {
        margin-left:65%;
    }
     */
    
}
@media screen and (max-width:720px){
    .contenedor-pago-1-div {
        margin-top:10px    
    }
    .barra_navegacion[data-interfaz="pasos"] .contenedor_buscador_carro{
        height:50px;
    }
}
@media screen and (max-width:700px){


    nav .bloquenav1 {
        width: 27%;
    }
    nav .bloquenav2 {
        width: 65%;
        align-items: baseline;
    }
    nav .bloquenav3 {
        padding-right: 30px;
        font-size: 28px;
    }
    /* 
    #caja05{
        display:block;
    }
    #caja06{
        display:block;
    }
    #caja07{
        display:block;
    }
    #caja08{
        display:block;
    }
    */
  
      #muestrario .caja2 {
        display: inline-flexbox
    }
    
    /* #detalleCarro {
        margin-left:60%;
    } */
}

@media screen and (max-width:580px){
    #formulario {
        display :block;
    }
    #barra_buscador {
        height: 50px;
    }
    nav .bloquenav1{
        width: 50%;  
        padding-left: 38%;
    }
    nav .bloquenav3 {
        display :none;
    }
    nav .bloquenav2 {
        display: none;
    }
    #icon1 {
        display : inline-flex;
        padding-left: 35px;
        color:#fff;
    }
    #icon2 {
        display : inline-flex;
        color:#fff;
    }
    
    #formulario input {
        width: 65%;
        padding-right: 5px;
        display: flex;
        align-items: center;
     }
     #formulario p {
         display : block;
         font-size: 30px;
         display: flex;
         align-items: center;
         display: inline;
 
     }
     #muestrario .caja1 {
        padding-right: 15px;
    }

    /* #detalleCarro {
        margin-left:50%;
    } */
    
    .barra_navegacion .contenedor_switch{
        padding-right: 100px;
    }
   .barra_navegacion[data-categoria="true"] .contenedor_logo_switch .contenedor_switch{
        padding-right: 130px;
    }
    .barra_navegacion[data-categoria="true"] .contenedor_logo_switch{
        padding-left: 50px;
    }
    .barra_navegacion[data-restorant-tienda="false"] .contenedor_logo_switch{
        justify-content: center;
    }
    .barra_navegacion[data-restorant-tienda="false"][data-categoria="true"] .contenedor_logo_switch{
        padding-left: 0;
    }
    
    .barra_navegacion[data-interfaz="pasos"] .contenedor_buscador_carro{
        height:50px;
    }
    .contenedor-pago-1-div {
        margin-top:10px    
    }
 
    #modal_alert  input {
        width: 40%;
    }
    .barra_navegacion .contenedor_buscador{
        padding-left: 10px;
    }
    .icono_carrito_contenedor{
        transform: scale(0.85);
    }
}
/*celulares */
@media screen and (max-width:480px){
	main {
		width: 100%;
		border-right: none;
	}

    #modal_alert  input {
        width: 50%;
    }
    
    .cont2 {
        width: 100%;
        display: inline-block;
    }
  
	header {
        display:none;
    }

    #muestrario .franja {
        position: absolute;
        width: 100%;
        height: 10px;
        background-color: #a4cc42;
     
    }
    #muestrario  {
        height: 180px;
        flex-wrap: wrap;
    }
    #muestrario .caja1 {
        padding-top: 15px;

    }
    #muestrario .caja2 {
        padding-top: 1px;
        padding-left: 15px;

    }
    #muestrario .caja3 {
        padding-top: 15px;
    }
    #formulario input {
       width: 65%;
       padding-right: 5px;
       display: flex;
       align-items: center;
    }
    #formulario p {
        display : block;
        font-size: 30px;
        display: flex;
        align-items: center;
        display: inline;

    }
   .barra_navegacion[data-categoria="true"] .contenedor_logo_switch .contenedor_switch{
        padding-right: 100px;
    } 
  

}
@media screen and (max-width:420px){
	main {
		width: 100%;
		border-right: none;
    }
    .cont2 {
        width: 100%;
        display: inline-block;
    }

	header {
        display:none;
    }

    nav .bloquenav1 {
        padding-left: 35%;
   
    }

    
    #muestrario .franja {
        position: absolute;
        width: 100%;
        height: 10px;
        background-color: #a4cc42;
     
    }
    #formulario input {
       width: 65%;
       padding-right: 5px;
       display: flex;
       align-items: center;
    }
    #formulario p {
        display : block;
        font-size: 30px;
        display: flex;
        align-items: center;
        display: inline;

    }
    #icon1 {
        padding-left: 25px;
        color:#fff;
        font-size:22px;
    }
    #icon2 {
        color:#fff;
        font-size:22px;
    }
    #modal_alert  input {
        width: 60%;
}
    .barra_navegacion .contenedor_switch{
        padding-right: 30px;
    }
   .barra_navegacion[data-categoria="true"] .contenedor_logo_switch .contenedor_switch{
        padding-right: 80px;
    }

}
@media screen and (max-width:360px){
	main {
		width: 100%;
		border-right: none;
    }
    .cont2{
        width: 100%;
        display: inline-block;
    }
	
	header {
        display:none;
    }
    nav .bloquenav1 {
        padding-left: 30%;
   
    }
    #muestrario .franja {
        position: absolute;
        width: 100%;
        height: 10px;
        background-color: #a4cc42;
     
    }

    #formulario input {
       width: 65%;
       padding-right: 5px;
       display: flex;
       align-items: center;
    }
    #formulario p {
        display : block;
        font-size: 30px;
        display: flex;
        align-items: center;
        display: inline;

    }
    #icon1 {
        padding-left: 25px;
        color:#fff;
        font-size:22px;
    }
    #icon2 {
        color:#fff;
        font-size:22px;
    }
    
  
    #muestrario .caja1 {
        padding-right: 10px;
    }
    #modal_alert  input {
        width: 90%;
    }
}
@media screen and (max-width:320px){
	main {
		width: 100%;
		border-right: none;
    }
    .cont2 {
        width: 100%;
        display: inline-block;
    }

	header {
        display:none;
    }
    nav .bloquenav1 {
        padding-left: 26%;
   
    }
    #muestrario .franja {
        position: absolute;
        width: 100%;
        height: 10px;
        background-color: #a4cc42;
     
    }
    #formulario input {
       width: 65%;
       padding-right: 5px;
       display: flex;
       align-items: center;
    }
    #formulario p {
        display : block;
        font-size: 30px;
        display: flex;
        align-items: center;
        display: inline;
    }
    #icon1 {
        padding-left: 15px;
        color:#fff;
        font-size:22px;
    }
    #icon2 {
        color:#fff;
        font-size:22px;
    }

    
 

   

  

}

@media screen and (max-height: 645px) {
    #contenido_flotante_1 {
        height: 380px;
    }

    #contenidoCarroResumen {
        height: 212px;
    }
}


	
@media screen and (max-width: 837px) {


    body {
        margin-top:200px !important;
    }
    .contenedor_logo{
        margin-bottom: 2.5rem;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .barra_navegacion .contenedor_logo {
        width: unset;
        margin-right: 10px;
        max-width: 80%;
        margin-left:unset;
    }
    .barra_navegacion .contenedor_logo .imagen_logo{
        margin-left:0;
    }
    .barra_navegacion .contenedor_buscador {
        margin-bottom: 75px;
        margin-left: 4rem;
        margin-right: 5px;
        padding-left: unset;
    }
    .barra_navegacion .contenedor_buscador .buscador_producto {
        height: 35px;
        padding-left: 10px;
        padding-right: 110px;
    }
    .barra_navegacion .contenedor_buscador .btn_buscador_producto {
        height: 30px;
        background-size: 20px;
        margin-top:3px;
        right:3px;
        min-width: 90px;
        width: 100px;
        background-position: 7px center;
        font-size: 15px;
    }
}