@import url('https://fonts.googleapis.com/css?family=Roboto:900&display=swap');
.contiene{
	width: 70%;
	margin: auto;
	display: flex;
}



.contiene p{
	margin-left: 0;
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-align: right;
}

.contieneP{
	width: 316px;
	height: 100%;
	margin-left: 50%;
	font-size: 12px;
	padding-top: 10px;
	font-weight: 400;
	color: white ;
}
.contieneP p{
	margin: 0;
	padding: 0;
}
.contieneP span img{
	width: 20px;
	margin-right: 10px;
}
.navbar{
	
	width: 100%;
	height: 70px;
	background: rgba(8,54,77,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(8,54,77,1)), color-stop(22%, rgba(13,42,56,1)), color-stop(69%, rgba(1,23,34,1)), color-stop(100%, rgba(1,23,34,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: radial-gradient(ellipse at center, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08364d', endColorstr='#011722', GradientType=1 );
}



.contiene span{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: orange;
	

}

.contiene span a{
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: orange;
}
.telefonoLlamada{
	height: 100%;
	width: 200px;
	font-size: 12px;
}
.bg-light{
	background-color: transparent !important;
	height: 80px;



}
.Centrar2 img{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;


}
.llamadaAtencion{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	background-color: rgba(21,34,38,.2);

}
.llamadaAtencion h1{
	margin: 0;
	color: white;
	text-align: center;
	padding-top: 117px;
}
.llamadaAtencion p{
	margin: 0;
	color: white;
	text-align: center;
	font-weight: 100;
}
.llamadaAtencion span{
	color: orange;
	font-size: 35px;
	font-weight: 600;
}
.navbar img{
	width: 180px;
    height: auto;
    padding-top: 10px;
}

.principal{
	width: 70%;
	max-width: 1440px;
	height: 100px;
	margin: auto;
	position: relative;
	margin-top: -40px;
	margin-bottom: 50px;
	background-color: white;

	-webkit-box-shadow: -7px 10px 16px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: -7px 10px 16px -7px rgba(0,0,0,0.75);
	box-shadow: -7px 10px 16px -7px rgba(0,0,0,0.75);

	border-radius: 5px;
	padding-right: 10px;
}



.invitacionLlamar{
	display: flex;
	flex-wrap: wrap;
    width: 404px;
    margin-left: 42%;
}
.InvitacionTexto{
	display: flex;
    align-items: center;
}
.telefonoInvitacion{
	display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	.navbar {
		height: 58px;
	}
	.contiene{
		width: 50%;
	}
	.navbar-brand {
		padding-top: 0;
	}
	.navbar img {
	    width: 158px;
	    height: auto;
	    padding-top: 0;

	}
	.invitacionLlamar{
		display: none;
	}


}



