body, html{
	font-family: 'Pontano Sans', sans-serif;
}

.emty-input{
	border: 2px solid red;
}

.navbar-default {
    background-color: #0071bb;
    border-color: transparent
    border-radius: none !important;
    border: none;
    box-shadow: 0px 0px 15px rgba(0,0,0,.9);
    margin-bottom: 0px;
    z-index: 10;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    display: inline-block;
    box-shadow: inset 0px 0px 0px 100px rgba(255,255,255,0);
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(255,255,255,0);
	-o-box-shadow: inset 0px 0px 0px 100px rgba(255,255,255,0);
	-moz-box-shadow: inset 0px 0px 0px 100px rgba(255,255,255,0);
	-ms-box-shadow: inset 0px 0px 0px 100px rgba(255,255,255,0);
	transition: .5s;
	-webkit-transition:box-shadow .4s;
}

.navbar-right li a{
    font-weight: normal;
}

.navbar-default .navbar-nav>li>a:hover {
    color: white;
    background: rgba(0,0,0,.5);
    box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.5);
	-o-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.5);
	-ms-box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,.5);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


#video1 {
    width: 100%;
    height: auto;
}


/*section 2*/

.section-2{
	background-image: url(../imgs/section2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	color: #666;
	padding: 70px
}

.section-2 p, .section-3 p{
	font-size: 18px;

}

/*section 3*/


.section-3 > div{
   padding: 0px;
   height: 100%
}

.section-3 .left{
	background-color: #66a7dd;
	padding: 50px 100px;
	height: 360px;
}

.section-3 .left h2{
   margin: 0px;
   margin-bottom: 20px
}

.section-3 .right{
	background-image: url(../imgs/section3-right.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
    height: 360px
}

.section-3 .left{
	color: white;
}

/*section-4*/

.section-4 h2{
	padding-top: 60px
}

.section-4 h2{
	margin-top: 50px;
	color: rgba(0,0,0, .5);
}

.section-4 hr{
	width: 40%;
	height: 1px;
	background-color: #66a7dd;
	margin-bottom: 40px
}

.section-4 #div2 p{
	text-align: left;
	color: #666;
	margin-bottom: 50px;
	font-size: 17px;
	margin-top: 60px
}

.section-4 #div2 #number{
	font-size: 25px;
	color: rgba(0,0,0, .5);
	font-weight: normal;
}

.section-4 #div2 button{
	border: 2px solid #ccc;
	background-color: white;
	color: rgba(0,0,0, .5);
	padding: 15px 50px;
	font-size: 30px;
	display: block;
	margin: 30px auto;
	box-shadow: inset 0px 0px 200px 0px rgba(0, 113, 187,0);
	-webkit-box-shadow: inset 0px 0px 300px 0px rgba(0, 113, 187,0);
	-o-box-shadow: inset 0px 0px 300px 0px rgba(0, 113, 187,0);
	-moz-box-shadow: inset 0px 0px 300px 0px rgba(0, 113, 187,0);
	-ms-box-shadow: inset 0px 0px 300px 0px rgba(0, 113, 187,0);
	-webkit-transition:box-shadow .2s;
	transition:box-shadow .2s;
}

.section-4 #div2 button:hover{
	box-shadow: inset 0px 0px 0px 0px rgba(0, 113, 187,1);
}



/*section 5*/

.section-5 .col-1 h2{
    float: left;
    text-align: left;
    color: rgba(0,0,0, .5);
}



.icon-top{
	float: right;
}

.icon-top a{
	text-decoration: none;
}

.icon-top img{
	margin: 0px 17px;
	width: 60px
}

.section-5 #linea{
    clear: both;
    width: 100%;
    background: #aaa;
    height: 1px;
    margin-top: 75px
}

.section-5 .left{
	background-image: url(../imgs/imagen1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-5 .right {
	padding: 40px 15px;
}

.section-5 .right img{
	width: 60px;
}

.section-5 .right h2{
	position: relative;
    color: rgba(0,0,0, .5);
    display: inline-block;
}
.section-5 .right .linea{
	width: 31%;
	height: 3px;
	background: #66a7dd;
	position: absolute;
	top: 100%;
	right: 0;
}

.section-5 .right p{
	box-sizing: border-box;
	padding: 5px 60px;
	text-align: justify;
	margin-top: 30px;
	font-size: 17px;
}

.section-5 .col-3 .left{
	background-image: url(../imgs/imagen2.png);
}

.section-5 .col-4 .left{
	background-image: url(../imgs/imagen3.png);
}

.section-5 .col-5 .left{
	background-image: url(../imgs/imagen4.png);
}


/*footer*/

#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
}

#modal-cotizacion .modal-content{
	background-color: rgba(40, 69, 129, 0.6) !important;
	max-width: 400px;
	margin: auto;
	color: white;
	border-radius: 10px;
	padding: 0
}

#modal-cotizacion .modal-footer, #modal-cotizacion .modal-header{
	border: 0px;
}

#modal-cotizacion .modal-header{
	padding:0;
	padding-right: 20px;
	padding-left: 20px;
	
}

#modal-cotizacion .modal-header button{
	color: white;
	font-size: 60px;
	margin-top: -20px;
	opacity: 1;
	outline: none;
}

#modal-cotizacion textarea{
	width: 100%;
}

#modal-cotizacion #btn-enviar{
	width: 100%;
    background-color: rgba(40, 69, 129, 0.9);
    outline: none;
    color: white;
    border: none;
}

.form-group{
	padding: 5px 2px;
	margin-bottom: 0px
}

/*media querys*/

@media (min-width: 768px){
	.navbar {
	    border-radius: 0px !important;
	}

	.navbar-right li a{
        font-size: 18px;
        padding-right: 20px;
        line-height: 30px 
	}

	#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 (max-width: 768px){

	.navbar-brand img {
        margin-top: -9px
	}
	.section-2{
		padding: 20px
	}

	.section-2 .title, .section-3 h2{
		font-size: 24px
	}

	.section-3 p, .section-2 p{
		font-size: 16px
	}

	.section-3 .left{
		padding: 30px
	}

	.section-3 .right{
		background-position: center;
	}

	.section-5 .col-1 h2{
	    font-size: 20px;
	    margin-top: 15px
	}

	.icon-top img{
		width: 40px
	}

	.section-5 .right p{
		padding: 5px 30px;
	}

	.section-5 .left{
		background-position: center;

	}

}

@media (min-width: 2000px){
	
	.navbar-default, .section-1, .section-2, .section-3, .section-4, .section-5, #footer{
        max-width: 1500px;
        margin: auto;
	}
}




	


/*range*/
input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497E3;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #aaa;
  height: 25px;
  width: 25px;
  border-radius: 32px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2497E3;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497E3;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #2497E3;
}
input[type=range]:focus::-ms-fill-upper {
  background: #2497E3;
}