/* custom.css */

body {
	margin:0;
	padding:0;
	font:13px/20px Arial, sans-serif;
	color:#4c4c4c;
	background:url(../images/pattern/pattern19.png);
	background-color:#ffffff;
}

/*Cabecera*/

#top-nav-container h1 {
    display:inline;
	color: #bbbbbb;
    font-size: 11px;
	margin:0px;
	font-family:Arial,sans-serif;
}

#logo-wrapper {margin: 15px 0 0}

#header-down {padding-bottom:0px;}

.telefono {
	display:inline-block;
	overflow:visible;
	padding:0;
	margin:15px 0 0 0;
	min-height:26px;
	position:relative;
	font-size:48px;
	font-style:bold;
	font-family: 'Passion One', cursive;
	
}

.telefono span {display:block; float:right; margin-top:17px; margin-left:5px; color:#4c4c4c !important;}

.telefono span a{color: #4c4c4c !important;}


.top-information {
    height: 20px;
    margin-bottom:10px;
	margin-top:0px;

}


.top-information-wrapper {    
   
	text-align: center;	
}

/*.top-information .email {
    background: rgba(0, 0, 0, 0) url("../images/icons/info/email.png") no-repeat scroll 3px 1px;
    display: inline-block;
    padding-left: 22px;
    text-align: right;
}

.top-information .email a {color:#4c4c4c;}

.top-information .email a:hover {color:#13A8E0;}*/

.top-information .atencion {
   
	background: none;
    display: inline-block;
    text-align: center;
	font-size:24px;
	font-family: 'Passion One', cursive;
	margin-top:-5px;
}

/*Menu*/

.sf-menu > li > a { padding:10px 11px 0; font-weight:bold;}
.sf-menu a.active {color:#13A8E0; border-top-color:#13A8E0;}

/* Productos de la página de inicio */

.service-1 h2 {
	font-size:18px;
}


.service-1 .text {
    padding: 0 20px;
}

.tilte h2 a:hover{color:#fff; transition: none;}

/* Estilos de la página de inicio */

.w50 {
	float:left;
	width:50%;
	padding-right:0;
	padding-left:0;
}

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

.w50 {
	width:100%;
}

}

.f16 {
	font-size:16px;
}

.custom-title1 {
	display:block;
	font-size:70px;
	line-height:1.2;
}
.custom-title2 {
	display:block;
	font-size:50px;
	line-height:1.2;
	color:#000000;
}
.custom-title3 {
	display:block;
	font-size:26px;
	line-height:1.2;
	color:#5f5f5f;
}

/*Slogan y breadcum*/ 

.stunningtext {
    background: #e5e5e5;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 30px;
    position: relative;
	border-radius:5px;
	border:6px solid #13A8E0;
}

#slogancola {
	position:relative;
	margin:0 auto;
	padding:0px 10px 10px;
	background-color:#ffffff;
}

/*Otros estilos */

#main  {
	padding-top:20px;
}

.h-wrapper.h1 {
    margin-bottom: 20px;
}



.moremargin {
	margin-bottom:25px;
}

.service-3 {
margin:10px 4px 25px;
padding-top:0px;
text-align:center;
border:1px solid #E2D3D3;
}


.service-3:hover {
	background-color:#f8f8f8;
}
.service-3:hover .icon {
	background-color:#f8f8f8;
}

.service-3 h2 a:hover {color:#fff;}

.service-3 img {display:block; float:left; margin-right:15px;}

.service-3 .text {
	line-height: 20px;
    padding: 5px 10px 15px 10px;
    text-align: left;
	margin-bottom:10px;
	margin-top:10px;
}

.toggle-head {
	margin-bottom:10px;
}

.toggle-head p {
   font-weight:bold;
}

.widgetfamilia {
    margin-bottom: 0px;
}

.widgetproductos {
	 margin-bottom: 15px;
}
.widget_pages h3{
	margin-bottom:8px !important;
}

.marginmap {
	margin-bottom:40px !important;
}

.widget_pages h3 a{
	color:#4c4c4c;	
}

.widget_pages h3 a:hover {
	text-decoration:none;
	color:#13A8E0;
}

.nivo-caption {
	width:350px;
	height:140px;
	background-color:#fff;
	opacity: 0.7;
	border-radius:5px;
}

.custom-title2 {
opacity:1;	
}

.custom-title3 {
opacity:1;
color:#4c4c4c;	
}

#breadcrumb {
    text-transform: none;
}

/* Formulario de contacto */

#contact-form label {
	display:block;
	margin-bottom:5px;
	font-size:13px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#5f5f5f;
	font-weight: bold;
}

#contact-form form > div {
	max-width:310px;
	position:relative;
	padding:5px 10px;
	border:1px solid #e0e0e0;
	margin-bottom:20px;
	background:#ffffff;
	box-shadow:1px 1px 0px transparent;
	-moz-box-shadow:1px 1px 0px transparent;
	-webkit-box-shadow:1px 1px 0px transparent;
}
#contact-form .textarea {
	max-width:100%;
}
#contact-form .recaptcha,
#contact-form .buttons {
	max-width:none;
	padding:0;
	border:none;
	margin-bottom:20px;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
#contact-form .recaptcha-error {
	color:#ffffff;
	background-color:#f00f00;
	padding:2px 5px;
	display:inline-block;
}

#contact-form input[type='text'] {
	width:100%;
	margin:5px 0 3px;
	font-size:13px;
	color:#5f5f5f;
	background-color:transparent;
	max-width:310px;
	position:relative;
	padding:8px 10px;
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	background:#ffffff;
	box-shadow:1px 1px 0px transparent;
	-moz-box-shadow:1px 1px 0px transparent;
	-webkit-box-shadow:1px 1px 0px transparent;	
}

#contact-form select{
	width:100%;	
	margin:5px 0 3px;
	font-size:13px;
	color:#5f5f5f;
	background-color:transparent;
	max-width:310px;
	position:relative;
	padding:8px 10px;
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	background:#ffffff;
	box-shadow:1px 1px 0px transparent;
	-moz-box-shadow:1px 1px 0px transparent;
	-webkit-box-shadow:1px 1px 0px transparent;	
}

#contact-form textarea {
	width:100%;
	height:109px;
	margin:5px 0 9px;
	font-size:13px;
	resize:none;
	color:#5f5f5f;
	background-color:transparent;
	max-width:310px;
	position:relative;
	padding:8px 10px;
	border:1px solid #e0e0e0;
	margin-bottom:10px;
	background:#ffffff;
	box-shadow:1px 1px 0px transparent;
	-moz-box-shadow:1px 1px 0px transparent;
	-webkit-box-shadow:1px 1px 0px transparent;		
}

/* TABLE */

.table {
	border-bottom:2px solid #ebebeb;
	margin-bottom:20px;
}

/*Footer */

/* Tabs */

.tabs {
	margin-top:20px;
}

.tabs li a {
font-size:18px;	
font-weight:bold;
}

/* Fin de tabs */

/* Galeria de imagenes */

.popup-gallery img{
margin:5px 5px 0px 5px;
border:1px solid #e5e5e5;
width:120px;
height:120px;	
}

.escalera {
	float:left;
	margin-bottom:30px;
}

.escalera span {
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
}

.faq_list dt {
	text-shadow:none;
	font-weight:bold;
}

.faq_list span.marker {
	text-shadow:none;
	font-weight:bold;	
}

#footer-wrapper .widget > h4 {
	color:#ffffff;
	margin-bottom:5px
}

/*instalaciones */

.pin a {color:#4c4c4c;}
.pin a:hover {color:#13A8E0;}

.instalacion {float:left; padding:10px; border:3px solid #e5e5e5; border-radius:8px; margin-bottom:30px;}

/* Catálogos */

.catalogo {
	font-size:18px;
}

.catalogo a {
	color: #4c4c4c;
}

.catalogo a:hover {
	text-decoration:underline;
}

/* Política de privacidad en formulario rapido */ 

.ldop {
	margin-bottom:20px!important;
}

.error {
margin-top:5px;
color: #d00;
font-size:14px;
line-height:20px;
border:3px solid black;
max-width:400px!important;
}

.table {
text-align:left;
}

.btn-whatsapp {
	display:block;
	width:250px;
	height:43px;
	color#fff;
	position: fixed;
	right:10px;
	bottom:10px;
	border-radius:50%;
	line-height:80px;
	text-align:center;
	z-index:999;
}

