body {
	font-family: 'Montserrat', sans-serif;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
}

.botonesbarra_der {
	font-size: 20px;
}

.backgroundbar {
	background-color: #00240B;
	color: #F4AD15;
	height: 62px;
}


.logoheader a{
	background-image: url("../imgs/logo_header.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 165px;
	margin-top: 12px;
	margin-right: 20px;
	margin-left: 15px;
}


/*nav ppal*/
.botonesbarra_izq li a{
	color: #F4AD15;
	padding-top: 22px;
	height: 62px;
	font-weight: 700;
}

.botonesbarra_izq a:hover {
	color: #00240B;
	background-color: #F4AD15 !important; 
}

.botonesbarra_der li a{
	color: #F3E979;
	padding-top: 22px;
	height: 62px;
	font-weight: 700;
}

.botonesbarra_der a:hover {
	color: #00240B;
	background-color: #F3E979 !important;
}

/*imagenes del slider*/
#slider1 {
	background-image: url('../imgs/slider1a.jpg');
}

#slider2 {
	background-image: url('../imgs/slider2a.jpg');
}

#slider4 {
	background-color: #00240B;
}
#slider5 {
	background-color: rgba(244,173,21,1);
}

#slider5 img {
	width: 200px;
	display: block;
	margin: auto;
}

#slider5 h2 {
	font-size: 60px;
	margin: 20px auto;
}

#slider6 {
	background-color: #F7EA74;
}

#slider6 img {
	width: 200px;
	display: block;
	margin: auto;
}

#slider6 h2 {
	font-size: 60px;
	margin: 20px auto;
}


#slider4 img {
	width: 200px;
	display: block;
	margin: auto;
}

#slider4 h2 {
	font-size: 60px;
	margin: 20px auto;
}

#myCarousel .carousel-inner .item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 720px;
}
#myCarousel .carousel-inner .item .carousel-caption {
	bottom: 0px;
	padding: 0px;
	margin: 0 auto;
	top: 50%;	
}
#myCarousel .carousel-inner .item .carousel-caption.slider1 {
	margin-top: -70px;
}
#myCarousel .carousel-inner .item .carousel-caption.slider2 {
	margin-top: -70px;
}
#myCarousel .carousel-inner .item .carousel-caption.slider3 {
	margin-top: -180px;
}


#myCarousel .carousel-inner .item .carousel-caption.slider4 {
	margin-top: -240px;
}

#myCarousel .carousel-inner .item .carousel-caption.slider5 {
	margin-top: -240px;
}
#myCarousel .carousel-inner .item .carousel-caption.slider6 {
	margin-top: -240px;
}
/*tipografias*/

.carousel-caption.slider2 h1 {
	color: #F3E979;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 80px;
	line-height: 70px;
	text-align: center;
	box-sizing: border-box;
}

.ellipsis {
	text-overflow: ellipsis;
	
	/* Required for text-overflow to do anything */
	white-space: nowrap;
	overflow: hidden;
}

h2 {
	font-weight: 700;
	color: #F4AD15;
	font-size: 40px;
}

h3 {
	font-weight: 700;
	color: #fff8a6;
	font-size: 35px;
}

h4 {
	font-weight: 700;
	color: #F4AD15;
	font-size: 25px;
}

h5 {
	font-weight: 700;
	color: #00240B ;
	font-size: 18px;
}

p {
	font-size: 23px;
	color: #fff8a6;
	margin: 0px;
}

.small {
	font-size: 25px;
	color: #F4AD15;
	padding-bottom: 15px;
	margin-top: 30px;
}

/*logo slider 1*/
.logo-big {
	padding: 0px;
	padding-bottom: 50px;
}


/*slider3*/
#slider3 {
	background-color: #00240B;
	height: 720px;
	box-sizing: border-box;
}

#slider3 .carousel-caption {
	text-shadow: none;
	margin-bottom: 90px;
}

#slider3 h2 {
	color: #F4AD15;	
	text-transform: uppercase;
	margin-bottom: 30px;
}

#slider3 p {
	border-top: solid 1px #F1E779; 
	padding-top: 15px;
	margin-top: 45px;
	color: #F1E779;
	font-weight: 400;
	font-size: 17px;
}

#slider3 span {
	color: #F4AD15;
	font-weight: bold;
}


/*boton de pedidos*/
#boton-flotante {
	position: fixed;
	top: 90px;
	right: 30px;
	z-index: 1000;
	transition: transform 250ms ease-in-out;
	-ms-transition: transform 250ms ease-in-out;
	-webkit-transition: transform 250ms ease-in-out;
}

#boton-flotante:hover {
	transform: rotate(360deg) scale(1.2);
	-ms-transform: rotate(360deg) scale(1.2);
	-webkit-transform: rotate(360deg) scale(1.2);
	cursor: pointer;
}

.about h2 {
	padding-top: 0px;
	margin: 0 auto;
	padding-bottom: 15px;
	font-size: 35px;
}

.divisor {
	border-bottom: solid 1px #F4AD15;
	width: 50%;
	margin: 0 auto;
	margin-top: 30px;
}



/*about*/
.bcg-trama {
	background-color: #00240b;
	background-image: url("../imgs/bcg_trama.svg");
	background-repeat: repeat;
}

#informacion .container , #guisos .container {
	border-bottom: solid 1px #F4AD15;
}


.about {
	padding-top: 60px;
	padding-bottom: 0px;
	text-align: center;
}

.about h3 {
	padding: 20px;
	padding-bottom: 15px;
	margin: 0px;
}

.about p {
	padding-bottom: 5px;
	padding-top: 30px;
}

.about .img-responsive {
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 45px;
}


/*guisos*/

.titulo-guisos {
	font-size: 30px;
	color: #fff8a6;
	padding: 10px 30px;
	letter-spacing: 15px;
	background-color:#490000;
}

.tipo-de-guisos {
	width: 200px;
	height: 200px;
	background-color: #F1E779;
	border-radius: 100%;
	padding: 30px;
	margin-bottom: 10px;;
}
.tipo-de-guisos2 {
	width: 200px;
	height: 200px;
	background-color: #F4AD15;
	border: solid 5px #00240B;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 10px;;
}

.tipo-veganas {
	width: 200px;
	height: 200px;
	background-color: #00240B;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 10px;;
}

.tipo-postres {
	width: 200px;
	height: 200px;
	background-color: #F7EA74;
	border: solid 5px #F4AD15;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 10px;;
}

.tipo-verde {
	color:#00240B !important;
}




#informacion .container , #empanadas .container , #contactanos .container, #guisos .container, #veganas .container, #postres .container {
	background-color: rgba(0,25,7,0.7);
	padding: 80px 50px;
}

#guisos .container {
	background-color:  rgba(0,15,0,0.7);
	
}

#postres .container {
	background-color:  rgba(0,15,0,0.7);
	
}

#veganas .container {
	background-color:  rgba(244,173,21,1);
	background-image: url("../imgs/bcg_trama_blanco.svg");
	background-repeat: repeat;
}

/*sabores*/

.sabores {
	text-align: center;
}

.article-tarjeta-sabor {
	padding: 0 30px;
	line-height: 2.2rem;
	margin-bottom: 20px;
	height: 200px;
}

.sabores p {
	color: #fff8a6;
	font-size: 15px;
	margin: 0 auto;
	line-height: 17px;
}

.sabores p span{
	color: #F4AD15;
}

.tarjeta-sabor {
	background-color: #F4AD15;
	border-radius: 15px;
	margin: 10px 5px;	
	height: 125px;
	display: grid;
	justify-content: center;
	align-content: center;
}

.hf {
	position: absolute;
	background-color: #00240B;
	color: #F4AD15;
	font-weight: 700;
	letter-spacing: 0.3rem;
	width: 60px;
	padding: 5px 12px;
	border-bottom-right-radius: 20px;
}

.glyphicon-star {
	color: #00240b;
	font-size: 2rem;
}

.tarjeta-sabor h4 , .tarjeta-sabor h3 {
	color: #00240b;
}

.tarjeta-sabor h4 {
	font-size: 3.8rem;
	font-weight: 900;
	margin: 0;
}

.tarjeta-sabor h3 {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px;
	margin: 0;
}

.tarjeta-sabor span {
	display: block;
}

.icono-empanada {
	width: 60px;
}


.referencias-empa {
	/* display: flex;
	justify-content: center;
	align-items: baseline; */
	margin: -30px auto 50px auto;
	display: inline-block;
}

.referencias-empa h5 {
	margin: 0 30px 0 10px;
	color: #F1E779;
	font-weight: 500;
}

.referencias-empa span{
	color: #F1E779;
	font-size: 20px;
	letter-spacing: 2px;
}

#empanadas {
	border-bottom: solid 1px #F4AD15;
	padding-bottom: 1px;
}


.sabores .img-responsive {
	margin: 0 auto 15px;
	border: solid 3px #F4AD15;
	max-width: 250px;
	border-radius: 20px;
	background-color: #F4AD15;
	filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

.sabores .img-responsive:hover {
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
	-o-filter: brightness(60%);
	-ms-filter: brightness(60%);
	transition: 500ms;
}



/*contacto*/

.contacto h2 {
	text-align: center;
	padding-bottom: 30px;
}

/* .contacto {
	padding: 0 50px;
} */

.formulario {
	color: #F4AD15;
	text-align: left;
}

.formulario input {
	border: none;
}

.boton-pedidos {
	background-color: #F4AD15;
	border: none;
	font-weight: 700;
	color: #00240B;
}

.boton-pedidos:hover {
	background-color: #F1E779;
}

.formulario .btn-info {
	background-color: #F4AD15;
	border: none;
	font-weight: 700;
	color: #00240B;
	margin-bottom: 30px;
}

.formulario .btn:hover {
	background-color: #F1E779;
}

.btn a {
	text-decoration: none;
	color: #00240B;
}

.mapa {
	padding-top: 23px;
}

.contenedor-mapa {
	height: 265px;
	border-radius: 5px;
	border: solid 2px #F4AD15; 
}

.mapa p {
	color: #F4AD15;
	font-size: 15px;
	padding-top: 15px;
}

footer {
	text-align: left;
	border-top: solid 1px #F4AD15;
	margin-top: 50px;
}

.pie p {
	color: #F4AD15;
	margin-top: 12px;
	font-size: 12px;
	float: left;
}


.pie a {
	color: #F4AD15;
	font-size: 25px;
	padding-top: 5px;
	margin-left: 10px;
	text-decoration: none;
	text-align: right;
	float: right;
}

.pie a:hover {
	color: #F3E979;
}

.menu-mobile {
	background-color: #F3E979 !important;
	width: 30px !important;
	height: 4px !important;
	border-radius: 5px !important;
	margin-top: 6px !important;
}

.contenedor-toggle {
	margin-top: 4px;
}

.aboutmobile {
	display: none;
}

.aboutdesktop {
	display: block;
}

.botonmobile {
	display: none;
}

.botondesktop {
	display: block;
}


@media only screen and (max-width: 768px) {
	.collapsing, .in {
		background-color: #00240B;
		margin: 0px;
	}
	.collapsing ul li a, .in ul li a {
		color: #F4AD15 !important;
		border-top: solid 1px #F3E979 !important;
	}
	.fb {
		display: none !important;
	}
	.collapsing ul li a:hover, .in ul li a:hover {
		color: #00240B !important;
		background-color: #F3E979 !important;
	}
	#myCarousel .carousel-inner .item .carousel-caption.slider1 {
		margin-top: -70px;
	}
	#myCarousel .carousel-inner .item .carousel-caption.slider2 h1{
		font-size: 30px;
		line-height: 30px;
	}
	#myCarousel .carousel-inner .item .carousel-caption.slider3 {
		margin-top: -270px;
	}
	.modal-sabor {
		width: 95%;
		margin: 15px auto;
	}
	#informacion h2 {
		font-size: 35px;
	}
	h2, #informacion h3 {
		font-size: 30px;
	}
	#informacion .boton-pedidos {
		font-size: 15px;
	}
	#boton-flotante {
		height: 75px !important;
		width: 75px !important;
		margin-top: -15px;
		margin-right: -15px;
	}
	
	.aboutmobile {
		display: block;
	}
	
	#informacion .container , #empanadas .container , #contactanos .container, #guisos .container {
		padding: 50px;
	}
	
	
	#contactForm .help-block.text-danger ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	#contactForm .help-block.text-danger ul  li {
		font-size: 12px;
		color: white;
	}

	.sabor-guisos {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	.titulo-guisos {
		font-size: 20px;
		margin-top: 30px;
	}

	
}

@media (max-width: 992px) {
	.tipo-de-guisos {
		width: 150px;
		height: 150px;
	}
}

@media (min-width: 768px) {
	#myCarousel .carousel-inner .item .carousel-caption.slider2 h1{
		font-size: 50px;
		line-height: 50px;
	}
}

@media (min-width: 992px) {
	#myCarousel .carousel-inner .item .carousel-caption.slider2 h1{
		font-size: 80px;
		line-height: 80px;
	}
	
	
}

@media (max-width: 360px) {
	.sabores .img-responsive { max-width: 260px;}
}

@media only screen and (max-width: 766px) {
	#informacion .container , #empanadas .container , #contactanos .container, #guisos .container {
		padding: 30px;
	}

	#guisos .container {
		padding-top: 30px;
	}

	#slider4 h2 {
		font-size: 40px;
	}
}

.purchase-btn {
    bottom: 30px;
	left: 12px;
    position: fixed;
    z-index: 99999999999999999999999999999999;
    text-align: center;
}
.purchase-btn > a {
    background-color: #3cb879;
    color: #ffffff;
    display: inline-block;
    font-family: montserrat;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    left: 0px;
    line-height: 70px;
    width: 70px;
}
.pulse-button {
    position: relative;
    width: 64px;
    height: 64px;
    border: none;
    box-shadow: 0 0 0 rgba(37,211,102, 0.6);
    animation: pulse 3s infinite;
    border-radius: 50%;
    background-color: #a1577b;
    background-image: url(https://ss-static-01.esmsv.com/id/106362/galeriaimagenes/obtenerimagen/?id=37&tipoEscala=stretch&width=64&height=64);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    
}


.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(37,211,102, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
    box-shadow: 0 0 0 0 rgba(37,211,102, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(37,211,102, 0);
      box-shadow: 0 0 0 30px rgba(37,211,102, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37,211,102, 0);
      box-shadow: 0 0 0 0 rgba(37,211,102, 0);
  }
}

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

.purchase-btn {
	left: 12px !important;
    position: fixed;
}
}


/* SORTEO MUNDIAL DE RUGBY 2023 */

.puff-in-center {
	-webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
	        animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}
@-webkit-keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes puff-in-center {
    0% {
      -webkit-transform: scale(2);
              transform: scale(2);
      -webkit-filter: blur(4px);
              filter: blur(4px);
      opacity: 0;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
.img-sorteo{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: -2rem;
    margin-bottom: -2rem;
}
.fondo-reglamento{
    background-color: #0d2516;
}
.body-reglamento{
    justify-content: center;
    background-color: #f1ac1c;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem;
}
.info-reglamento{
    margin: 0rem 1rem 0rem 1rem;
}
.body-reglamento h1{
    font-size: 40px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000000;
    text-shadow: 0px 0px 1px black;
    padding-top: 1rem;
}
.body-reglamento h2{
    font-size: 30px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffffff;
    text-shadow: 2px 2px 1px black;

}
.body-reglamento h3{
    font-size: 25px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #0077ff;
    text-shadow: 2px 2px 1px black;
    margin-top: 1rem;

}
.body-reglamento h4{
    font-size: 25px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffffff;
    text-shadow: 2px 2px 1px black;
    margin-top: 1rem;

}
.body-reglamento div p{
    font-size: 20px;
    font-weight: 600;
    background-color: #f1eb7a;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 10px;
    color: black;
}



