﻿/*!
Theme Name: norton
Theme URI: http://underscores.me/
Author: Adrián Martínez
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: norton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

norton is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
    ## Financing
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}
div#page {
    min-height: 100vh;
}
div#content {
    min-height: calc(100vh - 404px);
}
.page-template-custom-contacto div#content {
    min-height: unset;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# 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 http://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;
}

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
--------------------------------------------------------------*/

.errorinput{
    border: 1px solid red !important;
}
p.inputfull.textfield select {
    width: 100% !important;
}

input[type="range"]{
    -webkit-appearance:none;
    height: 3px !important;
    background: #9b9b9b !important;
    background-position:center !important;
    background-repeat:no-repeat;
    padding: 0 !important;
    width: 100% !important;
    margin: auto;
}

input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:16px;
    height:16px;
    border-radius: 100%;
    background: #f8ce4a;
    position:relative;
    border: 3px solid #9b9b9b;
    z-index:3;
    cursor: pointer;
}
p.inputfull.textfield {
    width: 100% !important;
}
p.inputfull.textfield input {
    width: 100% !important;
}
input[type="checkbox"], input[type="radio"] {
    width: auto !important;
    position: absolute;
    margin-left: -99999999999px;
}

.srp-financiacion select {
    border: none;
    border-radius: 0px;
    padding: 3px;
    width: 100%;
    height: 43px;
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    padding-left: 20px;
}
p.submitbut {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    line-height: 0px;
}
div.wpcf7 .ajax-loader{
	display: inherit !important;
}
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 {
    border: none;
    border-radius: 0px;
    padding: 3px;
    width: 100%;
    height: 43px;
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    background-color: #f3f3f3;
    padding-left: 20px;
}
.contactform-wrapper.white {
    padding: 0 30px;
}
.contactform-wrapper.white textarea {
    background: #fff;
    padding-top: 10px;
    height: 120px;
}
.srp-gallery.colors .srp-post {
    max-width: 330px;
}
.srp-post-cont{
    width: 100%;
}


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%;
}
.contactform-wrapper {
    max-width: 660px;
    margin: auto;
    padding: 0 10px;
}
.posttitle-cont > h1 {
    padding: 0;
    color: #ffffff;
    font-family: Poppins;
    font-size: 28px;
    max-width: 991px;
    margin: auto;
    font-weight: 700;
    padding: 10px 20px;
}
p.textfield {
    width: 100%;
	float: left;
	margin: 0;
    margin-bottom: 5px;
    position: relative;
}
p.textfield.odd{
	text-align: right;
}
input.wpcf7-form-control.wpcf7-submit {
    color: #f8ce4a;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: transparent;
    border: none;
    margin: auto;
}
p.textareafield {
    margin-bottom: 0px;
}
.contactform-wrapper.white input {
    background: #fff;
    outline: transparent;    
}
.contactform-wrapper.white textarea {
    background: #fff;
}
p.submitbut input {
    background: none !important;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.sub-menu li {
    line-height: 20px;
    padding: 13px 0 !important;
}
#map img {
    max-width: none;
}
.page-template-custom-venta #map figure img {
    max-width: 100% !important;
    max-height: 100% !important;
}
.gm-style div div div div div div, .gm-style div div div div div div div  {
	background-color: transparent !important;
	box-shadow: none !important; 
	border: none !important;
    margin: 0;
    padding: 0;
    top: 0;
    
    
}
.page-template-custom-venta .gm-style div div div div div div {
	background-color: transparent !important;
	box-shadow: none !important; 
	border: none !important;
    margin: 0;
    padding: 0;
    top: 0;
    text-align: center;
        display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.page-template-custom-venta .dealerinfo {
text-align: left !important;
}
.gm-style div div div div div div div div{
	/* background-color: #fff !important; */
	/* box-shadow:  #f8ce4a !important;  */
	background-color: transparent !important;
	box-shadow: none !important; 
	border: none !important;
	

}
.gm-style div div div div div div div div div{
	background-color: #fff !important;
	

}
.gm-style-iw {
    background-color: #fff;
    border: 2px solid #f8ce4a;
    padding: 40px;
	margin-top: 6px !important;
	/* width: auto !important; */
}
/* .gm-style div div div div div {
    width: auto !important;
} */

.page-template-custom-contacto-php .gm-style-iw {
    width: auto !important;
    position: relative !important;
    background-color: #fff !important;
    padding: 0 30px;
    top: 7px !important;
    left: 0px !important;
    /* width: 200px !important; */
}

.page-template-custom-venta .gm-style div div div div div .gm-style-iw {
    background-color: #fff !important;
    padding: 20px 0;
}

.page-template-custom-contacto-php button.gm-ui-hover-effect {
    top: 7px !important;
    right: 0px !important;
}

button.gm-ui-hover-effect {
    background-color: #8e8e8e !important;
    opacity: 1;
    border-radius: 100%;
    width: 20px !important;
    height: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px !important;
    right: 10px !important;
}

button.gm-ui-hover-effect img {
    margin: auto !important;
}

.page-template-custom-venta .gm-style-iw {
    padding: 25px 10px;
}
.submenu-img {
    width: 300px;
    text-align: center;
    position: relative;
    display: none;
    justify-content: center;
}
span.menu-image-hover-wrapper {
    opacity: 0;
	visibility: hidden;
	align-self: center;
}
span.menu-image-hover-wrapper.active {
    opacity: 1;
	visibility: visible;
	transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
	width: 100%
}
.menu-image-hover-wrapper {
	
}
.main-navigation ul ul {
}

.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 {
    font-family: Source Sans Pro;
    font-weight: 600;
}

.main-navigation a {
	display: block;
    text-decoration: none;
    color: #4a4a4a;
    
}
.menu {
    margin: 0;
    padding: 0;
}
#primary-menu .menu-item {
    list-style: none;
    text-align: center;
	width: 100%;
	/* padding: 0; */
	padding: 5px 0;
	font-size: 20px;
}
.site-branding {
    text-align: center;
	padding-top: 14px;
	position: relative;
}
#site-navigation {
    position: absolute;
    width: 100%;
	z-index: 9;
	height: 0;
	overflow-y: scroll;
    overflow-x: hidden;
	background: #fff;
    transition: all .25s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
#site-navigation.opened {
    min-height: 87vh;
    /* height: auto; */
}
.submenu-elem {
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    border-width: 1px 0px 1px 0px;
    display: none;
}
.sub-menu{
    display: none;
}
.menu-item .sub-menu.active{
    display: block;
}

/* hamburguer styles */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
	background-color: transparent;
	position: absolute;
	top: 30%;
	right: 5%;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}
.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    position: absolute;
    width: 40px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}

.hamburger-inner::after, .hamburger-inner::before {
    display: block;
    content: "";
}
.hamburger--spin .hamburger-inner::before {
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}

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



.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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
--------------------------------------------------------------*/

.srp-post #thumbnail {
    min-height: 225px;
    width: 100%;
    background-size: cover !important;
}
.srp-post {
    max-width: 300px;
	margin: auto;
	margin-bottom: 20px;
}
.post-content p {
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 0;
}
.single-moto article.srp-post {
        margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
    position: relative;
    padding: 5px !important;
}
.post-content {
    display: flex;
    flex-direction: column;
    padding: 15px 25px;
    /* margin-top: -7px; */
    background: #f3f3f3;
}
.srp-related .post-content {
    margin-top: -17px;
}
.post.hentry {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    max-width: 991px;
    margin: auto;
}
.post.hentry, .page.hentry {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    max-width: 991px;
    margin: auto;
}

.srp-related h3 {
    line-height: 35px !important;
    margin-top: 0;
    margin-bottom: 3px;
}
.sticky {
	display: block;
}

.hentry {
	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
--------------------------------------------------------------*/
.espec.flex {
    width: 100%;
}


.srp-gallery{
	max-width: 320px;
	margin: auto;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: left;
    /* margin-top: 35px; */
        margin-bottom: 55px;

}

.srp-gallery a img{
	width: 100%;
	height: 230px;
	min-height: 230px;
	
}
.srp-gallery a.fluidbox--closed div{
	  min-height: 230px;  
}


.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{
    width: 155px;
}
.custom-logo-link {
	display: inline-block;
}

.playpause {
    display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
    justify-content: center;
    cursor: pointer;
	opacity: 0;
}
.playpause img {
	align-self: center;
	
}
#thumbnail img {
    width: 100%;
    padding: 10px;
}
.backimg {
    background: url(http://nortonmotocicletas.com/wp-content/uploads/2017/12/dealersimg.jpg) no-repeat;
    position: absolute;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: top;
}

/*--------------------------------------------------------------
## 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;
}



/*--------------------------------------------------------------
## Headings & texts
--------------------------------------------------------------*/
.taxtitle-cont > h1 {
    padding: 45px 0;
    color: #ffffff;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.srp-main-row.srp-recent-posts .section-heading {
    margin: 40px 0;
}
.srp-product h3 {
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 24px;
    text-align: left;
	margin: 0;
	line-height: 30px;
	margin-bottom: 5px;
    font-weight: 700;
}
p.md_desc p {
    margin: 13px;
    line-height: 17px;
}
.srp-prodtabs-cont h3.section-heading p {
    margin: 0;
    margin-bottom: 40px;
}
span.postdate {
    color: #f8ce4a;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.txtslide-cont p {
    margin: 0;
}
.section-link span {
	margin-right: 15px;
	cursor: pointer;
}
a.section-link.navleft span {
    margin-left: 15px;
}
a.section-link.navleft {
    float: left;
}
a.section-link.navright {
    float: right;
}
.txtslide-cont p:first-child {
    line-height: 35px;

}
.txtslide-cont {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: flex;
}
.txtslide-cont > div {
	flex-basis: 50%;
	display: inline-block;
	text-align: center;
	align-self: center;
}
.txtslide-cont h1 {
    color: #fff;
    font-size: 1.2em;
    max-width: 178px;
    margin: auto;
    text-align: left;
    font-family: Poppins;
    line-height: 26px;
}
.txtslide-cont > div {
	flex-basis: 50%;
	display: inline-block;
	text-align: center;
	align-self: center;
}
.playpause .txtslide-cont > div {
    align-self: left;
    margin-top: 10vh;
}

.txtslide-cont p {
    margin: 0;
    line-height: 83px;
}
.thetitle {
    /* color: #4a4a4a; */
    /* background: #f8ce4a; */
    padding: 0 4px;
    display: inline-block;
}
.txtslide-cont .thetitle {
    /* color: #4a4a4a; */
    /* background: #f8ce4a; */
    /* padding: 0 6px; */
    /* line-height: 60px; */
	display: inherit !important;
    /* box-decoration-break: clone;
    -webkit-box-decoration-break: clone; */
}



.txtslide-cont .section-link {
    max-width: 439px;
    margin: auto;
    font-size: 14px;
    /* padding-left: 12px; */
    margin-top: 30px !important;
    text-align: left;
        
}

.visible{
	visibility: visible !important;
	opacity: 1 !important;
}
.displayed{
	display: inherit !important;
}
.taxdesc-cont {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
	text-align: center;
	padding: 30px 0;
}

/*--------------------------------------------------------------
# Home Tabs
--------------------------------------------------------------*/

.tab-thumbcont img {
    opacity: 0.3;
    cursor: pointer;
}
.tab-thumbcont.active img {
    opacity: 1;
}
.spr-tabs {
    display: flex;
}
.spr-tabcontainer {
    flex-basis: 100%;
    padding: 50px 20px;
}
.tab-thumbcont {
	flex-basis: 20%;
	background: #e0e0e0;
	margin-left: 1%;
	text-align: center;
    padding-top: 7px;
}
.tab-thumbcont.active {
	background: #f3f3f3;
}
.tab-content {
    position: absolute;
    top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: #f3f3f3;
	min-height: 680px;
}
.spr-contents {
	text-align: center;
	background: #f3f3f3;
	position: relative;
}
.parallax.parallaximg {
    width: 80%;
    padding: 35px 0px;
    margin: auto;
}
.tab-content h1 {
	color: #4a4a4a;
	font-family: Poppins;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 11%;
	/* margin-bottom: 15px; */
}
.info-wrap {

}
.info-wrap p {
	color: #4a4a4a;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	margin: auto;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Categories 
--------------------------------------------------------------*/

.category-wrapper {
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
article.srp-category {
    width: 100%;
}
article.srp-category img {
    width: 100%;
}
article.srp-category:last-child {
    width: 100% !important;
}

.flex{
    display: flex;
    /* flex-wrap: wrap; */
}
.catlink.flex {
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	text-decoration: none;
}
.catlink.flex > span {
    align-self: center;
}
article.srp-category{
	position: relative;
}
.catlink.flex > span {
    align-self: center;
    color: #f3f3f3;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}
.catlink.flex:hover > span{
	color: #4a4a4a;
	background: #f8ce4a;
	line-height: 36px;
	transform: rotate(-12deg);
}
article.srp-category {
	/* padding-left: 20px;
    padding-right: 20px; */
    
    margin: auto;
    margin-bottom: 70px;
        min-width: 320px;
    width: 320px;
}

/*--------------------------------------------------------------
# Custom styles
--------------------------------------------------------------*/

.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 2px solid #4a4a4a;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

/*--------------------------------------------------------------
# Taxonomy prods
--------------------------------------------------------------*/

.imgprod-cont {
	position: relative;
	margin: auto;
}
.infoprod-cont a {
    text-decoration: none;
}
.fa-search + span{
	display: none;
}
.srp-product {
	align-self: center;
	max-width: 300px;
	margin-bottom: 30px;
	
}
.pricedef.strike {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 22px;
	font-weight: 600;
	display: inline-block;
	margin-right: 20px;
	line-height: 20px
}
.pricedisc{
	color: #4a4a4a;
	font-family: "Source Sans Pro";
	font-size: 22px;
	font-weight: 900;
	background: #f8ce4a;
	display: inline-block;
	line-height: 21px;	
	padding: 0 3px;
}
.imgprod-cont .fa.fa-search.fa- {
    font-size: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
	color: #f8ce4a;
	cursor: pointer;
}

/*--------------------------------------------------------------
## Single Product
--------------------------------------------------------------*/

.prodtab {
    text-align: center;
    padding: 10px;
    margin-bottom: 3px;
    background: #d8d8d8;
    font-weight: 600;
}
.prodtab.active {
    background: #f3f3f3;
    border-color: #f3f3f3;
}
.prodtab{
	cursor: pointer;
}
.tag-actived .beforetag::before {
    background: #fff;
}

/* *         Características         * */

.infocarac-cont {
	color: #4a4a4a;
	font-family: "Source Sans Pro";
	font-size: 14px;
	font-weight: 400;
}
.carac-right {
    padding: 0 15%;
}

/* *         Especificaciones         * */

.infoespec {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
	font-weight: 400;
	display: none;
}
.infoespec p {
    margin: 10px 0;
}
.infoespec-cont {
    margin: auto;
    background: #fff;
    border: 3px solid #f8ce4a;
    text-align: left;
    width: 100%;
	padding: 25px;
	display: inline-block;
	margin-bottom: 50px;
}
.espec-left {
    margin: 35px 0;
    margin-top: 50px;
}
.espec-right {
    width: 80%;
}
.espec-left, .espec-right {
	align-self: center;
    flex-basis: 50%;
    /* margin-left: auto;
    margin-right: auto; */
}
.info-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f3f3f3;
}
.info-wrapper::-webkit-scrollbar-thumb {
    background-color: #f8ce4a;
    /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); */
}
.info-wrapper::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    background-color: #f3f3f3;
}
.infoespec h3 {
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 16px;
	font-weight: 700;
	background-color: #f8ce4a;
    display: inline;
}

.espec-left img {
	max-width: 500px;
	max-height: 370px;
}
p.srp-tag {
	position: absolute;
}
p.srp-tag.elec {
	top: 50px;
	left: 45px;
}
p.srp-tag.chas {
	bottom: 120px;
	left: 90px;
}
p.srp-tag.eng {
	top: 100px;
	left: 205px;
}
p.srp-tag.styl {
	right: 110px;
	top: 40px;
}
p.srp-tag.opti {
	right: 70px;
	bottom: 65px;
}



/* *         Interes         * */

.interest-wrapper h3 {
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    margin: 40px;
}
.hiddenfield {
    display: none !important;
}
.srp-prodcontent-cont {
    /* position: absolute; */
    display: none !important;
	background: #f3f3f3;
    opacity: 0;
	visibility: hidden;
	width: 100%;
	justify-content: center;
	flex-direction: column;
    height: auto;
}
.srp-prodcontent-cont.visible {
    display: flex !important;
}
.owl-carousel .owl-nav{
	display: none;
}

/*--------------------------------------------------------------
## Dealers
--------------------------------------------------------------*/

.dealer_tab {
    text-align: center;
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 16px;
	font-weight: 600;
	cursor: pointer;
    line-height: 48px;
    text-transform: uppercase;
    border-top: 3px solid #f8ce4a;
}
li:last-child .dealer_tab{
	border-bottom: 3px solid #f8ce4a;	
}
.dealer_content {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
	font-weight: 400;
	height: 0;
	padding: 0px 30px;
	overflow: hidden;
	transition: all .25s ease;
}
.dealer_content.opened{
	padding: 30px 30px;
	height: auto;
	border-top: 3px solid #f8ce4a;	
}
.bordered{
    border-top: 3px solid #f8ce4a;	
}
.srp_dealer_cont ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dealer_tab:hover {
    background: #f8ce4a;
}
.dealer_tab.active {
	background: #f8ce4a;
	/* border-bottom: 3px solid #f8ce4a; */
	
}
.srp-main-container > img{
	display: none;
}

/*--------------------------------------------------------------
## Cronología
--------------------------------------------------------------*/
.cronocont-owl {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: #f3f3f3;
    padding: 105px 0;
}
.srp-crono-mainrow {
    background: #f3f3f3;
}
.cronocont-owl div {
    position: relative;
}
.srp-cronoflow {
    height: 450px;
    overflow: hidden;
    cursor: -webkit-grab;
    width: 100%;
}

.srp-cronoflow.active{
	cursor: -webkit-grabbing;
}
.crono-cont {
    width: calc(100vw*5);
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
.crono-section {
    height: 450px;
    display: flex;
    justify-content: center;
    float: left;
	width: 100vw;
	background: #f3f3f3;
}
.crono-section h1 {
    align-self: center;
}
body, #page, .page {
	overflow-x: hidden;
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}
.owl-carousel.owl-loaded.owl-drag {
    text-align: center;
    margin: auto;
}
.srp-info-wrap {
    padding: 20px 40px 20px 40px;
}
.crono-slide {
    align-self: center;
    position: relative;
    margin-top: -40px;
}
.owl-carousel {
    max-width: 100% !important;
}

.cronoslidetxt {
    color: #4a4a4a;
    position: absolute !important;
    background: #fff;
    max-width: 220px;
    padding: 30px 15px 30px 15px;
    bottom: -100px;
    /* left: -135px; */
    padding-top: 0;
}
.cronoslidetxt h2 {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.cronoslidetxt p {
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}


.heading,
.gallery {
  justify-content: center;
  align-content: center;
  width: 200px;
}

.heading {
  margin-bottom: 30px;
}
.heading h1 {
  margin: 0 auto 5px;
  letter-spacing: -2px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.heading span {
  font-size: .65em;
  font-weight: 900;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.srp-cronotime {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #f3f3f3;
}
.srp-cronotime > a {
    display: inline-block;
    color: #4A4A49 !important;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 20px;
}
p.cronodate {
    margin: 10px 0;
}

/*--------------------------------------------------------------
## Overlayed Gallery
--------------------------------------------------------------*/

.gallery {
    position: relative;
    display: inline-block;
    margin: 10px 20px 0 0;
    width: 375px;
    height: 375px;
}
.gallery .photogallerytop, .gallery .photogallerymid, .gallery .photogallerybot {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  padding: 10px;
  /* background: linear-gradient(to bottom, #FFFFFF, #CFCFCF, #FFFFFF); */
  border-radius: 2px;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); */
}
.gallery .photogallerytop:last-child, .gallery .photogallerymid:last-child, .gallery .photogallerybot:last-child {
  cursor: pointer;
}
.gallery .photogallerytop .imgContainer, .gallery .photogallerymid .imgContainer, .gallery .photogallerybot .imgContainer {
  height: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.3); */
  overflow: hidden;
}
.gallery .photogallerytopgallerytop .imgContainer img, .gallery .photogallerytopgallerymid .imgContainer img, .gallery .photogallerytopgallerybot .imgContainer img {
  max-width: 100%;
  height: auto;
}
.srp-related div#thumbnail {
    border: 3px solid #f3f3f3;
    border-bottom: 0;
}
.estilo {
    position: absolute;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 400;
    top: 5px;
    text-align: center;
    display: flex;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    opacity: 1;
    transition: all .25s ease-in-out;
}
.estilo:hover{
    opacity: 1;
}
p.textfield {
    position: relative;
}
.estilo span {
    align-self: center;
}
.wpcf7-form-control-wrap{
    position: initial;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    top: -18px;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    display: none;
    font-family: "Source Sans Pro" !important;
    font-size: 14px !important;
    margin: auto !important;
    font-weight: 400 !important;
    padding-left: 20px !important;
    padding: 0.2em 1em !important;
    display: table !important;
}
.srp-tag span {
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    background-color: #f8ce4a;
    position: relative;
}
.espec-left {
    z-index: 9;
    position: relative;
    /* text-align: center; */
}
.tag-actived > span {
    color: #fff !important;
}
.srp-gallery a {
    width: 100%;
    margin-top: 0.66667rem;
    /* margin: auto; */
        margin-left: 10px;
    margin-top: 4px !important;
}
.carac-left {
    display: none;
}
.srp-prodtitle {
    margin: 35px auto;
    text-align: center;
    width: 100%;
    font-family: Poppins;
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
}
.srp-main-row.srp-single-prod article.srp-post {
    /* max-width: 180px; */
    /* margin: unset; */
}
.single-moto .srp-post-cont, .srp-main-row.srp-single-prod .srp-post-cont  {
    padding: 0;
    /* padding-top: 0; */
}
.sub-menu a.menu-image-title-after {
    padding-right: 20px;
    position: relative;
}
.sub-menu a.menu-image-title-after::before {
    content: ">";
    float: right;
}
.srp_dealer_cont {
    position: relative;
}
.srp_dealer_cont > img {
    position: absolute;
    left: -538px;
    top: -100px;
}

/*--------------------------------------------------------------
## Financing
--------------------------------------------------------------*/

.srp-financiacion {
    display: flex;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
    align-items: flex-start;
        max-width: 500px;
}
.finflexed {
    width: 100%;
    /* background: #f3f3f3; */
    padding: 10px;
}
.finflexedfull{
    width: 100%;
    padding: 10px;
    text-align: right;    
}
.finflexedfull p.section-link {
    margin: 0;
}
.fin-wrapper {
    background: #f3f3f3;
    width: 100%;
    height: 100%;    
    padding: 40px;
}
.finflexed.srp-leftcol > .fin-wrapper {
    min-height: 621px;
}
.fin-wrapper .fin-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background: transparent;
    padding: 16px 0;
    height: auto;
}
.fin-wrapper h4 {
    margin-top: 0;
    text-align: center;
    font-size: 16px;
}
.fin-wrapper h4 span {
    font-weight: 800;
    line-height: 20px;
}
.finprod-img {
    background: #fff;
    margin: auto;
}
span.fin-tag {
    font-family: Source Sans Pro;
    font-size: 14px;
    line-height: 30px;
}
span.fin-year, .fin-precio {
    color: #4a4a4a;
    font-family: Poppins;
    font-size: 31px;
    font-weight: 900;
    display: block;
    line-height: 21px;
    padding: 3px 0;
}
.finprod-img, .yearcont > div, .pricecont > div{
    display: none;
}
.finprod-img.active, .yearcont > div.active, .pricecont > div.active{
    display: block;
}
.fininfo {
    display: flex;
}
.fininfo-left {
    width: 50%;
    text-align: left;
}
.fininfo-right {
    width: 50%;
    text-align: right;
}
.fininfo span.fin-tag {
    display: block;
    line-height: 20px;
}
span.fin-supertag {
    font-weight: 600;
}

/* Custom checkbox */
[type="checkbox"]:checked + label::before {
    content: url(../norton/img/yellowcheck.svg);
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 16px;
    background: #fff;
}
[type="checkbox"]:not(:checked) + label::before {
    content: "a";
    color: #fff;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
    line-height: 16px;
    background: #fff;
}
.labeledcheck::after{
    content: "Incluye tu seguro de protección de pagos. Infórmate de las coberturas.";
}
span.wpcf7-list-item.first.last {
    margin: 0 !important;
}
#checkseguro span.fin-tag {
    display: inline-block;
    width: 93%;
    line-height: 20px;
    padding-left: 12px;
    cursor: pointer;
}
label.wpcf7-list-item-label {
    display: inline-block;
    vertical-align: 20px;
}
.page-template-custom-financiacion header.fixed{
    /* opacity: 0; */
    /* transition: opacity 0.25s ease; */
    position: initial !important;
}
.page-template-custom-financiacion header.fixed:hover{
    opacity: 1;
}
.page-template-custom-venta header.fixed{
    /* opacity: 0; */
    /* transition: opacity 0.25s ease; */
    position: initial !important;
}
.page-template-custom-venta header.fixed:hover{
    opacity: 1;
}
span.fin-text {
    font-size: 11px;
    display: inline-block;
}
select {
    -webkit-appearance: none !important;
    outline: none;
    -moz-appereance: none !important;
}

/* Customiza tu moto */

.srp-extra-list {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 60px 8%;
    /* padding-bottom: 0; */
    
    justify-content: space-between;
}
.srp-extra-list ul {
    list-style: none;
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    width: 47%;
    padding: 0;
    margin: 0;
}
.srp-extra-list ul li {
    border: 2px solid #f8ce4a;
    border-bottom: 0;
    padding: 4px 10px;
    background: #fff;
}
.srp-extra-list ul li:first-child {
    background-color: #f8ce4a;
    color: #4a4a4a;
    font-weight: 600;
}
.srp-extra-list ul li:last-child {
    border-bottom: 2px solid #f8ce4a;
}
.srp-prodcontent-cont.custom.flex.visible {
    overflow: auto !important;
}
label.colorseparator {
    border: 2px solid #f8ce4a;
    border-bottom: 0;
    padding: 4px 10px;
    font-family: "Source Sans Pro";
    font-size: 14px;
    width: 100%;
    background-color: #f8ce4a;
    color: #4a4a4a;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}
ul.footer-menulegals a {
    text-decoration: none;
}    
ul.footer-menulegals li {
    font-family: Source Sans Pro;
    font-weight: 600;
}  
a.descatalogo {
    position: absolute;
    height: 60px;
    width: 100%;
    bottom: -53px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8ce4a;
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}
.desc.catlink.flex > span {
    font-size: 28px;
}
.desc.catlink.flex:hover > span {
    font-size: 28px;
    transform: none;
    color: #fff;
    background: transparent;

}
.srp-category:hover .descatalogo{
    opacity: 1;
}
a.descatalogo.proximamente {
    color: #fff;
    background-color: #4a4a4a;
}
img.imgdescarg {
    height: 100%;
}
section.error-404.not-found {
    text-align: center;
}
p.fourheading {
    font-family: Poppins;
    font-weight: 800;
    font-size: 200px;
    line-height: 200px;
    margin: auto;
    margin-top: 60px;
}
p.fourtxt {
    font-family: Source Sans Pro;
    font-size: 20px;
}
.single .owl-stage-outer, .single .owl-stage {
    height: 100%;
}
.owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.srp-main-row.compquote {
    display: block;
    position: relative;
}
.single .owl-item {
    width: 100%;
    /* height: 100%; */
}
.single .owl-item {
    /* height: 100%; */

}
.single .owl-item .srp-post-cont {
    /* height: 100%; */
}

.home-video{
    cursor: pointer;
}
.srp-gallery.colors {
    /* padding-top: 40px; */
    /* background: #f3f3f3; */
    /* padding-bottom: 65px; */
    margin-top: 65px;
}
.srp-gallery.colors h2 {
    flex-basis: 100%;
}
div#modal-5 {
    height: 60vh;
}
.video .md-content {
    height: 100%;
    background: transparent;
}
.video video.home-video {
    background: transparent;
}
div#modal-5 {
    height: 80vh;
    background: transparent;
}
i > img {
    width: 24px;
    vertical-align: bottom;
    margin-left: 5px;
}
.clickcont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 999;
    align-items: center;
    cursor: pointer;

}
.clickcont div {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8ce4a !important;
    box-shadow: 0 0 0 0px rgba(234, 211, 99, 0.5);
     -webkit-animation: pulsebox 2.5s infinite; 
    border-radius: 100%;
}
.clickcont img {
    width: 30px;
    cursor: pointer;
}

ul.sub-menu {
    border: 1px solid #ddd;
    border-width: 1px 0px;
}

@-webkit-keyframes pulsebox {
    0% {
       -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9); 
    }
  
    70% {
       -moz-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); 
      box-shadow: 0 0 0 50px rgba(234, 211, 99, 0);
    }
  
    100% {
       -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9); 
      box-shadow: 0 0 0 0 rgba(234, 211, 99, 0);
    }
  }

.srp-prodcontent-cont.visible {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.texto-financiacion {
    padding: 0px 60px;
    /* padding-top: 40px; */
}

.texto-financiacion p {
    list-style: none;
    color: #4a4a4a;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
}

.signed {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right;
    clear: both;
    font-weight: 400;
    font-size: 12px;
    font-family: Source Sans Pro;
    line-height: 30px;
    list-style: none;
}

.signed a {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right;
    clear: both;
    color: #444;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    line-height: 30px;
    list-style: none;
}

ul.footer-menulegals {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    /* align-items: center; */
    max-width: 280px;
}

ul.footer-menulegals li {
    flex: none;
}

ul.footer-menulegals li:nth-child(4)::after {
    content: "";
}

/* Esconder elemento realizar una prueba */
div.srp-main-row.maintest.fullheight-mobile {
	display: none;
}
