@charset "utf-8";

body {
	font-family:Century Gothic, CenturyGothic, AppleGothic, sans-serif;
 	background-image: url(../img/fondo5.jpg);
	
    /*background: #82E0AA;*/
    color: #262626;
   	width: 100%;
    height: 100%;
	
	background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	
   /*margin-top: 145px;*/
   
}


.filo{
	background:#5294C6;
	border-radius:10px;
	padding:10px;
	box-shadow:5px 5px 5px 2px #666;
	}

.formulario {
	background-color: #87C489;
	/*transition: 2s;*/
	/*box-shadow: 0px 0px 0px #CCCCCC, 0px 0px 50px #FF0000;*/
	
	border-radius: 15px;
	/*Este hace que lo float se vea normal*/
	overflow: hidden;
}



#titulo{
	background:rgba(255,255,255,0.7);
	border-radius:15px;
	opacity: 1;
	width: 300px;
	height: 750px;
  /*filter: alpha(opacity=50);
		cambiar el tamaño de boostrap
		max-width:2500px;*/
	}

    #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;
        margin: 0px;
        border-radius:10px;
        padding: 140px 25px;
        color: #000;
        background-color:rgba(0,0,0,0.02);;
        font-family:'Impact', 'Haettenschweiler', "Franklin Gothic Bold", "Arial Black", "sans-serif";
        
    }

/*#distribuidores-index{
	
	/*background-image:url(../img/hom1.jpg); */
	/*background-repeat:no-repeat; 
	background-position:"center";
	width: 1100px;
	height: 460px;

	box-shadow: 4px 4px 15px 15px rgba(0, 0, 0, 0.185);
    margin: 0px;
	border-radius:15px;
    padding: 140px 25px;
    color: #000;
    background-color:rgba(0,0,0,0.02);
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    /*margin: 0px;
	border-radius:5px;
    padding: 140px 25px;
    background-image:url(../img/img4.jpg);
	
		opacity: 1;
		filter: alpha(opacity=10);
		zoom: 1;
	
    background-color:rgba(0, 0, 0, 0.089);
	
	
}*/


.line {
	background-color: rgba(255,255,255,0.7);
	overflow: hidden;
	transition: 2s;
	box-shadow: 0px 0px 0px #f8f8f8, 0px 0px 50px #519c7080;
}

.marco {
	background-color: #90D5B1;
	padding: 5px;
	height:520px;
	width:1100px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 10px 20px #62C589 ;
  	-moz-box-shadow: 5px 10px 10px #62C589 ;

}

.carru {
	background-color: #F8ECCE;
	height:300px;
	width:800px;
	border-radius: 15px 15px 15px 15px;
	
	
	
}



strong {
	
  font-weight:bold;
  color:black;
  font-size:18px;
}

.submit{
	cursor: pointer;
	font-style: oblique;
	float: right;
}

.contenedor-imagen{
	background-color: #CCF;
	padding: 5px;
	border-radius: 15px;
}


	


textarea{
	width: 100%;
}

#img_logo{
	width: 120px; 
	height: 80px;
}

#img_services{
	
	width: auto;
	height: auto;
	border-radius:20px;
	/*border:12px;*/
	padding:20px;	
	background:rgba(255,255,255,0.7);
	/*utilizar sombras*/
	box-shadow: 8px 8px 11px #999;
	position:center;		
}

#img_ser{

	width: 100%;	
}

/*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;
	}*/
}