/*ESTILO GLOBAL DEL SITIO asignamos parámetros globales*/

*{
	margin:20px;
	margin-top:0px;
	margin-left:10px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	font-family:helvetica;

	background:#06072E;	
}

.contenedor{
	position:relative;
	margin:auto;
	width:100%;
	height:auto;
}


.texto{
	position:relative;
	margin:auto;
	width:100%;
	height:auto;
	color:white;
	font-size:0.8em;
	text-align:center;
}


.texto1{
	position:relative;
	margin:auto;
	width:100%;
	height:auto;
	color:white;
	font-size:1em;
	text-align:center;
	
}




.texto2{
	position:relative;
	margin:auto;
	width:100%;
	height:auto;
	color:white;
	font-size:1.2em;
	text-align:center;
}


hr {
		width:100%;
	margin-left:20px;	
	
}

.titulos{
	text-align:center;
		color: white;
	
}


.botonwhatsapp{

	margin-left:auto;
	margin-right:auto;
	background-color: #4CAF50; /* Green */
	width:40%;
	border: none;
	color: white;
	padding:10px;
	text-align: center;
	font-size: 12px;
	 /*border-radius:15px;*/
	text-shadow:2px 2px 5px black;

}




.botonwhatsapp2{

	margin-left:auto;
	margin-right:auto;
	background-color: #4CAF50; /* Green */
	width:20%;
	border: none;
	color: white;
	padding: 5px 30px;
	text-align: center;
	font-size: 12px;
	border-radius:15px;
	text-shadow:2px 2px 5px black;

}

.botoninfo{

	
	margin-left:auto;
	margin-right:auto;
	
	background-color: #4CAF50; /* Green */
	width:20%;
	border: none;
	color: white;
	padding: 5px 30px;	
	text-align: center;
	font-size: 12px;
	border-radius:15px;
	text-shadow:2px 2px 5px black;
	box-shadow:1px 1px 5px black;
	
	
}





iframe {
	margin-left:25px;
 max-width: 98%;
 height: 300px;
}



 
a {
  color: white;
  font-weight: bold;
}


h1 {
  display: block;
  font-size: 2.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:white;
  text-shadow: 2px 2px 5px #999;
}

h2 {

  font-size: 1.5em;
  margin-bottom: 0.67em;
  font-weight: bold;
  color:white;
}


h3 {
  display: block;
  font-size: 0.8em;
  margin-top: none;
  margin-bottom: 0.20em;
  margin-left: 0;
  margin-right: 0;
  color:white;
}

h4 {
  display: block;
  font-size: 0.9em;
  margin-top: 0.30em;
  margin-bottom: 0.80em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color:white;
}


h5 {
  display: block;
  background-color:yellow;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top:0.30em;
  font-weight: bold;
  color:red;
  border-radius:15px;
  max-width: 40%;
}



.subti{
  display: block;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top:0.30em;
  font-weight: bold;
  color:white;
  border-radius:15px;
  max-width: 40%;
}

.descrip{
  display: block;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-top:0.30em;
  color:white;
  border-radius:15px;
  max-width: 40%;
}

img {
  display: block;
  margin-top:50px;

  width: 100%;
  padding:1px;
  

}



/*BOTON CERRAR*/
input[type=button], input[type=submit], input[type=reset] {
  background-color: RED;
  border: none;
  color: white;
  padding: 11px 20px;
  text-decoration: none;
  margin: 4px 2px;
  font-size: 12px;
  cursor: pointer;
}






input, button, select, textarea{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
























.description{
	float:left;
	margin:auto;
	width:100%;
	height:auto;
	background:white;
	color:black;
	border-radius: 20px;

 }

 .descripcionmenu{
	float:left;
	margin:auto;
	width:auto;
	background:#CEE3F6;
	padding:20px;
	margin:20px;
	color:black;
	border: solid black 1px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #999;

 }
 
 /*BORDE PARA DESCRIPTION BOX
 	border-width: 1px;
  border-style: solid;
  border-color: black;
 */
 
 
.fila{
	display:inline-block;
	position:relative;
	margin:auto;
	width:100%;
	height:auto;
}

/*
.filatop{
	position:relative;
	margin:auto;
	width:100%;
	height:auto;
	background:BLACK;
}
*/

.filatop2{
	position:relative;
	margin:auto;
	width:100%;
	height:auto;
	background:black;
}

.col-12{
	width:98.7%;
	background:white;
	text-align:center;

	margin:10px;
}

.col-6{
	float:left;
	width:47.5%;
	background:black;
	padding:10px;
	text-align:center;
	border:1px solid black;
	margin:5px;
	  border-radius:10px;
}

.col-4{
	float:left;
	width:24.1%;
	background:#06072E;
	text-align:center;
	margin:5px;
	/*border:1px solid black;*/
}






/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
/*@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	
  }
}

The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) 
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

*/















/*MEDIA QUERIES FOR MOBILE*/
@media only screen and (max-width: 667px) {

  .col-sm-4 {width: 96%;}
	.img {width: 100%;}

	.col-sm-12{width: 93%;}

	
}


/*MEDIA QUERIES FOR medium desktop*/

@media only screen and (min-width : 668px) and (max-width : 900px){

  .col-md-4 {width: 47%;}

}


/*MEDIA QUERIES FOR LARGE desktop*/

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

  .col-4 {width: 30%;}

}




















