/*---------Fonts-----------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Abel);

* {
	margin:0;
	padding:0;
}

body {
}

.container {
	margin: 0 auto;
	width: 100%;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background-color: rgba(0, 0, 0, 0);}
.carousel-fade .carousel-control { z-index: 2; }
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  }


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }


.carousel-caption p{
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:28px;
	text-align: center;
    padding:20px;
    padding-bottom:50px;
}


/*---------Logo-----------*/
.logo {
	margin: 0px auto;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: left;
	z-index: 99
}
.logo a {
	display: block;
	margin:0 auto;
	text-align: center;
}
.logo a:hover {
	text-decoration: none;
}
.logo h1 {
	margin: 0;
	padding: 0;
	height: auto;
	border: 0 none;
}
.logo span {
	visibility: hidden;
}





/*---------Menu-----------*/
.mainMenu {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	float: right;
	margin: 0px auto;
	padding: 0;
	position: relative;
	text-transform:uppercase;
}
.mainMenu ul {
	float: right;
	list-style: none;
	margin: 20px auto;
}
.mainMenu li {
	display: block;
	float: left;
	overflow: visible;
}

.mainMenu a {
	color: #5b5b5b;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	font-weight:300;
	margin:0 auto;
	padding:10px 20px;
	text-decoration: none;
	text-transform:uppercase;
}
.mainMenu a:hover, .mainMenu a.active {
	color: #7cd251;
	padding:10px 20px;
	text-decoration: none;
}



/*---------header-----------*/
header{
    height:740px;
}
}
header img{
	width: 100%;
}


/*---------Nosotros-----------*/
#nosotros {
	margin: 100px auto 150px;
	position: relative;
	width: 100%;
	z-index: 95;
}
#nosotros h1{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-size:36px;
	font-weight:400;
	margin: 30px auto 0;
	padding-top: 	0px;
	text-align: center;
	text-transform: uppercase;
}
#nosotros h2{
	color: #a4d641;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	font-weight:400;
	margin: 20px auto;
	text-align: center;
	text-transform: uppercase;
}
#nosotros p{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	margin: 20px auto;
	padding: 10px;
	text-align: justify;
}

.nosImg {
	margin: 20px auto;
	text-align: center;
}



hr {
	border-color: #a4d641;
	border-width: 3px;
	margin: 5px auto 40px;
	text-align: center;
	width: 60px;
}

.hr2 {
	border-top: 1px solid #a4d641;
	margin: 5px auto 40px;
	text-align: center;
	width: 100%;
}


/*---------Productos-----------*/
#productos {
	background: url('../img/backProd.jpg') no-repeat top center;
	background-size: cover;
	margin: 0 auto;
	min-height: 490px;
	padding: 200px 0px;
	position: relative;
	width: 100%;
}
#productos h1{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	font-weight:300;
	margin: 0 auto;
	text-align: left;
	text-transform: uppercase;
}
#productos p{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: justify;
}
.btnProd {
	color:#fff;
	margin: 22px auto;
	position: relative;
	text-align:center;
}
.btnProd a{
	background-color: #bfdc78;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	padding:20px;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
}
.btnProd a:hover{
	background-color: #fff;
	border: 2px solid #bfdc78;
	color:#bfdc78;
}

/*---------Productos2-----------*/
#productos2 {
	/*background: url('../img/backProd2.jpg') no-repeat top center;*/
	background-size: cover;
	margin: 0 auto;
	min-height: 700px;
	/*padding: 420px 0 0;*/
	position: relative;
	width: 100%;
}
#productos2 h1{
	color: #7ac85a;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:500;
	margin: 0 auto;
	padding: 20px 20px 0;
	text-align: left;
	text-transform: uppercase;
}
#productos2 p{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	margin: 0 auto;
	padding: 20px;
	text-align: justify;
}

/*---------Productos3-----------*/
#productos3 {
	background: url('../img/backProd3.jpg') no-repeat top center;
	background-size: cover;
	margin: 60px auto;
	min-height: 683px;

	position: relative;
	width: 100%;
}
#productos3 h1{
	color: #7ac85a;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:500;
	padding: 0px 20px;
	text-align: right;
	text-transform: uppercase;
}
#productos3 p{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:15px;
	margin: 0 auto;
	padding: 20px;
	text-align: right;
}

/*---------Producto4-----------*/
#productos4 {
	margin: 80px auto;
	position: relative;
	width: 100%;
    height:400px;
}
#productos4 h1{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-size:36px;
	font-weight:400;
	margin: 30px auto 0;
	text-align: center;
	text-transform: uppercase;
	max-width: 400px;
}
#productos4 p{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:18px;
	margin: 0 auto;
	padding:30px 10px;
	text-align: center;
}

/*---------Exportacion-----------*/

.exportacion_texto{
    position: absolute; background:rgba(0,0,0,0.7); color:white; float: left; width:50%;
    top:10%;
    left: 2%;
    z-index:100000;
    border-radius: 20px 0 20px 0;
}

.nacional_texto{
    position: absolute; background:rgba(0,0,0,0.7); color:white; float: right; width:50%;
    top:10%;
    right: 2%;
    z-index:100000;
    border-radius: 20px 0 20px 0;
    
}


.exportacion_texto p, .nacional_texto p{
    color:white !important;
}



/*---------Contacto-----------*/
#contacto {
	margin: 40px auto;
	position: relative;
	width: 100%;
	z-index: 95;
}
#contacto .contorno {
	border: 2px dashed #a4d641;
	margin: 0 auto;
	padding: 20px 10px 0;
}
#contacto h1{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-size:36px;
	font-weight:400;
	margin: 30px auto 0;
	text-align: center;
	text-transform: uppercase;
	max-width: 400px;
}
#contacto h2{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:300;
	margin: 5px auto 20px;
	text-align: center;
	text-transform: uppercase;
	max-width: 400px;
}
#contacto p{
	color: #6e7173;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	margin: 0 auto;
	padding: 0 0 30px;
	text-align: center;
}
#contacto p span{
	padding-left: 80px;
}


form {
	width: 100%;
}

.contactoForm {
	margin:0 auto;
	padding: 0 0px;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
	font-size: 14px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

#contact {
	padding:40px 0;
	margin:0 auto;
}


fieldset {
	border: medium none !important;
	margin: 0 auto;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #cdd8d7;
	background:#FFF;
	margin:0 0 20px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #a4d641;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#a4d641;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#4b5459;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:0px solid #999;
}
::-webkit-input-placeholder {
 color:#cdd8d7;
}
:-moz-placeholder {
 color:#cdd8d7;
}
::-moz-placeholder {
 color:#cdd8d7;
}
:-ms-input-placeholder {
 color:#cdd8d7;
}

.slide{
    height:700px; width:100%
}
.carousel-caption p .salto{
    display:none;
}

@media (min-width: 350px) {
	.carousel-caption {
	  bottom: 20px !important;
	}
	.carousel-caption p{
		font-size:12px;
        padding:20px;
        padding-bottom:20px;
	}
    
    
    
    /*
    .carousel-caption img{
        display:none;
    }
	.mainMenu a {
		font-size:14px;
	}
    
    header{
        height:172px;
    }
    
    #productos4{
        height:550px;
    }
    
    .nacional_texto{
        width:90%;
        right:5%;
    }
     */
}

@media (max-width:450px){
    .slide{
        height:300px;
        
    }
    .carousel-caption p .salto{
        display:block;
    }
    header, #productos2{
        min-height:250px;
        height:250px;
    }
    
    .carousel-caption {
        position: absolute;
        right: 5%;
        bottom: 37%;
        left: 5%;
    }
    
    #productos4{
        height:500px;
    }
    
    .nacional_texto{
        
        width: 96%;
        right:2%;
    }
    
    #productos3 p{
        text-align:center;
    }
    
    #productos3 h1{
        text-align:center;
    }
    
    #productos3{
        min-height:400px;
    }
    
    #nosotros {
        margin: 100px auto 10px;
    }
    .mainMenu a{
        padding: 10px 14px;
    }
}


@media (min-width: 750px) {
	.carousel-caption {
	  bottom: 30% !important;
	}
	.carousel-caption p{
		background-color: rgba(0, 0, 0, 0.7);
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-weight:100;
		font-size:24px;
		text-align: center;
        padding:20px;
        padding-bottom:50px;
	}
	.carousel-caption p{
		font-size:24px;
        padding:20px;
        padding-bottom:50px;
	}
	.mainMenu a {
		font-size:16px;
	}
    

}

@media (min-width: 950px) {
	.carousel-caption {
	  bottom: -30px !important;
      width:100%;
      left:0;
      right:0;
      margin:0;
    
    }
	.carousel-caption p{
		font-size:24px;
        padding:20px;
        padding-bottom:50px;
        
	}
	.mainMenu a {
		font-size:16px;
	}

}

@media (min-width: 1500px) {
    .slide{
        height:1000px; width:100%;
    }
    
}
