/*
	Estilo aplicado para pantallas menores de 479px
*/
/** NAVIGATION **/
.main-menu .header{
	width: 90%;
	border-radius: 6px;
	min-height: 48px;
	position: relative;
	margin: 0 auto !important;
	overflow: hidden;
}
.main-menu h1{
	background: url(../../img/degradados/purple-small.png) repeat-x #571a54;
	background-size: 100% 100%;
    background: -moz-linear-gradient(top,  #773b6f 0%, #571a54 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#773b6f), color-stop(100%,#571a54));
    background: -webkit-linear-gradient(top,  #773b6f 0%,#571a54 100%);
    background: -o-linear-gradient(top,  #773b6f 0%,#571a54 100%);
    background: -ms-linear-gradient(top,  #773b6f 0%,#571a54 100%);
    background: linear-gradient(to bottom,  #773b6f 0%,#571a54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#773b6f', endColorstr='#571a54',GradientType=0 );
}
.main-menu .main-logo{
	width: 70px;
	border-top-left-radius: 6px;
}
.main-menu .social-wrapper{
	top: 102%;
}
.main-menu .button{
	display: block;
	position:absolute;
	right:15px;
	top:8px;
	padding:0px 7px 4px 7px;
	border:1px solid #571a54;
	border-radius:3px;
	background-image:url('../../img/degradados/purple-small.png');
	background-position:top;
	outline: none;
}
.main-menu .button span {
	display:block;
	margin-top:4px;
	height:2px;
	background:white;
	width:24px;
}
.main-menu .button:hover {
	cursor:pointer;
}
.main-menu nav{
	position: static;
	display: none;
	width:100%;
	font-size: 0.9em;
	background: #571a54;
    background: url(../../img/degradados/degradado1.png) repeat-y;
    background-size: 100% 100%;
    background: -moz-linear-gradient(left,  #571a54 0%, #682366 33%, #7b2c6f 50%, #682366 67%, #571a54 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#571a54), color-stop(33%,#682366), color-stop(50%,#7b2c6f), color-stop(67%,#682366), color-stop(100%,#571a54));
    background: -webkit-linear-gradient(left,  #571a54 0%,#682366 33%,#7b2c6f 50%,#682366 67%,#571a54 100%);
    background: -o-linear-gradient(left,  #571a54 0%,#682366 33%,#7b2c6f 50%,#682366 67%,#571a54 100%);
    background: -ms-linear-gradient(left,  #571a54 0%,#682366 33%,#7b2c6f 50%,#682366 67%,#571a54 100%);
    background: linear-gradient(to right,  #571a54 0%,#682366 33%,#7b2c6f 50%,#682366 67%,#571a54 100%);
}

.main-menu ul{
	padding: 0;
	text-align: center;
}
@media screen and (max-height: 360px){
	.main-menu li{
		float: left !important;
		width: 50%;
		display: block;
	}
}
.main-menu li{
	float: none;
	display: block;
}
.main-menu li.active a{
	background: #471B45;
	border-top: 1px solid #471B45;
}
.main-menu li:first-child a{
	border-top: 1px solid #440F41 !important;
}
.main-menu li a{
	padding: 0.625em 0;
	background: #571a54;
	text-align: center;
	border-top: 1px solid #70216C;
	border-bottom: 1px solid #440F41;
}
/** SECTION 1 **/
.slogan{
    width: 80%;
    margin-top: 100px !important;
}
.section25{
    background: url(../../img/fondos/seccion2-medium.png) no-repeat 0 0 #749F2C;
    background-size: 100% 100%;
}


/** SECTION 2 **/
.section2{
    background: url(../../img/fondos/city1-small.png) no-repeat 0 0 #749F2C;
    background-size: 100% 100%;
}
.section25 #car-purple{
	background-size: 14.16015625% auto;
}
.section2 #primary-mobile{
    background-size: 14.16015625% auto;
}
.section2 #gas-mobile{ 
    background-size: 15.5390625% 9%;
	    left: -28.5%;
		
}

.section2 #gas-mobile2{ 
    background-size: 15.5390625% 9%;
	    left: -28.5%;
}
/** SECTION 3 **/
.section3{
    background: url(../../img/fondos/city2-small.png) no-repeat 0 0 #E6EBE0;
    background-size: 100% 100%;
}
.section3 #car-purple{
    background-size: 29.4921875% auto;
}
.section3 #green-tape{
	width:100%;
    font-size: .6em;
}
/** SECTION 4 **/

/** SECTION 5 **/

/** SECTION 6 **/ 
.testimonios table{
    width: 100%;
}
.testimonios-wrap{
    padding: 0;
}
#testimonios-slider .slide{
    height:150px;
}
/** SPRITES **/
.cyd-logo{
    display: block;
    height: 28px;
    width: 28px;
    background: url(../../img/sprites/logos.png) no-repeat -102px 0 transparent;
}
.red-alert-tooltip{
	font-size: .7em;
	white-space: normal;
}
.purple-alert-tooltip{
	font-size: .8em;
}
/** GENERAL CLASS **/
.wrap{
	width: 95%;
}
.wrap-all{
	width: 100%;
}
.primary-box.text-box{
	font-size: 0.8em;
	width: 90%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.primary-box.text-box h2{
	font-size: 1.8em;
}
.absolute-small{
	position: absolute !important;
}
.hidden-small{display:none;}
.visible-medium{display: none;}
.visible-big{display:none;}