@charset "utf-8";
/* CSS Document */

.bg-transparent{
	background:none;
	box-shadow: none;
}

.bg-payphone{
    background: #f6861f;
}

.border-payphone{
	border-color: #f6861f;
}

.btn-payphone{
	background: #f6861f;
}

.btn-payphone:hover{
	background: #b65e0d;
}

.text-win{
	color: #213f5a;
}

.font-winplus{
	font-family: 'Raleway', sans-serif;

}

.icon-menu{
	color: #fff;
	padding: 5px 0px;
	font-size: 20px;
	display: none;
}


.side-menu{
	height: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 1;
	background: rgba(0,45,138,.9);
	width: 100vw;
	top: -120%;
}

.bg-header{
		background: rgba(0,45,138,1.00);
}

.box-shadow-none{
	box-shadow: none;
}

.bg-seccion{
	background: #f8fafc;
}

.back{
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	box-shadow: none;

}


.option-plan{
	height: 0%;
	transition: all 0.15s linear;
}

.option-plan:hover{
	height: 100%;
	cursor: pointer;
	background: rgba(5, 33, 88, 0.781);

}

.btn-show{
	opacity: 0%;
	transition: all 0.15s linear;
}

.option-plan:hover .btn-show{
	opacity: 100%;
}

@media (max-width:767px){
	.icon-menu{
		display: block;
	}
	
}


@media (max-width:991px){

	#titulo-header{
		align-items: flex-start;
		text-align: center;
	}
	
	#img-header{
		text-align: center;
	}
	
	#tittle {
		font-size: 2em;
		
	}
}