﻿/* -- Archivo de styles ccs Virgen de Rosario --*/

html,body {
  height: 100%;
  width: 100%;
  font-family:'Oxygen',sans-serif;
  margin:0;
  background:#F79000;
}

.row { margin: 0; padding: 0 }

h1,.lead {
  font-family:'Oxygen',sans-serif;
}

h1 {
  font-size:18px;
}

.navbar a { /* Texto Opciones de MENU */
  color:#333333;
  font-size:15px;
}
.header { /* Texto central */
	font-size:22px;
	padding:100px; 
	margin:auto;
	height: 100%; /* Le indicamos que ocupe todo el alto de la pagina*/
	border-color:#eeeeee;
	color:#333333; /* Color blanco del telefono*/
	background-color:transparent;
}

.vert { /* Texto central */
  vertical-align: middle;
  width:100%;
  padding-top:10%; /* Move el texto arriba / abajo */
  text-align:center;
  text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);/*sombra de la letra*/
}

.header h1 { /* Texto central titulo H1 cooperativa agricola */
  font-size:70px;
  font-weight:bold;
  -webkit-text-stroke: 1px rgba(f,f,f,0.1);
  color:#6B0024;
  margin-left:-5px;
  margin-bottom:5px;
  text-transform:uppercase;
  text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
}

.header .lead { 
  font-size:25px; /* Tamaño del texto de la direccion */
  color:#545454;
  text-shadow: -5px 5px 5px rgba(0,0,0, 0.3);
}

.alt { /* Color de fondo */
background: #f6e6b4; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f6e6b4 0%, #ed9017 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f6e6b4 0%,#ed9017 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f6e6b4 0%,#ed9017 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f6e6b4 0%,#ed9017 100%); /* IE10+ */
background: linear-gradient(135deg,  #f6e6b4 0%,#ed9017 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Bloque de imagenes */
.featurette {
  background: #545454; /* Color de fondo */
  padding: 50px 0; /*La altura del bloque de la sec2 */
}

.featurette-item {
  margin-bottom: 20px;
}

.featurette-item > i {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.featurette-item > i:hover {
  font-size: 68px;
}

.vcenter { /* Alinear las imagenes 2 y 3 con el resto */
    display: inline-block;
    vertical-align: middle;
    float: none;
	padding: 6px 0; /*forzamos la alineacion con el resto de imagenes*/
}

a.nonunderline{ /* Link Gregal fin de pagina */
text-decoration:none;   
color:#000000; 
}

footer {
  padding: 0px 0;
}
