/*
Theme Name: Seguridad
Theme URI: https://seguridad.com
Author: Seguridad
Author URI: Seguridad
Description: Seguridad is a responsive theme for news
Version 1.0
License: GNU General Public License, version 3 (GPL3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blog, news
Text Domain: seguridad
*/

/*
*
seguridad is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	color:#000;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/**
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
*
* seguridad custom styles
*
*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    background-color: #fff;
    position: relative;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
	font-size:15px;
	/*text-align:left;*/
}

/*ul:hover{
	list-style:none;
}*/
.post, .page {
    margin: 0;
}
.container-max{
	max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 5px;
}
.clear{
	clear: both;
}
.header-top {
    background-color: #1d2a2c;
}
.header-top-left{
    width: 50%;
    text-align: right;
    float: left;
    color: #ffffff;
    font: 400 15px 'Open Sans';
    padding: 12px 0;
}
.header-top-left p{
	margin: 0;
	padding: 0;
}
.header-top-right{
	float: right;
    width: 44%;
    text-align: right;
    position: relative;
    z-index: 1;
    background-color: #9c2139;
}
.header-top-right span{
	color: #fff;
    margin-right: 20px;
    font: 400 14px 'Open Sans';
    line-height: 45px;
}
.header-top-right .social-icons {
    display: inline-block;
}
.header-top-right::before {
    bottom: 0;
    content: '';
    display: block;
    left: -15px;
    position: absolute;
    top: 0;
    transform: skew(30deg);
    width: 40px;
    z-index: -1;
    background-color: #9c2139;
}
.social-icons a {
    width: 20px;
    margin: 0 10px 0 5px;
    padding: 11px 0 7px 0;
    color: #1d2a2c;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.site-branding {
    float: left;
    position: relative;
    padding: 17px 0;
}
.site-branding p {
    margin: 0;
}
.site-branding img {
    max-width: 250px;
}
.main-navigation {
	padding: 0;
    position: relative;
    display: inline-block;
    float: right;
    clear: none;
    width: auto;
}
.main-navigation ul {
    font-family: Open Sans;
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-weight: normal;
}
.main-navigation li {
    display: table-cell;
    position: relative;
}
.main-navigation li a{
	padding: 35px 15px;
    margin: 0;
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.main-navigation li a:before{
	content:''; 
	position:absolute; 
	z-index:-1; 
	top:0; 
	bottom:0; 
	left:0; 
	right:0; 
	background-color:#9c2139; 
	-webkit-transform:scaleX(0);
 	transform:scaleX(0); 
 	-webkit-transform-origin:50%; 
 	transform-origin:50%; 
 	-webkit-transition-property:transform; 
 	transition-property:transform; 
 	-webkit-transition-duration:0.3s; 
 	transition-duration:0.3s; 
 	-webkit-transition-timing-function:ease-out; 
 	transition-timing-function: ease-out;
}
.main-navigation li a:hover:before{
	-webkit-transform:scaleX(1); transform:scaleX(1);
}
.main-navigation li a:hover{
	color: #fff;
}
.main-menu:after {
    content: '';
    display: block;
    clear: both;
}
.toggle{
	display: none;
}
.appointment {
    padding: 10px 35px;
    margin-top: 20px;
    background-color: #1d2a2c;
    font: 400 14px/25px 'Open Sans';
    color: #ffffff;
    display: inline-block !important;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    float: right;
    margin-left: 30px;
}
.appointment:visited{
	color: #fff;
}
.appointment:hover {
    color: #fff;
    background: #9c2139;
}
.slider-main{
	min-height: 498px;
}
#slider::before {
    background-color: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
}
.nivo-caption h3{
	color: #fff;
}
.nivo-controlNav a.active{
	border-color: #9c2139;
}
.vision-box{
	position: relative;
}
.vision-left{
	float: left;
    width: 60%;
    padding: 5% 3% 3% 6%;
}
.vision-left p{
	text-align: justify;
}
.vision-left h6{
	font: 400 15px 'Roboto';
    color: #3d3d3d;
    margin-bottom: 15px;
    padding: 10px 20px;
    background-color: #f5f5f5;
    display: inline-block;
    background-color: #f5f5f5;
}
.vision-left h2{
	font-family: Roboto;
    font-size: 40px;
    color: #1d2a2c;
    font-style: normal;
    font-weight: normal;
}
.valores-container {
    margin-top: 5%;
}
.valores-container span {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}
.vision-left h2 span{
	color: #9c2139;
}
.vision-left ul{
	position: relative;
}
.vision-left li{
	width: 47%;
    float: left;
    font: 700 16px 'Roboto';
    color: #1d2a2c;
    margin: 8px 14px 8px 0;
}
.vision-left li span{
	border: 1px solid #f1f1f1;
    padding: 7px 12px;
    display: inline-block;
    margin-right: 20px;
}
.vision-left a{
	margin-top: 5%;
    text-transform: uppercase;
    padding-left: 35px;
    padding-right: 35px;
}
.morebutton{
	background-color: #9c2139;
    font: 400 15px 'Open Sans';
    color: #ffffff;
    padding: 15px 30px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.morebutton:visited{
	color: #fff;
}
.morebutton:hover {
    background: #1d2a2c;
    color: #fff;
}
.vision-right{
	float: right;
    width: 39%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vision-right:before{
	height: 50%;
    width: 3px;
}
.vision-right:after{
	width: 50%;
    height: 3px;
}
.vision-right:before, .vision-right:after{
	position: absolute;
    content: "";
    right: 40px;
    bottom: 40px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.vision-right:hover:before{
	height: 90%;
}
.vision-right:hover:after{
	width: 88%;
}
.vision-right-thumb{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #9c2139;
}
.vision-right-thumb:before{
	width: 3px;
    height: 50%;
}
.vision-right-thumb:after{
	width: 50%;
    height: 3px;
}
.vision-right-thumb:before, .vision-right-thumb:after{
	position: absolute;
    content: "";
    left: 40px;
    top: 40px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.vision-right-thumb:hover:before{
	 height:90%;
}
.vision-right-thumb:hover:after{
	 width:88%;
}
.vision-right img{
	width: 100%;
    height: auto;
    display: block;
    position: relative;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vision-right:hover img{
	opacity: 0.3; 
	transform: scale3d(1.1,1.1,1); 
	-webkit-transform:scale3d(1.1,1.1,1); 
	-moz-transform:scale3d(1.1,1.1,1); 
	-ms-transform:scale3d(1.1,1.1,1);
}
.services-container {
    padding: 70px 0;
}
.services-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.services-container h2 {
    text-align: center;
    font-size: 28px;
    padding-bottom: 20px;
}
.services-item {
    position: relative;
    width: 30%;
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-top: 5%;
}
.services-item:before{
	left: 0;
    top: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.services-item:after{
	right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.services-item:before, .services-item:after{
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #1d2a2c;
}
.services-item:hover:before, .services-item:hover:after{
	width: 50%;
}
.services-item-wrapper{
    position: relative;
    padding: 15% 0 10%;
    display: block;
	height: 100%;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.25);
}
#servicios .services-wrapper{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin: -4% 5vw 0;
}
.services-item-wrapper:before{
	left: 0;
    top: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.services-item-wrapper:after{
	right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.services-item-wrapper:before, .services-item-wrapper:after{
    content: '';
    width: 3px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #1d2a2c;
}
.services-item-wrapper:hover:before, .services-item-wrapper:hover:after{
	height: 50%;
}
.services-item-image {
    color: #fff;
    width: 93px;
    height: 93px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #9c2139;
    display: table;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-item:hover .services-item-image{
	color: #9c2139;
	background: #fff;
}
.services-item-image i {
    font-size: 2.5em;
    display: table-cell;
    vertical-align: middle;
}
.services-item-description {
    padding: 25px 3% 20px;
    color: #686868;
}
.services-item-description h5 {
    font-family: Roboto;
    font-size: 20px;
    color: #1d2a2c;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;
}
.services-item-description p {
    font-size: 15px;
}
.service-item-offset {
    margin-left: 15%;
}
.consultanos-container {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: unset;
    padding: 70px 0;
}
.consultanos-box {
    float: left;
    width: 60%;
    position: relative;
}
.consultanos-box h5 {
    font-weight: 400;
    background-color: #ffffff;
    padding: 7px 15px;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: Roboto;
    font-size: 20px;
    color: #1d2a2c;
}
.consultanos-box h2 {
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
}
.consultanos-box span {
    position: relative;
    color: #ffffff;
    display: inline-block;
    background-color: #1d2a2c;
    padding: 7px 10%;
    border-radius: 5px;
}
.consultanos-box span:before{
	content: '';
    position: absolute;
    left: 19px;
    top: 19px;
    width: 32px;
    height: 2px;
    background-color: #9c2139;
}
.consultanos-box span:after{
	content: '';
    position: absolute;
    right: 19px;
    top: 19px;
    width: 32px;
    height: 2px;
    background-color: #9c2139;
}
.container-wrapper {
    position: relative;
}
.contacto-left {
    position: relative;
    margin-bottom: 0;
    margin-right: 0;
    padding: 70px 5% 70px 7%;
    width: 50%;
    color: #ffffff;
    float: left;
}
.contacto-right {
    position: relative;
    margin-bottom: 0;
    background-color: #9c2139;
    padding: 70px 5% 70px 5%;
    width: 50%;
    float: left;
    color: #fff;
}
.contacto-container {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.contacto-container:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(29,42,44,0.9);
    position: absolute;
    top: 0;
    left: 0;
}
.contacto-left h3 {
    font-family: Roboto;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contacto-left ul {
    position: relative;
    margin-top: 35px;
}
.contacto-left ul li {
    font: 400 22px 'Roboto';
    color: #fff;
    padding: 15px 0;
}
.contacto-left ul li span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-right: 20px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
.contacto-left ul li span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    margin: 0 auto;
    width: 1px;
    height: 26px;
    border-right: 1px solid #ffffff;
}
.contacto-left ul li.last span:before{
	display: none;
}
.contacto-right h3 {
    font-family: Roboto;
    font-size: 28px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;
}
.contacto-right input {
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: none;
    font: 700 15px 'Roboto';
    color: #1d2a2c;
    margin: 0 0 20px 0;
    padding: 15px;
}
.contacto-right input[type="submit"]{
	width: 100%;
    height: 48px;
    border-radius: 5px;
    border: none;
    font: 700 15px 'Roboto';
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 15px;
    background: #1d2a2c;
    transition: 0.5s;
}
.contacto-right input[type="submit"]:hover{
	color: #1d2a2c;
	background: #ffffff;
}
.contacto-right textarea {
    padding: 10px;
    font: 700 15px 'Roboto';
}
span.wpcf7-not-valid-tip {
    color: #fff;
}
.numbers-home-wrap {
    position: relative;
}
.numbers-home-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.numbers-home-item {
    width: 31%;
    float: left;
    margin-right: 40px;
    background-color: #f5f9fa;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.numbers-home-item:last-child{
	margin-right: 0;
}
.numbers-home-item:before{
	left: 0;
    top: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.numbers-home-item:after{
	right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.numbers-home-item:before, .numbers-home-item:after{
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #1d2a2c;
}
.numbers-home-item:hover:before, .numbers-home-item:hover:after{
	width: 50%;
}
.numbers-home-item-wrap {
    position: relative;
    padding: 10% 0 10%;
    display: block;
}
.numbers-home-item-wrap:before{
	left: 0;
    top: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.numbers-home-item-wrap:after{
	right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.numbers-home-item-wrap:before, .numbers-home-item-wrap:after{
	content: '';
    width: 3px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #1d2a2c;
}
.numbers-home-item:hover .numbers-home-item-wrap:before, .numbers-home-item:hover .numbers-home-item-wrap:after{
	height: 50%;
}
.numbers-home-item h1 {
    line-height: 45px;
    display: inline-block;
    margin-bottom: 10px;
    font: 700 50px 'Roboto';
    color: #1d2a2c;
}
.numbers-home-item span {
    font-weight: 700;
    font-size: 50px;
    color: #1d2a2c;
}
.numbers-home-item h5 {
    text-transform: capitalize;
    font-weight: 400;
    color: #77888b;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 20px;
}
.numbers-home-container {
    margin: 40px 0;
}
.clases-de-guardias {
    text-align: center;
}
.clases-de-guardias h6 {
    font: 400 15px 'Roboto';
    color: #3d3d3d;
    margin-bottom: 25px;
    padding: 10px 20px;
    background-color: #f5f5f5;
    display: inline-block;
}
.clases-de-guardias h2 {
    font: 400 40px 'Roboto';
    color: #1d2a2c;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    display: block;
    margin: 0 auto 20px;
    position: relative;
}
.clases-de-guardias p {
    line-height: 33px;
    width: 98%;
    margin: 0 auto;
}
.clases-de-guardias-content-wrap {
    position: relative;
}
.clases-de-guardias-content-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.clases-de-guardias-content {
    margin-top: 20px;
}
.clases-de-guardias-item {
    width: 20%;
    float: left;
}
.clases-de-guardias-item-offset {
    margin-left: 12.5%;
}
.clases-de-guardias-item-wrap {
    margin: 10px;
}
.clases-de-guardias-item-content {
    position: relative;
    overflow: hidden;
}
.clases-de-guardias-item-team:before {
    content: '';
    width: 100%;
    height: 98%;
    background-color: rgba(29,42,44,0.65);
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.clases-de-guardias-item-content:hover .clases-de-guardias-item-team:before{
	top: 0;
}
.clases-de-guardias-item p {
    display: block;
    font: 400 15px 'Roboto';
    color: #858686;
    text-transform: capitalize;
}
.clases-de-guardia-item-body {
    position: absolute;
    bottom: 10%;
    z-index: 12;
}
.clases-de-guardia-item-body p {
    color: #fff;
    padding: 0 10px;
    opacity: 0;
    -webkit-transform:rotateZ(-360deg); 
    -ms-transform:rotateZ(-360deg); 
    transform:rotateZ(-360deg); 
    -webkit-transition:all 0.3s ease 0s; 
    -moz-transition:all 0.3s ease 0s; 
    transition: all 0.3s ease 0s;
}
.clases-de-guardias-item-content:hover p{
	opacity: 1;
}
.clases-de-guardias-item h3 {
    font-family: Roboto;
    font-size: 23px;
    color: #1d2a2c;
    font-style: normal;
    font-weight: normal;
}
.clases-de-guardias {
    text-align: center;
    margin-bottom: 40px;
}
.call-us-now {
    padding: 70px 0;
    text-align: center;
}
.call-us-now h5 {
    font: 700 22px 'Roboto';
    margin-bottom: 20px;
}
.call-us-now h3 {
    font: 400 28px 'Roboto';
    margin-bottom: 20px;
}
.call-us-now span {
    margin: 0 10px;
    color: #434343;
}
.testimonials-home {
    position: relative;
}
.testimonials-home {
    background-size: cover;
    background-position: center center;
}
.testimonials-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,42,44,0.9);
}
.testimonials-wrap {
    padding: 70px 0;
}
.testimonials-head {
    text-align: center;
}
.testimonials-head h4 {
    font-weight: 400;
    padding: 8px 30px;
    background-color: #9c2139;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 24px;
    margin-bottom: 20px;
}
.testimonials-head h2 {
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
.testimonials-content-wrap {
    position: relative;
}
.testimonials-content-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.testimonials-content-item {
    width: 33.3%;
    float: left;
}
.testimonials-content-item-wrap {
    background-color: rgba(29,42,44,0.6);
    margin: 10px;
    padding: 5% 5% 2% 5%;
}
.testimonials-content-item p {
    color: #ffffff;
    font: 400 italic 17px/28px 'Open Sans';
}
.testimonials-content-item h3 {
    font-family: Open Sans;
    font-size: 20px;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    position: relative;
    padding: 20px 0 0 0;
}
.testimonials-content-item h3:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    border-bottom: 1px solid #9c2139;
}
.testimonials-head p {
    font: 400 15px 'Roboto';
    color: #bfbfbf;
}
.home-galeria {
    padding: 70px 0;
}
.home-galeria-head {
    text-align: center;
}
.home-galeria-head h6 {
    font-family: Roboto;
    font-size: 15px;
    color: #3d3d3d;
    font-style: normal;
    font-weight: normal;
    background-color: #f5f5f5;
    display: inline-block;
    margin-bottom: 25px;
    padding: 10px 20px;
}
.home-galeria-head h2 {
    font-family: Roboto;
    font-size: 40px;
    color: #1d2a2c;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    display: block;
    margin: 0 auto 35px;
    position: relative;
}
.home-galeria-imagen {
    position: relative;
    text-align: center;
}
.galeria-icono {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(29,42,44,0.9);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.home-galeria-imagen:hover .galeria-icono{
	opacity:1; 
	-webkit-transform:scale(1); 
	-ms-transform:scale(1); 
	transform:scale(1);
}
.galeria-icono h4 {
    position: relative;
    top: 40%;
    color: #ffffff;
    font: 400 20px 'Open Sans';
}
.galeria-icono {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(29,42,44,0.9);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}
.galeria-icono i {
    display: block;
    line-height: 40px;
}
.galeria-icono a {
    position: relative;
    margin-top: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1d2a2c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
}
.clientes-logos {
    margin-bottom: 70px;
}

/*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
.footer-container {
    background-color: #1d2a2c;
    color: #9ca5a6;
}
.footer-content-wrap {
    position: relative;
}
.footer-content-wrap:after {
    content: '';
    display: block;
    clear: both;
}
.footer-item-1-4 {
    width: 25%;
    float: left;
}
.footer-content {
    padding: 70px 0 50px 0;
    position: relative;
}
.footer-content:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #5f6869;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.footer-item-1-4 .custom-logo {
    margin-bottom: 30px;
    max-width: 250px;
    padding-top: 20px;
}
.footer-item-wrap {
    padding-right: 4%;
}
.footer-item-1-4 h5 {
    font: 700 18px 'Roboto';
    text-transform: uppercase;
    background-color: #2e3b3d;
    padding: 10px 10px 10px 30px;
    position: relative;
    margin-top: 15px;
    font-family: Roboto;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-item-1-4 h5:before {
    content: '';
    position: absolute;
    height: 42px;
    border-left: 5px solid #9c2139;
    left: 0;
    top: 0;
}
.footer-site-info {
    padding: 30px 0;
    text-align: center;
}
.footer-site-info p {
    font-weight: 500;
    color: #9ca5a6;
    margin: 0;
}
.footer-site-info span {
    color: #FFF;
}
.footer-navigation li a {
    color: #9ca5a6;
    text-transform: capitalize;
}
.footer-navigation li {
    padding: 6px 0;
}
.footer-contact i {
    margin-right: 5px;
}
.footer-contact a {
    color: #FFF;
}
.footer-social li {
    display: inline-block;
    margin-right: 15px;
}
.footer-social img {
    width: 30px;
}
.scroll-up {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #fff;
    padding: 5px 15px;
    font-size: 22px;
    color: #9c2139;
    z-index: 10;
}
.contacto-left p {
    display: inline-block;
    margin: 0;
}
.error-404-body p {
    text-align: center;
    margin: 80px 0;
}
.error-404-body a {
    font-weight: bold;
    color: #434343;
    text-decoration: underline;
}
@media(max-width: 1240px){
	.numbers-home-item {
	    margin-right: 3.5%;
	}
}
@media(max-width: 1024px){
	.clases-de-guardias-item-offset {
	    margin-left: 0;
	}
	.clases-de-guardias-item {
	    width: 33.3%;
	}
	.nivo-caption h2{
		font-size: 80px;
	}
}
@media(max-width: 768px){
	.container-max{
		padding: 0;
	}
	.nivo-caption{
		bottom: 5%;
	}
	.nivo-caption h2{
		font-size: 60px;
	}
	.vision-left, .vision-right, .contacto-left, .contacto-right{
		width: 100%;
		float: none;
	}
	.testimonials-content-item {
	    width: 50%;
	}
	.footer-item-1-4 .custom-logo {
	    max-width: 210px;
	}
	.consultanos-container {
	    padding: 70px 5px;
	}
	#site-navigation {
	    width: 100%;
	}
	.slider-main {
	    min-height: auto;
	}
	.header-top-left {
	    width: 32%;
	    text-align: left;
    	padding-left: 10px;
	}
	.header-top-right {
	    width: 68%;
	}
	.header-top-right span {
	    margin-right: 5px;
	}
	.footer-item-1-4{
		width:50%;
	}
	.clear-768{
		clear: both;
	}
}
@media(max-width: 480px){
	.container-max{
		padding: 0;
	}
	.services-item{
		width: 100%;
		float: none;
	}
	.numbers-home-item{
		width:100%;
		margin-right: 0;
	}
	.clases-de-guardias-item, 
	.testimonials-content-item, 
	.footer-item-1-4, 
	.header-top-left, 
	.header-top-right, 
	.vision-left li{
		width: 100%;
		float: none;
	}
	.service-item-offset{
		margin-left: 0;
	}
	.header-top-right::before{
		display: none;
	}
	.site-branding {
	    float: none;
	    text-align: center;
	}
	.site-branding img {
	    max-width: 200px;
	}
	.nivo-caption p{
		display: none;
	}
	.nivo-caption h2{
		font-size: 22px;
		line-height: 30px;
		padding-bottom: 35px;
	}
	.nivo-caption h3{
		font-size: 20px;
	}
	.appointment{
		display: none !important;
	}
	.nivo-controlNav{
		display: none;
	}
	.toggle{
		display: block;
		width: auto;
		background-repeat: no-repeat;
		background-position: right center; 
		background-color:  #1d2a2c;
		padding:10px 25px 10px 15px; 
		margin-top:5px; 
		font-size:16px; 
		text-align:left;
	}
	.toggle a{
		color: #ffffff; 
	}
	.toggle a:visited{
		color: #fff;
	}
	.main-navigation li {
	    display: block;
	    float: none;
	    background-color: #1d2a2c;
	}
	.main-navigation li a {
    	padding: 5px 15px;
    	color: #fff;
	}
	.main-navigation{
		margin-bottom: 5px;
	}
	.vision-left h2 {
	    font-size: 24px;
	    margin-bottom: 10px;
	}
	.services-container h2 {
	    font-size: 24px;
	    padding: 40px 0 0 0;
	}
	.consultanos-box {
	    float: none;
	    width: 100%;
	}
	.consultanos-box h2, .clases-de-guardias h2, .testimonials-head h2 {
	    font-size: 24px;
	}
	.consultanos-box span {
	    padding: 7px 12%;
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.clases-de-guardias-item {
	    margin-bottom: 40px;
	}
	.call-us-now{
		padding-bottom: 0;
	}
	.testimonials-head h4{
		font-size: 22px;
	}
	.footer-item-1-4 {
	    margin-bottom: 40px;
	}
	.consultanos-box span:before,.consultanos-box span:after {
	    width: 10px;
	}
	.contacto-left ul li {
	    font-size: 16px;
	    position: relative;
	}
	.header-top-right span {
	    font-size: 12px;
	    margin: 0 8px;
	}
	.header-top-right .social-icons {
	    display: none;
	}
	.header-top-left {
	    text-align: center;
	}
	.clases-de-guardias p {
	    line-height: 1.2em;
	    padding: 0 10px;
	}
	.contacto-left li p {
	    /* display: inline-block; */
	    margin-top: -40px;
	    width: 80%;
	    float: right;
	}
	.footer-item-wrap {
	    padding: 0 10px;
	}
}














