@media screen and (max-width:1200px){
}
@media screen and (max-width:991px){
	.content {
    	width: 100%;
	}
}
@media screen and (max-width:768px){
.botonera a{
    color: #fff;
}
.headerbg{
        height: auto;
    }
    .language {
padding: 0px;
}
.bannerbg {
    position: relative;
top: 0px;
}
    .botonera{
        width: 100%;
        height: auto;
    }
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.botonera ul li a {
		border-right: 0px;
	}
}
/*--------------*/
}
@media screen and (max-width:680px){
}
@media screen and (max-width:640px){
}
@media screen and (max-width:465px){
	.botonera {
	    width: 78%;
	}
	.nav li {
	    border-right: 0px;
	}
	.datos {
	    font-size: 11px;
	}
	.ei-title h3 {
	    font-size: 24px;
	}
	.col4{
		    width: 85%;
	}
	.col6{
		width: 99%;
	}
	.col9{
		width: 94%;
	}
	.sectionparall p {
    	font-size: 17px;
	}
	footer .content .col4{
		width: 42%;
	}
	.space{
		padding-top: 9px;
	}
	.lineblue{
		height: auto;
	}
}