html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	/*-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
	margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
  /*-webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;*/
}

a:hover {
	opacity: 0.8;
}


img {
	max-width: 100%;
}

span {
	display:inline-block;
}

p {
  font-family: 'Lato', sans-serif;
	font-size: 19px;
  line-height: 22px;
  font-weight: 400;
}


h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
	font-size: 55px;
  text-align: center;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 55px;
    text-align: center;
  }

.w-binlog {
	position: relative;
	/*background: #009911;*/
	width: 500px;
	padding: 250px;
	left: 50%;
	margin-left: -250px;
	top: -5%;
}

.bin1 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/bin1.png") no-repeat center / contain;
	left: 0px;
	top: 0px;
	animation: bin1 10s infinite;
}

@keyframes bin1 {
	0% {left: -100%;opacity: 0;}
	10% {left: 0%;opacity: 1;}
	90% {left: 0%;opacity: 1;}
	100% {left:100%;opacity: 0;}
}

.bin2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/bin2.png") no-repeat center / contain;
	left: 0px;
	top: 0px;
	animation: bin2 10s infinite;
}

@keyframes bin2 {
	0% {left: 100%;opacity: 0;}
	10% {left: 0%;opacity: 1;}
	90% {left: 0%;opacity: 1;}
	100% {left:-100%;opacity: 0;}
}

.bin3 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/bin3.png") no-repeat center / contain;
	left: 0px;
	top: 0px;
	animation: bin3 10s infinite;
}

@keyframes bin3 {
	0% {left: -100%;opacity: 0;}
	10% {left: 0%;opacity: 1;}
	90% {left: 0%;opacity: 1;}
	100% {left:100%;opacity: 0;}
}

.bin4 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/bin4.png") no-repeat center / contain;
	left: 0px;
	top: 0px;
	animation: bin4 10s infinite;
}

@keyframes bin4 {
	0% {left: 100%;opacity: 0;}
	10% {left: 0%;opacity: 1;}
	90% {left: 0%;opacity: 1;}
	100% {left:-100%;opacity: 0;}
}

.bin5 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/bin5.png") no-repeat center / contain;
	left: 0px;
	top: 0px;
	animation: bin5 10s infinite;
}

@keyframes bin5 {
	0% {left: -100%;opacity: 0;}
	10% {left: 0%;opacity: 1;}
	90% {left: 0%;opacity: 1;}
	100% {left:100%;opacity: 0;}
}

.w-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "g1" "g2";
	/*grid-template-columns: 1fr 1fr;
	grid-template-areas: "g1 g2";*/
}

.g1 {
	position: relative;
	grid-area: g1;
}


.g2 {
	position: relative;
	grid-area: g2;
}

/*EASYEAT*/

.log-easy {
	position: relative;
	padding: 90px;
	background: url("../images/log-easy.png") no-repeat center / contain;
}

.easy-img1 {
	position: relative;
	background: url("../images/easy-cel.png") no-repeat center /contain;
	padding: 30%;
	margin: 30px 0px 0px 30px;
}

#easyeat h3 {
	color: #2a9b90;
}

#easyeat p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#easyeat a {
	color: #9acd34;
	border: 2px solid #9acd34;
	padding: 10px 30px;
	top: 30px;
	position: relative;
}

#easyeat a:hover {
	color: #ffffff;
	background: #9acd34;
}


/*NETWORK*/

.log-netw {
	position: relative;
	padding: 90px;
	background: url("../images/log-netw.png") no-repeat center / contain;
}

.netw-img1 {
	position: relative;
	background: url("../images/net-lap.png") no-repeat center /contain;
	padding: 30%;
	margin: 30px 0px 0px 30px;
}

#network h3 {
	color: #008ed7;
}

#network p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#network a {
	color: #008ed7;
	border: 2px solid #008ed7;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#network a:hover {
	color: #ffffff;
	background: #008ed7;
}

/*DESARROLLADORA*/

.log-3i3 {
	position: relative;
	padding: 90px;
	background: url("../images/log-3i3.png") no-repeat center / contain;
}

.des-img1 {
	position: relative;
	/*background: url("../images/net-lap.png") no-repeat center /contain;*/
	padding: 30%;
	margin: 30px 0px 0px 30px;
}

#desarrolladora h3 {
	color: #000000;
}

#desarrolladora p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#desarrolladora a {
	color: #000000;
	border: 2px solid #000000;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#desarrolladora a:hover {
	color: #ffffff;
	background: #000000;
}

/*AG CONTADORES*/

.log-ag {
	position: relative;
	padding: 90px;
	background: url("../images/log-ag.png") no-repeat center / contain;
}

.ag-img1 {
	position: relative;
	/*background: url("../images/net-lap.png") no-repeat center /contain;*/
	padding: 30%;
	margin: 30px 0px 0px 30px;
}

#agcont h3 {
	color: #0f1f53;
}

#agcont p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#agcont a {
	color: #0f1f53;
	border: 2px solid #0f1f53;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#agcont a:hover {
	color: #ffffff;
	background: #0f1f53;
}


/*HUALIZ*/

.log-hualiz {
	position: relative;
	padding: 90px;
	background: url("../images/log-hual.png") no-repeat center / contain;
}

.hualiz-img1 {
	position: relative;
	/*background: url("../images/net-lap.png") no-repeat center /contain;*/
	padding: 30%;
	margin: 30px 0px 0px 30px;
}

#hualiz h3 {
	color: #ff9300;
}

#hualiz p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#hualiz a {
	color: #ff9300;
	border: 2px solid #ff9300;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#hualiz a:hover {
	color: #ffffff;
	background: #ff9300;
}

/*GURU*/

.log-guru {
	position: relative;
	padding: 90px;
	background: url("../images/log-guru.png") no-repeat center / contain;
}

.guru-img1 {
	position: relative;
	/*background: url("../images/net-lap.png") no-repeat center /contain;*/
	padding: 30%;
	margin: 30px 0px 0px 30px;
}

#guru h3 {
	color: #8B8BF2;
}

#guru p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#guru a {
	color: #8B8BF2;
	border: 2px solid #8B8BF2;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#guru a:hover {
	color: #ffffff;
	background: #8B8BF2;
}

/*DIGITAL*/

.log-digi {
	position: relative;
	padding: 90px;
	background: url("../images/log-digi.png") no-repeat center / contain;
}

.digi-img1 {
	position: relative;
	/*background: url("../images/net-lap.png") no-repeat center /contain;*/
	padding: 30%;
	margin: 30px 0px 0px 30px;
}

#digi h3 {
	color: #FF9471;
}

#digi p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#digi a {
	color: #FF9471;
	border: 2px solid #FF9471;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#digi a:hover {
	color: #ffffff;
	background: #FF9471;
}

/*CONTA PARA TODOS*/
.log-conta {
	position: relative;
	padding: 90px;
	background: url("../images/logos-_contaparatodos.jpg") no-repeat center / contain;
}

#conta h3 {
	color: #FF831F;
}

#conta p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#conta a {
	color: #FF831F;
	border: 2px solid #FF831F;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#conta a:hover {
	color: #ffffff;
	background: #FF831F;
}

/*GONZALO AG*/
.log-gonAg {
	position: relative;
	padding: 90px;
	background: url("../images/logos-_gonzalag.jpg") no-repeat center / contain;
}

#gonza h3 {
	color: #040404;
}

#gonza p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#gonza a {
	color: #040404;
	border: 2px solid #040404;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#gonza a:hover {
	color: #ffffff;
	background: #040404;
}

/*EASY CHEF*/
.log-eChef {
	position: relative;
	padding: 90px;
	background: url("../images/naofractional.svg") no-repeat center / contain;
}

#echef h3 {
	color: #004882;
}

#echef p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#echef a {
	color: #004882;
	border: 2px solid #004882;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#echef a:hover {
	color: #ffffff;
	background: #004882;
}

/*EASYEAT EMPRESAS*/
.log-eemp {
	position: relative;
	padding: 90px;
	background: url("../images/logos-easyeatempr.jpg") no-repeat center / contain;
}

#eemp h3 {
	color: #838383;
}

#eemp p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#eemp a {
	color: #838383;
	border: 2px solid #838383;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#eemp a:hover {
	color: #ffffff;
	background: #838383;
}

/*VERYDELI*/
.log-veryD {
	position: relative;
	padding: 90px;
	background: url("../images/logos-verydeli.jpg") no-repeat center / contain;
}

#veryd h3 {
	color: #E24414;
}

#veryd p {
	color: #565656;
	margin: 20px 100px;
	text-align: justify;
}

#veryd a {
	color: #E24414;
	border: 2px solid #E24414;
	padding: 10px 30px;
	top: 30px;
	position: relative;
	z-index: 1000;
}

#veryd a:hover {
	color: #ffffff;
	background: #E24414;
}







/*CONTACTO*/

.form-cont{
    position: relative;
    display: grid;
        grid-template-areas:
        "fc-title fc-title"
        "fc-form2 fc-form2"
        "fc-otros fc-otros2";
        grid-template-columns: 50% 50%;
    align-items: center;
		width: 100%;
		padding: 0% 30%;
}

.fc-title{
    position: relative;
    grid-area: fc-title;
    text-align: center;
    z-index: 100;
}

.fc-title p{
    color: #565656;
    font-size: 16px;
    margin-top: -50px;
}

.fc-title h1{
    color: #565656;
    font-size: 80px;
    margin-top: 20px;
}


.fc-form2{
    position: relative;
    grid-area: fc-form2;
    align-self: center;
}

.fcf-form{
    display: grid;
        grid-template-areas:
        "fcf-inp1 null1 fcf-inp2"
        "fcf-inp3 null2 fcf-inp4"
        "fcf-txtarea fcf-txtarea fcf-txtarea"
        "fcf-inp5 fcf-inp5 fcf-inp5";
        grid-template-columns: 47.5% 5% 47.5%;
        width: 100%;
				margin: 30px 0px;
}

.fcf-form input, .fcf-form textarea{
    background: none;
		font-family: 'Lato', sans-serif;
		margin: 30px 10px 30px 0px;

}

::placeholder{
    color: #565656;
    font-size: 16px;
}

.fcf-inp1{
    position: relative;
    grid-area: fcf-inp1;
    border: none;
    color: #565656;
    font-size: 16px;
    border-bottom: 2px solid #565656;
    margin-top: 5%;
    padding-bottom: 20px;
}

.fcf-inp2{
    position: relative;
    grid-area: fcf-inp2;
    border: none;
    color: #565656;
    font-size: 16px;
    border-bottom: 2px solid #565656;
    margin-top: 5%;
    padding-bottom: 20px;
}

.fcf-inp3{
    position: relative;
    grid-area: fcf-inp3;
    border: none;
    color: #565656;
    font-size: 16px;
    border-bottom: 2px solid #565656;
    margin-top: 5%;
    padding-bottom: 20px;
}

.fcf-inp4{
    position: relative;
    grid-area: fcf-inp4;
    border: none;
    color: #565656;
    font-size: 16px;
    border-bottom: 2px solid #565656;
    margin-top: 5%;
    padding-bottom: 20px;
}

.fcf-txtarea{
    position: relative;
    grid-area: fcf-txtarea;
    margin-top: 2%;
    height: 50px;
    max-width: 100%;
    border: none;
    color: #565656;
    font-size: 16px;
    border-bottom: 2px solid #565656;
    margin-top: 5%;
}


.fcf-inp5{
    position: relative;
    grid-area: fcf-inp5;
}

.fcf-inp5 p{
    text-align: center;
    font-size: 12px !important;
    color:#565656;
		margin: 10px 0px;
}

.btn-cont{
    color: #ffffff;
    font-weight: bold;
    width: 125px;
    padding: 10px;
    position: relative;
    background: #00597a;
    border: none;
    cursor: pointer;
		margin-top: 20px;
}

.fc-otros{
    position: relative;
    grid-area: fc-otros;
    padding: 5%;
}

.fc-otros p{
    color: #565656;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
}

.fc-otros2{
    position: relative;
    grid-area: fc-otros2;
    /* padding: 5%; */
}

.fc-otros2 p{
    color: #565656;
    font-size: 12px;
    text-align: left;
    /* line-height: 16px; */
}

.fc-otros2 a{
    color: #565656;
    font-size: 12px;
    text-align: center;
    /* line-height: 16px; */
}

.fc-otros2 img {
    vertical-align: middle;
}

.box1, .box2, .box3, .box4, .box5, .box6, .box7 {
  width: 100%;
}

.buttonpop1,
.buttonpop2,
.buttonpop3,
.buttonpop4,
.buttonpop5,
.buttonpop6,
.buttonpop7,
.buttonpop8,
.buttonpop9,
.buttonpop10,
.buttonpop11,
.buttonpop12 {
  cursor: pointer;
  /*transition: all 0.3s ease-out;*/
	display: none;
}

.popup1 .close1,
.popup2 .close2,
.popup3 .close3,
.popup4 .close4,
.popup5 .close5,
.popup6 .close6,
.popup7 .close7,
.popup8 .close8,
.popup9 .close9,
.popup10 .close10,
.popup11 .close11,
.popup12 .close12 {
	border: none !important;
}

.overlay1,
.overlay2,
.overlay3,
.overlay4,
.overlay5,
.overlay6,
.overlay7,
.overlay8,
.overlay9,
.overlay10,
.overlay11,
.overlay12 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
}
.overlay1:target,
.overlay2:target,
.overlay3:target,
.overlay4:target,
.overlay5:target,
.overlay6:target,
.overlay7:target,
.overlay8:target,
.overlay9:target,
.overlay10:target,
.overlay11:target,
.overlay12:target {
  visibility: visible;
  opacity: 1;
}

.popup1,
.popup2,
.popup3,
.popup4,
.popup5,
.popup6,
.popup7,
.popup8,
.popup9,
.popup10,
.popup11,
.popup12 {
  /*margin: 70px auto;*/
  padding: 35px 15px 15px 15px;
  background: #fff;
  border-radius: 5px;
  width: 90%;
	/*left: -25%;*/
	top: 61px;
  position: relative;
  /*transition: all 5s ease-in-out;*/
	display: none;
	height: calc(100% - 65px);
}

.popup1 .close1,
.popup2 .close2,
.popup3 .close3,
.popup4 .close4,
.popup5 .close5,
.popup6 .close6,
.popup7 .close7,
.popup8 .close8,
.popup9 .close9,
.popup10 .close10,
.popup11 .close11,
.popup12 .close12 {
  position: absolute;
  top: 0px;
  right: 50%;
	margin-right: -20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup1 .close1:hover,
.popup2 .close2:hover,
.popup3 .close3:hover,
.popup4 .close4:hover,
.popup5 .close5:hover,
.popup6 .close6:hover,
.popup7 .close7:hover,
.popup8 .close8:hover,
.popup9 .close9:hover,
.popup10 .close10:hover,
.popup11 .close11:hover,
.popup12 .close12:hover {
  color: #008ed7;
}
.popup1 .content1,
.popup2 .content2,
.popup3 .content3,
.popup4 .content4,
.popup5 .content5,
.popup6 .content6,
.popup7 .content7,
.popup8 .content8,
.popup9 .content9,
.popup10 .content10,
.popup11 .content11,
.popup12 .content12 {
  height: 100%;
  overflow: scroll;
}

.popup1 p,
.popup2 p,
.popup3 p,
.popup4 p,
.popup5 p,
.popup6 p,
.popup7 p,
.popup8 p,
.popup9 p,
.popup10 p,
.popup11 p,
.popup12 p  {
	text-align: center;
}
.content1 p,
.content2 p,
.content3 p,
.content4 p,
.content5 p,
.content6 p,
.content7 p,
.content8 p,
.content9 p,
.content10 p,
.content11 p,
.content12 p {
	margin: 10px;
	text-align: justify;
}

.content1 a {
	color: #9acd34;
	border: 2px solid #9acd34;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content1 h3 {
	color: #9acd34;
}

.content2 a {
	color: #008ed7;
	border: 2px solid #008ed7;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content2 h3 {
	color: #008ed7;
}

.content3 a {
	color: #000000;
	border: 2px solid #000000;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content3 h3 {
	color: #000000;
}

.content4 a {
	color: #0f1f53;
	border: 2px solid #0f1f53;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content4 h3 {
	color: #0f1f53;
}

.content5 a {
	color: #ff9300;
	border: 2px solid #ff9300;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content5 h3 {
	color: #ff9300;
}

.content6 a {
	color: #8B8BF2;
	border: 2px solid #8B8BF2;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content6 h3 {
	color: #8B8BF2;
}

.content7 a {
	color: #FF9471;
	border: 2px solid #FF9471;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content7 h3 {
	color: #FF9471;
}

.content8 a {
	color: #FF831F;
	border: 2px solid #FF831F;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content8 h3 {
	color: #FF831F;
}

.content9 a {
	color: #040404;
	border: 2px solid #040404;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content9 h3 {
	color: #040404;
}

.content10 a {
	color: #004882;
	border: 2px solid #004882;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content10 h3 {
	color: #004882;
}

.content11 a {
	color: #838383;
	border: 2px solid #838383;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content11 h3 {
	color: #838383;
}

.content12 a {
	color: #E24414;
	border: 2px solid #E24414;
	padding: 10px 30px;
	position: relative;
	top: 20px;
}

.content12 h3 {
	color: #E24414;
}

.visible_menu {
	display: none;
}

@media only screen and (max-width:1400px) {
	.w-binlog {
		width: 400px;
		padding: 200px;
		left: 50%;
		margin-left: -200px;
	}
}

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

}

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

}

@media only screen and (max-width:950px) {
	.w-binlog {
		width: 300px;
		padding: 150px;
		left: 50%;
		margin-left: -150px;
	}
	.w-grid {
		grid-template-columns: 100%;
		grid-template-areas: "g1" "g2";
	}
	.easy-img1,
	.netw-img1 {
		padding: 30%;
		margin: 10px;
		top: 15%;
	}
	.log-easy,
	.log-netw,
	.log-3i3,
	.log-ag,
	.log-hualiz,
	.log-guru,
	.log-digi {
		padding: 50px;
	}
	#easyeat p,
	#network p,
	#desarrolladora p,
	#agcont p,
	#hualiz p,
	#guru p,
	#digi p {
		margin: 20px 20px;
	}
	.box1, .box2, .box3, .box4, .box5, .box6, .box7 {
    width: 100%;
  }
  .popup1, .popup2, .popup3, .popup4, .popup5, .popup6, .popup7, .popup8, .popup9, .popup10, .popup11, .popup12 {
    display: inline-block;
  }
	.buttonpop1,
	.buttonpop2,
	.buttonpop3,
	.buttonpop4,
	.buttonpop5,
	.buttonpop6,
	.buttonpop7,
	.buttonpop8,
	.buttonpop9,
	.buttonpop10,
	.buttonpop11,
	.buttonpop12 {
		display: inline-block;
	}
	.hide-pop {
		display: none;
	}
	.fcf-form {
		margin: 0;
	}
	.form-cont {
		grid-template-areas: "fc-title" "fc-form2" "fc-otros" "fc-otros2";
		grid-template-columns: 100%;
		padding: 0% 6%;
	}
	.fcf-form input, .fcf-form textarea {
		margin: 20px 5px;
	}
	.fc-otros p,
	.fc-otros2 p {
		text-align: center;
		font-size: 12px !important;
	}
}

@media only screen and (max-width:900px) {
	.g1 p,
	.g2 p
	/*#network p,
	#desarrolladora p,
	#agcont p,
	#hualiz p*/ {
		display: none;
	}
}


@media only screen and (max-width:700px) {
	.w-binlog {
		width: 200px;
		padding: 100px;
		left: 50%;
		margin-left: -100px;
	}
}


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

}
