body {
background: rgb(255,204,237);
background: linear-gradient(90deg, rgba(255,204,237,1) 0%, rgba(255,253,254,1) 100%);


}

.arreglo2{
	display:block;
	height:auto;
	width: auto;

	}
.arreglo2 img{
	width:100%;
    max-width:640px;
	height:auto;

	}
	
	
	
	
	
.btn-flotantesubmit {
	font-size: 25px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 45px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #000000; /* Color de fondo */
	padding: 10px 60px; /* Relleno del boton */
	bottom: 10px;
	right: 60%;
	left:40%;
		border-color: black;
 	border-width: 0px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.1);
	z-index: 0;
}
.btn-flotantesubmit:hover {
	background-color: #190110; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(0px);
}
@media only screen and (max-width: 1200px) {
 	.btn-flotantesubmit {
		font-size: 20px;
		bottom: 0px;
		right: 50%;
		width:100%;
    	left:0%;
    	border-radius: 0px; /* Borde del boton */
    	border-width: 0px;
    	border-color: black;
    		text-align:center;
			align-content: center;
    
	
	}
}
	
	
	
	.btn-flotante {
	font-size: 30px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 35px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #000000; /* Color de fondo */
	padding: 10px 60px; /* Relleno del boton */
	position: fixed;
	bottom: 15px;
	right: 35%;
	left:35%;

	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 0;
}
.btn-flotante:hover {
	background-color: #190110; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(0px);
}
@media only screen and (max-width: 1200px) {
 	.btn-flotante {
 	    	text-align:center;
		font-size: 25px;
		padding: 10px 50px;
		bottom: 0px;
		right: 0px;
    	left:0px;
    		border-radius: 0px; /* Borde del boton */
	
	}
}

@media only screen and (max-width: 600px) {
 	.btn-flotante {
 	    	text-align:center;
		font-size: 20px;
		padding: 10px 50px;
		bottom: 0px;
		right: 0px;
    	left:0px;
    		border-radius: 0px; /* Borde del boton */
	
	}

    .caja a img{
        display: none;
    }
}

.rejilla {
    
   background-color: white; /* Color de fondo al pasar el cursor */

   align-content: center;
    font-size: 15px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
	font-weight: bold; /* Fuente en negrita o bold */
	color: black; /* Color del texto */
	letter-spacing: 0px; /* Espacio entre letras */



  

  
}
@media only screen and (max-width:320px){
 	.rejilla {
		font-size: 5px;
   letter-spacing: 0px;
	
	}
    
}





.rejilla2 {

max-width: 70%;
  font-weight: bold; /* Fuente en negrita o bold */
  font-size: 12px; /* Cambiar el tamaño de la tipografia */
  
}
@media only screen and (max-width:320px){
 	.rejilla2 {
 	align-content: center;
    font-size: 15px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
	font-weight: bold; /* Fuente en negrita o bold */
	color: black; /* Color del texto */
	letter-spacing: 0px; /* Espacio entre letras */
    font-size: 5px;
   letter-spacing: 0px;
   font-weight: bold; /* Fuente en negrita o bold */
	
	}
    
}



.container2 {
    
  border: 2px solid #656363;
  padding: 5px;
  margin: 5px 0;
  display: grid;
  grid-template-column: 50% 50%;
  grid-template-rows: 100px 100px;
}


.container3 {
    
    
	font-size: 15px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
	color: black; /* Color del texto */

	width:100%;

	  

}
.column1 {
    

 flex: 100%;
  padding: 0 4px;


}


.column2 {


  float: left;
  width: 50%;
  height:auto;

	text-align: center;
		-webkit-hyphens: auto; /* A día de hoy aún es necesario el prefijo para soportar a Safari */
		hyphens: auto;

}



#text {
	text-align: center;
	   margin: 10px 20px;
   font-family: verdana, arial, helvetica;
   line-height: 18px;
   font-size: 10px;
}





.imagenventa2{

    width:55%;
    max-width:750px;
	height:auto;
    box-shadow: 10px 10px 20px rgba(0.2, 0.5, 0.2, 0.7);
    border-radius: 70px; /* Borde del boton */
    
    
    
}
@media only screen and (max-width: 500px) {
 	.imagenventa2 {
  
    	 width: 120px; 
 
    	height:auto;
    	    box-shadow: 10px 10px 20px rgba(0.2, 0.5, 0.2, 0.7);
     	border-radius: 35px; /* Borde del boton */
	
	
	}
}

.column {
  float: left;
  width: 50%;
  
  

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  	float:left;

}






.flotante {
    display:scroll;
        position:fixed;
        bottom:320px;
        right:0px;
}







	
	.btn-flotante2 {
	    opacity: 1;  

	font-size: 18px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
 /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 35px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #000000; /* Color de fondo */
	padding: 10px 60px; /* Relleno del boton */
	position: fixed;
	bottom: 10px;
	left: 15%;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

}
.btn-flotante2:hover {
	background-color: #003137; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(0px);
	color: #ffffff;
}

@media only screen and (max-width: 600px) {
 	.btn-flotante2 {
		font-size: 12px;
		padding: 20px 20px;
		bottom: 0px;
		border-radius: 0px; /* Borde del boton */
			text-align:center;
			align-content: center;
	
	   left:0%;
	}
}






	.btn-flotante3 {
	
	opacity: 1;    
	font-size: 18px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
 /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 35px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #000000; /* Color de fondo */
	padding: 10px 60px; /* Relleno del boton */
	
	position: fixed;
	bottom: 10px;
	left:40%;
	right:40%;

	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

}
.btn-flotante3:hover {
	background-color: #372300; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(0px);
	color: #ffffff;
}

@media only screen and (max-width: 600px) {
 	.btn-flotante3 {
 	    align-content: center;
		font-size: 12px;
		padding: 20px 20px;
		bottom: 0px;
			border-radius: 0px; /* Borde del boton */
			left:0%;
	      right:0%;
	      	text-align:center;
	      z-index:-7;
	
	}
}





	.btn-flotante4 {
	opacity:1;    
	font-size: 18px; /* Cambiar el tamaño de la tipografia */
	text-align:center;
 /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #ffffff; /* Color del texto */
	border-radius: 35px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #000000; /* Color de fondo */
	padding: 10px 60px; /* Relleno del boton */
	position: fixed;
	bottom: 10px;
	right: 15%;

	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

}
.btn-flotante4:hover {
	background-color: #021A03; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(0px);
	color: #ffffff;
}

@media only screen and (max-width: 600px) {
 	.btn-flotante4 {
 	    	opacity: 0.7;    
		font-size: 12px;
		padding: 20px 20px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px; /* Borde del boton */
	
	}
}









/*----------- CAJA ----------- */
.caja{ 
   position: fixed !important ;
 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: red; 
text-shadow: 2px 2px 4px black;
opacity: 0.8;
font-size: 28px; 
font-weight: 400; 
text-align: center; 
background: black; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 5px; 
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 2px solid black;
    
    
    
}



@media only screen and (max-width:320px){
    
 .caja { 
position: relative;
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: red; 
text-shadow: 2px 2px 4px black;
opacity: 0.8;
font-size: 28px; 
font-weight: 400; 
text-align: center; 
background: black; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 5px; 
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 2px solid black;}

}











/*----------- CAJA ----------- */
.caja1 { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: orange; 
text-shadow: 0px 1px 0px #000000;
opacity: 0.8;
font-size: 80px; 
font-weight: 500; 
text-align: center; 
background: #FFF2FA; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 0px; 
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 0px solid #fae3e3;}



@media only screen and (max-width:600px){
    
    .caja1 { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: orange; 
text-shadow: 0px 0px 0px #000000;
opacity: 1;
font-size: 40px; 
font-weight: 500; 
text-align: center; 
background: #FFF2FA; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 0px; 
opacity: 0.8;
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 0px solid #fae3e3;}
}

/*----------- CAJA2 ----------- */
.caja2 { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: red; 
text-shadow: 0px 1px 0px #000000;
opacity: 1;
font-size: 30px; 
font-weight: 500;
text-align: center; 
background: #FFF2FA; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 1px; 
opacity: 0.8;
text-transform: capitalize;
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 0px solid #fae3e3;}




@media only screen and (max-width:600px){
    
    .caja2 { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: red; 
text-shadow: 0px 1px 0px #000000;
opacity: 1;
font-size: 25px; 
font-weight: 200; 
text-align: center; 
background: #FFF2FA; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 1px; 
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 0px solid #fae3e3;}
}

/*----------- CAJA ----------- */
.cajafin{ 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: white; 
text-shadow: 2px 2px 4px black;
opacity: 0.8;
font-size: 100%; 
font-weight: 400; 
background: red; 
margin: 0 0 0px; 
overflow: hidden; 
padding:80px; 
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 0px solid #fae3e3;}



@media only screen and (max-width:320px){
    .cajafin { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: red; 
text-shadow: 2px 2px 4px #000000;
opacity: 0.8;
font-size: 20%; 
text-align: center; 
background: red; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 50px; 
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 2px solid #fae3e3;}
}




.imagenventa3{

    width:55%;
    max-width:250px;
	height:auto;

    
    
    
}
@media only screen and (max-width: 200px) {
 	.imagenventa3 {
  
    	width:85%;
      max-width:75px;
    	height:auto;
	
	
	}
}



/*----------- CAJA3 ----------- */
.caja3 { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: red; 
text-shadow: 0px 1px 0px #000000;
opacity: 1;
font-size: 30px; 
font-weight: 400;
text-align: center; 
background: #FFF2FA; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 1px; 
text-transform: capitalize;
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 0px solid #fae3e3;
    
}




@media only screen and (max-width:320px){
    
    .caja3 { 
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
color: red; 
text-shadow: 0px 1px 0px #000000;
opacity: 1;
font-size: 18px; 
font-weight: 100; 
text-align: center; 
background: #FFF2FA; 
margin: 0 0 15px; 
overflow: hidden; 
padding: 1px; 
border-radius: 0px 0px 0px 0px; 
-moz-border-radius: 0px 0px 0px 0px; 
-webkit-border-radius: 0px 0px 0px 0px; 
border: 0px solid #fae3e3;}
}


.cajamenu2{
 
	max-width: 1000px;

 	height:auto;
}



.upload-btns2-wrapper {
  position: absolute;
  overflow: hidden;
  display: inline-block;
}

.btns2 {
  border: 3px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 55px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btns2-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}



.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	bottom: 0; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 
	.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-twitter {background: #00abf0;}
	.social ul li .icon-googleplus {background: #d95232;}
	.social ul li .icon-pinterest {background: #ae181f;}
	.social ul li .icon-mail {background: #666666;}
 
	.social ul li a:hover {
		background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}
