*{


	margin:0;
}
#top-bar {
    background-color: #AEC2D8;
    height: 80px;
    

}
#top-bar1 {
    background-color: #78BF30;
    height: 100px;
    

}

.canguro{
margin-left: 20px;
width:1200px;
height:138px;


}

.div_1{
background-color: #28802F;
justify-content:center;

}

.div_2{
width:70%;
background-color:#033E8C;
height:70%;
margin:auto;
padding-top: 0px;
padding-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
border-radius: 30px;


}
.div_u{
width:80%;
font-family: 'Muli', sans-serif;

height:120px;
margin:auto;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
  float:center;
}

.div_u3{
width:80%;
font-family: 'Muli', sans-serif;

height:100%;
margin:auto;
padding-top: 5px;
padding-bottom: 5px;
border-radius: 5px;
  
}
.div_u2{
width:80%;

height:60px;
margin:auto;
padding-top: 5px;
padding-bottom: 1px;
border-radius: 5px;
  float:center;
  font-size: 12px;
}

video {
    margin-top: 20px;
margin-left: 10%;
margin-right: 5%;   
    float:center;
  width: 80%;
  height: 50%;

}
.parrafo{

 text-align: center;
	color: #000000;
	font-family:arial black;
	font-size:26px;
}

.azul1{

width:85%;
background-color:#033E8C;
height:85%;
margin:auto;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 30px;


}
.azul{

width:85%;
background-color:#033E8C;
height:85%;
margin:auto;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 30px;


}

.azul1 span{
 position:relative;
  display: block;
  background:url(imagenes/brillog.png) no-repeat;  
  background-position: -400px -20px;
 
}
.azul1:hover span{
background-position: 1200px 0px;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1s;
  transition-property: all;
  transition-duration: 1s;
}
#header-logo {
    height: 69px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 20px;
}

#menu {
    height: 25px;
    margin-left:auto; 
    width:80%;
   
    float: left;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
/* noticias */
* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  border-radius: 5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .column  {
    width: 100%;
  }
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 5px;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;


}
.div_3{
 width:85%;
font-family: 'Muli', sans-serif;
height:85%;
margin:auto;
padding-left: 20px;
padding-right: 20px;
}

hr.v{
width: 1px;
height: 100px;

}
h1{font-family: 'Muli', sans-serif;}
h3{font-family: 'Muli', sans-serif;}
button{font-family: 'Muli', sans-serif;margin:0;font-size: 10px;}
h1.titu strong {
    font-size: 50px;
    color: #61a700;
    text-shadow: 1px 1px #60a601;
    letter-spacing: 1px;
    font-family: 'Muli', sans-serif;
}
span{font-family: 'Muli', sans-serif;0}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
p{

  font-family: 'Muli', sans-serif;margin:0;font-size: 16px;
}

#customers tr:nth-child(even){background-color: #ddd;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}

/* iframe */
.embed-container {
    position: relative;
    padding-bottom: 20%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: relative;
    top:0;
    left: 0;
    width: 80%;
    height: 80%;
}
.brillo{
    position:relative;
    display: block;
    height: 133px;
    width: 132px;  
    text-decoration:none;
    overflow:hidden;
}

.carro{

  background: url(imagenes/camionn.jpg) -188px -224px no-repeat;
}