/*

BAHIANA CSS

*/
/* Boton flotante Instagram */
.ig_float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:140px;
	right:10px;
	background-color:#C92599;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:35px;
	box-shadow: 2px 2px 3px #9999;
  	z-index:100;
}
.ig_float:hover {
	text-decoration: none;
	color: #C92599;
  	background-color:#fff;
}

.my-ig_float{
	margin-top:13px;
}

/* Boton flotante Facebook */
.fb_float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:75px;
	right:10px;
	background-color:#3b5998;
	color:#fff;
	border-radius:50px;
	text-align:center;
  	font-size:35px;
	box-shadow: 2px 2px 3px #999;
  	z-index:100;
}
.fb_float:hover {
	text-decoration: none;
	color: #3b5998;
  	background-color:#fff;
}

.my-fb_float{
	margin-top:14px;
}

/* Boton flotante Whatsapp */
.wa_float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.wa_float:hover {
	text-decoration: none;
	color: #25d366;
  	background-color:#fff;
}

.my-wa_float{
	margin-top:14px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  	background-color:#fff;
}

.my-float{
	margin-top:16px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

body
{
	background-color: #d2e8c2;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.right
{
	float: right;	
}

.left
{
	float: left;	
}

.clear
{
	clear: both;	
}

.no-visible
{
	display: none;	
}

.no-margin-bottom
{
	margin-bottom: 0 !important;
}


/* CONTAINER */

#container
{
	background-color: #fff;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 0 auto 32px auto;
	width: 960px;
	
	border-bottom-left-radius: 5px;
	-webkit-bottom-left-border-radius: 5px;
	-moz-bottom-left-border-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-bottom-right-border-radius: 5px;
	-moz-bottom-right-border-radius: 5px;
}


/* NAV */

#nav
{
	background-color: #fff;
	height: 140px;
	position: fixed;
	width: 960px;
	z-index: 1200;
	
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.4);
}

#nav h1
{
	float: left;
	margin-top: 10px;
	margin-left: 60px;	
}

#nav p
{
	background-color: #ff9c00;
	color: #fff;
	font-size: 12px;
	float: right;
	margin-top: 14px;
	padding: 8px 10px 7px;
}

#nav ul
{
	background-color: #bcb89b;
	float: right;
	margin-top: 35px;
	padding-left: 10px;
	padding-right: 10px;
	width: 540px;
}

#nav li
{
	float: left;
	padding-top: 12px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

#nav .selected
{
	border-bottom: 2px solid #fff;	
}

#nav a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#nav a:hover
{
	color: #ccc;
}

#nav #datos-nav
{
	float: right;	
}

#asesoramiento
{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100%;
	margin-top: 27px;
	margin-right: 60px;
}

#asesoramiento span
{
	color: #348608;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#asesoramiento h4
{
	color: #348608;
	font-size: 30px;
	font-weight: normal;
	height: 30px;
	text-align: center;
	width: 250px;
	margin-top: 7px;
}

#oferta
{
	display: none;
	/*background-image: url('../img/oferta.png');
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 100px;
	margin-top: 77px;
	margin-left: 766px;
	padding-top: 28px;
	position: fixed;
	width: 128px;		
	z-index: 300;*/
}

#oferta h4
{
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	margin-left: 20px;	
}

#oferta span
{
	display: block;
	font-size: 14px;
	margin-left: 10px;
	text-align: center;
	width: 110px;
}	


/* CONTENT */

#content
{
	/*background-image: url('../img/bg-content.gif');
	background-position: right top;
	background-repeat: repeat-y;*/
	line-height: 180%;	
	padding-top: 140px;
}

#content-slider
{
	height: 367px;	
}

#facebook-link
{
	margin-top: 274px;
	margin-left: 500px;
	position: absolute;
	z-index: 1000;
}

.nivo-slider 
{
	height: 286px;
	width: 480px;
}

.info-img
{
	float: left;	
}

.info
{
	background-color: #fdfdfd;
	padding-top: 22px;
	float: left;
	width: 480px;
}

.info h3
{
	color: #348608;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 23px;
	margin-left: 35px;
	margin-top: 0;
}

.info h4
{
	color: #348608;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 23px;
	margin-left: 35px;
	margin-top: 0;
}

.info p, .info ul
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 18px;
	margin-left: 35px;
	width: 416px;
}

.info li
{
	margin-bottom: 8px;
}

.naranja-link
{
	color: #ff9c00;
	font-size: 14px;
	margin-left: 35px;
	text-decoration: none;	
}

#img-radio
{
	margin-left: 35px;
	margin-bottom: 30px;
}

#radio
{
	border-left: 1px solid #d9d9d9;	
	width: 478px;
}

#grama
{
	border-top: 12px solid #ff9c00;
	border-bottom: 4px solid #ff9c00;
}

#servicio
{	
	border-bottom: 4px solid #ff9c00;
}	


/* CONTACTO */

#contacto
{
	margin-top: 41px;
	margin-left: 660px;
	position: absolute;
	z-index: 1000;
}

#contacto h3
{
	color: #fff;
	font-size: 34px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 2px rgba(100, 100, 100, 1);
	margin-top: 0;
	font-weight: bold;
}

#contacto h4
{
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	text-shadow: 0px 0px 2px rgba(100, 100, 100, 1);
	margin-top: 0;
	font-weight: bold;
}

.mail-contacto
{
	border-bottom: 1px solid #ccc;
	color: #666;
	text-decoration: none; 
}

form
{
	width: 230px;
}

form input[type=text], form textarea
{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 3px 6px;
	width: 235px;	
}

form textarea
{
	height: 73px;
	margin-bottom: 10px;
}

#enviar, #enviando
{
	background-color: #ff9c00;
	border: 1px solid #cb6a18;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: 'Nobile', Arial, sans-serif;
	font-size: 11px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	width: 135px;		
}

#enviando
{
	width: 121px;	
}

#contacto form .error
{
	border-color: #cf0e16;
	color: #cf0e16;
}

#enviado
{
	background-color: #fff;
	padding: 5px 8px;
}

#no-enviado
{
	background-color: #ff0000;
	color: #fff;
	padding: 0 4px;
	margin-top: 10px;
}

#form-contacto .error
{
	border: 1px solid #cc0000;		
}


/* FOOTER */

.modulo-footer
{
	background-color: #f9f9f9;
	border-top: 1px solid #f0f1f2;
	border-right: 1px solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	float: left;
	font-size: 12px;
	height: 217px;
	line-height: 120%;
	padding: 25px;
	width: 269px;
}

.modulo-footer li
{
	margin-bottom: 15px;
}

#zona-cobertura ul li
{
	line-height: 140%;
	margin-bottom: 10px;	
}

#footer a
{
	border-bottom: 1px solid #f2f2f2;
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	border-bottom: 1px solid #ccc;
	color: #333;
}

#footer .modulo-footer .i-link
{
	border-bottom: 1px solid #bbe4ce;
	color: #2db46a;
	text-decoration: none;	
}

#footer .modulo-footer .i-link:hover
{
	border-bottom: 1px solid #2db46a;
	color: #21824d;
	text-decoration: none;	
}

#facebook
{
	padding: 2px 14px 0 14px;
	border-right: none;
	height: 265px;	
	width: 292px;
}

#copy
{
	border-top: 1px solid #f0f1f2;
	padding: 21px;
}

#copy p
{
	float: left;	
}

#copy ul
{
	float: right;	
}

#copy ul li
{
	float: left;
	margin-left: 15px;	
}

.cambios #contacto {
	margin-top: 10px;

}

.cambios #contacto h3 {
	font-size: 28px;
}

.cambios #contacto h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

.cambios #contacto label {
	color: #fff;
	padding-right: 10px;
}

.cambios #contacto label span {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.cambios #contacto label input {
	margin-right: 5px;
    display: inline-block;
    margin-top: 0;
}

.cambios #contacto textarea {
	height: 35px;
}

/* OVERRIDE JULIO */

@media(min-width: 992px) {
	.container {
		width: 960px !important;
		padding-left: 0;
		padding-right: 0;
		background: white;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	#nav, #content {
		width: 750px;
	}

	#slider img {
		width: 100%;
		height: auto;
	}

	#nav h1 {
		margin-left: 20px;
	}

	#nav h1 img {    
		width: 244px;
	    height: auto;
	}

	#nav #datos-nav {
		float: none;
	}

	#nav p {
		display: block;
    	width: 100%;
    	margin-top: 0;
	}

	#contacto {
		margin-left: 480px;
		margin-top: 24px;
	}

	#contacto h3 {
		font-size: 27px;
		margin-bottom: 10px;
	}

	form input[type=text], form textarea {
		margin-bottom: 5px;
	}

	#enviar, #enviando {
		padding: 4px 6px;
	}

	#facebook-link {
    	margin-top: 217px;
    	margin-left: 382px;
    }

    #content-slider {
    	height: auto;
    }

    .info {
    	width: 100%;
    	padding-bottom: 20px;
    	float: none;
    }

    .info p, .info ul {
    	width: 100%;
    	margin-bottom: 0;
    }

    .nivo-slider {
    	width: 100%;
    	height: auto;
    }

    .nivo-slider img {
    	width: 100%;
    	height: auto;
    }

    .flexslider {
    	margin: 0 !important;
    	border: 0;
    }

    #radio, #radio img {
    	width: 100%;
    	border-left: 0;
    }

    #radio img {
		margin-left: 0 !important;
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
		margin-bottom: 0 !important;
    }

    #radio img {
		margin-left: 0 !important;
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
		margin-bottom: 0 !important;
    }

    .container {
    	background: white;
    	padding-left: 0;
    	padding-right: 0;
    }

    #copy {
    	border-top: 0;
    }

}

@media(max-width: 767px) {

    #copy {
    	border-top: 0;
    }

	#nav p {
		display: block;
    	width: 100%;
    	margin-top: 0;
    	margin-bottom: 0;
	}

	#cespedmini {
    	width: 100%;
    	height: auto;
    }

    #nav, #content {
		width: 100%;
	}

	.container {
    	background: white;
    	padding-left: 0;
    	padding-right: 0;
    }

    #nav, #content {
    	float: left;
    }

    #nav h1 {
		margin-left: 15px;
	}

	#facebook-link2 img {
		position: absolute;
    top: 16px;
    z-index: 10000;
    right: 10px;
    width: 39px;
	}

	#nav h1 img {    
		width: 120px;
	    height: auto;
	}

	#asesoramiento {
		margin-right: 56px;
		margin-top: 19px;
	}

	.info p, .info ul {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 12px;
		line-height: 150%;
	}

	.info ul {
		padding-left: 30px;
	}

	.info li {
		margin-bottom: 0;
	}

	.info h3 {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 24px;
		margin-bottom: 10px;
	}

	.info h4 {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 24px;
		margin-bottom: 10px;
	}

	#asesoramiento h4 {
		width: auto;
		font-size: 20px;
		text-align: right;
		margin-top: 0;
		margin-bottom: 0;
	}


    .right {
    	float: left;
    	padding-bottom: 10px;
    }

	#asesoramiento span {
		text-align: right;
		font-size: 11px;
	}

	#nav #datos-nav {
		float: none;
	}

		#contacto {
		margin-left: 0;
		margin-top: 24px;
		position: relative;
		padding-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#contacto h3 {
		    margin-left: 0;

    font-size: 24px;
    margin-bottom: 10px;

    color: #348608;
    text-shadow: 0 0 0;
	}

	#contacto h4 {
		margin-left: 0;

	font-size: 12px;
	margin-bottom: 10px;

	color: #348608;
	text-shadow: 0 0 0;
	}

form input[type=text], form textarea {
		margin-bottom: 5px;
	}

	#enviar, #enviando {
		padding: 4px 6px;
	}

	#facebook-link {
    	margin-top: 217px;
    	margin-left: 382px;
    }

    form input[type=text], form textarea, form {
    	width: 94%;
    }

    #content-slider {
    	height: auto;
    }

    .info {
    	width: 100%;
    	padding-bottom: 20px;
    }

    .info p, .info ul {
    	width: 100%;
    	margin-bottom: 0;
    }

    .nivo-slider {
    	width: 100%;
    	height: auto;
    }

    .nivo-slider img {
    	width: 100%;
    	height: auto;
    }

    .flexslider {
    	margin: 0 !important;
    	border: 0;
    }

    #content {
    	padding-top: 0;
    }

    .clear {
    	display: none;
    }

    #nav {
    	position: relative;
    	height: auto;
    }

    #radio, #radio img {
    	width: 100%;
    	border-left: 0;
    }

    #radio {
    	padding-bottom: 0;
    }

    #radio img {
		margin-left: 0 !important;
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
		margin-bottom: 10px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
}