.tipo{
	height:65px;
	padding: 10px;
}
.buttonCall{
    align-items: center;
    text-decoration: none;
    font-size: medium;
    color: #212121;
	padding: 15px;
	
}
.callIcon{
	height:70px;
	padding: 10px 0px;
}
.elementPhone{
    font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	/*color: white;*/
}
.promoBoxItem{
    background-color:white; 
    -webkit-box-shadow: -1px 4px 10px -4px rgba(0,0,0,0.88); 
    box-shadow: -1px 4px 10px -4px rgba(0,0,0,0.88);
}
#containerPromos{
	background-color:#FF0000;
}
.promoBoxItem2{
    background-color:white; 
    -webkit-box-shadow: -1px 4px 10px -4px rgba(0,0,0,0.88); 
    box-shadow: -1px 4px 10px -4px rgba(0,0,0,0.88);
	width: calc(100% - 20px);
	margin: 0 auto;
}
.promoBoxDes{ width:calc(50% - 20px); height:auto; margin: 10px;}
.promoBoxMov{ width:calc(100% - 20px); height:auto; margin: 10px;}
.textPromos{font-family: Arial, Helvetica, sans-serif; font-size: medium; padding:10px; color: black;}

.titleSucursal{
	font-family:Arial, helvetica, sans-serif;
	color:#fff;
}
.direccionSuc{
	color:#fff;
	font-family:Arial, helvetica, sans-serif;
	font-size:small;
	padding-top: 10px;
	overflow: hidden;
}
.telefonosSuc{
	color:#fff;
	font-family:Arial, helvetica, sans-serif;
	padding-top: 10px;
	font-weight: bold;
}
.llamadaButton{
	background-color:#4EB46A;
	margin-top: 10px;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	transition: all .5s;
}
.llamadaButton:hover{
	background-color:#30976A;
}
.linkLLamada{
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-family:Arial, helvetica, sans-serif;
	font-size:medium;
	color:#fff;
	font-weight: bold;
	
}
.dosLineas{
	width: 100%;
}