/*
	Imagination by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

@charset 'UTF-8';

@font-face{font-family:'FontAwesome';src:url('font/fontawesome-webfont.eot?v=4.0.1');src:url('font/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('font/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('font/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('font/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #111111 url(images/main-wrapper-bg.jpg) repeat;
	}

	body,input,textarea,select
	{
		font-family: 'Raleway', sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.75em;
		color: #393939;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: bold;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		font-weight: bold;
		color: #000000;
	}
	
	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		text-decoration: none;
		color: #ff0000;
	}
	
	a:hover,
	a:focus
	{
		text-decoration: underline;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 2em;
	}
	
		header h2
		{
			font-size: 2.8em;
		}

		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0.50em 0 0.5em 0;
			text-transform: uppercase;
			font-size: 1.4em;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
                border: 4px solid #ad142c;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
			ul.default li
			{
				border-top: 1px solid;
				border-color: rgba(255,255,255,.2);
			}
			
			ul.default li:first-child
			{
				padding-top: 0em;
				border-top: none;
			}
			
			ul.default a
			{
				padding: 0.80em 0em;
				color: rgba(255,255,255,.8);
                display: inline-block;
			}

		ul.servicios
        {
            list-style: inside;
        }
            
.list-style1 {
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	background: url(images/link-style1-divider.png) repeat-x left top;
}

.list-style1 h2 {
	margin: 0px;
	padding: 0px !important;
	letter-spacing: -1px !important;
	font-size: 1.2em !important;
	font-weight: 700;
}

.list-style1 p {
	margin: 0px;
	padding: 0px;
	line-height: 180%;
	font-size: 10pt;
}

.list-style1 img {
	float: left;
	margin-right: 20px;
}

.list-style1 .posted {
	padding: 10px 0px 0px 0px;
	font-size: 8pt;
	font-style: italic;
	color: #A2A2A2;
}

.list-style1 .first {
	padding-top: 0px;
	background: none;
}

.list-style1 blockquote {
	padding: 10px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
}

/* List style */

.list-style2 {
}

.list-style2 li {
	float: left;
	padding: 5px 5px 0px 5px;
}

.list-style2 img {
	padding: 5px;
	background: #FFFFFF;
}

	/* Buttons */
		
		.button
		{
			position: relative;
			display: inline-block;
			margin-top: 0.5em;
			padding: 1em 1.5em;
			background: #c61732;
			border-radius: 6px;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 1.1em;
			color: #FFF;
			-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
			cursor: pointer;
		}

			.button:hover,
			.button:focus
			{
				background: #ad142c;
				color: #FFF !important;
			}
			
			.medium
			{
				padding: 1em 2em;
				font-size: 1.4em;
			}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		padding: 0em;
		background: #333 url(../images/banner.jpg) no-repeat center;
		background-size: cover;
	}

	#header
	{
		position: relative;
		background: #FFF;
	}
	
		#header .container
		{
			position: relative;
			padding: 3em 0em;
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		left: 0em;
		top: 1.7em;
	}
	
		#logo h1
		{
		}
	
		#logo a
		{
			display: block;
			text-decoration: none;
			font-size: 2.4em;
			font-weight: bold;
            position: relative;
            top: -10px;
		}
            #logo a .subtitulo
            {
                font-size: 0.5em;
                position: absolute;
                left: 0;
                bottom: -30px;
                width: 200px;
            }

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		right: 0em;
		top: 1.1em;
	}

		#nav > ul > li
		{
			float: left;
		}
		
			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				margin-left: 0.7em;
				padding: 0.80em 1.2em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.1em;
				outline: 0;
				color: #252525;
			}

			#nav li.active a,
			#nav a:hover,
			#nav a:focus
			{
				background: #c61732;
				border-radius: 5px;
				color: #FFF;
			}

			#nav > ul > li > ul
			{
				display: none;
			}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		text-align: center;
		color: #fff;
	}
    
    #banner #imagen-logo
    {
        width: 100%;
        max-width: 500px;
    }
	
	#banner .byline 
    {
        padding: 0.2em !important;
        background-color: #000;
        background: rgba(0, 0, 0, 0.2) !important;
        font-weight: bold !important;
    }
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		background: #fff;
        text-align: center;
	}
	
		#main .left
		{
			text-align: left;
		}
		
		#main .right
		{
			text-align: right;
		}
		
		#main .button
		{
			display: inline-block;
			margin-top: 2em;
		}
		
		#main .divider
		{
			margin-top: 2em;
			border-bottom: 1px solid rgba(0,0,0,.2);
		}
        
        #main p,
        #main ul
        {
            font-size: 1.2em;
        }
        
        #main #ubicacion 
        {
            display: block;
            width: 100%;
            max-width: 716px;
            margin: 2em auto 0;
            border: 4px solid #ad142c;
        }
        
        #main form input,
        #main form label,
        #main form textarea
        {
            display: block;
            padding: 2px;
            text-align: center;
            margin: auto;
            width: 100%;
            max-width: 400px;
            font-size: 1.2em;
        }
        #main form input
        {
            margin-bottom: 15px;
        }
        
        #main .errores,
        #main .avisos
        {
            padding: 15px;
            font-size: 1.2em;
            margin-bottom: 20px;
            border-radius: 2px;
        }
        #main .errores
        {
            background-color: #E45A5A;
            color: #FFF;
        }
        #main .avisos
        {
            background-color: #FFFE80;
            color: #000;
        }
		
		.sidebar .default li
		{
			border-color: rgba(0,0,0,.1);
		}
		
		.sidebar .default a
		{
			color: #333;
		}

	
/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

	#extra
	{
		position: relative;
		background: #f5f5f5;
		text-align: center;
	}
	
	#extra header h2
	{
		font-size: 1.6em;
	}
	
	#extra .fa
	{
	}

		#extra .fa:before
		{
			margin-bottom: 1em;
			width: 2em;
			height: 2em;
			line-height: 2em;
			font-size: 3em;
			border-radius: 50%;
			border: 2px solid;
			border-color: rgba(0,0,0,.8);
			color: rgba(0,0,0,.8);
		}
		
	#extra .button
	{
		margin-top: 2em;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		position: relative;
		background: url(images/featured-wrapper-bg.jpg) repeat;
		text-align: center;
		color: #FFF;
	}
	
	#featured header
	{
	}

/*********************************************************************************/
/* WhatsApp                                                                        */
/*********************************************************************************/
    /* #whatsapp */
    /* { */
        /* pointer-events: none; */
        /* position: fixed; */
        /* height: 100vh; */
        /* _height: -webkit-fill-available; */
        /* width: 100%; */
        /* z-index: 1; */
        /* top: 0; */
        /* left: 0; */
    /* } */
    /* #whatsapp a */
    /* { */
        /* pointer-events: all; */
        /* display: block; */
        /* line-height: 0; */
        /* position: absolute; */
        /* right: 15px; */
        /* bottom: 15px; */
    /* } */
    /* #whatsapp img */
    /* { */
        /* width: 64px; */
    /* } */
    #whatsapp
    {
        position: fixed;
        z-index: 1;
        bottom: 15px;
        right: 15px;
        transform: translate(0px);
    }
    #whatsapp a
    {
        display: block;
        line-height: 0;
    }
    #whatsapp img
    {
        width: 64px;
    }

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		background: url(images/footer-content-wrapper-bg.jpg) repeat;
		color: #FFF;
        margin: auto;
		font-size: 1.2em;
        text-align: center;
	}
	
	#footer header h2
	{
		text-transform: uppercase;
		font-weight: 600;
		font-size: 1.4em;
		color: #FFF;
	}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	
	#copyright
	{
		position: relative;
		padding: 3em 0em;
		text-align: center;
		color: #AAA;
	}
	
	#copyright .container
	{
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #AD0000;
        font-weight: bold;
	}
    
.hidden {
    display: none;
}
