


/*-----------------------------------RESET-----------------------------------------------------------*/


* {
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  overflow-x: hidden; 
}


body {
    position: relative;
    width:100%;
    height:100%;
    overflow-x: hidden;
    vertical-align: baseline;
    background: transparent;
	font-family: 'Roboto Condensed', sans-serif;
}



a {
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-align: center;
	color: rgb(255, 255, 255);
    text-decoration:none;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: 0;
}


::selection { 
  background-color: rgb(40,90,165);
  color: rgb(255,255,255);
}

::-moz-selection { 
  background-color: rgb(40,90,165);
  color: rgb(255,255,255);
}



/*-------------------------------------CABECERA SUP-------------------------------------------------*/


#cabecera-sup {
	text-align: right;
	background-color: rgba(63,71,205,1.00);
	padding-top: 9px;
	width: 100%;
    min-height: 40px;
}

.iconos-sup {
	display: inline;
	position: relative;
	color: rgba(255,255,255,1.00);
	margin-left: 15px;
	font-size: 13px;
	margin-right:20px;
}

#cont-iconos {
	margin-right: 10px;
}
#cont-iconos i{
	margin-right: 5px;
	margin-left: 5px;
}
#cont-iconos a:hover i{
	color:#b5e51d;
}


/*Menu  ----  Clases Bootstrap para modificar los colores de a :hover :focus*/

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: rgb(35,125,15);
}

.nav .navbar-nav .navbar-right li a {
    background-color: transparent;
    color: rgb(255,255,255);
}



.navbar-default {
  background-color: #fff;
  min-height: 100px;
  margin-top: 40px;
  border-color: transparent;
}



.navbar-default .navbar-brand {
  color: rgb(255,255,255);
 
}
.navbar-default .navbar-brand > img{
  width:145px;height:77px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgb(35,125,15);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: rgb(255,255,255);
}
.navbar-default .navbar-nav > li > a {
  color: #3f47cd;
  font-weight:700;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ed1b24;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ed1b24;
  background-color: transparent;
  border-bottom: 2px solid #ed1b24;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ed1b24;
  background-color: transparent;
  border-bottom: 2px solid #ed1b24;
}

/*---------------------------------------------------------------*/

#nav {
    color: rgb(255,255,255);
    font-size: 14px;
    line-height: 10px;
    margin-top: 21px;
    position: relative;
}



/*Boton responsive ------------------------*/

.navbar-toggle {
  margin: 28px 25px 0 0;
}

.navbar-default .navbar-toggle {
  /*border-color: rgb(35,125,15);*/
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ed1b24;
}

/*Boton color ------------------------fin*/


.navbar-collapse {
  overflow-x: visible;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  min-height: auto;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}





/*---------------------SLIDE---------------------------------------*/


.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 200px;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.carousel-caption h3 {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	font-size: 33px;
	background-color: rgba(237, 27, 36, .8);
	display: inline-block;
	padding: 15px 15px 15px 15px;
  font-weight:400!important;
 
}

.carousel-caption h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	font-size: 33px;
	background-color: rgba(63, 71, 205, .8);
	display: inline-block;
	padding: 15px 15px 15px 15px; 
	margin-top: -5px;
  font-weight:400!important;
}
.carousel-caption a:hover{ color:#b6e327;}



/*---------------------QUIENES SOMOS---------------------------------*/



.titulo {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #ed1b24;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
	

}


h4:after {
    position: absolute;
    width: 100px;
    background-color: #3f47cc;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 5px auto;
    right: 0;
}

#quienes p, .productores p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: rgb(100, 100, 100);
	text-align: center;
	margin-bottom: 50px;
	margin-top: 25px;
}



/*-------------------------------SERVICIOS------------------------------*/


#servicios{
	background: #F8F8F8;
	margin-top: 25px;
	border-top: 1px solid #E8E8E8;
	text-align: center;
}

.titulos-servicios {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #686868;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}


.img-servicios {
  	margin: 0 auto; 
}

.boton-servicios {
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px 30px;
	background: #3f47cc;
	margin-left: 15px;
}


.boton-servicios:hover {
	color: #fff;
	background: #ed1b23;
	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}



/*-------------------------------NOVEDADES------------------------------*/


#novedades {
	background: #FFFFFF;
	padding-top: 25px;
	border-top: 1px solid #E8E8E8;
	text-align: center;
}

.cont-novedades {
	background: rgb(255, 255, 255);
	border: 1px solid #E8E8E8;
	text-align: center;
	margin-top: 70px;
-webkit-box-shadow: -1px 10px 35px -11px rgba(0,0,0,0.49);
-moz-box-shadow: -1px 10px 35px -11px rgba(0,0,0,0.49);
box-shadow: -1px 10px 35px -11px rgba(0,0,0,0.49);
-moz-transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-o-transition: all 0.5s ease-in-out 0s;transition: all 0.5s ease-in-out 0s;
}
.cont-novedades:hover {
-webkit-box-shadow: -1px 10px 35px -11px rgba(0,0,0,0);
-moz-box-shadow: -1px 10px 35px -11px rgba(0,0,0,0);
box-shadow: -1px 10px 35px -11px rgba(0,0,0,0);
}


/*.cont-novedades:hover {
  	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}*/


.img-novedades {
	text-align: center;
	position: relative;
	margin: 0px auto;
	margin-top: 7px;
	margin-bottom: 25px;
}	

.titulo-novedad {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	line-height: 23px;
	color: rgb(40, 90, 165);
	text-align: center;
	margin-bottom: 15px;
	margin-top:5px;
  padding-left: 5px;
  padding-right: 5px;
}


.cont-novedades p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: rgb(100, 100, 100);
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
}


.boton-novedades {
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid rgb(255, 255, 255);
	padding: 15px 40px;
	background: rgb(40, 90, 165);
	position: relative;
	margin-left: 15px;
}


.boton-novedades:hover {
	color: rgb(40, 90, 165);
	background: rgb(255, 255, 255);
	border: 1px solid rgb(40, 90, 165);
	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}


.boton-novedades a:hover {
	color: rgb(40, 90, 165);
	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}



/*-------------------------------CONTACTENOS------------------------------*/



#contactenos {
	background: #F8F8F8;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	margin-top: 75px;
	padding-top:70px;
	padding-bottom:70px;
}

#circulo-icon-cont {
	background: rgb(40, 90, 165);
  	position: absolute;
  	z-index: 1;
  	height: 135px;
  	width: 135px;
  	border: 3px solid rgb(255, 255, 255);
  	border-radius: 50%;
  	display: inline-block;
  	
}


#circulo-icon-cont img {
	margin: 25%;
	position: relative;
	text-align: center;

}


#rectangulo-cont {
	vertical-align: middle;
	position: absolute;
	left: 100px;
	height: 90px;
  	width: 370px;
  	background: rgb(40, 90, 165);
  	display: inline-block;
  	margin-top: 23px;
}


#rectangulo-cont a {
	color: rgb(255, 255, 255);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 30px;
	padding-left: 30%;
}



#circulo-icon-cont {
	-webkit-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.5);	
  -moz-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.5);
  box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.5);
  	/*transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;*/
}


/*------*/


#circulo-icon-cont2 {
	background: rgb(35, 125, 15);
  	position: absolute;
  	z-index: 1;
  	height: 135px;
  	width: 135px;
  	border: 3px solid rgb(255, 255, 255);
  	border-radius: 50%;
  	display: inline-block;
  	
}


#circulo-icon-cont2 img {
	margin: 25%;
	position: relative;
	text-align: center;

}


#rectangulo-cont2 {
	vertical-align: middle;
	position: absolute;
	left: 100px;
	height: 90px;
  	width: 370px;
  	background: rgb(35, 125, 15);
  	display: inline-block;
  	margin-top: 23px;
}


#rectangulo-cont2 a {
	color: rgb(255, 255, 255);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 30px;
	padding-left: 18%;
}



#circulo-icon-cont2 {
	-webkit-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.5);	
    -moz-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.5);
  	box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.5);
  	/*transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;*/
}




/*-------------------------------FOOTER------------------------------*/

#footer {
	background: #fff;
	min-height: 130px;
}

#logo-footer {
	position: relative;
	margin-top: 40px;
}
#logo-footer p {
  display: inline;
  width: 100%;
  float: left;
  margin-top: 15px
}

.iconos-inf {
	text-align: left;
	margin-left: 10px;
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 13px;
}

#contacto {
	position: relative;
	margin-top: 38px;
}

#logo-super-int {
	position: relative;
	margin-top: 28px;
}

#redes {
	text-align:center;margin-top:40px;
}
#redes a i{color:#ed1b24;font-size:24px;margin:8px;}
#redes a:hover i{color:#3f47cd;}

#firma {
	background: rgb(190, 190, 190);
	min-height: 35px;
}



/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------POR QUÉ ELEGIRNOS------------------------------------------*/

.circulo-icon2 {
  text-align: center;
  background: rgb(40, 90, 165);
    margin: auto;
    position: relative;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-top: 30px;
    -webkit-box-shadow: 8px 8px 7px -4px rgba(0,0,0,0.4); 
    -moz-box-shadow: 8px 8px 7px -4px rgba(0,0,0,0.4);
    box-shadow: 8px 8px 7px -4px rgba(0,0,0,0.4);
}

/*
.circulo-icon2:hover {
  	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
*/
.circulo-icon2 img {
	margin-top: 30%;
	text-align: center;
	position: relative;
}


.cajas-servicios {
	background: rgb(245, 245, 245);
	border-top: 3px solid rgb(35, 125, 15);
	position: relative;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 190px;
	min-height: 800px;
	-webkit-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.2);	
    -moz-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.2);
  	box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.2);
  	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}


.img-elegirnos {
	text-align: center;
	position: relative;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 25px;
}	


.cajas-servicios h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: rgb(40, 90, 165);
	text-align: center;
	padding: 10px;
}

hr {
    position: relative;
    width: 100px;
    background-color: rgb(35, 125, 15);
    bottom: 0;
    content: "";
    height: 1px;
    margin: 5px auto;
}


.cajas-servicios p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: rgb(100, 100, 100);
	text-align: left;
	margin-bottom: 30px;
	padding: 20px;
}





@media screen and (max-width: 768px) {

.cajas-servicios {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 300px;
}

.cajas-servicios p {
	text-align: center;
}

}


@media screen and (max-width: 992px) {

.cajas-servicios {
	margin-top: 25px;
	margin-bottom: 25px;
	min-height: 100px;
}

.cajas-servicios p {
	text-align: center;
}


}



/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------COBERTURAS-------------------------------------------------*/



#coberturas {
	margin-bottom: 190px;
}


.img-coberturas {
	text-align: center;
	position: relative;
	margin: 0px auto;
	margin-top: 60px;
	margin-bottom: 25px;
}	


.titulo-cobertura {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 25px;
	color: rgb(40, 90, 165);
	text-align: center;
	padding: 10px;
}

hr {
    position: relative;
    width: 100px;
    background-color: rgb(35, 125, 15);
    bottom: 0;
    content: "";
    height: 1px;
    margin: 5px auto;
}


.coberturas p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: rgb(100, 100, 100);
	text-align: left;
	margin-bottom: 30px;
	padding: 20px;
}


@media screen and (max-width: 768px) {


#coberturas {
	margin-bottom: 50px;
}


.img-coberturas {
	margin-top: 50px;
	margin-bottom: 25px;
}	


.coberturas p {
	text-align: center;
	margin-bottom: 0px;
}

}



@media screen and (max-width: 992px) {


#coberturas {
	margin-bottom: 25px;
}

.coberturas p {
  text-align: center;
  margin-bottom: 0px;
}

.img-coberturas {
	margin-top: 30px;
	margin-bottom: 15px;
}	


}




/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------COPAÑÍAS ASEGURADORAS--------------------------------------*/


h6 {
	font-size: 23px;
	line-height: 23px;
	color: rgb(40, 90, 165);
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.img-companias {
	text-align: center;
	position: relative;
	margin: 0px auto;
	margin-top: 90px;
}	

#companias {
	margin-bottom: 190px;
}


@media screen and (max-width: 768px) {

.img-companias {
	
	margin-top: 30px;
}	

#companias {
	margin-bottom: 50px;
}


}	





/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------NOVEDADES--------------------------------------------------*/


#caja-novedad{
	margin-bottom: 190px;
}

.caja-novedad {
	margin-top: 15px;
}

.cont-novedades02 {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(35, 125, 15);
	position: relative;
	margin-top: 50px;
  text-align: center;
	-webkit-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.2);	
    -moz-box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.2);
  	box-shadow: 7px 7px 7px -4px rgba(0,0,0,0.2);
  	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.img-novedades02 {
	text-align: center;
	display: inline-block;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
  margin: 0 auto;
}


.titulo-novedad02 {
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	font-size: 18px;
	line-height: 23px;
	color: rgb(40, 90, 165);
	text-align: left;
	padding: 0px;
}


.cont-novedades02 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: rgb(100, 100, 100);
	text-align: left;
	padding-bottom: 15px;
}

.boton-novedades02 { 
	text-align: right;
	border: 1px solid rgb(255, 255, 255);
	padding: 15px 40px;
	background: rgb(40, 90, 165);
	position: relative;
	
}

.btn03 {
	text-align: right;
	position: relative;
}


.boton-novedades02:hover {
	color: rgb(40, 90, 165);
	background: rgb(255, 255, 255);
	border: 1px solid rgb(40, 90, 165);
	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}


.boton-novedades02 a:hover {
	color: rgb(40, 90, 165);
	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}


.paginacion {
	text-align: right;
	margin-top: 50px;
}

.pagination > li > a,
.pagination > li > span {
  color: rgb(100, 100, 100);
  border: 1px solid rgb(100, 100, 100);
}


.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: rgb(35, 125, 15);
  border-color: rgb(100, 100, 100);
}




@media screen and (max-width: 768px) {

#caja-novedad{
	margin-bottom: 50px;
}

.caja-novedad {
	margin-top: 50px;
	margin: 0 auto;
	text-align: center;
}


.img-novedades02 {
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}


.titulo-novedad02 {
	text-align: center;
	padding: 0px;
}


.cont-novedades02 p {
	text-align: center;
}


.boton-novedades02 { 
	text-align: center;
	margin-bottom: 25px;
	
}

.btn03 {
	text-align: center;
}

.paginacion {
	text-align: center;
	margin-top: 50px;
}

}	


@media screen and (max-width: 992px) {

.cont-novedades02 p {
	text-align: center;
}


.titulo-novedad02 {
	text-align: center;
	padding: 0px;
}

.boton-novedades02 { 
	text-align: center;
	margin-bottom: 25px;
	
}

.btn03 {
	text-align: center;
}

.paginacion {
	text-align: center;
	margin-top: 50px;
}

#caja-novedad{
	margin-bottom: 50px;
}


.img-novedades02 {
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

.caja-novedad {
	margin-top: 50px;
	margin: 0 auto;
	text-align: center;
}

}





/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------POSTEO / NOVEDADES-----------------------------------------*/


.caja-novedad03 {
	margin-top: 100px;
}

.titulo-novedad03 {
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	font-size: 22px;
	line-height: 26px;
	color: rgb(40, 90, 165);
	text-align: left;
	padding: 0px;
	margin-bottom: 25px;
}

.img-novedades03 {
	text-align: left;
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
}


.titulo-novedad04 {
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	font-size: 18px;
	line-height: 25px;
	color: rgb(255, 255, 255);
	text-align: center;
	padding: 25px;
	margin-top: 70px;
	background: rgb(40, 90, 165);

}


.cont-otras-nov {
	background: rgb(245, 245, 245);
	padding-top: 5px;
	padding-bottom: 25px;
}

.titulo-otras-nov {
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: rgb(40, 90, 165);
	text-align: left;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;

}

.img-otras-nov {
	text-align: center;
	margin: 0 auto;
}

.texto-nov {
  margin-bottom: 40px;
}

.contenedor {
  overflow: hidden;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}


#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../img/fancybox_sprite.png');
}





@media screen and (max-width: 768px) {

.caja-novedad03 {
	margin-top: 50px;
}

.titulo-novedad03 {
	text-align: center;
}

.img-novedades03 {
	text-align: left;
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
}

.titulo-otras-nov {
	text-align: center;
}

.cont-otras-nov {
	text-align: center;
	margin: 0 auto;
}

.cont-min {
	margin: 0 auto;
	text-align: center;
}

p {
  text-align: center;
}


}	


@media screen and (max-width: 992px) {

.caja-novedad03 {
	margin-top: 50px;
}

.titulo-novedad03 {
	text-align: center;
}

.img-novedades03 {
	text-align: left;
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
}

.titulo-otras-nov {
	text-align: center;
}

.cont-otras-nov {
	text-align: center;
	margin: 0 auto;
}

.cont-min {
	margin: 0 auto;
	text-align: center;
}

p {
  text-align: center;
}

}	







/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------PRODUCTORES ASOCIADOS--------------------------------------*/


.titulo-prod-asoc {
	margin-top: 250px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #ed1b24;
	text-align: center;
	margin-bottom: 30px;
}

#productores {
	position: relative;
	margin-bottom: 190px;
}

.caja-productor {
	position: relative;
	margin-top: 50px;
}

.caja-info {
	position: relative;
	background: rgb(245, 245, 245);
	border-top: 3px solid rgb(35, 125, 15);
	min-height: 260px;
	padding-left: 20px;
	padding-top: 20px;
}

.nombre {
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: rgb(40, 90, 165);
	text-align: center;
	margin-top: 15px;
}

.matricula {
	position: relative;
	font-size: 16px;
	color: rgb(100, 100, 100);
	text-align: center;
}

.datos {
	position: relative;
	font-size: 20px;
	color: rgb(100, 100, 100);
	text-align: left;
}


.datos ul {
	list-style: none;
}



@media screen and (max-width: 768px) {

.titulo-prod-asoc {
	margin-top: 200px;
}

#productores {
	margin-bottom: 50px;
}


.datos {
	text-align: center;
}


.img-productores {
	margin: 0 auto;
	margin-bottom: 25px;

}

#logo-footer p { width: 100%; float: none; display: block; }

}

@media screen and (max-width: 992px) {

.img-productores {
	margin: 0 auto;
	margin-bottom: 25px;
}


.datos {
	text-align: center;
}


}






/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------CONTACTO---------------------------------------------------*/




#form-contacto {
	position: relative;
	background: rgb(245, 245, 245);
	margin-top: 70px;
	margin-bottom: 190px;
}


.formulario {
	position: relative;
	padding-top: 50px; 
	padding-bottom: 40px;

}


.formulario input, textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid rgb(40, 90, 165);
  font-size: 16px;
  padding: 10px 7px;
  overflow: hidden;
}


.textarea-coment{
   padding: 14px 7px;
}


.formulario input:focus, textarea:focus {
  border-color: rgb(35, 125, 15);
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 1px rgba(35, 125, 15, 1), 1px 1px 3px rgba(35, 125, 15, 1);
  box-shadow: inset 1px 1px 1px rgba(35, 125, 15, 1), 1px 1px 3px rgba(35, 125, 15, 1);
}



.boton-form { 
	text-align: center;
	border: 1px solid rgb(255, 255, 255);
	background: rgb(40, 90, 165);
	position: relative;
	color: rgb(255, 255 ,255);
	}





.boton-form:hover {
	color: rgb(255, 255, 255);
	background: rgb(35, 125, 15);
	border: 1px solid rgb(35, 125, 15);
	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}


.boton-form a:hover {
	color: rgb(40, 90, 165);
	transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}



@media screen and (max-width: 768px) {

#form-contacto {
	margin-top: 50px;
	margin-bottom: 50px;
}



}










/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*---------------------------------------MEDIAS QUERY HOME------------------------------------------*/



@media screen and (max-width: 321px) {

#cabecera-sup {
  text-align: center;
  padding-top: 3px;
}

.iconos-sup {
  display: inline;
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}


#cont-iconos {
  margin-right: 0px;
}

.navbar-toggle {
  margin-top: 30px;
  margin-right: 5px;
}


.navbar-default {
  min-height: 100px;
  margin-top: 30px;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  margin-top: 10px;
  padding-left: 3px;
  margin-right: 0px;
}


/*---------------------SLIDE---------------------------------------*/

#carousel-fijo {
margin-top: 150px;
}



.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  z-index: 0;
  padding-top: 3px;
  padding-bottom: 5px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.carousel-caption h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 11px;
  display: block;
  padding: 10px 10px 10px 10px;
  margin-top: -130px;
 
}

.carousel-caption h2 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  padding: 10px 10px 10px 10px; 
  margin-bottom: 0px;
}


/*-------------------------------NOVEDADES------------------------------*/

.img-novedades {
  margin-top: 0px;
} 


/*-------------------------------CONTACTENOS------------------------------*/

#contactenos {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#circulo-icon-cont {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
}


#rectangulo-cont {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont a {
  text-align: center;
  padding-top: 30px;
  padding-left: 0%;
}


/*----*/

#circulo-icon-cont2 {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}


#rectangulo-cont2 {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont2 a {
  text-align: center;
  padding-top: 15px;
  padding-left: 0%;
}

/*-------------------------------FOOTER------------------------------*/

#footer {
  text-align: center;
}

#logo-footer {
  text-align: center;
  margin-top: 30px;
}


#contacto {
  position: relative;
  margin-top: 28px;
}

#logo-super-int {
  text-align: center;
  margin-top: 18px;
}

#redes {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 18px;
}



} /* Fin max-width: 321px------------------------------------*/ 

@media only screen and (max-width: 480px) {
.navbar-brand { width: 80%; }

.navbar-default { min-height: 100px }

.navbar-brand > img { width: 80%; height: auto; }


/*.carousel-caption h2, .carousel-caption h3  { position: absolute; left: 0 }*/
}

@media only screen and (max-width: 640px) {

.dir{display:none;}

}

@media screen and (min-width: 322px) and (max-width: 481px){

#cabecera-sup {
  text-align: center;
  padding-top: 8px;
}

.iconos-sup {
  margin-left: 2px;
  margin-bottom: 5px;
}


#cont-iconos {
  margin-right: 0px;
}

.navbar-toggle {
  margin-top: 25px;
  margin-right: 15px;
}


.navbar-default {
  min-height: 80px;
  margin-top: 60px;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  margin-top: 0px;
  padding-left: 15px;
  margin-right: 0px;
}



/*---------------------SLIDE---------------------------------------*/

#carousel-fijo {
margin-top: 140px;
}



.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  top:20%;
  z-index: 0;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-bottom: 135px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.carousel-caption h3 {
  text-align: center;
  font-size: 15px;
 }

.carousel-caption h2 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
}


/*-------------------------------NOVEDADES------------------------------*/

#novedades {
  padding-bottom: 50px;
}


.img-novedades {
  margin-top: 25px;
} 


.titulo-novedad {
  padding-left: 10px;
  padding-right: 10px;
}

/*-------------------------------CONTACTENOS------------------------------*/

#contactenos {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#circulo-icon-cont {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
}


#rectangulo-cont {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont a {
  text-align: center;
  padding-top: 30px;
  padding-left: 0%;
}


/*----*/

#circulo-icon-cont2 {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}


#rectangulo-cont2 {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont2 a {
  text-align: center;
  padding-top: 35px;
  padding-left: 0%;
}

/*-------------------------------FOOTER------------------------------*/

#footer {
  text-align: center;
}

#logo-footer {
  text-align: center;
  margin-top: 30px;
}


#contacto {
  position: relative;
  margin-top: 28px;
}

#logo-super-int {
  text-align: center;
  margin-top: 18px;
}

#redes {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 18px;
}



} /* Fin 322px and 481px*/ 



@media screen and (min-width: 482px) and (max-width: 801px) {

/* COLLAPSE */

.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: none;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

 

/*---------------------HEADER---------------------------------------*/



#cabecera-sup {
  text-align: center;
  padding-top: 8px;
}

.iconos-sup {
  margin-left: 2px;
  margin-bottom: 5px;
}


#cont-iconos {
  margin-right: 0px;
}

.navbar-toggle {
  margin-top: 35px;
  margin-right: 15px;
}


.navbar-default {
  min-height: 100px;
  margin-top: 40px;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  margin-top: 10px;
  padding-left: 15px;
  margin-right: 0px;
}



/*---------------------SLIDE---------------------------------------*/

#carousel-fijo {
margin-top: 140px;
}



.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  z-index: 0;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-bottom: 250px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.carousel-caption h3 {
  text-align: center;
  font-size: 25px;
 }

.carousel-caption h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0px;
}

/*-------------------------------NOVEDADES------------------------------*/

#novedades {
  padding-bottom: 50px;
}


.img-novedades {
  margin-top: 25px;
} 


.titulo-novedad {
  padding-left: 10px;
  padding-right: 10px;
}

/*-------------------------------CONTACTENOS------------------------------*/

#contactenos {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#circulo-icon-cont {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
}


#rectangulo-cont {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont a {
  text-align: center;
  padding-top: 30px;
  padding-left: 0%;
}


/*----*/

#circulo-icon-cont2 {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}


#rectangulo-cont2 {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont2 a {
  text-align: center;
  padding-top: 35px;
  padding-left: 0%;
}

/*-------------------------------FOOTER------------------------------*/

#footer {
  text-align: center;
}

#logo-footer {
  text-align: center;
  margin-top: 30px;
}


#contacto {
  position: relative;
  margin-top: 28px;
}

#logo-super-int {
  text-align: center;
  margin-top: 18px;
}

#redes {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 18px;
}

}  /* Fin 482px and 801px*/



@media screen and (min-width: 802px) and (max-width: 1025px) {

/* COLLAPSE */

.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: none;
      box-shadow: none;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

 

/*---------------------HEADER---------------------------------------*/



#cabecera-sup {
  text-align: center;
  padding-top: 8px;
}

.iconos-sup {
  margin-left: 2px;
  margin-bottom: 5px;
}


#cont-iconos {
  margin-right: 0px;
}

.navbar-toggle {
  margin-top: 35px;
  margin-right: 15px;
}


.navbar-default {
  min-height: 100px;
  margin-top: 40px;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  margin-top: 10px;
  padding-left: 15px;
  margin-right: 0px;
}



/*---------------------SLIDE---------------------------------------*/

#carousel-fijo {
margin-top: 140px;
}



.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 0px;
  left: 0%;
  z-index: 0;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-bottom: 350px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


.carousel-caption h3 {
  text-align: center;
  font-size: 25px;
 }

.carousel-caption h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 0px;
}



/*-------------------------------NOVEDADES------------------------------*/


.img-novedades {
  margin-top: 0px;
} 


.titulo-novedad {
  padding-left: 5px;
  padding-right: 5px;
}

/*-------------------------------CONTACTENOS------------------------------*/

#contactenos {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#circulo-icon-cont {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
}


#rectangulo-cont {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont a {
  text-align: center;
  padding-top: 30px;
  padding-left: 0%;
}


/*----*/

#circulo-icon-cont2 {
    position: relative;
    z-index: 0;
    display: inline-block;
    text-align: center;
    margin-top: 0px;
}


#rectangulo-cont2 {
  vertical-align: middle;
  position: relative;
  left: 0px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#rectangulo-cont2 a {
  text-align: center;
  padding-top: 35px;
  padding-left: 0%;
}



/*----NOVEDADES----*/
.boton-novedades02 { 
  text-align: right;
  border: 1px solid rgb(255, 255, 255);
  padding: 15px 40px;
  background: rgb(40, 90, 165);
  position: relative;
  margin-bottom: 25px;
  
}

/*--FOOTER--*/
#logo-footer p { float: left; width: 100% }

}  /* Fin 802px and 1025px*/



.listados{margin:0 0 30px 30px;padding:0;}
.listados li{border-bottom:1px solid #e4e4e4;margin:4px 0;padding:5px;font-size:15px;line-height:24px;}
.listados li i{font-size:24px;color:#3f47cd;margin-right:8px;}

#testimonios{
	margin-top: 75px;
	border-top: 1px solid #E8E8E8;
	padding:70px 0 0 0;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
.listados li{text-align:left!important}	
}

@media screen and (max-width: 361px) {
	.navbar-default {
  margin-top: 40px!important;
  border-color: transparent;
	}
	
	.navbar-default .navbar-brand img{
	  margin-top: -12px!important;
	}
}


.listados{margin:0 0 30px 30px;padding:0;}
.listados li{border-bottom:1px solid #e4e4e4;margin:4px 0;padding:5px;}
.listados li i{font-size:24px;color:#3f47cd;margin-right:8px;}

#testimonios{
	margin-top: 75px;
	border-top: 1px solid #E8E8E8;
	padding:70px 0 0 0;
}

.icn-activo{opacity:0.5;margin-left:4px;}
.icn:hover{opacity:0.5;margin-left:4px;}
.fa-2x{font-size:23px!important;}