/* Home */

.home{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-size: auto auto;
	background-position: center top;
	background-repeat: repeat;
	background-image: url("../img/bg-home.png");
}

/* Common */

body {
	overflow-x: hidden;
}

.center-div{
	margin: 0 auto;
}

.navbar-nav {
  list-style-type: none;
  display: inline-block;
}
 
	.navbar-nav li {
	  height: 25px;
	  margin-right: 0px;
	  padding: 0 20px;
	  display: inline-block;
	}
	 
	.navbar-nav li a {
	  text-decoration: none;
	  color: #313131;;
	  font: normal normal normal 13px/1.4em 'Courier New',courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
	  text-transform: uppercase;
	 
	  -webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	  -o-transition: all 0.5s ease;
	  -ms-transition: all 0.5s ease;
	  transition: all 0.5s ease;
	  text-align: center;
	  line-height: 30px;
	}
	 
	.navbar-default .navbar-nav li > a:focus, .navbar-default .navbar-nav li > a:hover {
		color: #BF1111;
		transition: color 0.4s ease 0s;
	  	background: none;
	}
	 
	.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav > .active > a:hover {
	  font-weight: bold;
	  color: #AB1616;
	  background: none;
	}

.navbar-default {
	background: none;
	border: none;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

.navbar-default .navbar-collapse{
	border: none;
}

.navbar-nav {
	float: none;
	margin: 0;
}


.main-content{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 769px){
	.main-content{
		margin: 0 150px;
	}
}


.foot-left{
	border-right: 1.5px dotted #636363;
}

footer{
	font-family: "Courier New",courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace
}

footer p{
	font-size: 14px;
}

footer a{
	color:#333;
}
.cursive-title{
	font-family: 'Lobster',cursive;
}
.red{
	color: #E01018;
}
.gray{
	color: #636363;
}

.text-justify{
	text-align: justify;
}

a:hover{
	text-decoration: none;
}


/* Owl Carousel */

.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}

.logo {
	display: block;
}

/* Quienes somos */

.about, .testimonios{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-size: auto auto;
	background-position: center top;
	background-repeat: repeat;
	background-image: url("../img/bg-quienes.png");
}

.title-quienes{
	padding-top: 30px;
}

.bird1{
	position: absolute;
	top: 0px;
	left: 0px;
}
.bird2{
	position: absolute;
	top: 0px;
	left: 50%;
}
.bird3{
	position: absolute;
	top: 0px;
	left: 60%;
}
@media (max-width: 767px){
	.bird1{
		left: 80%;
	}
	.bird2{
		right: 50%;
	}
	.bird3{
		left: 40%
	}
}

/* Servicio integral */

.servicio, .contacto{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-size: auto auto;
	background-position: center top;
	background-repeat: repeat;
	background-image: url("../img/bg-servicio.png");
}

.circle{
	max-height: 300px;
	text-align: center;
	max-width: 300px;
	padding: 50px;
	border: 2px dotted #636363;
	border-radius: 100%;
}

.dotted-line{
	border-top: 2px dotted #636363;
}

.mb-20{
	margin-bottom: 20px;
}

.font-block{
	font-size: 13px;
}

/* Testimonios */

.slabo-title{
	font-family: 'Slabo 27px', serif;
}

.dejanos-tu{
	display: block;
	margin-bottom: 14px;
}

/* Clientes */

.clientes{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background-size: auto auto;
	background-position: center top;
	background-repeat: repeat;
	background-image: url("../img/bg-clientes.png");
}

.title-testimonio{
	color: #313131;
}

.img-container{
	position: relative;
    text-align: center;
}

.img-container > div {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.txt-testim{
	text-decoration: none;
	font-size: 2em;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 3px;
	color: #636363;
	transition: color 0.4s ease 0s;
}

.txt-testim:hover{
	text-decoration: none;
	color: #689A81;
	transition: color 0.4s ease 0s;
}

.font-courier{
	font: normal normal normal 15px/1.4em 'Courier New',courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
}

.font-opensans{
	font: normal normal normal 13px/1.4em 'Open Sans',sans-serif;
    line-height: 1.4em;
	color: #636363;
}

.mtb-50{
	margin: 50px 0;
}

/* Contacto */

.pink-box{
	padding: 25px;
	background-color: rgba(216, 143, 125, 0.76);
	color: white;
	display: inline-block;
}

.pink-box a{
	color: white;
}

input{
	font: normal normal normal 15px/1.4em 'Courier New',courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid rgba(149, 149, 149, 0.54);
	color: #636363;
	margin: 0 0 5px;
	width: 100%;
}

textarea{
	min-height: 130px;
    resize: none;
    font: normal normal normal 15px/1.4em 'Courier New',courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid rgba(149, 149, 149, 0.54);
	color: #636363;
	margin: 0 0 5px;
	width: 100%;
}

.submit-btn{
	background-color: rgba(255, 255, 255, 0.5);
	font: normal normal normal 15px/1.4em 'Courier New',courier-ps-w01,courier-ps-w02,courier-ps-w10,monospace;
	border: 0;
	color: #636363;
	cursor: pointer;
	float: right;
	margin: 0;
	max-width: 35%;
}

@media (max-width: 1024px){
	.navbar-nav li{
		padding: 0;
	}
}

@media (max-width: 768px){
	.center-xs{
		margin: 0 auto;
	}
	.text-center-xs{
		text-align: center;
	}
	.testimonio-container{
		width: 63%;
		margin: 0 auto;
	}
}

@media (max-width: 425px){
	.navbar-nav li{
		display: block;
	}
	.testimonio-container{
		width: 82%;
	}
}

