
body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
background: rgba(255,255,255,1);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.section-padding
{
	padding: 80px 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Oswal', sans-serif;
}
/**media Queries**/
.navbar-default {
    background-color: transparent;
}
.main-header
{
	background-image: url(../img/banner1.jpg);
	height: 100vh;
	background-position: top center;
	background-size: cover;

	/* background: url(../img/banner1.jpg) no-repeat center fixed; */
}

.logo{
	width: 28%;
	float: left;
	display: inline-block;
	margin-bottom: -50px;
	margin-top:-20px;
}
.bg-color
{
	background-color: RGBA(0, 0, 0, 0.41);
	height: 100vh;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.nav > li > a {
    padding: 0px;
}
.navbar-brand
{
	padding: 0px;
	height: inherit;
	font-family: 'Lato', sans-serif;
}
.navbar-default .navbar-brand {
  color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #FFD34E;
    background-color: transparent;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 0px 20px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	color: #FFD34E;
}

.navbar-fixed-top {
    padding: 40px 0;
    transition: all 0.5s;
}

.top-nav-collapse {
    background: rgba(0,0,0,0.8);
    padding: 25px 0;
}


.wrapper
{
	padding: 90px 0px 130px;
	padding-top: 22vh;
}
.top-title
{
	margin-top: 120px;
	z-index: 5;
	font-size: 27px;
	font-weight: 700;
	color: #fff;
	line-height: 38px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
}
.sub-title
{
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	line-height: 71px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
}
.title
{
	font-size: 123px;
	font-weight: 700;
	color: #fff;
	line-height: 88px;
	letter-spacing: 4px;
	opacity: 1;
	text-transform: uppercase;
	padding: -100px 0px;
}

/****/
#cta-1
{
	padding: 40px 0px;
}
.cta-info
{
	border: 5px solid #FFD34E;
	padding: 40px 0px;
}
.cta-info h3
{
	font-size: 24px;
}
.dec-tec
{
	font-size: 34px;
}
/****/
#feature
{
	background-color: #f8f8f8;
}
.head-title
{
	color: #2b2b2b;
	font-size: 32px;
	font-weight: 700;
}
.botm-line
{
	background-color: #2b2b2b;
	width: 34px;
	height: 3px;
	display: inline-block;
}
.section-title:hover .botm-line
{
	width: 70px;
	/* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard syntax */
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
}
p
{
	color: #888;
}
.icon {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
}
.icon i
{
	font-size: 35px;
}
.icon-text {
    margin-left: 73px;
    padding:0px 25px 25px 0px;
}
h3.txt-tl {
    font-size: 24px;
    line-height: 1.35;
}
/****/
.parallax {
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}
.bg-image-2 {
    background: url('../img/cta-banner.jpg') no-repeat center fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section {
    position: relative;
    padding: 88px 0 67px 0;
    display: block;
}
.cta-txt h3 {

    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.cta-txt p
{
	color: #fff;
}
/****/
.portfolio-box
{
	margin-bottom: 15px;
}
.padding-right-zero
{
	padding-right: 0px;
}
#contact
{
	background-color: #f8f8f8;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.black
{
	color: #000 !important;
	font-weight: 600;
}
.btn-send
{
	border-radius: 0px;
	color: #000;
	background-color: #FFD34E;
}
a, a:hover
{
	color: #FFD34E;
}
.cont-title
{
	font-size: 24px;
	padding:15px 0px;
}
.location-info p span {
    display: inline-block;
}
.location-info p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}
.location-info p {
    margin-bottom: 5px;
}
.location-info p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
/****/
#footer
{
	background-color: #191919;
	padding: 20px 0px;
}
.footer-copyright {
    color: #fff;
    line-height: 32px;
    text-align: left;
}
.footer-social
{
	float: right;
}
.footer-social a {
    font-size: 18px;
    color: #666;
}
.link-dec, .link-dec:hover{
    color: #000;
}
/****/
@media (min-width: 751px) and (max-width: 900px){
    .section-title{
        margin-bottom: 15px;
    }
}
@media (min-width: 20px) and (max-width: 750px){
    .navbar-toggle:hover, .navbar-toggle{
        background-color: #fff;
        color: #000;


    }
    .navbar-toggle{
        margin-top: 0px;

    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
        background-color: rgba(255, 255, 255, 0.32);
        color: #000;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        background-color: rgba(255, 255, 255, 0.32);
        color: #FFD34E;
    }
    .top-title{
        font-size: 15px;
    }
    .title{
        font-size: 50px;
    }
    .sub-title{
        font-size: 24px;
    }
    .footer-copyright {
    text-align: center;
    }
    .padding-right-zero{
        padding-right: 15px;
    }
    .section-title{
        margin-bottom: 15px;
    }
    .cta-txt h3{
        font-size: 28px;
    }
    body{
        font-size: 14px;
    }
    h3.txt-tl{
        font-size: 20px;
    }
}


/* NUESTRA EMPRESA */
/* -------------------------------------------- */

/* PRIMERA SECCION */
 .acerca-de{
	padding: 80px 0px;
}
.acerca-de img{
	width: 300px;
	float: right;
}

.row img{
	width: 180px;
}

.nosotros{
	padding: 80px 0px;
	text-align: center;
}
.link{
	background-color: black;
	width: 180px;
	height: 40px;
	margin-top: 10px;
	/* margin-left: 0px; */
	/* border-radius: 10px; */
}
.link:hover{
	background-color: red;
}
.link a{
	text-decoration: none;
	text-transform: uppercase;
}

.video{
	padding-left: 40px;
	padding-top: 10px;
	color: white;
}
/* FIN PRIMERA SECCION */
/* ------------------------------------ */
/* SEGUNDA SECCION */
.recuadros{
	width: 100%;
	background: #000000;
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
}
.datas{
	width: 100%;
	color: white;
	text-align: justify;
	padding-top: 15px;
	padding-left: 150px;
	padding-right: 150px;
	font-size: 15px;
}
.datas span{
	font-size: 24px;
}


/* FIN SEGUNDA SECCION */

/* FIN NUESTRA EMPRESA */
/* -------------------------------------------- */


/* INFRAESTRUCTURA */
/* -------------------------------------------- */
.container{
	width: 90%;
}
section div .empresa{
}
.derecha{
 width: 40%;
 float: right;
 height: 250px;
 border-radius: 20px;
}

.empresa span{
 color: #2b2b2b;
 text-transform: uppercase;
 font-size: 18px;
 font-weight: bold;
}
.data{
	color:white;
	border-radius: 20px;

}
.data span{
	color: white;
}

.recuadro{
	width: 48.5%;
	margin-right: 10px;
	float:left;

}
.empresa{
	 padding: 80px 0px;
}
@media only screen and (min-width:200px) and (max-width:600px) {
	.empresa{
		 padding: 80px 0px;
	}
	.data{
		width: 100%;
		height: 100%;
		padding-top: 50px;
		text-align: center;
		/* background: #000428;
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    background: linear-gradient(to right, #004e92, #000428); */
		background: #000000;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #434343, #000000);
		background: linear-gradient(to right, #434343, #000000);

	}
	.derecha{
	 width: 100%;
	 height: 250px;
	}

	.recuadro{
		width: 100%;
		margin-right: 1px;
		float:left;
		border-radius: 100px;
	}


}

@media only screen and (min-width:601px) and (max-width:1100px) {
	.empresa{
		 padding: 80px 0px;
	}
	.data{
		width: 100%;
		height: 100%;
		padding-top: 50px;
		text-align: center;
		/* background: #000428;
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    background: linear-gradient(to right, #004e92, #000428); */
		background: #000000;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #434343, #000000);
		background: linear-gradient(to right, #434343, #000000);

	}
	.derecha{
	 width: 40%;
	 height: 250px;
	}

	.recuadro{
		width: 100%;
		margin-right: 1px;
		float:left;
		border-radius: 100px;
	}


}

@media only screen and (min-width:1101px){
.empresa{
	 padding: 80px 0px;
}
.recuadro{
	height: 250px;
	margin-bottom: 10px;
}
.recuadro img:hover{
	height: 250px;
	margin-bottom: 20px;
}
.data{
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-left: 5px;
	text-align: left;
	/* background: #000428;
	background: -webkit-linear-gradient(to right, #004e92, #000428);
	background: linear-gradient(to right, #004e92, #000428); */
	background: #000000;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #434343, #000000);
  background: linear-gradient(to right, #434343, #000000);
}
}

/* FIN INFRAESTRUCTURA */
/* -------------------------------------------- */


/* PORTAFOLIO */
/* -------------------------------------------- */
div .col-md-9 img{
	max-width: 100%;
  filter: gray;
  -webkit-transition: all .5s ease-in-out;
}
div .col-md-9 img:hover{
	-webkit-transform:scale(1.2);
	-webkit-transition: all .5s ease-in-out;

}
/* FIN PORTAFOLIO */
/* -------------------------------------------- */


/* MAPA */
/* -------------------------------------------- */
div.mapa{
  height: 420px;
}
@media only screen and (min-width:768px){
	div.mapa{
		width: 100%;
	}
}
/* FIN MAPA */
/* -------------------------------------------- */


/* CONTACTO */
/* -------------------------------------------- */
.contactanos h3{
	text-transform: uppercase;
	font-family: 'Oswal',sans-serif;
	color: black;
}
/* FIN CONTACTO */
/* -------------------------------------------- */


/* FOOTER -- */
/* -------------------------------------------- */

footer {
	background-color: white;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: -10px;
	text-align: left;
	background-color: black;
}


footer .contenedor > div{
	color: white;
	padding: 0px 10px;
	font-size: 12px;

}

@media only screen and (min-width:300px)and (max-width:767px){
	.brochure{
		height: 10%;
		margin-bottom: 10px;
	}

}

.brochure span{
		font-size: 15px;
		font-family: 'Oswal',sans-serif;
}
.brochure:hover{
	background: rgba(76,76,76,1);
}
.brochure i:hover{
	color: black;
}
.brochure a{
	text-decoration: none;
	color: white;
}
p.copyright{
	background-color: #2e2e2e;
	color:white;
	padding: 10px 0;
	margin-bottom:0px;
	text-align: center;
}
a.fa.fa-angle-down{
    padding: 10px 15px;
    color: #fff;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 100px;
    transition: all 0.5s;
		text-decoration: none;
}
a.fa.fa-angle-down:hover{
	background-color: gray;

}

@media only screen and (min-width:768px){
	footer .contenedor > div{
		width: 25%;
		float: left;
	}
}

footer h3{
	text-transform: uppercase;
	font-size: 21px;
}

.brochure{
margin-top: 18px;
background-color: gray;
}
.contenedor p{
	color: white;
}
/* FIN FOOTER */
