@font-face {
    font-family: 'hartland_regularregular';
    src: url('../font/akashi-webfont.woff2') format('woff2'),
         url('../font/akashi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'hartland_regularregular';
	font-size: 14px;
	letter-spacing: 3px;
}
.wrapper {
    overflow: hidden;
}
.img-responsive{
	width: 100%;
}
.img-responsive-logo{
	width: 100%;
}

#logo_empresa {
    width: 150px;
}
nav.navbar.navbar-expand-md.navbar-dark.fixed-top.bg-dark {
    background: rgb(26 41 72 / .6) !important;
    padding: 15px;
}
.navbar-expand-md .navbar-nav .nav-item {
    margin: 0 15px;
    font-size: 14px;
}
.banner {
    display: block;
    position: relative;
    background: url(../img/code-banner.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .block_right{
    margin: 50% 0;
}
.banner .block_right .logo{
	display: block;
	float: right;
	width: 350px;
	margin: 15px 0 35px;
	clear: both;
}
.banner .block_right h2{
	position: relative;
	color: #fff;
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 35px;
	padding: 10px 0;
	letter-spacing: 3px;
}
.banner .block_right h2:before{
	content: '';
	position: absolute;
	background: #fff;
	width: 100%;
	height: 1px;
	bottom: 0;
	right: 0;
}
.banner .block_right h4{
	color: #fff;
	display: block;
	width: 100%;
	clear: both;
	letter-spacing: 3px;
}
/*servicios*/
#servicios{
	padding: 100px 0;
	background: url(../img/fondo_servicios.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.heading {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 35px;
}
.heading .bajada{
	font-size: 1.5em;
    line-height: 1em;
    color: #1a2948;
}
.heading h3{
	position: relative;
	font-size: 3em;
	color: #1a2948;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#servicios .heading h3:before{
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	background: #1a2948;
	bottom: 0;
	left: 40%;
}
#servicios .lista-servicios{
	list-style: none;
}
#servicios .lista-servicios li {
    position: relative;
    margin-bottom: 15px;
    font-size: 1.2em;
}
#servicios .lista-servicios li:before {
    content: '*';
    color: #009b00;
    position: absolute;
    top: -15px;
    left: -25px;
    font-size: 3em;
}
.servicio-item{
	text-align: center;
}
.servicio-item img {
    display: block;
    width: 75%;
    margin: 0 auto 10px;
}
.servicio-item p{
	color: #1a2948;
	font-weight: bold;
	font-size: 16px;
}
/*Nosotros*/
#about {
    padding: 100px 0;
    background: #f7f7f7;
}
#about h3{
	position: relative;
	font-size: 3em;
	color: #1a2948;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#about .heading h3:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background: #1a2948;
    bottom: 0;
    left: 30%;
}
#about p{
	color: #1a2948;
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
}
/*proyectos*/
#proyectos {
    padding: 100px 0;
	background: url(../img/fondo_proyectos.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 50%;
}
#proyectos .carousel-indicators{
	bottom: -70px;
}
#proyectos .carousel-indicators li{
	background-color: #1a2948 !important;
}
#proyectos .heading h3{
	position: relative;
	font-size: 3em;
	color: #1a2948;
	padding-bottom: 15px;
}
#proyectos .heading h3:before{
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	background: #1a2948;
	bottom: 0;
	left: 40%;
}
/*clientes*/
#clientes{
    padding: 100px 0;
    background: #f7f7f7;
    background-image: url(../img/fondo_clientes.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50%;
}
#clientes .carousel-indicators{
	bottom: -70px;
}
#clientes .carousel-indicators li{
	background-color: #1a2948 !important;
}
#clientes .carousel-item img{
	transition: all 200ms;
}
#clientes .carousel-item img:hover{
	transform: scale(1.1, 1.1);
}
#clientes .heading h3{
	position: relative;
	font-size: 3em;
	color: #1a2948;
	padding-bottom: 15px;
}
#clientes .heading h3:before{
	content: '';
	position: absolute;
	width: 20%;
	height: 1px;
	background: #1a2948;
	bottom: 0;
	left: 40%;
}
/*contacto*/
#contacto{
	position: relative;
    padding: 100px 0;
    background: url(../img/fondo_contacto1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 35%;
}
#contacto:after {
    content: '';
    width: 50%;
    height: 50vh;
    right: -65px;
    bottom: -90px;
    position: absolute;
    background: url(../img/fondo_contacto2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}
#contacto h4{
	font-size: 3em;
	display: block;
	color: #1f304a;
	margin-bottom: 35px;
}
#contacto input::placeholder,
#contacto textarea::placeholder {
      color: rgb(31 48 74 / .7);
  font-size: 1.2em;
}
#contacto input {
    color: #1f304a;
    font-size: 16px;
    overflow: visible;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 10px;
    letter-spacing: 3px;
    border: none;
    border-bottom: 1px solid #1f304a;
}
#contacto textarea{
	width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    letter-spacing: 3px;
    border: none;
    border-bottom: 1px solid #1f304a;
}
#contacto #entrar{
	background-color: #1f304a;
	background: #1f304a;
	border: none !important;
	padding: 0;
	color: #fff;
	width: 30%;
	letter-spacing: 3px;
	height: 40px;
}
.box_info{
	display: block;
	margin: 20% 0;
}
.box_info ul{
	list-style: none;
	padding-left: 150px;
}
.box_info ul li {
	position: relative;
	color: #1f304a;
    font-size: 21px;
    margin-bottom: 15px;
}
.box_info ul li:before{
	content: '';
	position: absolute;
	top: -10px;
	left: -50px;
	width: 50px;
	height: 40px;
	background: url(../img/contacto1.png);
	background-size: 100%;
}
.box_info ul li.ubicacion:before{
	background: url(../img/contacto1.png);
	background-size: 100%;
}
.box_info ul li.horarios:before{
	background: url(../img/contacto2.png);
	background-size: 100%;
}
.box_info ul li.telefono:before{
	background: url(../img/contacto3.png);
	background-size: 100%;
}
.box_info ul li.email:before{
	background: url(../img/contacto4.png);
	background-size: 100%;
}
.box_info ul li a{
	color: #1f304a;
}
button.close {
    font-family: 'Helvetica', sans-serif;
    padding: 5px 8px !important;
    border-radius: 35px;
    border: 1px solid #1f304a;
    font-size: 12px;
    color: #1f304a !important;
}
.modal-header {
    padding: 20px 20px;
    border-bottom: none;
}
.info_proyecto h3{
	color: #1f304a;
	margin: 0;
}
.info_proyecto h4{
	position: relative;
	color: #1f304a;
	margin-bottom: 25px;
}
.info_proyecto h4:before {
    content: '';
    position: absolute;
    background: rgb(178,223,180);
    background: linear-gradient(0deg, rgba(178,223,180,1) 0%, rgba(74,207,212,1) 100%);
    bottom: -7px;
    left: 0;
    height: 3px;
    width: 65%;
}
.info_proyecto p {
    color: #000;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    width: 96%;
}
.modal-content {
    border: 2px solid rgb(31 48 74) !important;
    border-radius: 15px !important;
    background: url(../img/fondo_contacto2.png) #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 35%;
    min-height: 400px;
}
.border-right {
    position: relative;
}
.border-right:before {
    content: '';
    position: absolute;
    background: #000;
    right: 0;
    top: 0;
    width: 1px;
    height: 50vh;
}
form#form_grid {
    padding: 0 35px 0 0;
}
.informacion {
    padding: 35px;
}
.informacion .items{
	display: block;
	margin-bottom: 35px;
}
.informacion .items strong {
    font-size: 1.5em;
}
.informacion .items a{
	color: #333;
}
.informacion .items p{
	margin: 0;
}
.informacion .items ul {
	list-style: none;
    padding: 0;
}
.informacion .items ul li {
    display: inline-block;
}
.informacion .items ul li img {
    width: 40px;
}
.card{
	background: transparent !important;
	border: none !important;
}
.whatsapp img {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.whatsapp img:hover{
    transform: scale(1.1);
    opacity: .8;
}
.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 1366px){
    .banner .block_right {
        margin: 20% 0;
    }
}

@media(max-width: 1024px){
	.modal-content {
		width: 90%;
		position: absolute;
	    top: 15%;
	    margin: 0 5.5%;
	}
	.banner .block_right {
	    margin: 20% 0;
	}
	.banner{
		height: 40vh;
	}
}
@media (max-width: 991px){
	.modal-content {
	    position: relative;
	}
	.banner {
	    height: 60vh;
	}
}
@media(max-width: 921px){
	.border-right:before{display: none;}
	.informacion {
	    padding: 35px 0;
	}
	.modal-content {
		width: 80%;
	}
}
@media(max-width: 921px){
	.modal-content {
	    width: 80%;
	}
}
@media(max-width: 821px){
	.modal-content {
		position: relative;
    	top: auto;
	    width: 70%;
	    margin: 0 2.5%;
	}
}
@media (max-width: 768px){
	#logo_empresa {
	    width: 90px;
	}
	.navbar-expand-md .navbar-nav .nav-item {
	    margin: 0 5px;
	    font-size: 12px;
	}
	.banner {
	    background: url(../img/mobile-grid.png);
	    background-size: 100%;
	    background-repeat: no-repeat;
	    height: 60vh;
	}
	.banner .block_right {
	    margin: 50% 0;
	}
	footer {
	    min-height: 250px;
	}
	footer img {
	    width: 80%;
	    margin: 50% 0 0;
	}
}
@media(max-width: 767px){
	.modal-content {
	    margin: 0;
	}
	.img-responsive-logo {
	    width: 100%;
	    margin-left: 0;
	}
	.banner .block_right {
	    margin: 20% 0;
	}
	.banner .block_right .logo {
	    width: 150px;
	}
	.banner .block_right h2,
	.banner .block_right h3{
		font-size: 1.2em;
	}
	#servicios img {
	    width: 100%;
	    margin: 0 auto 50px;
	}
}
@media(max-width: 721px){
	.modal-content {
		width: 50%;
	}
}
@media(max-width: 414px){
	.modal-content {
		width: 39%;
	}
}
@media(max-width: 375px){
	.modal-content {
		width: 34%;
	}
}
footer{
	display: block;
	position: relative;
	background: url(../img/footer.png);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 450px;
}
footer img {
    width: 50%;
    margin: 50% 0 0;
}
.modal-dialog.modal-lg.modal-dialog-centered {
	    width: 1024px;
	    max-width: 1024px;
}
