Newer
Older
ournorth2021 / views / contactenos.php
LuisOlaya on 8 Apr 2021 1 KB primer
<div class="col-md-12" >

	<div class="container" >


		<div class="row">
			<div class="col-md-12" align="center" style=" font-size: 30px; margin-top: 15%; color: #000000">
                
                <h1 style="margin-top: 3%; color: #006db7;">Contáctenos a través del siguiente correo electrónico</h1>
    
                
                <a href="mailto:HRCluster.QTO@boehringer-ingelheim.com">
                <button type="button" class="btn btn-success" style="background: rgb(0,180,138);
    background: linear-gradient(90deg, rgba(0,180,138,1) 0%, rgba(0,121,190,1) 24%, rgba(0,178,139,1) 100%);
    font-size: 20px;
    border-radius: 30px;">
                        HRCluster.QTO@boehringer-ingelheim.com
                </button>
                </a>

			</div>
            
			
			
			
		</div>

	</div>
	
</div>

<script>
$( document ).ready(function() {
    $("#bt_contacto").addClass("btn_item_menu_active"); 
});
</script>

<style>
	body{
		/*
		background-image: url('https://fora2020.com/img/bg_soporte.jpg');
		background-size: cover;
		*/
	}
	.inputs{
		margin-bottom: 5px;
	}
	label{
		color: #006cc1;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top: 5px;
	}
</style>