/*
AUTOR: MC
Whatsapp +54 9 2614699395
Para AMEGAM Asoc. Mendocina de Food Trucks
Mendoza. Argentina
Enero 2021

Con tecnología Bootstrap

*/

@import url("https://9f9bc1.claudeassets.com/20241205075934cs_/https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url('https://f40244.claudeassets.com/20241205075934cs_/https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:wght@500&family=Shadows+Into+Light&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



body {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	background: #ebebeb;
}


/*nav*/
nav {
	background-color: #212529;
}

nav .contenedor-nav {
	text-align: center;

}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

h3.amegam {
	font-weight: bold;
	color: #fff;
	font-size: 28px;
	/*CAMBIAR EN VERSION MOBILE*/
}

h3.section-title {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 1em;
}

p {
	font-family: 'Open Sans', sans-serif;
}

/*LINKS*/
a {
	text-decoration: none !important;
	color: #e11132 !important;
}

a:hover {
	text-decoration: none !important;
	color: #000 !important;
}


a.more {
	text-decoration: none;
	color: #e11132;
}

a.more:hover {
	/*text-decoration: underline;*/
	color: #7c0d20;
}

.bi-play-circle {
	font-size: 2em;
	margin-bottom: 1em;
}

a.a-play {
	color: #fff;

}

a.a-play:hover {
	color: #e11132 !important;
	text-shadow: 1px 1px 7px #fff !important;
}

a.rrss-icon {
	color: #e11132;
}

a.rrss-icon:hover {
	color: #e11132;

}

a.amegam-link {
	color: #e11132;
}

a.amegam-link:hover {
	color: #7c0d20;

}

.contenedor {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

section.home {
	background-color: #000;
	background-image: url("https://cc69c4.claudeassets.com/20241205075934im_/https://amegam.com/images/amegam-leparc.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding: 5em 2.5em 5em 2.5em;
	text-align: center;
	width: 100%;
}

section.service {
	background-color: #fff;
	padding: 3em 0;
	text-align: center;
}

section.festival {
	background-color: #000;
	background-image: url("https://0fcf55.claudeassets.com/20241205075934im_/https://amegam.com/images/amegam-canota.jpeg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 6em 2.5em 6em 2.5em;
	text-align: center;
	width: 100%;
	color: #fff;
}

section.invasion {
	background-color: #fff;
	padding-top: 3em;
	padding-bottom: 3em;
	text-align: center;
}

section.contact {
	padding-top: 2em;
	background-color: #f1f1f1;
}

.row {
	padding-top: 1em;
	;
	padding-bottom: 2em;
}

/*vendimia*/
    #vendimia {
        height: 50vh;
        padding: 2em 1em;
        text-align: center;
        color: #fff;
        position: relative;
        background: #000;
        overflow: hidden;
        text-shadow: 1px 2px 5px #000;
    }

    #vendimia h2, h3{
        position: relative;
        z-index: 2;
    }



    #vendimia:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.5;
        background-image: url(https://549bb0.claudeassets.com/20241205075934im_/https://amegam.com/images/vendimiaAfiche.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }

/*SINGLE FOOD TRUCK*/
.card-container {
	margin: 0;
	padding: 2em 1em;
}
.card-description{
	margin: 0;
	padding: 2em 1em;
}
.card-description img{
	border-radius: 10px;
}
.flexRow {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: center;
}

.card-img {
	
	padding: 1em;
	text-align: center;
}

.card-img img {
	max-width: 150px;
}

.card-data {
	
	padding: 1em;
	border-radius: 10px;
	background-color: #f5f5f5;
}
.rrssIcon{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media (min-width: 48rem) {
	.flexRow {
		flex-direction: row;
	}

	.card-img {
		min-width: 30%;
	}
	.card-img img {
		max-width: 200px;
	}

	.card-data {
		min-width: 70%;
	}
}

/*BUTTONS*/
.btn1 {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #4CAF50;
	border: 1px solid #4CAF50;
	padding: .375rem .75rem;
	margin: 2em 1em 2em 2em;
	/*CAMBIAR EN VERSION MOBILE*/
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn1:hover {
	background-color: transparent;
	color: #fff !important;
}

.btn2 {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #e11132;
	border: 1px solid #e11132;
	padding: .375rem .75rem;
	margin: 2em 1em 2em 2em;
	/*CAMBIAR EN VERSION MOBILE*/
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn2:hover {
	background-color: transparent;
	color: #fff !important;
}

.btn-primary {
	color: #fff;
	background-color: #4CAF50 !important;
	border-color: #316b33 !important;
}

/*SERVICIOS*/
.fa-stack {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 2em;
	vertical-align: middle;
	color: #fff;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

.icon-background-default {
	color: #52b105;
}

p.p-service {
	text-align: justify;
	/*sacar esto en mobile*/
	margin: 1.5em 2em 1em 0;

}

h3.h-service {
	margin: 0.5em;
	color: #2c2c2c;
}



/*Contador*/
p.contador {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 0.2em;
	color: #e11132;
}

p.p-contador {
	font-size: 20px;
	margin-bottom: 0.5em;
	text-align: center;
}

/* --- Formulario contacto --- */
.contact-form {
	margin-top: 0.5em;
	margin-bottom: 2em;
}

.formulario {
	/*width: 100%;*/
	overflow: hidden;
	border: 1px solid #A8A8A8;
	border-radius: 2px;
	padding: 16px;
	width: 100%;
	display: block;
	margin-bottom: 1em;
	font-family: Arial, sans-serif, helvetica;
	font-size: 1em;
	color: #141938;
}

form.contact-formulario input[type="text"]:focus,
form.contact-formulario input[type="email"]:focus,
form.contact-formulario textarea:focus {
	border: 2px solid #000;
	padding: 15px;
}

form.contact-formulario textarea {
	margin-top: 1em;
	max-width: 100%;
	min-width: 100%;
	min-height: 200px;
	padding: 0.3em;
}

form.contact-formulario input[type="submit"] {
	padding: 15px;
	background: #e11132;
	color: #fff;
	font-size: 1em;
	font-family: Arial, sans-serif, helvetica;
	border-radius: 2px;
	border: none;
	float: left;
	cursor: pointer;
}

.formulario input[type="submit"]:hover {
	background: #BB1F35;
}

.form-check-input:checked {
	background-color: #e11132 !important;
	border: none;
}

/*Social media*/
.rrss {
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
	font-size: 2em;

}

.rrss-hashtag {
	font-family: 'Shadows Into Light', cursive;
	font-size: 25px;
}

.fab {
	margin: 0.3em;
}

/*ABOUT PAGE*/
section.about {
	padding-top: 2em;
	margin: 1em 1em 2em 1em;
}

.logo-about {
	margin-bottom: 1em;
	text-align: center;
}

.txt-about {
	margin-top: 1em;
	padding-top: 0.5em;
}

.comision {
	padding: 1.5em 3em;
	background-color: #f1f1f1;
}

.logo-amegam {
	margin-bottom: 2em;
}

/*ASESORAMIENTO*/
div.cat-asesorami {
	margin: 1em;
	padding: 1em 0em;
	background-color: #d9f8d9;
}

p.cat-title {
	margin-left: 0.7em;
	text-decoration: underline;
	font-weight: bold;
}


/*FAQ*/
.accordion-button.collapsed {
	text-align: left;
}

h3.faq-subtitle {
	font-size: 22px;
	font-weight: bold;
	margin: 1em;
}

.accordion-button:not(.collapsed) {
	color: #000 !important;
	background-color: #e6e6e6 !important;
}

.accordion-button:focus {
	z-index: 3;
	border: none !important;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.25) !important;
}

/*FICHA TRUCK*/
.ft-nombre {
	margin: 1.5em;
}

div.logo-ft {
	text-align: center;
	margin: 2em;
	padding: 0.3em;
}

.categoria-ft {
	color: #4CAF50;
	font-weight: bold;
}

.contact-data {
	margin-top: 2em;
	color: #e11132;
}

section.follow-ft {
	background-color: #e6e6e6;
	margin: 1em 0em 0.5em 0em;
	padding: 0.3em 1em;


}

section.return {
	margin: 1em 0.5em;
	padding: 0.5em 0.5em;

}

/*LOGIN PANEL*/
div.login {
	margin: 2em 1em 15em 1em;
	padding: 1em;
}

.login-form {
	padding: 0.5em;
	font-size: 18px;
	display: inline-block;
}

form.login-input input[type="text"],
form.login-input input[type="password"] {
	padding: 0.5em;
}

i.form-icon {
	margin-right: 1em;
}

.btn-login {
	padding: 0.5em;
	display: inline-block;
	margin: 15px 5px;
	background: #e11132;
	color: #fff;
	font-size: 16px;
	font-family: Arial, sans-serif, helvetica;
	border-radius: 2px;
	border: none;
}

p.login {
	margin-top: 1em;
	padding-top: 1em;
	text-align: right;
	color: rgb(116, 115, 115);
}

a.login {
	color: rgb(116, 115, 115);
}

a.login:hover {
	color: rgb(78, 78, 78);
}


/*PANEL DE CONTROL*/
div.admin-panel {
	margin: 4em 4em;
	padding: 1em;
}

section.row-btn {
	display: inline-block;
	margin: 1.5em 0;
}

a.btn-new {
	text-decoration: none;
	color: #fff !important;
}

a.btn-new:hover {
	text-decoration: none;
	color: rgb(194, 192, 192);
}

.btn-new {
	padding: 15px;
	display: inline-block;
	margin: 15px 0;
	background: #e11132;
	color: #fff;
	font-size: 1em;
	font-family: Arial, sans-serif, helvetica;
	border-radius: 2px;
	border: none;
}

.btn-new:hover {
	text-decoration: none;
}

.btn-close {
	padding: 15px;
	display: inline-block;
	margin: 15px 0;
	background: #000;
	color: #fff;
	font-size: 1em;
	font-family: Arial, sans-serif, helvetica;
	border-radius: 2px;
	border: none;
}

.btn-close:hover {
	text-decoration: none;

}

.panel-title {
	margin: 2em 0em;
	text-align: center;
}

.conteo {
	font-size: 22px;
	font-weight: bold;

}

.visibilidad-ft {
	color: #4CAF50;
}


/*ELIMINAR*/
.modal-alert {
	background-color: yellow;
}

/*FORMULARIO NUEVO TRUCK - EDITAR*/

.form-admin {
	margin: 1em 0;
}

div.categoriaft {
	margin: 1.5em 0em;
}

.input-group {
	margin: 1em 0.3em;
}

p.etiqueta-admin {
	font-size: 18px;
	font-weight: bold;
}

.img-upload {
	background-color: #e4e3e3;
	margin-bottom: 1em;
	padding: 1em;
}

/*TRUCKS*/
img.thumb-logo {
	width: 150px;


}

img.thumb-logo:hover {
	filter: opacity(.7);
}

p.destacar {
	background-color: #d9f8d9;
	font-weight: bold;
}

p.version {
	color: #A8A8A8;
	font-size: 12px;
}

/*festival*/
.fa-play-circle {
	margin-bottom: 1em;
}

section.ft-fest {}

div.data {
	text-align: center;
	padding: 2em 1em;
}

h4.edicion {

	padding: 1em 0;
}

div.days {

	padding: 1em 0;
	font-size: 26px;
}

p.day {
	display: inline;
}

.vier {
	padding: 0.5em;
	background-color: #C4C92E;
}

.sab {
	padding: 0.5em;
	background-color: #68AFA2;
}

.dom {
	padding: 0.5em;
	background-color: #F69C32;
}

div.fest-video {
	padding: 1em 0;
}

div.div-organiza {
	text-align: center;

}

h3.subtitle {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
	padding: 0.5em 0;
}

div.div-espectaculos {
	text-align: center;
	background-color: rgb(240, 240, 240);

}

div.col-espectaculos {}

.btn3 {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: #e11132;
	border: 1px solid #e11132;
	padding: .375rem .75rem;
	margin: 2em 1em 2em 2em;
	/*CAMBIAR EN VERSION MOBILE*/
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn3:hover {
	background-color: transparent;
	color: #e11132 !important;
}

div.div-redesfestival {
	text-align: center;
	padding: 0.7em 0 2em 0;
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(225,17,50,1) 100%);*/
}

p.grilla {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

p.hash {
	font-size: 36px;
	color: gray;
}

.ovni {
	font-size: 26px;
}


/* --- Footer --- */
footer {
	background-color: #e11132;

	padding: 2em 1.5em;
	text-align: center;
}

footer p {
	color: #fff !important;
}

footer a {
	color: #f1f1f1 !important;
	text-decoration: none !important;
	font-weight: bold;
}

footer a:hover {
	color: #363636 !important;
}

/*RESPONSIVE*/
@media only screen and (max-width: 700px) {

	body {
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
	}

	div.container {
		margin-left: 1em;
		margin-right: 1em;
		padding: 0;
	}

	.rrss {
		margin-top: 3em;
		padding-top: 1em;
	}

	.foto-ft {

		max-width: 300px;

	}

	/*festival*/
	div.days {
		padding: 1em 0;
		font-size: 18px;
	}

	p.day {
		display: inherit;
	}

	.vier {
		padding: 0.3em 0.5em;
		background-color: #C4C92E;
	}

	.sab {
		padding: 0.3em 0.5em;
		background-color: #68AFA2;
	}

	.dom {
		padding: 0.3em 0.5em;
		background-color: #F69C32;
	}

}

@media only screen and (max-width: 900px) {
	.foto-ft {

		max-width: 300px;

	}
}
/*
     FILE ARCHIVED ON 06:36:02 Apr 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:56:22 Jul 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.502
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.031
  esindex: 0.009
  cdx.remote: 7.915
  LoadShardBlock: 223.778 (3)
  PetaboxLoader3.datanode: 123.089 (5)
  PetaboxLoader3.resolve: 82.662 (3)
  load_resource: 174.382
  loaddict: 21.384
*/