@import "materialize.min.css";
@import "anim.css";

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v36/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.lookMe {
  animation: lookMe1 1s;
}
.noReady {
  transform: rotateY(90deg);
}
.ready {
  animation: rotate 1s;
  transform: rotate(0);
}
body {
  background: #eee;
}
.lgo {
  min-width: 100px;
  max-width: 200px;
}
.title1 {
  padding: 2px;
  text-shadow:0 0 5px 2px rgba(0, 0, 0, 0.2);
}
.info-top {
  margin: 0;
  padding: 5px 0;
  background: #010556;
  color: #eee;
  text-align: right;
}
nav {
  transition: 0.3s;
}
.caption {
  margin-top: 150px;
}
#menuMobile {
  opacity: 0.5;
}
.nav-wrapper {
  padding:0;
  height: 63px;
}
.nav-wrapper ul li a {
  padding: 20 30px;
  color: #555;
  font-size: 17px;
  font-weight: 300;
}
.nav-wrapper ul li .active, .nav-wrapper ul li a:hover{
  background: #010556;
  color: #fff;
}
h5 {
  font-weight: 300;
}
.prod {
  padding: 100px 0;
}
.prod h4 {
  margin-bottom: 100px;
}
.prod .prods {
}

.prod p {
  text-align: justify;
}

.rent {
  padding: 50px 0;
  background-image: url('../img/bgRent.jpg');
  background-position: center;
  color:#eef
}
.content {
  height: 200px;
}
#rentMobile {
  background-image: url('../img/bgRent.jpg');
  background-position: center;
}
#rentMobile h4{
  margin-top: 50px;
  color:#eee;
}

.mant p {
  font-size: 20px;
  text-align:justify;
}
.mant .texto p.center {text-align: center;}


.card-img img{
border-radius: 900px !important;
}

@media screen (max-width:400px;) {
  .nav-wrapper {
    padding: 0;
  }
  .lgo{
    width: 50px;
  }
}
.info {
  color:#fff;
  font-size: 1rem;
  font-weight: 300;
  margin:0 auto;
  padding: 2px;
  width: 90%;
  transition: 0.5s;
  z-index: 100;
}
.infoMap {
  border-radius:50% 0 50% 0;
  margin:1px;
  padding:5px;
}
input[type=text], textarea {
  border-bottom: solid 1px #555 !important;
}
input[type=text]:focus, textarea:focus {
  border-bottom: solid 1px #fff;
  box-shadow: 0 1px 0 0 #fff !important;
}
footer h5 {
  font-size: 1.4rem;
}

/*owl carousel*/

.owl-dots{
	text-align: center!important;
}

.item img{
	border-radius: 0px !important;
}

.slider2 .owl-dots{
	text-align: center !important;

}

.center, .center-align {
    text-align: center;
	margin-top: 30px;}

	.justify {
    width: 66.6667%;
    margin-left: auto;
    left: auto;
    right: auto;
	margin-top:130px !important;
	}


.center-align img{
	margin-top: 60px;

}
.mant p
	{padding-left:50px; !important}

.owl-theme .owl-nav [class*=owl-] {
	display: none !important;}


	@media only screen and (min-width: 480px){

		.mant p
	{padding-left: 0px;!important}


	}

@media only screen and (min-width: 601px){



	 .mant p {
  font-size: 20px;
  text-align:justify;
	padding-left: 45px !important;
}


	}





@import "about-us.css";
@import "productos.css";
@import "servicios.css";
