@import url(https://fonts.googleapis.com/css?family=Montserrat);
@include media-breakpoint-up(md) {
	.servcont {
		background-color: #35505b;
	}
	
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a; */
  font-family: Montserrat !important;
  background-image: url("../img/background.jpg");
}

		
header {

    text-align: center; 
	

}
/* nav {
    line-height: 30px;
    background-color: #eeeeee;
    height: 300px;
    width: 100px;
    float: left;
    padding: 5px; 
} */

.bg1 {
	
background-image: url("../img/background.jpg");

}



.bg2 {
	
background-color: #131d32;

}

.bg3 {
	
background-color: #ebebeb;

}

.bg4 {
	
background-image: url("../img/bg4.png");

}

.bg5 {

  /* position: absolute; */
  left: 0px;
  width: 100%;
  min-height: 700px;
  background-image: -webkit-linear-gradient(-26deg, #fff0 25%, #131d32 0%);

}

.bg6 {

  /* position: absolute; */
  left: 0px;
  width: 100%;
  min-height: 700px;
  background-image: -webkit-linear-gradient(-26deg, #131d32 50%, #fff0 0%);

}


.nvbg
 {
    background-color: #131d32 !important;
	border-radius: 30px;
} 

.navpad
{
	padding: 0rem 3rem !important;
}

.hederbg 
{
background-image: url("../img/header_bg.png");
background-repeat: no-repeat;
padding-top: 5rem;
}

.geobg
{
	background-image: url("../img/geobg.png");
	background-repeat: no-repeat;
	padding-top: .8rem;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
   margin-top: 1rem;
   padding-top: 3rem; 
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-space
{
	
	z-index: 8;
	position: relative;
	 background-color: #131d32; 
}

.carousel-inner {
  top: -3rem;

 

}



.carousel-item {


  height: 22rem;
 


}
.carousel-item > img {
  position: absolute;
  z-index: 15;
  
  left: 0;
  min-width: 100%;
  height: 22rem;
}

.cont1
{
	position: relative;

}


.sect1 {
/*position: absolute;*/
/* top: 0px; */
padding-top: 2rem;
 /*width: 100%; */

}

.sect2 {
/*position: absolute;*/
/* top: 26rem; */
padding-top: 2rem;
/* width: 100%;  */

}

.txtrot {

	
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
  transform: rotate(-64deg);
  transform-origin: 50% 50%;
  padding-top: 35%;
	
	
}

.tebrindamos {
	padding-top: 2rem;
		float: right;
}

.pad-img {
	padding-top: 2rem;

}


 section {
    width: 350px;
    float: left;
    padding: 60px; 
} 
 footer {
    background-color: #282828;
    color: white;
    clear: both;
    text-align: center;
    padding: 5px; 
} 

/* Estilos del formulario */

form.contacto {
    margin: 25px auto 0;
/*    width: 350px; */
}
form.contacto fieldset {
    background: white;
    border: 1px solid #E1E1E1;
    box-shadow: 0 0 10px #DADADA;
    -webkit-box-shadow: 0 0 10px #DADADA;
    -moz-box-shadow: 0 0 10px #DADADA;
    padding: 25px;

}
form.contacto fieldset > div {
    clear: both;
 /*   margin-bottom: 20px; */
    overflow: hidden;
}
form.contacto fieldset div label {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    text-align: right;
    text-transform: uppercase;
  /*  width: 84px; */
}
form.contacto input[type="text"], form.contacto textarea {
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    color: #626262;
/*     display: block;  */
/*    float: left; */
    padding: 8px;
    resize: none; 
	margin-bottom: 10px; 
   width: 60%; 
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
	border-radius: 30px;
}
form.contacto input[type="email"], form.contacto textarea {
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    color: #626262;
/*    display: block; */
/*    float: left; */
    padding: 8px;
    resize: none; 
	margin-bottom: 10px; 
    width: 60%; 
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
	border-radius: 30px;
	
}
form.contacto input[type="text"]:focus, form.contacto textarea:focus {
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    outline: none;
}
form.contacto .ultimo{
    margin-bottom: 0;
 position: relative; 
}
form.contacto button {
 background: white;
    border: 0 none;
    color: #444444;
  /*  float: right; */
    font-weight: bold;
    height: 32px;
    padding: 0 10px;
position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
form.contacto button:hover{
    background: #6A6A6A;
}
/* AJAX Gif y mensajes de exito o fracaso */
.hide{
    display: none;
}
.ajaxgif{
    position: absolute;
    right: 150px;
    top: 5px;
}
.msg{
    color: white;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
   padding: 0 10px; 
 /*   position: absolute; */
 /*   right: -150px; */
    text-transform: uppercase;
    min-width: 200px;
	width: 150px;
	
}
.msg_ok{
    background: #589D05;
}
.msg_error{
    background: red;
}

/* Contact Section */
/*********************************
/* Map Section
**********************************/
#tf-contact { padding: 0 0 }
#map {
    position: relative;
    width: 100%;
    height: 400px;
}
.contact-detail {
    text-align: center;
    margin: 60px 0;
}
.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #fff;
    /* color: #ffff00; */
    padding: 25px 0;
    border-radius: 50px;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #ffff00 }
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
p.help-block.text-danger ul li {
    display: block;
    margin-left: -20px;
    color: #ffff00;
}
#success .alert-danger {
    color: #ffff00;
    background-color: #FDFDFD;
    border-color: #ffff00;
    margin-bottom: 10px;
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.bkserv {
		
		background-color: #131d32;
		/* position: relative; */
	}
	
	
	.sect1 {
		
		background-color: #131d32;
		/* position: relative; */
	}
	.sect2 {

		/* position: relative; */
		/* top: 0rem; */
	}
	
	.bg5 {

  background-color: #131d32;
	  min-height: 480px;

}
}



