/*!
Theme Name: Golova
Theme URI: http://underscores.me/
Author: Garamond
Author URI: http://garamond.uy/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: golova
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.

Golova is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	line-height: 1.15;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

.mc4wp-form-fields button:hover {
    background: transparent;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size: 16px;
}



/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.mb-0 {
    margin-bottom: 0;
}

.mb-0 figure {
    margin-bottom: 2px;
}


/* Typography
--------------------------------------------- */


body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: .9rem;
	line-height: 1.5;
	outline:none!important;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Source Sans Pro', sans-serif;
}

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

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

big {
	font-size: 125%;
}

p.title-h1 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

p.title-h1 + p {
    margin-top: 5px;
}

p.title-h2 {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.3em;
    position: relative;
}

p.title-h2 code {
    color: #E6E6E6;
    position: absolute;
    left: -45px;
}

p.bb-1 {
    width: fit-content;
    position: relative;
}

.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.2;
    margin-bottom: 20px;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-weight: 300;
    font-size: 1.85rem;
    line-height: 1.25;
    margin-top: 45px;
}

/*p.bb-1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #cccccc;
    width: 100%;
    height: 1px;
}*/

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figcaption {
    text-align: center;
    font-size: 1.4rem;
    padding-top: 20px;
}

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a:focus,
a:hover,
a:active {
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
	border: 2px solid;
	border-radius: 5px;
	background: transparent;
	line-height: 1;
	padding: 14px 15px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    text-decoration: none;
    transition: all 0.3s;
}

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: 2px solid;
	border-radius: 5px;
	padding: 7px 30px;
	width: 100%;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    position: absolute;
    border-radius: 100%;
}

span.wpcf7-list-item-label::before {
    width: 12px;
    height: 12px;
    left: 0;
    top: 3px;
    border: 2px solid;
}


span.wpcf7-list-item-label::after {
    width: 6px;
    height: 6px;
    left: 3px;
    top: 6px;
}
span.wpcf7-list-item-label {
    padding-left: 24px;
    position: relative;
}

.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.wpcf7-validates-as-required.wpcf7-not-valid {
    background-image: url(assets/images/times.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: calc(100% - 5px);
    background-position-y: 5px;
    border-color: #ff4311;
}

.wpcf7-not-valid-tip {
    font-size: 0;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.headroom--not-top header#masthead {
    position: fixed;
    width: 100%;
    z-index: 20;
    top: 0;
    background: rgba(255,255,255,.95);
    padding-top: 0;
}
.headroom--not-top header#masthead img.custom-logo {
    width: 150px;
}


.headroom--not-top header#masthead .topbar {
    display:none;
}

.headroom--not-top header#masthead a.custom-logo-link:not(.logo_white) {
    display: block;
}

.headroom--not-top header#masthead a.logo_white {
    display: none!important;
}

header#masthead .wrap_inner_header {
    width: 1630px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
a.custom-logo-link {
    position: relative;
    z-index: 5;
}
.main-navigation {
	display: block;
	width: fit-content;
}

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

.main-navigation a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom: 0;
    transition: all 0.3s;
}

.main-navigation li:hover > a:before {
    width: 100%;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: column;
	background: rgba(255,255,255,.5);
	padding: 15px 30px;
}

.main-navigation ul ul a:before {
    content:none;
}


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

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

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

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

.main-navigation li {
	position: relative;
	margin: 0 15px;
}

.main-navigation ul ul li {
    margin: 0;
}

.main-navigation ul ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .5px;
    position: relative;
}

.main-navigation ul ul li a {
    font-weight: 400;
    font-size: .75rem;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.topbar {
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    right: 0;
    width: 1630px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.topbar a {
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    word-spacing: 1px;
    position: relative;
}

.topbar a:not(:last-child) {
    margin-right: 15px;
}

.topbar a:last-child {
    margin-left: 15px;
}

.topbar a:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
}

.topbar a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: all 0.3s;
}

.topbar a:hover:before {
    width: 100%;
}

/*Para eliminar un telefono*/
.topbar a:last-child {
    display: none;
}

.topbar a:not(:last-child):after {
    content: none;
}

.topbar a:not(:last-child) {
    margin-right: 0;
}
/*Fin para eliminar un telefono*/

@media (min-width:1440px) {
    .main-navigation li {
        margin: 0 35px;
    }
    .main-navigation li:last-child {
        margin-right: 0;
    }
    .headroom--not-top header#masthead img.custom-logo {
        width: 180px;
    }
}
@media screen and (min-width: 1025px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
	}
	header#masthead {
        padding-top: 20px;
    }
    .headroom--not-top header#masthead .wrap_inner_header {
        padding-top: 12px;
        padding-bottom: 8px;
    }
    .headroom--not-bottom nav#site-navigation {
        margin-top: -5px;
    }
}
@media (max-width:1024px) {
    header#masthead .wrap_inner_header {
        padding-top: 15px;
        padding-bottom: 11px;
    }
    .rmp-container {
        padding-top: 15px!important;
        padding-left: 5px!important;
    }
    .topbar, .menu-toggle {
        display:none!important;
    }
    .rmp-container.rmp-slide-left, .rmp-container.rmp-push-left {
        transform: translateX(calc(-100% - 15px));
    }
    .home #rmp_menu_trigger-640 .rmp-trigger-box {
        color: rgb(255, 255, 255);
    }
    .home #rmp_menu_trigger-640 .responsive-menu-pro-inner, 
    .home #rmp_menu_trigger-640 .responsive-menu-pro-inner::before, 
    .home #rmp_menu_trigger-640 .responsive-menu-pro-inner::after {
        background-color: rgb(255, 255, 255);
    }
    #rmp_menu_trigger-640 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .home.headroom--not-top #rmp_menu_trigger-640 .responsive-menu-pro-inner, 
    .home.headroom--not-top #rmp_menu_trigger-640 .responsive-menu-pro-inner::before, 
    .home.headroom--not-top #rmp_menu_trigger-640 .responsive-menu-pro-inner::after {
         background: #3e474c!important;
     }
     
    #rmp-menu-wrap-640 .rmp-menu-item-link {
        height: auto;
        line-height: 20px;
    }
    
    #rmp-menu-wrap-640 .rmp-menu-item {
        margin-bottom: 20px;
    }
    .rmp-menu-additional-content ul {
        display: flex;
        padding-top: 20px;
    }
    
    .rmp-container .rmp-menu-additional-content {
        padding: 30px 15px 15px 5%!important;
    }
    
    .rmp-menu-additional-content ul li {
        margin-left: 0;
    }
    
    .rmp-menu-additional-content ul li a {
        color: #fff!important;
        font-size: 20px;
    }
    
    .rmp-container .rmp-menu-additional-content h3.phone a {
        color: #fff;
        font-weight: 400;
    }
    
    .rmp-container .rmp-menu-additional-content h3.phone {
        margin-bottom: 10px!important;
        font-weight: 400;
    }
    .rmp-container .rmp-menu-additional-content h3.phone a:hover::before {
        content: none!important;
    }
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.page header.entry-header {
    display: none;
}
.bg_header_single {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.bg_header_single h1.entry-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2.8rem;
    display: none!important;
}

.single .entry-content p:not(.title-h2):not(.wp-block-kadence-advancedheading) {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 0;
    width: 500px;
    max-width: 100%;
    margin-bottom: 25px
}

.wrap_content {
    width: 1440px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.sticky {
	display: block;
}

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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.wp-block-kadence-rowlayout .kb-theme-content-width {
    max-width: 100%!important;
}

.related-post.grid {
    position: relative;
    padding-top: 110px;
}

.related-post.grid:before {
    content: 'MAS PROYECTOS';
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1.3em;
}

.related-post .post-list {
    display: grid;
    grid-template-columns: 1fr;
    width: 1300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0 60px;
    grid-column-gap: 10px;
}
.related-post .post-list .item {
    border: 1px solid #E6E6E6;
    width: 100%!important;
    margin: 0 0 20px 0!important;
}

.related-post .post-list .item .thumb.post_thumb {
    max-height: 100%;
}

.related-post .post-list .item .thumb.post_thumb a {
    position: relative;
}

.related-post .post-list .item .thumb.post_thumb a:before {
    content: '';
    border-style: solid;
    border-width: 4px 0 4px 5px;
    left: 30px;
    bottom: 26px;
    position: absolute;
}

.related-post .post-list .item .thumb.post_thumb a:after {
    content: 'VER PROYECTO';
    position: absolute;
    left: 43px;
    bottom: 22px;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.related-post .post-list .item .thumb.post_thumb a:hover:after {
    text-decoration: underline;
}
nav.navigation.post-navigation {
    display:none!important;
}

@media (min-width:1200px) and (max-width:1500px) {
    body:not(.home) .wp-block-kadence-rowlayout .kb-theme-content-width {
        max-width: calc(100% + 60px)!important;
        margin-left: -30px!important;
        margin-right: -30px!important;
    }
    body:not(.home) .entry-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .newsletter .widget,
    .wrap_content, nav.navigation.post-navigation {
        padding: 0 160px!important;
        width: 100%!important;
    }
    
     body:not(.home) .wp-block-kadence-rowlayout:not(.header_page) .kt-row-column-wrap {
        padding-left: 130px!important;
        padding-right: 130px!important;
        
    }
   
    .wp-block-eedee-block-gutenslider.content-fixed .wp-block-eedee-gutenslider__content p.title-h2, .header_page .wp-block-eedee-block-gutenslider .slick-dots {
        padding: 0 160px!important;
        width: 100%!important;
    }
}

@media (min-width:1200px) and (max-width:1800px) {
    header#masthead .wrap_inner_header, .topbar {
        padding-left: 90px;
        padding-right: 90px;
    }
    
    header#masthead img.custom-logo {
        width: 180px;
    }
    
    .main-navigation a {
        font-size: .7rem;
    }
    .main-navigation li {
        margin: 0 12px;
    }
    
    
} 
@media (min-width:1025px) and (max-width:1199px) {
    header#masthead img.custom-logo {
        width: 180px;
    }
    .main-navigation a {
        font-size: .65rem;
    }
    .main-navigation li {
        margin: 0 12px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
   .related-post .post-list {
       padding: 0 30px;
   } 
}
@media (max-width:767px) {
   .related-post .post-list {
       padding: 0 20px;
   } 
   .related-post.grid {
        padding-top: 60px;
    }
}
@media (min-width:768px) {
    .related-post .post-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width:992px) {
    .related-post .post-list {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*.kt-testimonial-media-inner-wrap {
    border-radius: 100%!important;
    overflow: hidden;
    border: 2px solid #E6E6E6!important;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 100%;
    position: relative;
}
.kt-testimonial-media-inner-wrap:before {
    content: '';
    padding-top: 100%;
    display: block;
}
.kadence-testimonial-image-intrisic {
    border-radius: 100%;
    overflow: hidden;
    width: 65%!important;
    height: 65%!important;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%, -50%);
    padding: 0!important;
    position: absolute!important;
}

.kt-testimonial-media-inner-wrap .kt-testimonial-image {
    border-radius: 100%!important;
    width: 100%!important;
    height: 100%!important;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%, -50%);
}

h2.kt-testimonial-title {
    font-size: 1.6rem;
    margin-bottom: 7px;
}

.kt-testimonial-content {
    font-size: 1.4rem;
    line-height: 1.15;
}*/

.wp-block-kadence-advancedgallery .kt-blocks-carousel {
    padding-bottom: 120px;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-dots {
    bottom: -100px!important;
}

.wp-block-kadence-advancedgallery {
    overflow: visible!important;
}



.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-carousel-arrowstyle-outlineblack .slick-prev, 
.wp-block-kadence-advancedgallery .kt-blocks-carousel .kt-carousel-arrowstyle-outlineblack .slick-next {
    border: 0;
    color: #ff4311!important;
    opacity: 1;
}

.wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-next:before, .wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-prev:before {
    width: 20px;
    height: 20px;
}

.kt-blocks-carousel .slick-dots li.slick-active button:before {
    width: 14px;
    height: 14px;
    top: 5px!important;
    left: 5px!important;
}
.kt-blocks-carousel .slick-dots li button:before {
    top: 7px!important;
    left: 5px!important;
    background-color: #E6E6E6!important;
    opacity: .8!important;
}
.kt-blocks-carousel .slick-dots li button:hover:before, .kt-blocks-carousel .slick-dots li button:focus:before,
.kt-blocks-carousel .slick-dots li.slick-active button:before {
    opacity: 1!important;
}

.kt-blocks-carousel .slick-dots {
    bottom: -45px!important;
}  
.kt-blocks-carousel .slick-dots li:not(:last-child) {
    margin-right: 15px;
}
.wp-block-kadence-infobox .kt-blocks-info-box-text {
    margin-top: 3px;
    line-height: 1.15;
}

.kt-blocks-info-box-title {
    margin-bottom: 0!important;
}
/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.mt-0 {
    margin-top: 0px;
}
.mt-10 {
    margin-top: 10px;
}
.b-1 img {
    border: 1px solid #CCCCCC;
}
@media (min-width:992px) {
    .mt-md--20 {
        margin-top: -20px;
    }
}

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Kadence Blocks
--------------------------------------------- */

.wp-block-kadence-infobox .kt-blocks-info-box-media {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.wp-block-kadence-infobox .kt-blocks-info-box-media .kadence-info-box-image-inner-intrisic-container, .kadence-info-box-image-intrisic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.kadence-info-box-image-intrisic {
    padding: 0!important;
}

.wp-block-kadence-infobox .kt-blocks-info-box-media,
.wp-block-kadence-infobox .kt-blocks-info-box-media .kadence-info-box-image-inner-intrisic-container,
.wp-block-kadence-infobox .kadence-info-box-image-intrisic,
.kadence-info-box-image-inner-intrisic {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.kt-blocks-info-box-media-align-right {
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important;
}

.kt-infobox-textcontent {
    padding-right: 35px;
}

.wp-block-kadence-advancedgallery {
        max-width: 90%;
        margin-left: auto!important;
        margin-right: auto!important;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .wp-block-kadence-advancedgallery button.slick-prev.slick-arrow {
        left: -35px!important;
    }
    
    .wp-block-kadence-advancedgallery button.slick-next.slick-arrow {
        right: -35px!important;
    }

/* Gutenslider
--------------------------------------------- */

.wp-block-eedee-block-gutenslider .slick-dots {
    bottom: -45px;
}

.wp-block-eedee-block-gutenslider .slick-dots li.slick-active button::before {
    font-size: 30px;
    top: -1px;
}

.wp-block-eedee-block-gutenslider .slick-dots li button::before {
    color: #e6e6e6;
    font-size: 20px;
}

.wp-block-eedee-block-gutenslider.content-fixed .wp-block-eedee-gutenslider__content {
    justify-content: flex-end;
    align-items: flex-start;
}

.header_page .wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination span.swiper-pagination-bullet {
    background: #ffff;
    position: relative;
    width:10px;
    height:10px;
}

.header_page .wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination span.swiper-pagination-bullet:hover {
    opacity: 1;
}

.header_page .wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width:13px;
    height:13px; 
    background: #ff4311;
}


.wp-block-eedee-block-gutenslider.content-fixed .wp-block-eedee-gutenslider__content p.title-h2 {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    margin-bottom: 85px;
}

.wp-block-eedee-block-gutenslider.content-fixed .slick-dotted + .wp-block-eedee-gutenslider__content, 
.page-id-668 .wp-block-eedee-block-gutenslider .wp-block-eedee-gutenslider__content {
    padding-bottom: 45px;
}

.header_page .wp-block-eedee-block-gutenslider .slick-dots, 
.header_page .wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination {
    bottom: 45px;
    left: 0;
    right: 0;
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(0);
    text-align: left;
}
.header_page .wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination  {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dots-lg-none.dots-md-none.dots-sm-none .eedee-gutenslider-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}
/* Home
--------------------------------------------- */

.home header#masthead {
    position: fixed;
    width: 100%;
    z-index: 20;
}

.home a.logo_white {
    display: block!important;
}

/*.home a.logo_white + .custom-logo-link, .home header.entry-header {
    display: none;
}*/
.home a.custom-logo-link:not(.logo_white), .home header.entry-header {
    display: none;
}
.home .entry-content {
    margin-top: 0;
}
.home main#primary {
    max-width: 100%;
    overflow-x: hidden;
}

div#video_bg_home {
    position: relative;
}


#video_bg_home  img.arrow_down {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 15;
    width: 30px;
}

div#btn-video-desktop {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 15;
}

div#btn-video-desktop img {
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
    transition: all 0.3s;
}

div#btn-video-desktop img:hover {
    transform: scale(1.05);
}

#proyectos-golova .uagb-post__text {
    display: none;
}

#proyectos-golova .uagb-post__inner-wrap {
    position: relative;
}

#proyectos-golova .uagb-post__image a:after {
    content: 'VER PROYECTO';
    position: absolute;
    left: 43px;
    bottom: 22px;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 700;
 }
 
#proyectos-golova .uagb-post__image a:before {
    content: '';
    border-style: solid;
    border-width: 4px 0 4px 5px;
    left: 30px;
    bottom: 26px;
    position: absolute;
}

#proyectos-golova .uagb-post__image a:hover:after {
    text-decoration: underline;
}

#proyectos-golova article .uagb-post__inner-wrap {
    border: 1px solid #E6E6E6;
    background: transparent;
}

#proyectos-golova article {
    padding-right: 5px;
    padding-left: 5px;
}

.services_home {
    position: relative;
    overflow: hidden;
}

#proyectos-golova {
    position: relative;
}

.services_home .kt-row-column-wrap:before {
    background-image: url(https://golova.uy/wp-content/uploads/2020/12/g.png);
    top: -30px;
    right: -30px;
}

.services_home:before {
    left: -80px;
    top: 24%;
    background-image: url(https://golova.uy/wp-content/uploads/2020/12/o.svg);
}
.services_home:after {
    right: -85px;
    top: 60%;
    background-image: url(https://golova.uy/wp-content/uploads/2020/12/o.svg);
}


#proyectos-golova:before {
    top: 10px;
    background-image: url(https://golova.uy/wp-content/uploads/2020/12/a.svg);
}

.services_home .kt-row-column-wrap:before,
.services_home:before,
.services_home:after,
#proyectos-golova:before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 150px;
    height: 150px;
}
/*@media (max-width:1024px) and (orientation: portrait) {
    #video_bg_home .kt-inside-inner-col,
    #video_bg_home .kt-inside-inner-col .wp-block-nextend-smartslider3, 
    #video_bg_home .kt-inside-inner-col .wp-block-nextend-smartslider3 div[class*="n2"] {
        height: 100vh!important;
    }
    
    #video_bg_home iframe {
        min-width: 100%;
    }
}*/
/*@media (min-aspect-ratio: 16/9) and (orientation: portrait) {
  #video_bg_home .kt-inside-inner-col .wp-block-nextend-smartslider3 .n2-ss-slider .n2_ss_video_player { height: 320%; top: -100%; }
}
@media (max-aspect-ratio: 16/9)  and (orientation: portrait) {
  #video_bg_home .kt-inside-inner-col .wp-block-nextend-smartslider3 .n2-ss-slider .n2_ss_video_player {width: 400%;left: -150%;}
}*/
#video_bg_home .n2-ss-layer.n2-ow,
    #video_bg_home .n2-ss-slider .n2-ss-layer-content {
        padding: 0!important;
}        
@media (min-width: 1025px) {
    #video_bg_home .kt-row-column-wrap.kt-inner-column-height-full,
    #video_bg_home .wp-block-nextend-smartslider3,
    #video_bg_home .n2-ss-slider-1.n2-ow
    {
        max-height: 100vh;
    }
    #video_bg_home div#n2-ss-2 .n2-ss-layers-container,
    #video_bg_home div#n2-ss-2 .n2-ss-slide,
    #video_bg_home .n2-ss-slider .n2_ss_video_player {
        height: 100vh!important;
    }
    #video_bg_home .n2-section-smartslider:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;z-index: 11;opacity: 0;}
    
    .n2-ss-slider .n2_ss_video_player iframe {
        width: calc(100% + 100px)!important;
        height: calc(100% + 100px)!important;
        top: calc(50% + 100px)!important;
        left: calc(50% + 100px)!important;
        transform: translate(calc(-50% - 100px), calc(-50% - 100px));
    }
    #video_bg_home .n2-ss-layer.n2-ow,
    #video_bg_home .n2-ss-slider .n2-ss-layer-content {
        height: 100vh!important;
    }
}
/* Nosotros
--------------------------------------------- */
.header_page {
    position: relative;
}

.header_page p.title-h2 strong {
    font-size: 50%;
}


.list_link-header {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 285px;
    padding: 65px 35px 65px 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 2;
}

ul.list_link-header {
    padding: 65px 35px 65px 55px;
}

ol.list_link-header {
    list-style: none;
    /*counter-reset: my-awesome-counter;*/
}

/*ol.list_link-header li {
   counter-increment: my-awesome-counter;
}*/

.list_link-header li:not(:last-child) {
    margin-bottom: 10px;
}

/*ol.list_link-header li::marker {
    content: counter(my-awesome-counter, decimal-leading-zero);
}*/

.list_link-header li {
    padding-left: 0px;
    font-size: .94rem;
}

.list_link-header li,
.list_link-header li a {
    color: #808080;
}

.list_link-header li a {
    text-decoration: none;
    margin-left: 15px;
}

ul.list_link-header a {
    margin-left: 0;
}

.list_link-header li a:hover {
    text-decoration: underline;
}

.circle {
    background: #F2F2F2;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    position: relative;
    margin-bottom: 90px;
}

.circle img {
    transform: rotate(-90deg);
    width: 30px;
    right: -7px;
    position: absolute;
    top: 9px;
}

/* Como desarrollamos los proyectos
--------------------------------------------- */
.box_visibilidad img {
    width: 30px!important;
}

.box_fidelizacion img,
.box_relaciones_duraderas img,
.box_servicio_personalizado img {
    width: 25px!important;
}

.box_marketing_global img {
    width:22px!important;
}
/* Donde estamos
--------------------------------------------- */
#punta-del-este p.has-medium-font-size, #montevideo p.has-medium-font-size, #ekaterimburgo p.has-medium-font-size, #moscu p.has-medium-font-size {
    width: 550px;
    max-width: 100%;
}
.legend_place {
    color: #cccccc;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2;
}

#punta-del-este .wp-block-kadence-column,
#montevideo .wp-block-kadence-column,
#ekaterimburgo .wp-block-kadence-column,
#moscu .wp-block-kadence-column{
    position: relative;
}

/* Newsletter
--------------------------------------------- */
nav.navigation.post-navigation, .newsletter .widget {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.newsletter {
    background: #F9F9F9;
    padding: 75px 0;
    margin-bottom: 60px;
}

.newsletter .widget {
    margin-bottom: 0;
}

.newsletter .widget_text p {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.15;
}

.newsletter .mc4wp-form-fields p {
    width: 100%!important;
}

.newsletter .widget_text p strong {
    font-size: 1.5rem;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
}

.mc4wp-form-fields input[type="email"] {
    height: 44px;
    width: 100%;
    background: transparent;
}

.mc4wp-form-fields button {
    min-width: 200px;
    max-width: 100%;
    display: block;
    width: 100%;
    margin-top: 15px;
}



form input:-webkit-autofill, form textarea:-webkit-autofill,
form input:-webkit-autofill:hover, form textarea:-webkit-autofill:hover,
form input:-webkit-autofill:focus, form textarea:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.mc4wp-alert.mc4wp-success p {
    font-size: 1rem;
    padding-top: 2px;
}

/* Footer
--------------------------------------------- */
.whatsapp {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.whatsapp a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.whatsapp img {
    width: 70px;
}

#colophon .column_left, #colophon .column_right {
    width: 100%;
}

h2.widget-title {
    font-weight: 400;
    font-size: 1.5rem;
    max-width: 100%;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0px;
}


.widget_text p {
    font-size: 1.8rem;
    margin-top: 0;
}

.widget_hstngr_widget {
    margin-top: 40px;
    margin-bottom: 30px;
}

.widget_hstngr_widget ul {
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.widget_hstngr_widget ul li {
    list-style: none;
}

.widget_hstngr_widget ul li:not(:last-child) {
    margin-right: 20px;
}

.widget_hstngr_widget ul li a {
    font-size: 20px;
    display: block;
    transition: all 0.3s;
}
.widget_hstngr_widget ul li a:hover {
    transform: scale(1.1);
}

h3.phone {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1;
}

h3.phone a {
    text-decoration: none;
    position: relative;
}

h3.phone a:before {content: '';position: absolute;left: 0;bottom: 0;height: 2px;width: 0;background: #000;transition: all 0.3s;}

h3.phone a:hover:before {
    width: 100%;
}

.widget_text p.address {
    font-size: 1rem;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 0;
}

.widget_text p.address span:not(:last-child) {
    margin-right: 30px;
}

.widget_text p.address span:not(:last-child):after {
    content: '';
    position: absolute;
    right: -19px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 55%;
    transform: translateY(-55%);
}

.widget_text p.address span {
    position: relative;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

span.wpcf7-list-item {
    margin-left: 0;
}

footer#colophon {
    padding-bottom: 86px;
}

.wrap_submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.wrap_submit span.ajax-loader {
    position: absolute;
    bottom: 50px;
    display: block;
}

.wrap_submit input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-bottom: 0px;
}

.wpcf7 form .wpcf7-response-output {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#contact .widget,
.column_left section#custom_html-2 {
    margin-bottom: 0;
}

/* Plugins Custom Block
--------------------------------------------- */   
.wrap_services-item:hover .services_back {
    transform: rotateY(0deg)!important;
}

.wrap_services-item:hover .services_front {
    transform: rotateY(-180deg)!important;
}
.wrap_services-item p.title {
    font-weight: 600;
    max-width: 100%;
    font-size: 1rem;
    margin: 0;
}
.wrap_services-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.wrap_image_circle:before {
    content: '';
    padding-top: 100%;
    display: block;
}

.wrap_image_circle:hover .image_circle_bg {
    transform: scale(1.05);
}

.inner_image_circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.image_circle_bg {
    position: absolute;
    width: 100%;
    height: 100%!important;
    left: 0;
    top: 0;
    transform: scale(1);
    transition: all 500ms;
}



/* Popup maker
--------------------------------------------- */
.pum-container .wp-block-embed-youtube .wp-block-embed__wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.pum-container .wp-block-embed-youtube iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button.pum-close.popmake-close {
    background-image: url(https://golova.uy/wp-content/uploads/2020/12/close.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 20px!important;
    opacity: .8;
    color: transparent!important;
    box-shadow: none!important;
    text-shadow: none!important;
    font-size: 0!important;
    right: 30px!important;
    top: 0!important;
    transform: scale(1);
    transition: all 0.3s;
}

button.pum-close.popmake-close:hover {
    transform: scale(1.1);
    opacity: 1;
}

/* Media Query
--------------------------------------------- */

@media (min-width:768px) {
    
    .grid-3 .kt-inside-inner-col {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 45px;
    }
    .grid-4 > .kt-inside-inner-col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .grid-2 .kt-inside-inner-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 45px;
    }
    
    .grid-2-work .kt-inside-inner-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
        grid-row-gap: 0px;
    }
    
    .newsletter {
        margin-bottom: 107px;
    }
    
    .wpcf7-form .grid_two {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 50px;
    }
    
    .newsletter .textwidget {
        display: flex;
        flex-direction: row;
        align-items: center;
        grid-column-gap: 0;
    }
    
    .newsletter .textwidget > p {
        flex-basis: 50%;
        padding-right: 45px;
    }
    
    .newsletter .textwidget form {
        flex-basis: 50%;
    }

    .newsletter .textwidget {
        align-items: center;
    }
    
    
    .newsletter .widget_text p {
        margin-bottom: 0;
    }

    .wpcf7-form .grid_two {
        align-items: flex-start;
    }
    
    .wpcf7-form .your-name, .wpcf7-form .your-phone-preference, .wpcf7-form .your-message, .wrap_submit {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    #colophon .wrap_content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #colophon .column_left {
        padding-right: 30px;
    }
    
    #colophon .column_left, #colophon .column_right {
        flex-basis: 50%;
        width: 100%;
    }
    .widget_hstngr_widget {
        margin-top: 48px;
        margin-bottom: 34px;
    }
    
    span.wpcf7-form-control-wrap.your-name {
        margin-bottom: 20px;
    }
    
    span.wpcf7-form-control-wrap.your-email, 
    span.wpcf7-form-control-wrap.phone, 
    span.wpcf7-form-control-wrap.your-message {
        margin-bottom: 20px;
    }
    
    span.wpcf7-form-control-wrap.phone-preference {
        margin-bottom: 12px;
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .wrap_services-item p.title {
        font-size: 1.25rem;
    }
    
     .newsletter .widget,
    .wrap_content, nav.navigation.post-navigation {
       padding: 0 30px;
    }
    .services_home .kt-row-column-wrap:before,
    .services_home:before,
    .services_home:after,
    #proyectos-golova:before {
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 250px;
        height: 250px;
    }
    
    .newsletter .widget_text p strong, h2.widget-title, p.title-h2, .related-post.grid:before {
        font-size: 1.8rem;
    }
}

@media (min-width:992px) {
    .grid-4 > .kt-inside-inner-col {
        grid-template-columns: repeat(4, 1fr);
    }
    .newsletter .widget,
    .wrap_content, nav.navigation.post-navigation {
       padding: 0 60px;
    }
    h2.widget-title {
        width:320px;
        max-width:100%;
    }
    .mc4wp-form-fields {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
    .mc4wp-form-fields input[type="email"] {
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .mc4wp-form-fields button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .mc4wp-form-fields button {
        width: 200px;
        margin-top: 0px;
    }
    
    .services_home .kt-row-column-wrap:before {
        top: -70px;
        right: -70px;
    }
    .services_home:before {
        left: -145px;
        top: 24%;
    }
    .services_home:after {
        right: -135px;
        top: 60%;
    }

    #proyectos-golova:before {
        top: -35px;
    }
    
    .circle {
        margin-top: -70px;
    }
    .header_page .wp-block-eedee-block-gutenslider .eedee-background-div img {
        width: calc(100% - 250px);
    }
}

@media (min-width: 1025px) {
    .wp-block-eedee-block-gutenslider.content-fixed .wp-block-eedee-gutenslider__content p.title-h2, .header_page .wp-block-eedee-block-gutenslider .slick-dots, 
    .header_page .wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination.swiper-pagination-bullets {
       padding: 0 60px;
    }
}

@media (min-width: 1440px) {
    .kt-gutter-widest>.wp-block-kadence-column:first-of-type {
        margin-right: 45px!important;
    }
    
    .kt-gutter-widest>.wp-block-kadence-column:last-of-type {
        margin-right: 0!important;
        margin-left: 45px!important;
    }
}

@media (min-width:1500px) {
    .wp-block-eedee-block-gutenslider.content-fixed .wp-block-eedee-gutenslider__content p.title-h2 {
        padding: 0 60px;
    }
    
}

@media (min-width:1600px) {
    .wp-block-kadence-advancedgallery .kb-gallery-type-carousel .kt-blocks-carousel .kt-blocks-carousel-init .slick-prev {
        left: -100px!important;
    }
    
    .wp-block-kadence-advancedgallery .kb-gallery-type-carousel .kt-blocks-carousel .kt-blocks-carousel-init .slick-next {
        right: -100px!important;
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .whatsapp {
        right: 60px;
    }
}

@media (min-width:1500px) and (max-width:1599px) {
    .whatsapp {
        right: 15px;
    }
}

@media (min-width:1600px) and (max-width:1799px) {
    .whatsapp {
        right: 40px;
    }
}

@media (min-width:1700px) {
    .whatsapp {
        right: 90px;
    }
}
@media (max-width: 1199px) {
    #proyectos-golova .uagb-post-grid div[class*="columns"].is-grid {
        margin-right: auto;
        margin-left: auto;
    }
    p.title-h2 code {
        position: relative;
        left: 0;
        margin-right: 15px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .wp-block-eedee-block-gutenslider.content-fixed .wp-block-eedee-gutenslider__content p.title-h2 {
       padding: 0 30px!important;
    }
}

@media (max-width:991px) {
    #video_bg_home img.arrow_down {
        width: 15px;
        bottom: -20px;
    }
    .services_home .kt-row-column-wrap {
        max-width: 80%!important;
    }
    .kt-blocks-info-box-media-align-right .kt-blocks-info-box-media-container {
        position: absolute;
        top: 12px;
        right: 12px;
    }
    
    .kt-blocks-info-box-media-align-right {
        position: relative;
    }
    
    .kt-blocks-info-box-media-align-right .kt-infobox-textcontent {
        padding-right: 0px;
        flex-basis: 100%;
    }
    
    .kt-blocks-info-box-media-align-right .kt-blocks-info-box-media-container .kt-blocks-info-box-media {
        margin: 0!important;
    }
    .kt-blocks-info-box-media-align-right .kt-infobox-textcontent h2.kt-blocks-info-box-title {
        padding-right: 35px!important;
        line-height: 1.2;
        margin-bottom: 10px!important;
        margin-top: 0!important;
    }
    
    .kt-blocks-info-box-media-align-right .kt-infobox-textcontent p.kt-blocks-info-box-text br {
        display: none;
    }
    .legend_place {
        position: relative;
        font-size: 1rem;
    }
    footer#colophon {
        padding-bottom: 55px;
    }
    
    .newsletter {
        margin-bottom: 70px;
    }
    
    .bg_header_single {
        height: 300px;    
    }
}



@media (max-width:767px) {
    .list_link-header {
        padding: 20px 20px 20px 40px;
        position: relative;
        width: 100%;
        height: auto;
    }
    .grid-3 .kt-inside-inner-col, .grid-2 .kt-inside-inner-col, .grid-4 > .kt-inside-inner-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .wrap_services-item .services_front, .wrap_services-item .services_hover, .services_back {
        padding: 15px!important;
    }
     #proyectos-golova .uagb-post-grid .uagb-post__columns-mobile-1 article {
        padding-left: 0;
        padding-right: 0;
    }
    .wp-block-eedee-block-gutenslider.content-fixed .wp-block-eedee-gutenslider__content p.title-h2 br {
        display: block;
    }
   
    .has-medium-font-size br {
        display: none;
    }
    .editor-styles-wrapper .has-large-font-size, .has-large-font-size {
        font-size: 1.5rem;
    }
    
    .widget_text p.address span:not(:last-child) {
        margin-right: 20px;
    }
    .widget_text p.address span:not(:last-child):after {
        right: -14px;
        top: 12px;
    }
    
    .wp-block-eedee-block-gutenslider .slick-track {
        min-width: 100vw;
    }
    img.custom-logo {
        width: 150px;
    }
    
    button.pum-close.popmake-close {
        right: 5px!important;
        width: 30px!important;
        height: 30px!important;
        padding: 0!important;
        top: 5px!important;
    }
    p.title-h2 {
        line-height: 1.15;
    }
    .editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
        font-size: 1rem;
    }
    figcaption {
       font-size: 1.1rem;
    }
    .newsletter .mc4wp-form-fields p {
        margin-bottom: 30px;
    }
    
    span.wpcf7-form-control-wrap.your-message,
    span.wpcf7-form-control-wrap.phone-preference {
        margin-bottom: 24px;
    }
    
    span.wpcf7-form-control-wrap.phone {
        margin-bottom: 26px;
    }
    div#contact {
        padding-top: 30px;
    }
    .newsletter .widget_text .textwidget > p {
        margin-bottom: 25px;
    }
    #confiaron-en-nosotros button.slick-arrow {
        display: none!important;
    }
    .whatsapp img {
        width: 45px;
    }
    .whatsapp {
        bottom: 15px;
    }
    #confiaron-en-nosotros .wp-block-kadence-advancedgallery ul.slick-dots {
        bottom: -40px!important;
    }
    div#confiaron-en-nosotros .kt-blocks-carousel {
        padding-bottom: 40px;
    }
    #confiaron-en-nosotros .kt-row-column-wrap {
        padding-bottom: 0;
    }
    #video_bg_home .wp-block-nextend-smartslider3 {
        display:none;
    }
    .home #rmp_menu_trigger-640 .responsive-menu-pro-inner, 
    .home #rmp_menu_trigger-640 .responsive-menu-pro-inner::before, 
    .home #rmp_menu_trigger-640 .responsive-menu-pro-inner::after {
        background-color: rgb(62, 71, 76)!important;
    }
    iframe.video_mobile {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }
    
    #video_bg_home .kt-inside-inner-col {
        padding-top: 56.25%;
    }
    
    .home header#masthead {
        position: relative;
    }
    .home.headroom--not-top header#masthead {
        position: fixed;
    }
    
    .home header#masthead a.logo_white {
        display: none!important;
    }
    
    .home header#masthead a.custom-logo-link:not(.logo_white) {
        display: block;
    }
    .headroom--top nav#site-navigation {
        margin-top: -3px;
    }
    .single .entry-content p:not(.title-h2) {
        font-size: 1rem;
    }
    .bg_header_single {
        margin-bottom: 15px;
    }
    .bg_header_single {
        height: 150px;    
    }
    .header_page .wp-block-eedee-block-gutenslider .slick-dots, .header_page .wp-block-eedee-block-gutenslider .eedee-gutenslider-pagination {
        display: none!important;
    }
    .header_page .wp-block-eedee-block-gutenslider.content-fixed .slick-dotted + .wp-block-eedee-gutenslider__content, 
    .page-id-668 .wp-block-eedee-block-gutenslider .wp-block-eedee-gutenslider__content {
        padding-bottom: 0;
    }
}    

@media (max-width:574px) {
    .services_home .kt-row-column-wrap:before,
    .services_home:before,
    .services_home:after,
    #proyectos-golova:before {
        content: none!important;
    }
    .services_home .kt-row-column-wrap {
        max-width: 100%!important;
    }
    .wrap_services-item p.title {
        font-size: .9rem;
    }
    #confiaron-en-nosotros .wp-block-kadence-advancedgallery {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .circle, .list_link-header {
        display:none!important;
    }
    .headroom--not-top header#masthead a.logo_mobile {
        display: block!important;
    }
    
    .headroom--not-top header#masthead a.custom-logo-link {
        display: none!important;
    }
    
    .headroom--not-top header#masthead .wrap_inner_header {
        padding: 8px 15px 3px 15px;
    }
    
    
    .headroom--not-top header#masthead img.custom-logo {
        width: 35px;
    }
    .image-retina {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    
}
@media (max-width: 320px) {
    .wrap_services-item p.title {
        font-size: .75rem;
    }
}


.wrap_services-item:after {content: '';display: block;padding-bottom: 100%;}

section.error-404.not-found {
    width: 1440px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    text-align: center;
}

section.error-404.not-found h1.page-title {
    font-size: 4rem;
    margin-bottom: 0;
    margin-top: 90px;
}

section.error-404.not-found p {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 120px;
}
