@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700');


/*----------/----------/----------/----------/----------/----------/----------/----------/----------/------          GENERAL        ------/----------/----------/----------/----------/----------/----------/----------/----------/----------*/


body{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
 body, html{
	width: 100%;
	height: 100%;
}


/*			CELULAR																																																							*/


@media (max-width: 767px){
	h1{
		text-align: center;
	}
}


/*----------/----------/----------/----------/----------/----------/----------/----------/---------/----          FLECHA ARRIBA        ----/---------/----------/----------/----------/----------/----------/----------/----------/----------*/


#arriba{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background: #0F2E40;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	border: 2px solid #1F5C7F;
}
#arriba i{
	position: relative;
	color:#37A6E5;
	top: 6px;
	left: 12px;
}


/*----------/----------/----------/----------/----------/----------/----------/----------/---------/---          BARRA DIRECCION        ---/---------/----------/----------/----------/----------/----------/----------/----------/----------*/


.conte-dir{
	background-color: #0F2E40;
	text-align: right;
	padding: 10px;
	font-size: 12px;
	color: #fff;
	border-bottom: 2px solid #000;
}
.conte-dir a{
	color: #fff;
}
.dir{
	text-align: left;
}
.tele{
	text-align: right;
}
.conte-dir i{
	margin: 0 10px;
}
.conte-dir i:first-child{
	margin-right: 5px;
}


/*			TABLET HORIZONTAL Y LAPTOP																																																		*/


@media (min-width: 992px) and (max-width: 1199px){
	.dir, .tele{
		padding: 10px 0;
	}
}


/*			TABLET VERTICAL																																																					*/


@media (min-width: 768px) and (max-width: 991px){
	.conte-dir{
		text-align: center;
	}
	.dir, .tele{
		text-align: center;
	}
}


/*			CELULAR																																																							*/


@media (max-width: 767px){
	.dir, .tele{
		text-align: center;
	}
}


/*----------/----------/----------/----------/----------/----------/----------/----------/----------/------          HEADER        -------/----------/----------/----------/----------/----------/----------/----------/----------/----------*/


header{
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
}
.fon-logo{
     width: 240px;
     height: 240px;
     margin: auto;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background-color: #1F5C7F;
     border-bottom: 5px solid #fff;
}
.fon-logo img{
	position: relative;
 	width: 200px;
 	height: 200px;
 	top: 20px;
}
.logo{
	height: 120px;
	box-shadow: 0px 15px 30px #000;
    background-color: #1F5C7F;
    border-bottom: 2px solid #fff;
}


/*			CELULAR																																																							*/


@media (max-width: 767px){	
	header{
		position: fixed;
		top: 0px;
	}	
	.fon-logo{
	     width: 120px;
	     height: 120px;
	}
	.fon-logo img{
	 	width: 100px;
	 	height: 100px;
	 	top: 6px;
	}
	.logo{
		height: 70px;
		box-shadow: 0px 5px 10px #000;
	}
}


/*----------/----------/----------/----------/----------/----------/----------/----------/----------/--          MENU PRINCIPAL        ---/----------/----------/----------/----------/----------/----------/----------/----------/----------*/


.conte-menu{
	position: absolute;
	z-index: 20;
	width: 100%;
	top: 75px;
}
.menu{
	text-align: right;
}
.menu{
	padding-right: 150px;
}
.menu2{
	padding-left: 150px;
}
.menu2{
	text-align: left;
}
.menu a, .menu2 a {
	display: inline-block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 25px;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
}
.menu a:hover, .menu2 a:hover{
	background: #fff;
	text-decoration: none;
	color:#0F2E40;
}
.menu .active{
	background: #fff;
	text-decoration: none;
	color:#0F2E40;
}


/*			TABLET HORIZONTAL Y LAPTOP																																																		*/


@media (min-width: 992px) and (max-width: 1199px){
	.menu{
		padding-right: 120px;
		top: 20px;
	}
	.menu2{
		padding-left: 120px;
		top: 20px;
	}
	.menu a, .menu2 a{
		padding: 10px 10px;
	}
}


/*			TABLET VERTICAL																																																					*/


@media (min-width: 768px) and (max-width: 991px){
	 .conte-menu{
		top: 2px;
	}
	.menu a, .menu2 a{
		display: block;
		padding: 7px;
	}
	.menu{
		padding-left: 0px;
		top: 56px;
	}
	.menu2{
		padding-right: 0px;
		top: 56px;
	}
}


/*			CELULAR																																																							*/


@media (max-width: 767px){
	.conte-men2{
		background: #48BF42;
		padding: 15px 0;
		border-bottom: 2px solid #fff;
		position: fixed;
		width: 100%;
		z-index: 200;
		bottom: 0px;
		text-align: center;
	}
	.conte-men2 a{
		color: #fff;
		margin: 0 25px;
	}
	.conte-ico{
		position: absolute;
		z-index: 300;
		width: 100%;
		top: 20px;
	}
	.ico{
		text-align: right;
		padding-right: 65px;
	}
	.ico2{
		text-align: left;
		padding-left: 65px;
	}
	.ico a, .ico2 a {
		margin: 0 5px;
		color: #fff;
	}
}


/*----------/----------/----------/----------/----------/----------/----------/----------/----------/------          SLIDER        -------/----------/----------/----------/----------/----------/----------/----------/----------/----------*/


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.hero {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .2s;
       -moz-transition: 2s all ease-in-out .2s; 
        -ms-transition: 2s all ease-in-out .2s; 
         -o-transition: 2s all ease-in-out .2s; 
            transition: 2s all ease-in-out .2s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .2s;
       -moz-transition: 2s all ease-in-out .2s; 
        -ms-transition: 2s all ease-in-out .2s; 
         -o-transition: 2s all ease-in-out .2s; 
            transition: 2s all ease-in-out .2s;    
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .6;
}
.btn.btn-lg {
	padding: 10px 40px;
}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/slider/slider-01.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/slider/slider-02.jpg); 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/slider/slider-03.jpg); 
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}




/*----------/----------/----------/----------/----------/----------/----------/----------/----------/-          BOTONES PRODUCTOS        -/----------/----------/----------/----------/----------/----------/----------/----------/----------


.cont-pro{
	margin-top: -142px;
	color: #fff;
}
[class^='pro']{
	background-color:rgba(15,46,64,.7);
	border-radius: 10px 10px 0 0;
	border: 2px solid #fff;
	border-bottom: 2px solid #0F2E40;
}
[class^='pro'] span{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
[class^='pro'] a{
	display: block;
	color: #fff;
	padding: 23px 20px;
	font-size: 26px;
	background-color: #0F2E40;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 700;
	background-repeat: no-repeat;
	background-size: cover;
	transition-property: background-position, color;
	transition-duration:  .3s; 
	border-radius: 10px 10px 0 0;
	line-height: 17px;
	text-shadow: 2px 2px 4px #000000;
}
[class^='pro'] a:hover{
	color: transparent;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	background-position: 0px;
	text-shadow: none;
}
.pro1 a:hover{
	background-image: url(../img/index-pro/pro-01.jpg);
}
.pro2 a:hover{
	background-image: url(../img/index-pro/pro-02.jpg);
}
.pro3 a:hover{
	background-image: url(../img/index-pro/pro-03.jpg);
}
.pro4 a:hover{
	background-image: url(../img/index-pro/pro-04.jpg);
}


		TABLET HORIZONTAL Y LAPTOP																																																		


@media (min-width: 992px) and (max-width: 1199px){
	.cont-pro{
		margin-top: -161px;
	}
}


			TABLET VERTICAL																																																					


@media (min-width: 768px) and (max-width: 991px){
	.cont-pro{
		margin-top: -141px;
	}
	[class^='pro']{
		border-radius: 10px;
		border: 2px solid rgba(218,230,237,.8);
		margin-bottom: 20px;
	}
	[class^='pro'] a{
		border-radius: 10px;
		background-position: 0px;
		border-radius: 10px;
		padding-top: 45px;
	}
}*/



/*----------/----------/----------/----------/----------/----------/----------/----------/----------/-          SECCIONES GENERAL        -/----------/----------/----------/----------/----------/----------/----------/----------/----------*/


section{
	min-height: 100%;
	width: 100%;
	padding: 90px 0;
	border-top: 20px solid #1F5C7F;
}
section h1{
	border-left: 5px solid #1F5C7F;
	padding-left: 15px;
}
section h1, section h2, section h3, section h4, section h5, section h6{
	color: #1F5C7F;
	margin-bottom: 30px;
}
section .row{
	margin: 30px;
}
section .gris{
	background-color: #4f4f4f;
}


/*			CELULAR																																																							*/


@media (max-width: 767px){
	section {
		border: none;
		text-align: justify;
	}
	section .container, section ul{
		padding-left: 0;
		padding-right: 0;
	}
	 section ul{
	 	text-align: left;
	 }
}


/*----------/----------/----------/----------/----------/----------/----------/----------/---------/          SECCION QUIENES SOMOS        /---------/----------/----------/----------/----------/----------/----------/----------/----------*/


#quienes img{
	border: 4px solid #0F2E40;
}
#quienes h4{
	position: absolute;
	top: -8px;
	left: 18px;
	background-color: #0F2E40;
	color: #fff;
	padding: 10px 20px;
	width: 50%;
	text-align: center;
}
.desc{
	margin-top: 20px;
}


/*			CELULAR																																																							*/


@media (max-width: 767px){
	.quien img{
		margin-top: 20px;
	}
}


/*----------/----------/----------/----------/----------/----------/----------/----------/---------/          SECCION QUIENES SOMOS        /---------/----------/----------/----------/----------/----------/----------/----------/----------*/


.promociones{
	background: url(../img/promo/fon.jpg) center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 5%;
}
.promociones h1,.clientes h1,.test h1{
	color: #fff;
	text-align: center;
	padding: 30px 0px;s
}



/*----------/----------/----------/----------/----------/----------/----------/----------/---------/          TESTIMONIOS        /---------/----------/----------/----------/----------/----------/----------/----------/----------*/



.testimonial-client img{
	border: 3px solid #fff;
}
.client-name{
	margin-top: 20px;
	color: #fff;
}
.testimonial-text{
	color: #fff;
}
.test{
	background: url(../img/promo/fon-01.jpg) bottom center;
	background-attachment: fixed;
	background-size: cover;
	padding: 5%;
}
.slider-testimonial{
	padding: 30px 0 0 0;
	background: rgba(0,0,0,.8);
	border-radius: 10px;
}



/*----------/----------/----------/----------/----------/----------/----------/----------/---------/          CLIENTES        /---------/----------/----------/----------/----------/----------/----------/----------/----------*/



.clientes{
	background: url(../img/promo/fon-02.jpg) top center;
	background-attachment: fixed;
	background-size: cover;
	padding: 5%;
}



/*----------/----------/----------/----------/----------/----------/----------/----------/---------/          CONTACTO        /---------/----------/----------/----------/----------/----------/----------/----------/----------*/



.content-header{
  font-family: 'Oleo Script', cursive;
  color:#fcc500;
  font-size: 45px;
}

.section-content{
  text-align: center; 

}
#contacto{
    
  font-family: 'Teko', sans-serif;
  width: 100%;
  height: 550px;
}
.contact-section{
  padding-top: 40px;
}
.contact-section .col-md-6{
  width: 50%;
}

.form-line{
  border-right: 1px solid #B29999;
}

.form-group{
  margin-top: 10px;
}
label{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}
.form-control{
  font-size: 1.3em;
  color: #080808;
}
textarea.form-control {
    height: 135px;
   /* margin-top: px;*/
}

.submit{
  font-size: 1.1em;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #000;
  padding-top: 12px;
}
.submit:hover{
	background: #000;
	color: #fff;
}
.mapa{
	margin: 100px 0 0 0;
	padding: 0;
}
.submit i{
	margin-right: 10px;
}



/*----------/----------/----------/----------/----------/----------/----------/----------/---------/          CONTACTO        /---------/----------/----------/----------/----------/----------/----------/----------/----------*/




footer{
	margin-top: 127px;
	padding: 50px 0;
	background-color: #1F5C7F;
	color: #fff;
}



/*----------/----------/----------/----------/----------/----------/----------/----------/---------/          CONTACTO        /---------/----------/----------/----------/----------/----------/----------/----------/----------*/




#servicios{
	text-align: justify;
}

#servicios h3{
	text-align: center;
	margin-top: 30px;
}
#servicios img{
	border: 3px solid #1F5C7F;
}
#proyectos img{
	border: 3px solid #1F5C7F;
}
#servicios i{
	margin-right: 10px;
}
#servicios a{
	color: #1F5C7F;
	transition: all .5s;
}
#servicios a:hover{
	text-decoration: none;
	margin-left: 10px;
}





/*----------/----------/----------/----------/----------/----------/----------/----------/----------/-          BOTONES PRODUCTOS        -/----------/----------/----------/----------/----------/----------/----------/----------/----------*/



#productos img{
	border-radius: 10px 10px 0 0;
	border: 2px solid #1F5C7F;
}

.btn-pro button, .dropdown button{
	display: block;
	text-align: center;
	background-color: #fff;
	color: #0F2E40;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 24px;
	padding: 20px;
	border: 2px solid #1F5C7F;
	border-top: transparent;
	transition: all .2s;
	width: 100%;
}
#productos button:hover{
	background-color: #1F5C7F;
	color: #fff;
	text-decoration: none;
}
.dropdown ul{
	text-align: center;
	background-color: transparent;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	width: 100%;
	margin-top: 0;
	border-radius: 0;
	border-top: none;
	margin-top: -5px;
}
.dropdown ul li a{
	font-size: 25px;
	color: #fff;
}
.dropdown ul li a:hover{
	background-color: #fff;
	color: #1F5C7F;
}


/*			CELULAR																																																							*/


@media (max-width: 767px){
	#productos [class^='col-']{
		margin-top: 40px;
	}
}


/*			TABLET HORIZONTAL Y LAPTOP																																																		*/


@media (min-width: 992px) and (max-width: 1199px){
	#productos [class^='col-']{
		margin-top: 40px;
	}
}


/*			TABLET VERTICAL																																																					*/


@media (min-width: 768px) and (max-width: 991px){
	#productos [class^='col-']{
		margin-top: 40px;
	}
}




.fondo{
	background-color: #f4f4f4;
}
.ta-02 td{width: 50%;}
.ta-03 tr td{width: 33.33%;}
.ta-04 tr td{width: 25%;}
.ta-05 tr td{width: 20%;}
.ta-06 tr td{width: 16.66%;}
.ta-07 tr td{width: 14.28%;}
.ta-08 tr td{width: 12.5%;}
.ta-09 tr td{width: 11.11%;}
.ta-10 tr td{width: 10%;}
.ta-11 tr td{width: 9.09%;}


[class^='ta'] tr td img{
	margin: auto;
}
[class^='ta'] tr td{
	text-align: center;
	font-size: 11px;
}


.rota{
	width: 400px;
	height: 400px;
	margin: auto;
	display: none;
}

@media (min-width: 320px) and (max-width: 479px){
	.rota{
		display: inline;
	}
	.rota img{
		float: left;
		margin-right: 10px;
	}
	.info{
		display: none;
	}
}


@media (min-width: 768px){
	.modal-dialog{
		width: 90%;
	}
}