@font-face {
  font-family: 'Asap-Regular';
  src: url('../../assets/fonts/Asap-Regular.ttf');
}
@font-face {
  font-family: 'Asap-medium';
  src: url('../../assets/fonts/Asap-Medium.ttf');
}

@font-face {
  font-family: 'Asap-Bold';
  src: url('../../assets/fonts/Asap-Bold.ttf');
}


@font-face {
  font-family: 'AlegreyaSans-ExtraBold';
  src: url('../../assets/fonts/AlegreyaSans-ExtraBold.ttf');
}

@font-face {
  font-family: 'Belgates';
  src: url('../../assets/fonts/Belgates\ Script.otf');
}

* {
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family:'asap-regular';
  padding: 0em 0em 0;
}

h1,h2,h3,h4,h5 {
  font-family: 'AlegreyaSans-ExtraBold'!important;
}

.btn {
  outline: none;
  box-shadow: none;
  text-shadow: none;
}

/* =================================== NAVBAR MENÚ DE NAVEGACIÓN ================================*/
.navbar {
 background: linear-gradient(transparent,transparent), url('../../assets/images/bg-menu-1.svg') no-repeat;
font-family: 'Asap-Bold';
}
.navbar .text-navbar-white{
  color:white;
}

.nav-menu {
  margin-left: 40em;
}

.nav-link {
  color: white !important;
}

.nav-link:hover {
  color: #e5ab1c !important;
  border-bottom: 1px solid #e5ab1c;
}

/*================================= SLIDER ================================*/

/*================================= SERVICIO A DOMICILIO  ================================*/
#ServicioDomicilio {
  background: radial-gradient(
      rgba(229, 171, 28, 0.96),
      rgba(229, 171, 28, 0.96),
      rgba(229, 171, 28, 0.96)
    ),
    url("../../assets/images/background/textura-ondas.jpg");
  padding: 2em;
}

#ServicioDomicilio h2 {
  font-weight: bold;
  color: #464444;
  border-color: #464444;
  padding-bottom: 0.7em;
  font-family: 'alegreyaSans', 'alegreyaSan-ExtraBold';
}


#ServicioDomicilio .display-tel {
  padding: 0.7em 0.1em;
}

#ServicioDomicilio .display-tel p {
  color: white;
  font-weight: bold;
}

/*============================ MENÚ ==============================*/
.content {
  background: linear-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.4),rgba(255,255,255,0.4)),url('../../assets/images/background/background-xipada.jpg');
}
#Menu .t-stroke-shadow{
  color: #464444;
  font-weight: bold;
  color:#464444;
  text-shadow: -3px 3px #ffffff, -3px -3px #ffffff,3px -3px #ffffff,3px 3px #f3f3f2,6px 6px #464444;
}
#Menu h1 {
  font-weight: bold;
  color: #464444;
  margin: 1em 0em;
}

#Menu .form-floating {
  height: auto;
  font-size: 10pt;
  margin-left: auto;
  margin-right: auto;
  color: #858585;
}

#Menu #txtBusqueda {
  border-radius: 10px;
  font-size: 14pt;
  color: #5c5c5c;
}

#Menu .form-floating label {
  font-size: 14pt;
}

#Menu .secciones-menu {
  position: relative;
  padding: 1rem;
  margin: 1rem -0.75rem 0;
 /* border: solid #dee2e6;*/
  border-width: 1px 0 0;
}

#Menu .secciones-menu label {
  margin: 0.6em 0.2em;
  background-color: rgb(243, 241, 241);
  color: #dd002b;
  font-weight: bold;
  border: none;
}


#Menu .secciones-menu label:hover {
background-color: rgb(231, 228, 228);
}

#Menu .secciones-menu label.active {
  background-color: #dd002b;
  color: white;
  border: none;
}

#Menu #TiposRollo {
  font-weight: bold;
  font-size: 14pt;
}

#Menu #TiposRollo label {
  color: #dd002b;
  border-color: #dd002b;
  margin: 0.6em 0.2em;
}
#Menu #TiposRollo label.active {
  color: #ffffff;
  background-color: #dd002b;
  border-color: #dd002b;
  margin: 0.6em 0.2em;
}
#Menu #TiposRollo label:hover {
  background: #e6e3e3;
}
#Menu #TiposRollo label.active:hover {
  background: #dd002b;
}

.inner-menu {
  margin: 3em 0em;
}

.inner-menu .menu-items {
  margin: 1em 0em;
  height: auto;
  border:none;
}
.inner-menu .quoteMenu{
  border: none;
  box-shadow: 0px 2px 4px 2px #dfdfdf;
}
.inner-menu .topMenu {
  text-decoration: none;
  color:#e5ab1c;
  text-shadow: 1px -1px 0 #5c5c5c;
}
.inner-menu .topMenu:hover{
  color:#ffc124;
}
.inner-menu .menu-items .item {
  border-radius: 15px 15px 5px 5px;
  border:none;
  box-shadow: -5px -2px 13px 0px #cfcfcf;
}
.inner-menu .menu-items .item:hover {
  box-shadow: 0px -1px 20px 0px #dd002c6b;
}
.inner-menu  img{
  aspect-ratio: 16/9;
  padding: 0.2em;
  border-radius: 15px 15px 5px 5px;
  object-fit:cover;
  width: 100%;
}
.inner-menu .info{
  min-height:8.5em;
}
.inner-menu .item-nombre {
  color: #dd002b;
  font-weight: bold;
}
.inner-menu .item-nombre i{
  color: #e5ab1c;
}
.inner-menu .item-precio {
  float: right;
}
.inner-menu .item-precio small{
  font-size: 9pt;
}
.inner-menu .item-descripcion {
  color: #22221F;
  font-size: 10pt;
  font-family: 'Asap','Asap-regular';
}
.inner-menu .item-extra{
  color:#e5ab1c;
  font-size: 9pt;
  border-radius:  4em;
}
.inner-menu .wrapper .notfound {
  color: #464444;
}
.inner-menu .wrapper .notfound-text {
  color: #dd002b;
}

/*=========================== SUCURSALES =============================*/
#Sucursales h2 {
  color: #e5ab1c;
  font-weight: bold;
}
#Sucursales hr{
  color:#005149;
  height: 4px;
  border-radius:25px ;
  margin-bottom: 4em;
}
#Sucursales .inner-sucursales {
  margin: 6em 0em 4em 0em;
}

#Sucursales .sucursal-item {
  border: none;
  box-shadow: -9px 8px 16px 1px  #bdbdbd;
  border-left: 3px solid #dd002b;
  border-radius: 0px;
  min-height: 15em;
}

#Sucursales .sucursal-item .nombre-sucursal {
  color: #dd002b;
}
#Sucursales .sucursal-item .item-direccion,
#Sucursales .sucursal-item .item-telefono {
  color: #464444;
}

#Sucursales .sucursal-item .item-telefono a{
  text-decoration: none;
  color: #464444;
  font-weight: bold;
}
#Sucursales .sucursal-item .item-direccion i,
#Sucursales .sucursal-item .item-telefono i {
  color: #005149;
}
#Sucursales .sucursal-item .item-direccion{
  min-height: 5em;
}

#Sucursales .sucursal-item .btn-ubicacion{
  background: #dd002b;
  border-color: #dd002b;
  color:white;
}
#Sucursales .sucursal-item .btn-ubicacion:hover{
  background: #b30528;
  border-color: #b30528;
  color:white;
}

#Sucursales .feedback {
  padding: 2em 2em;
}
#Sucursales .feedback .feedback-title{
  background-color: #005149;
  padding: 0.5em 0.1em;
  width: 18em;
  color: white;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
}

#Sucursales .feedback .feedback-title p{
  font-size: 18pt;
}

#Sucursales .feedback .feedback-form{
  display: block;
  margin: 3em 0em;
}
#Sucursales .feedback .feedback-form input,
#Sucursales .feedback .feedback-form textarea {
  border: 0.2px solid #D7E3E4;
  border-radius: 5px;
}

#Sucursales .feedback .feedback-form p{
font-size: 18pt;
color:#1E1D1D;
}

#Sucursales .feedback .feedback-form label{
  color:#5c5c5c;
  font-size: 12pt;
}


/*========================================== FOOTER ===============================================*/
.footer {
  color:white;
  background:linear-gradient(rgba(0,0,0,0.97),rgba(0,0,0,0.96),rgba(0,0,0,0.95)),url('../../assets/images/background/textura-ondas.jpg');
  padding: 3em 0em 1em 0em;
}
.footer a{
  color:white;
  text-decoration: none;
  font-size: 8pt;
}
.footer .redes-sociales a{
  font-size: 14pt;
}

.btn-float {
  position:fixed;
  right: 0%;
  bottom: 19%;
  width:70px;
  height: 10px;
  z-index: 2000;
  background:transparent;
}
.btn-float a{
  margin-left: 1em;
}
.btn-float img{
  height: 42px;
  width:42px;
  margin-bottom: 0.2em;
  background-color: white;
  border-radius: 75%;
}

.btn-float #nav-button-pedido-ws{
  font-size: 8px;
  color:rgb(170, 170, 170);
  text-shadow: 0 0 5px rgb(41, 41, 41);
  -webkit-text-stroke: 0.3px rgb(255, 255, 255);
  text-decoration: none;
  margin:0;
  display: none;
}



/*## RESPONSIVE SMALL ##*/
@media (max-width: 576px) {
  body {
    padding-top: 2.5em;
  }
  .nav-menu {
    margin-left: auto;
  }
  #Menu .form-floating {
    width: 20em;
  }
  #ServicioDomicilio {
    padding: 3em 0em;
  }
  #ServicioDomicilio .display-tel {
    padding: 0.2em 0em;
  }
  #ServicioDomicilio .display-tel p {
    font-size: 0pt;
    color: #dd002b;
  }
  .btn-float {
    right: 0%;
    bottom: 20%;
    width:50px;
    height: 10px;
  }
  .btn-float #nav-button-pedido-ws{
    display: none;
  }
  .btn-float img{
    display: block;
  }
  
}



/*## RESPONSIVE MEDIUM  ##*/
@media (min-width: 768px) {
  body {
    padding-top: 2em;
  }
  .nav-menu {
    margin-left: 20em;
  }
  #Menu .form-floating {
    width: 30em;
  }
  #ServicioDomicilio .display-tel p {
    font-size: 14pt;
  }
  #Sucursales .sucursal-item .item-direccion{
    min-height: 6em;
  }
}

/*## RESPONSIVE LARGE ##*/
@media (min-width: 992px) {
  .nav-menu {
    margin-left: 30em;
  }
  #Menu .form-floating {
    width: 30em;
  }
  .inner-menu .info{
    min-height: 15em;
  }
  #Sucursales .sucursal-item .item-direccion{
    min-height: 6em;
  }
}

/*## RESPONSIVE EXTRA LARGE ##*/
@media (min-width: 1200px) {
  .nav-menu {
    margin-left: 40em;
  }
  #Menu .form-floating {
    width: 32em;
  }
}

/*## RESPONSIVE EXTRA EXTRA LARGE ##*/
@media (min-width: 1400px) {
  .nav-menu {
    margin-left: 60em;
  }
}

