@import url('https://fonts.googleapis.com/css?family=Roboto');
*{
	font-family: 'Roboto', sans-serif;
}
body{
	font-family: 'Roboto', sans-serif;
}
.roboto{
	font-family: 'roboto';
}

div.cs-skin-overlay {
	background: transparent;
	font-size: 1.00em;
	font-weight: normal;
	
	max-width: 400px;
	z-index: 2000;
	color: #333333;
	box-shadow: 0 10px 0 -5px rgba(0,0,0,0.1);
}

@media screen and (max-width: 30em) {
	div.cs-skin-overlay { font-size: 1em; }
}

.cs-skin-overlay > span {
	background: #003B73;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    font-size: 18px;
    border-radius: 35px;
}



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

	.cs-skin-overlay > span {
	
    width: 215%;
}	
}


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

	.cs-skin-overlay > span {
	
    width: 100%;
}	
}






.cs-skin-overlay > span::after,
.cs-skin-overlay.cs-active > span::after {
	font-family: 'Roboto', sans-serif;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	
}

.cs-skin-overlay .cs-selected span::after {
	content: '';
}

.cs-skin-overlay.cs-active > span {
	background: #fff;
	border-color: #fff;
}

.cs-skin-overlay .cs-options {
	position: fixed;
	width: 100%;
	height: 70%;
	top: 20%;
	left: 0%;
	overflow: hidden;
	overflow-y: auto;
	background: #0087cab3;
	color: #fff;

	-webkit-transform: perspective(1000px) translate3d(0, 0, -200px);
	transform: perspective(1000px) translate3d(0, 0, -200px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.cs-skin-overlay.cs-active .cs-options {
	opacity: 1;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0px);
	transform: perspective(1000px) translate3d(0, 0, 0px);
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;
	height: 600px;
	
}

.cs-skin-overlay .cs-options > ul {
	position: absolute;
	top: 40%;
	left: 45%;
	width: 80%;
	-webkit-transform: translate3d(-50%, -50%,0);
	transform: translate3d(-50%, -50%,0);
}

@media screen and (min-width: 1px) and (max-width: 1000px) {
	.cs-skin-overlay .cs-options {
		top: 10%;
		height: 40%;
	}
	.cs-skin-overlay .cs-options > ul {
		position: absolute;
		top: 40%;
		left: 50%;
		width: 100%;
	}
}

@media screen and (max-height: 600px) {
	.cs-skin-overlay .cs-options {
		height: 100%;
		top: 5%;
	}
	.cs-skin-overlay .cs-options > ul {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.cs-skin-overlay .cs-options {
		height: 90%;
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}

	.cs-skin-overlay .cs-options > ul {
		position: absolute;
    top: 40%;
    width: 267%;
    padding: 100px;
    left: 295px;
	}

	.cs-skin-overlay .cs-optgroup {
		width: 80%;
		padding: 1em 1em;
		
	}
}



@media screen and (max-width: 440px) {
	.cs-skin-overlay .cs-options {
		height: 90%;
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}

	.cs-skin-overlay .cs-options > ul {
		position: absolute;
    top: 40%;
    width: 267%;
    padding: 125px;
    left: 260px;
	}

	.cs-skin-overlay .cs-optgroup {
		width: 80%;
		padding: 1em 1em;
		
	}
}


@media screen and (max-width: 420px) {
	.cs-skin-overlay .cs-options {
		height: 90%;
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}

	.cs-skin-overlay .cs-options > ul {
		position: absolute;
    top: 40%;
    width: 267%;
    padding: 194px;
    left: 191px;
	}

	.cs-skin-overlay .cs-optgroup {
		width: 80%;
		padding: 1em 1em;
		
	}
}



@media screen and (max-width: 400px) {
	.cs-skin-overlay .cs-options {
		height: 90%;
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}

	.cs-skin-overlay .cs-options > ul {
		position: absolute;
    top: 40%;
    width: 267%;
    padding: 194px;
    left: 140px;
	}

	.cs-skin-overlay .cs-optgroup {
		width: 80%;
		padding: 1em 1em;
		
	}
}



@media screen and (max-width: 370px) {
	.cs-skin-overlay .cs-options {
		height: 90%;
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}

	.cs-skin-overlay .cs-options > ul {
		position: absolute;
    top: 40%;
    width: 267%;
    padding: 194px;
    left: 100px;
	}

	.cs-skin-overlay .cs-optgroup {
		width: 80%;
		padding: 1em 1em;
		
	}
}






@media screen and (max-width: 360px) {
	.cs-skin-overlay .cs-options {
		height: 90%;
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}

	.cs-skin-overlay .cs-options > ul {
		position: absolute;
    top: 40%;
    width: 267%;
    padding: 100px;
    left: 137px;
	}

	.cs-skin-overlay .cs-optgroup {
		width: 80%;
		padding: 1em 1em;
		
	}
}





@media screen and (max-width: 334px) {
	.cs-skin-overlay .cs-options {
		height: 90%;
		top: 20%;
		width: 90%;
		margin-left: 5%;
	}

	.cs-skin-overlay .cs-options > ul {
		position: absolute;
    top: 40%;
    width: 267%;
    padding: 100px;
    left: 110px;
	}

	.cs-skin-overlay .cs-optgroup {
		width: 80%;
		padding: 1em 1em;
		
	}
}

.estados-covertura{
	text-align: center
}






.cs-skin-overlay .cs-optgroup {
	width: 25%;
	padding: 1em 1em;
	float: left;
}


.cs-skin-overlay .cs-optgroup > span {
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 1em 0;
	color: #bbb9b4;
}

.cs-skin-overlay li.cs-optgroup ul {
	padding-left: 0;
}

.cs-skin-overlay li.cs-optgroup {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.cs-skin-overlay li.cs-optgroup:first-child {
	text-align: right;
	-webkit-transform: translate3d(1em,0,0);
	transform: translate3d(1em,0,0);
}

@media screen and (max-width: 30em) {
	.cs-skin-overlay li.cs-optgroup:first-child { text-align: left; }
}

.cs-skin-overlay li.cs-optgroup:nth-child(2) {
	-webkit-transform: translate3d(-1em,0,0);
	transform: translate3d(-1em,0,0);
	margin-left: 380px;
}

@media screen and (max-width: 1300px) {
    
	.cs-skin-overlay li.cs-optgroup:nth-child(2){
		margin-left: 280px!important;
	}
	
	}
	
	

			



		@media screen and (max-width: 1100px) {
    
			.cs-skin-overlay li.cs-optgroup:nth-child(2){
				margin-left: 200px!important;
			}
			
			}		

			@media screen and (max-width: 1000px) {
    
				.cs-skin-overlay li.cs-optgroup:nth-child(2){
					margin-left: 250px!important;
				}
				
				}	

				@media screen and (max-width: 900px) {
    
					.cs-skin-overlay li.cs-optgroup:nth-child(2){
						margin-left: 200px!important;
					}
					
					}

			@media screen and (max-width: 889px) {
    
				.cs-skin-overlay li.cs-optgroup:nth-child(2){
					margin-left: 180px!important;
				}
				
				}



				@media screen and (max-width: 800px) {
    
					.cs-skin-overlay li.cs-optgroup:nth-child(2){
						margin-left: 170px!important;
					}
					
					}

					@media screen and (max-width: 765px) {
    
						.cs-skin-overlay li.cs-optgroup:nth-child(2){
							margin-left: 200px!important;
						}
						
						}		
					@media screen and (max-width: 700px) {
    
						.cs-skin-overlay li.cs-optgroup:nth-child(2){
							margin-left: 150px!important;
						}
						
						}		



						@media screen and (max-width: 641px) {
    
							.cs-skin-overlay li.cs-optgroup:nth-child(2){
								margin-left: 140px!important;
							}
							
							}		



						@media screen and (max-width: 600px) {
    
							.cs-skin-overlay li.cs-optgroup:nth-child(2){
								margin-left: 130px!important;
							}
							
							}		



							@media screen and (max-width: 500px) {
    
								.cs-skin-overlay li.cs-optgroup:nth-child(2){
									margin-left: 150px!important;
								}
								
								}	



								@media screen and (max-width: 400px) {
    
									.cs-skin-overlay li.cs-optgroup:nth-child(2){
										margin-left: 200px!important;
									}
									
									}	





.cs-skin-overlay.cs-active li.cs-optgroup {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	
}


.cs-skin-overlay li.cs-optgroup ul span {
	padding: 0.2em 0;
}

.cs-skin-overlay li.cs-optgroup li span:hover,
.cs-skin-overlay li.cs-focus span,
.cs-skin-overlay li.cs-selected span {
	color: #091926;
	font-weight:bolder;
	background: transparent;
}

