/*
Theme Name: PocerÃ­as DAM
Theme URI: http://snglr.es
Description: Wordpress PocerÃ­as DAM
Author: Jorge SantoveÃ±a DÃ­az
Author URI: https://www.arrobasolutions.com/
Version: 1.0
*/


/*********************************/

body {
	font-family: 'Ubuntu', sans-serif;
	color: #3c3c3b;
	overflow-x: hidden;
	font-size: 1.1em;
}

p, li {
	font-weight: 300;
}

li {
	margin-bottom: 15px;
}

strong {
	font-weight: 700;
}

a,
a:hover,
a:focus {
	color: #0c7d3f;
}

a.back-btn {
    background: #0c7d3f;
    color: #fff;
    padding: 5px 15px;
	font-weight: bold;
}

a.back-btn:hover, a.back-btn:focus {
    background: #999;
    text-decoration: none;
}

a.back-btn i {
    margin-right: 5px;
}

.overlay:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.bg-image-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.container {
	width: 100%;
	max-width: 1140px;
}

section.section-imagen-texto.light-section {
    background: #f7f7f7;
}

nav#mainNav {
    background: transparent;
    color: #fff;
	padding: 0;
	height: 70px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
	z-index: 10;
}

#mainNav.nav-up {
    top: -160px;
}

nav#mainNav.sticky {
    background: rgba(0,0,0,0.5);
    transition: all 0.5s ease-in-out;
}

img.logo-header {
    height: 70px;
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

nav#mainNav.sticky img.logo-header
/*body:not(.home) nav#mainNav img.logo-header */{
	opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* mobile - menu */

ul.lang-switcher {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap row;
    width: auto;
    position: relative;
	z-index: 99999;
	margin: 0;
}

li.lang-item a {
    color: #fff;
    font-size: 14px;
}

ul.lang-switcher li {margin: 0;}
ul.lang-switcher li.current-lang a {font-weight: bold;}

ul.lang-switcher li:after {
    display: inline;
    content: "|";
    font-size: 14px;
    margin: 0 5px;
}

ul.lang-switcher li:last-child:after {
	display: none;
}

.texto-imagen {
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
	text-align: center;
    bottom: 0;
    position: absolute;
}

.texto-imagen  p:last-child {
	margin-bottom: 0;
}

#toggle {
	display: block;
	width: 28px;
	height: 30px;
	margin: 26px 15px 0px 15px;
	float: right;
	position: relative;
    transition: 0.5s;
	left: 0;
    z-index: 99999;
}

#toggle.on {
    transition: 0.5s;
	left: 165px;
}

#toggle span:after,
#toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#toggle span:after{
	top: 9px;
}
#toggle span {
	position: relative;
	display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
	width: 100%;
	height: 4px;
	background-color: #fff;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 1px;
}
#toggle + #menu { display:none;}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

.sidenav {
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -300px;
    background-color: rgba(50,50,50,0.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 10px 0px rgba(0,0,0,0.3);
    z-index: 9999;
}

.sidenav.show {
	left: 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    opacity: 1;
    font-size: 36px;
}

.sidenav .closebtn:hover,
.sidenav .closebtn:focus {
    opacity:0.7;
    text-decoration:none;
}

.sidenav ul.navbar-nav {
    padding: 0;
    list-style: none;
    border-top: 0;
}

.sidenav ul.navbar-nav li {
    text-align: left;
    margin-bottom: 0;
    line-height: 48px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.sidenav ul.navbar-nav li a {
    color: #fff!important;
    display: block;
    width: 100%;
    border: 0;
    line-height: 1.5rem;
    padding: 15px!important;
    text-align: center;
    font-weight: 500;
	font-size: 0.85em;
}

.sidenav ul.navbar-nav li.current_page_item a {
    background: #0c7d3f;
}

.sidenav ul.navbar-nav li.menu-item-has-children ul.sub-menu {
    position: relative!important;
    background: rgba(0,0,0,0.2);
	display: block;
	padding: 0;
    list-style: none;
	height: 0px;
	max-height: 0px;
    overflow: hidden;
	transition: max-height 0.5s ease-in-out;
}

.sidenav ul.navbar-nav li.menu-item-has-children > a.show + ul.sub-menu {
	height: auto;
	max-height: 400px;
	transition: max-height 0.5s ease-in-out;
}

.sidenav ul.navbar-nav li.menu-item-has-children > a:after {
	border-style: solid;
	border-width: 0.11em 0.11em 0 0;
	content: '';
	display: inline-block;
	height: 0.55em;
	position: relative;
	margin-top: 7px;
	transform: rotate(135deg);
	vertical-align: top;
	width: 0.55em;
	margin-left: 8px
}

.sidenav ul.navbar-nav li.menu-item-has-children > a.show:after {
    margin-top: 11px;
    transform: rotate(-45deg);
    vertical-align: top;
}


#mainNav .sidenav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #fff!important;
}
#mainNav .sidenav ul.navbar-nav li a:hover,
#mainNav .sidenav ul.navbar-nav li a:focus {
	text-decoration:none;
    background: #0c7d3f;
	color: #fff!important;
}

#mainNav .sidenav ul.navbar-nav li.current-menu-item > a {
	background: #999999;
	color: #fff;
}

.sidenav ul.navbar-nav li.menu-item-has-children:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 6px;
    content: "\f107";
}

.sidenav .navbar-nav > li:before {
	display: none!important;
}


/* SECCIONES */

.section-slider {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-flow: column wrap;
}

body:not(.home) section#header {
    max-height: 75vh;
}

hr {
    border-top: 1px solid #0c7d3f;
}

hr.small-hr {
    border-top: 4px solid #0c7d3f;
	margin: 1.5em auto;
	max-width: 50px;
}

h1.title-page {
	text-transform: uppercase;
    font-size: 3em;
	font-weight: 700;
}

h1.title-post {
	text-transform: uppercase;
}

h3.subtitle-section {
    font-size: 18px;
    font-weight: 300;
}

.slide {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.slide.video:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 5;
    position: absolute;
}

.section-galeria .slick-slider {
	padding-bottom: 30px;
}

.slider,
.slick-list,
.slick-track,
.slick-slide > div {
    width: 100%;
    height: 100%;
}

.section-slider .section-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 0 25px;
}

.btn {
    padding: 0.375em 1.5em;
}

input[type=submit],
.btn-default {
    display: table;
    margin: 45px auto 0;
    border: 1px solid #0c7d3f;
    border-radius: 0;
    color: #3c3c3b;
    min-width: 200px;
    text-transform: uppercase;
    padding: 6px 30px;
    background: transparent;
    font-size: 20px;
}

.section-slider .btn-default,
.section-imagen-titulo .btn-default {
    border: 1px solid #fff;
    color: #fff;
}

.section-imagen-titulo .btn-default {
    border: 1px solid #0c7d3f;
}

.green-section {
	background-color: #0c7d3f!important;
	color: #fff;
}

.dark-section {
	background-color: #212121!important;
	color: #fff;
}

.dark-section .title-section,
.green-section .title-section {
	color: #fff;
}

.dark-section .title-section:after,
.green-section .title-section:after {
    background: #fff;
}

.dark-section input[type=submit],
.dark-section .btn-default,
.green-section input[type=submit],
.green-section .btn-default {
	color: #fff;
	border-color: #fff;
}

.dark-section input[type=submit]:hover,
.dark-section .btn-default:hover,
.dark-section input[type=submit]:focus,
.dark-section .btn-default:focus {
	background: #fff;
	color: #212121;
}


.green-section input[type=submit]:hover,
.green-section .btn-default:hover,
.green-section input[type=submit]:focus,
.green-section .btn-default:focus {
	background: #fff;
	color: #0c7d3f;
}

.text-green {
	color: #0c7d3f!important;
}

h2.title-section {
    color: #0c7d3f;
    font-weight: 700;
    font-size: 2.5em;
    margin-bottom: 35px;
    text-transform: uppercase;
}

h2.title-section strong {
    font-weight: bold;
}

h2.title-section:after {
	content: "";
	display: table;
	margin: 25px auto;
	width: 50px;
	height: 3px;
	background: #0c7d3f;
}

.img-block {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
	min-height: 500px;
}

.text-block {
    padding: 50px 100px;
    min-height: 25vw;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
	background: #f7f7f7;
}

.title-block {
	font-weight: 700;
}

.icon-block i {
    font-size: 5em;
    margin: 2rem 0;
}

.icon-block  h3 {
    font-size: 1.4em;
    color: #ccc;
    font-weight: 600;
}

/* slider*/


ul.slick-dots {
    display: table;
    margin: 5px auto;
    padding: 0;
    list-style: none;
    bottom: 50px;
    position: relative;
}

ul.slick-dots li {
    float: left;
    margin: 0 5px;
}

ul.slick-dots li button {
    border: 0;
    width: 9px;
    height: 12px;
    font-size: 0px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
}

ul.slick-dots li button:hover {
    background: #0c7d3f;
}

ul.slick-dots li.slick-active button{
    background: transparent;
	border: 2px solid #fff;
    height: 16px;
}

button.slick-prev {
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 70px;
    top: 50%;
    position: absolute;
    z-index: 10;
    left: 0;
    margin-top: -25px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin-top: -50px;
}

button.slick-next {
    font-size: 0px;
    border: 0;
    width: 50px;
    height: 70px;
    top: 50%;
    position: absolute;
    z-index: 10;
    right: 0;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	margin-top: -50px;
}

button.slick-next:hover,
button.slick-prev:hover {
	opacity: 0.8;
	cursor: pointer;
}

#galeria .galeria:hover button.slick-prev,
#galeria .galeria:hover button.slick-next {
	cursor:pointer;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

button.slick-prev:focus,
button.slick-next:focus {
	outline: none;
}

section.section-imagen-titulo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 25vw;
	display: flex;
	align-items: center;
}

section#galeria {
	padding-top: 30px;
}
section#galeria,
section.section-texto-full {
    background: #f7f7f7;
}

.text-block .btn-default {
    margin-bottom: 0;
}

.col-left > div > div:first-child,
.col-right > div > div:first-child {
    margin-bottom: 30px;
}

.col-left > div > div:first-child:last-child,
.col-right > div > div:first-child:last-child {
    margin-bottom: 0;
}

.col-left, 
.col-right {
	height: calc(50vw - 120px);
    overflow: hidden;
}

.galeria ul.slick-dots li.slick-active button {
	background: transparent;
	border: 2px solid #fff;
}

.galeria ul.slick-dots li button {
	background: #fff;
}

.bloque-logo-grupo {border-right: 1px solid #fff;}

.bloque-logo-grupo:last-child {
    border: 0;
}

/** HOME **/

#agenda {
	background: #f7f7f7;
	padding: 50px 0;
}

h2.title-section.title-agenda {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0;
}

h2.title-section.title-agenda:before {
    margin: 15px 0;
}

.content-noticia {
    width: 92%;
    margin: auto;
    background: #fff;
    padding: 15px;
    top: -55px;
    position: relative;
}

.imagen-noticia {
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
}

.imagen-noticia a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.content-noticia h3 {
    font-weight: 500;
    font-size: 1.4em;
	text-transform: uppercase;
}

.content-noticia h3 a {
	color: #4d4d4d;
}

section.formulario h2.title-section {
	margin-bottom: 10px;
	color: #575756;
}

section.formulario h2.title-section:before {
	background: #575756;
}

section.formulario h3.subtitle-section {
    font-size: 18px;
    font-weight: 300;
}

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

.form-wrapper input:not([type="submit"]),
.form-wrapper textarea {
    width: 100%;
    border: 1px solid #575756;
    padding: 7px;
}

.form-wrapper span.wpcf7-form-control-wrap.privacidad,
.form-wrapper span.wpcf7-form-control-wrap.checkbox-926 {
    width: auto;
    float: left;
	margin-right: 5px;
}

input[type="checkbox"] {
    width: auto!important;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #878787;
  font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #878787;
  font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #878787;
  font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
  color: #878787;
  font-weight: 300;
}

.nav-pills a {
    color: #706f6f;
    font-weight: bold;
}

.nav-pills .nav-link.active {
    color: #3c3c3b;
    background: transparent;
}

.nav-pills .nav-link.active:after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #a2843c;
    display: table;
    margin: 10px auto;
}

.subtitulo-tabs p {
    margin-bottom: 7px;
}

h3.col-title {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

h3.col-title strong {
    font-weight: bold;
}

h3.col-title:after {
    content: "";
    display: table;
    margin: 15px auto 25px;
    width: 70px;
    height: 3px;
    background: #3c3c3b;
}

img.alignleft {
    float: left;
    margin: 0 25px 15px 0;
}

img.alignright {
    margin: 0 0 25px 15px;
    float: right;
}


/* MODAL */

.modal-backdrop {
	display: none;
}
.modal-open .modal {
    background: rgba(0,0,0,0.5);
}

.modal-dialog {
    max-width: 605px!important;
}

.modal-content {
    border-radius: 0;
	border: 0;
}

.modal-header {
	border: 0;
	background: #333333;
	border-radius: 0;
}

h5.modal-title {
	color: #fff;
}

.close {
    color: #fff;
    text-shadow: none;
}

.close:focus, .close:hover {
    color: #fff;
    text-shadow: none;
}

/** EVENTOS **/

.single-eventos #header {
    height: 45vh;
    background-size: cover;
    background-position: center;
}

.single-eventos .primary-content {
    background: #f7f7f7;
}

.single-eventos .content-post {
    display: block;
    padding: 30px;
    background: #fff;
    top: -80px;
    position: relative;
}

.breadcrumb {
    background: transparent;
    border-top: 1px solid #fff;
    border-radius: 0;
    padding: 15px 0;
    font-size: 16px;
    margin: 0;
    justify-content: center;
	color: #666;
}

@media (min-width: 768px) {
	.galeria .slick-dots {
		bottom: 60px;
	}
	
	.galeria .slick-slide {
		max-height: 43vw;
		position: relative;
		overflow: hidden;
	}
	
	.text-block {
		padding: 50px 60px;
	}
	
}

@media (max-width: 991px) {
	.col-left, 
	.col-right {
		height: calc(50vw - 70px);
		overflow: hidden;
	}
	section#servicios .container {
		padding-bottom: 1px!important;
	}

	section#servicios h2.title-section {
		margin-bottom: 0;
	}
	
	h2.title-section {
		font-size: 2em;
	}
	
}

@media (max-width: 768px) {
	.col-left, 
	.col-right {
		height: auto;
		overflow: hidden;
	}
	.col-left {
		margin-bottom: 30px;
	}
	
	#toggle.on {
		transition: 0.5s;
		left: 195px;
	}
	video.video-slide {
		position: fixed;
		left: -100%;
		top: -30%;
	}
	ul#menu-legal li:after,
	ul#menu-legal-en li:after	{
		display: none;
	}
	.section-slider {
		height: 60vh;
	}
	.nav-pills .nav-link {
		text-align: center;
	}
	.nav-pills .nav-link.active:after {
		display: none;
	}

	input[type=submit], .btn-default {
		font-size: 18px;
		width: 200px;
	}
}

@media (max-width: 576px) {
	.bloque-logo-grupo {
		border: 0;
	}
	.text-block {
		padding: 30px 30px;
	}
	h2.title-section {
		font-size: 1.5em;
	}
	
	.title-block {
		font-size: 1.3em;
	}
	
	.icon-block h3 {
		font-size: 1.3em;
	}

	.icon-block i {
		font-size: 4em;
	}
	
	.img-block {
		min-height: 300px!important;
		height: auto;
	}
}


table {
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

table td {
    padding: 5px 10px;
}

table tr:first-child td {
    background: #ccc;
    text-align: center;
}

.cn-button.bootstrap {
    border-radius: 0;
    border: 1px solid #fff;
    text-transform: uppercase;
    background: transparent;
    padding: 1px 10px 0;
}

/* contacto */

.section-contacto .mapa {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.section-contacto .mapa iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section-contacto .text-block {
    background: #f3f3f3;
	height: 100%;
}

.section-contacto .text-block h3:before {
	display: none;
}

.section-contacto .text-block h3:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #0c7d3f;
    margin: 20px auto;
}


/* trabajos - home */

.portfolio-box {
    position: absolute;
    display: block;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	text-decoration: none!Important;
}

.trabajo {
    height: 0px;
	position: relative;
	padding-bottom: 56.25%;
    background-size: 100%;
    background-position: center;
    -webkit-transition: background-size 0.5s;
    -moz-transition: background-size 0.5s;
    transition: background-size 0.5s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    padding: 0 25px;
}


.portfolio-box .portfolio-box-caption {
    background: rgba(33, 33, 33, 0.7);
    display: flex;
    align-items: center;
    flex-flow: wrap row;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    opacity: 0;
    color: #fff;
    width: 100%;
    height: 100%;
	justify-content: center;
}
.trabajo:hover {
    background-size: 120%;
    -webkit-transition: background-size 0.5s;
    -moz-transition: background-size 0.5s;
    transition: background-size 0.5s;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    padding: 0 25px;
    position: relative;
    top: auto;
    transform: none;
    font-weight: 700;
    font-size: 1.5em;
}

@media (hover: none) {
	.portfolio-box .portfolio-box-caption {
		height: auto;
		padding: 15px;
	}

	.portfolio-box .portfolio-box-caption {
		position: absolute;
		bottom: 0;
		opacity: 1;
	}
	
}

@media (max-width: 1024px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 14px;
	}
}

.boton-trabajos a.btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 25px;
}

.boton-trabajos a.btn:hover, .boton-trabajos a.btn:focus {
    color: #fff;
    background: #212529;
}


/* FOOTER */

span.icono-footer {
    width: 56px;
    line-height: 56px;
    background: #fff;
    display: table;
    margin: 0 auto 15px;
    border-radius: 50%;
    color: #212121;
    font-size: 26px;
	-webkit-transition: margin .5s ease-out;
	-moz-transition: margin .5s ease-out;
	-o-transition: margin .5s ease-out;
	transition: margin .5s ease-out;
}

.icono-footer-wrapper:hover span.icono-footer{
	margin: -5px auto 20px;
	-webkit-transition: margin .5s ease-out;
	-moz-transition: margin .5s ease-out;
	-o-transition: margin .5s ease-out;
	transition: margin .5s ease-out;
}


input.wpcf7-form-control, textarea {
    border: 1px solid #ddd;
    padding: 7px 10px;
	width: 100%;
}

textarea {
	height: 140px;
}

input.wpcf7-submit {
    width: auto;
    border: 1px solid #0c7d3f;
    background: #0c7d3f;
    color: #fff;
}

#formulario .block-padding {
    padding: 50px 100px;
}

label.politica-privacidad {
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

label.politica-privacidad span {
    margin: 0;
}

.logo-footer {
    max-width: 180px;
}

ul.redes-sociales {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    max-width: 260px;
    margin: 0 auto;
    width: 100%;
}

ul.redes-sociales li {
    font-size: 22px;
	margin: 0 25px;
}

ul.redes-sociales li a {
    opacity: 0.6;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

ul.redes-sociales li a:hover, ul.redes-sociales li a:focus {
    text-decoration: none;
    opacity: 1;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}


.map-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 300px;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1024px) {
	#formulario .block-padding {
		padding: 50px;
	}
}

@media (max-width: 768px) {
	footer ul li {
		margin-bottom: 5px;
	}
	footer ul li a.nav-link {
		padding: 0;
	}
	#formulario .block-padding {
		padding: 30px;
	}
}

/** padding secciones **/

section#quienes {
    padding: 3em 0;
}

section#como-trabajamos {
    padding-top: 1em;
}

section#ventajas {
    padding-bottom: 5em!important;
}

section#servicios {
    padding-top: 2em;
}

section#trabajos {
    padding-top: 2em;
    padding-bottom: 3em;
}



/* trabajos */

.carousel-item {
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
}

.carousel-item.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

ul#menu-legal li a {
    color: #fff;
    padding: 0;
}

ul#menu-legal li a:hover,
ul#menu-legal li a:focus {
	color: #0c7d3f;
}

ul#menu-legal li a:before {
	content: "|";
	display: block;
	float: left;
	margin: 0 5px;
	font-size: 10px;
	margin-top: 5px;
}

ul#menu-legal li:first-child a:before {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}