.banner-container {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: url("../images/banners/KOOLDENT-Banner_01.jpg");
    }
	
.slide_01 {
    background-image: url("../images/banners/KOOLDENT-Banner_01.jpg");
    }	
	
.slide_02 {
    background-image: url("../images/banners/KOOLDENT-Banner_02.jpg");
    }
	
.slide_03 {
    background-image: url("../images/banners/Popayan_05.jpg");
    }
	
.slide_04 {
    background-image: url("../images/banners/Popayan-Hermosa.jpg");
    }	

.imgDerecha img {
  margin-top: 16%;
  margin-left: 60%;
}	


.b-radio{	border-radius: 18px; }
.b-radio-t{
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}
.b-radio-b{
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

.icono-menu{
  width:80%;
  position: absolute;
  right: 119px;
  padding-top: 20px;
}
	.icono-menu:hover{ cursor:pointer;  filter: drop-shadow(-5px 2px 3px rgba(113, 195, 255, 0.9)); }
		.icono-menu:active{  filter: drop-shadow(-5px 2px 3px rgba(113, 195, 255, 0.9)); }

.redes{ 
  display: block;
  position: absolute;
  left: -50px;
  bottom: 240px;
  width:20px;
  filter: drop-shadow(-1px 2px 3px rgba(255, 255, 255, 0.9));
}

#paginas a{color:#FFF !important;}

.margen{ margin-top:50%; }

.active {  background-color: hotpink; }

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


.hero-text {
    font-family: "Oswald",sans-serif;
    margin-left: -4%;
    padding: 7% 0;
    width: 106%;
}

.hero-text h1 { border-radius: 8px;
	color: #FFF;
	font-size: 6.5em;
	margin: 2% 0 30px;
	line-height: 1.5em; 

	font-weight: 400;
	font-size: 18px;
	margin: 37px 0 13px; 
	 text-shadow: 2px 2px 1px #000000;
/*	text-shadow: 1px 1px 1px #CCC;
	text-shadow: 1px 1px 4px #0000ff;
	text-shadow: -1px 2px 1px rgba(255, 255, 255, 0.9);*/
}

h2, .h2 {
    font-size: 40px;
}

.feature {
    margin-bottom: 0;
    margin-top: 0;
}
.row {
    margin-left: 15px;
    margin-right: 0;
}



.fondo-gris {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    font-size: 18px;
    line-height: 23px;
    padding: 20px;
}
.txtsdw {
    text-shadow: 2px 2px 1px #000000;
}

}