@charset "utf-8";

body {
   background-image: url(../img/fondo6.webp);
	
   background-position:center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
   color: #262626;
	width: 100%;
   height: 100%;
   
    text-align:center;
    font-family: 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
   /*font-family:Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, sans-serif
   /*font-family: MS Sans Serif, sans-serif;*/
   /*font-family: courier,arial,helvética;*/
   /*font-family: Copperplate, Copperplate Gothic Light, fantasy;*/
}


#img_logo{
	width: 120px; 
	height: 80px;
}


#img_logo1{
	width: 150px; 
	height: 150px;
	
}


#distribuidores-index{
	
	/*background-image:url(../img/hom1.jpg); 
	background-repeat:no-repeat; 
	background-position:"center";
	width: 1100px;
	height: 460px;*/
	box-shadow: 5px 5px 8px 10px #2083B9;
	border-radius:10px;
    padding: 50px 25px;
    color: #000;
    background-color:rgba(0,0,0,0.02);
	
	
	
}

#col{
	/*padding: 20px; 
	border-radius: 20px;
	
	
	background-image:url(../img/hom1.jpg); 
	background-repeat:no-repeat; 
	background-position:"center";
	width: 500px;
	height: 320px;*/
	
    margin: 22px;
	border-radius:10px;
    padding: 40px 20px;
    color: #000;
    background-color:rgba(0,0,0,0.02);;
	
	
}



#mi{
	border-radius:15px;
}

.imagen_principal{
	object-fit: cover;
	grid-rows: 1 / 3;
	grid-columns: 1;
}



.filo {
	transition: 2s;
	box-shadow: 0px 0px 0px #CCCCCC, 0px 0px 25px #E1F2F6;
	border-radius:10px;
}

.line {
	transition:10s;
	background-color: #FF99FF;
	overflow: hidden;
}

.linea_bar{
	padding: 5px;
	border-radius: 15px;
	transition: 2s;
	box-shadow: 0px 0px 0px #CCCCCC, 0px 0px 25px #C6C;
}

.contenedor {
    padding: 60px 0;
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

.titulo {
    color: #000000;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

/* Header */

header {
    width: 100%;
    height: 600px;
    background: #8eebbf;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(182, 96%, 39%, 0.459), hsla(167, 45%, 52%, 0.664)), url(../img/coprocultivo.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(180, 95%, 50%, 0.459), hsla(165, 52%, 44%, 0.664)), url(../img/coprocultivo.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

nav{
    text-align: right;
    padding: 30px 50px 0 0;
}

nav > a{
    color:#fff;
    font-weight: 300;
    text-decoration: none;
    margin-right: 10px;
}

nav > a:hover{
    text-decoration: underline;
}

header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 50px;
    color:#fff;
}

.textos-header h2{
    font-size: 30px;
    font-weight: 300;
    color:#fff;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* About us */

main .sobre-nosotros{
    padding: 30px 0 60px 0;
}
.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    
    
}

.sobre-nosotros .contenido-textos{
    width: 95%;
}


.imagen-about-us{
    margin-bottom: 60px;
    width: 99%;
}

/*Adaptarlo a pantalla de tablet o telefonos*/
@media screen and (max-width: 600px){
	.slider .caption p{
		display: none;
	}

	.slider .caption h1{
		font-size: 30px;
	}

	.left, .right{
		font-size: 25px;
	}

	.slider li img{
		width: 600px;
	}

	/*.pagination{
		display: none;
	}*/
}