body, html{
	font-family: 'Pontano Sans', sans-serif;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h2{
	font-family: 'Advent Pro', sans-serif;
}

p{
	font-size: 18px;
}

.emty-input{
	border:2px solid red;
}



/*nav*/

.navbar-default {
    background-color: transparent;
    border-color: none;
    border: none !important;
    -moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	top: -60px;
}

.navbar .navbar-nav li a{
	display: inline-block;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	color: white;
	font-size: 18px;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(255,255,255,0);
	-moz-box-shadow: inset 0px 0px 100px 0px rgba(255,255,255,0);
	-o-box-shadow: inset 0px 0px 100px 0px rgba(255,255,255,0);
	-ms-box-shadow: inset 0px 0px 100px 0px rgba(255,255,255,0);
	transition:box-shadow .4s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background: rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.5);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:active{
	color: white !important;
}

.navbar-brand img{
	width: 120px;
	margin-top: -10px;
}


/*nav bar 2*/
.navbar-inverse{
	position: absolute;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: none;
	top: 100px;
	z-index: 10
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

#nav2 li a{
	border-top: 2px solid white;
	font-size: 20px;
	padding: 20px 30px;
}

#nav2 li a:hover{
	border-top: 2px solid #29ABE2;
}





/*#nav2 li a{
    position: relative;
    line-height:40px;
    overflow:hidden;
    color:#fff;
    perspective: 1000px;
}

#nav2 li a span{
    position: relative;
    display: inline-block;
    padding: 0px 14px;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px 0px;
    transform-style: preserve-3d;
}

#nav2 li a span:before{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 14px;
    background:  #2e8d57;
    content: attr(data-title);
    transition: #000 0.3s ease 0s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0px 0px;        
}

#nav2 li a:hover span {
    transform: rotateX(90deg) translateY(-22px);
}

#nav2 li a:hover span::before {
    background:  0% 0% #2e8d57;
}*/


/*section 1*/

#section-1{
	height: 500px;
    background-image: url(../imgs/background1-m.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;

	padding-top: 100px;
}

#section-1 #contenedor-logo img{
	width: 100%;
	max-width: 500px;
	height: auto;
	display: block;
	margin: auto;
}

#section-1 #btn-1{
	font-size: 18px;
	border: 2px solid white;
	background-color: transparent;
	color: white;
	padding: 10px 40px;
	margin-top: 30px;
	-webkit-box-shadow: inset 0px 0px 200px 0px rgba(255,255,255,0);
	-webkit-transition:box-shadow .4s;
	/*-webkit-transition:background 2s;*/
}

#section-1 #btn-1:hover{
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.5);
	background: rgba(0,0,0,.5)
}

#section-1 #iconos-sociales{
	 margin-top: 30px;
}

#section-1 #iconos-sociales a{
    color: white;
    font-size: 25px;
    margin: 15px;
    text-align: center;
}

#section-1 h2, #section-1 p{
	color: white;
}

/*section 2*/

#section-2{
	height: 500px;
    background-image: url(../imgs/background2-m.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

#section-2 h2{
	margin-top: 30px;
	color: #29abe2;
	text-align: center;
}

#section-2 p{
	margin-top: 30px;
	text-align: justify;
	color: #666666
}

/*section-3*/

#section-3 h2{
	color: #666;
	margin: 30px;
	text-align: center;
}

#section-3 .triangulo{
	display: inline-block;
	position: relative;
	width: 80%;
	height: 2px;
	background-color: #ccc;
	margin-bottom: 30px;
}

#section-3 .triangulo:after{
	content:"";
	width:0px;
    height:0px;
    border-left:10px solid transparent; /* izquierda flecha */
    border-right:10px solid transparent; /* derecha flecha */
    border-top:10px solid #ccc; /* base flecha y color*/
    font-size:0px;
    line-height:0px;
    position: absolute;
    top: 2px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

#section-3 .contenedor-servicios{
   padding: 0;
   height: 200px;
   margin: auto;
   float: none;
   margin-bottom: 90px;
   max-width: 340px;
    transition:background-size 2s !important;
   
}
#section-3 .servicio{
	height: 300px;
	/*background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;*/
	padding: 0px;
   /* transition: .5s !important;*/
    position: relative;
    overflow: hidden;
}

#section-3 .servicio:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../imgs/producto1.png) 0 0 repeat;
  background-position: center center;
  background-size: cover;
  transition: .3s;
}

#section-3 #servicio-2:before{
	background-image: url(../imgs/producto2.png);
}

#section-3 #servicio-3:before{
	background-image: url(../imgs/producto3.png);
}

#section-3 #servicio-4:before{
	background-image: url(../imgs/producto4.png);
}

#section-3 #servicio-5:before{
	background-image: url(../imgs/producto5.png);
}

#section-3 .contenedor-servicios .capa-azul{
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(0, 113, 187, .7);
	opacity: 0;
	transition: .3s;
	box-shadow: inset 0px 0px 0px 2000px rgba(255,255,255,0);
	-webkit-box-shadow: inset 0px 0px 2000px 0px rgba(255,255,255,0);
	-o-box-shadow: inset 0px 0px 0px 2000px rgba(255,255,255,0);
	-moz-box-shadow: inset 0px 0px 0px 2000px rgba(255,255,255,0);
	-ms-box-shadow: inset 0px 0px 0px 2000px rgba(255,255,255,0);
}

#section-3 .contenedor-servicios:hover .capa-azul{
	opacity: 1;
	box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.7);
	-o-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.7);
	-ms-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.7);
}

#section-3 .servicio:hover::before{
	transform: scale(1.3) rotate(10deg);
	-webkit-transform: scale(1.3) rotate(10deg);
	-o-transform: scale(1.3) rotate(10deg);
	-ms-transform: scale(1.3) rotate(10deg);
	-moz-transform: scale(1.3) rotate(10deg);

	/*transform: rotate(20deg);*/
}



#section-3 .servicio .capa-azul p{
	color: white;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}

#section-3 .contenedor-servicios .servicios-link h3{
	text-align: center;
	color: #666;
	font-family: 'Advent Pro', sans-serif;
	margin-bottom: 0px;
}

#section-3 .contenedor-servicios .servicios-link a{
	font-size: 18px;
	display: block;
	text-align: center;
}

#section-4{
	height: 600px;
}

#map {
	height: 400px;
	width: 100%;
}

#contacto{
	padding: 20px;
	background-color: rgba(40, 69, 129, 0.6);
}

#contacto textarea{
	resize: none;
	height: 100px;
	padding: 10px
}

#contacto button{
	width: 100%;
	background-color: rgba(40, 69, 129, 0.9);
	outline: none;
	color: white;
	border:none;
}

#footer{
	background-image: url(../imgs/footer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}

#footer p,  #footer span{
	color: white;
}

#footer p{
	font-size: 16px;
}

#footer span{
	font-size: 25px;
}

#footer #footer-bottom{
	background-color: #1a3449;
	padding: 20px
}

#footer a{
	text-decoration: none;
	color: white
}


@media (min-width: 768px) {
	#section-1{
		height: 700px;
	    background-image: url(../imgs/banner1-02.png);
    }

    #section-1 #contenedor-logo{
    	padding-top: 100px;
    }

    #section-1 #contenedor-logo img{
		max-width: 600px;
	}

	#section-1 #iconos-sociales{
		margin-bottom: 50px
	}

	#section-2{
		padding-top: 80px;
	    background-image: url(../imgs/background2.png);
    }

    #section-2 h2, #section-2 p{
    	text-align: left;
    }

	#section-3{
		padding: 0px 80px;
	}

	#section-3 .servicio{
		background-position: center;
	}

	#section-3 .contenedor-servicios{
		float: left;
		max-width: 100%;
		height: 250px;
	}

	#section-4{
		height: 400px;
		position: relative;
	}

	
	#contacto{
		position: absolute;
		top: 10px;
		right: 50px;
		padding: 10px;
		background-color: rgba(40, 69, 129, 0.6);
		border-radius: 5px;
	}

	#footer .colum{
		height: 200px;
		/*display: table;*/
	}


	#footer #col-1{
		padding-top: 60px
	}

	#footer #col-2{
		padding-top: 30px
	}

	#footer #col-2 p{
		position: relative;
	}

	#footer #col-2 #icon-market{
		position: absolute;
		left: -26px;
		top: 43px;
	}

	#footer #col-4, #col-5{
        padding-top: 50px;
	}


	#footer p, #footer span{
		text-align: justify;
		display: inline-block;
	}

	#footer #text-phone-number, #footer #text-tel-number{
		position: relative;
	}

	#footer #icon-mobile, #footer #icon-mobile{
		position: absolute;
		left: -19px;
	}

	#footer #icon-tel{
		top: -20px
	}
}

@media (min-width: 1200px){


	#section-1{
		height: 800px;
	}

	#section-1 #iconos-sociales{
		margin-bottom: 100px
	}
	
	#section-3{
		max-width: 1500px;
		padding: 0px 180px;
		margin: auto
	}

}

@media (min-width: 2000px){
	
	.navbar-default, #section-1, #section-2, #section-3, #section-4, #footer{
        max-width: 1500px;
        margin: auto;
	}
}

