/*
	Theme Name: Janni Labs
	Theme URI: http://html5blank.com
	Description: Theme based on HTML5 Blank for Janni Labs Inc.
	Version: 1.0
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {

}
body {
	/*font-family: 'EB Garamond', serif !important;  */
	background-color: #FEFFF0 !important;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {
	width: 120px;
}
.logo-img {

}
/* nav */
nav {
	position: relative;
	z-index: 10;
}

#navbarScroll {
	float: right;
	position: relative;
	flex-grow: 0 !important;
}

ul.navbar-nav .nav-link {
	color: #f0f0f0;
	margin-top: 25px;
	font-size: 18px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	color: white;
	background-color: #FDC6C3;
	padding-top: 30px;
	padding-bottom: 3px;

}
. paleta{
	color : #D6716C;
	color: #FDC6C3;
	color: #9EC6F9;
	color: #CAFBDB;
	color: #FF9651;
	color: #FFDA58;
}


.subfooter {
	height: 20px;
	background-color: #27A6C7;
}

.portada {
	
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.4);
	position: relative;
	background-size: 120%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.portadaCompleta {
	height: 100vh;
}

.portadaMitad {
	height: 50vh;
}

.portadaContent {
	height: 35vh;
}

.mt-100 {
	margin-top: 100px !important;
}
.mt-30 {
	margin-top: 30px !important;
}


.separator {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #065c79;
	width: 70px;
	margin: -5px auto 10px auto;
}

.standard {
	text-align: justify;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.layer-proyectos {
	width: 100%;
	height: 200px;
	background-size: 105%;
	background-position: center;
	background-repeat: no-repeat;
}

.fondo-contacto {
	background-repeat: no-repeat;
	background-size: 150%;
	background-position: center;
	background-image: url('/wp-content/uploads/globals/portada-contacto.jpg');
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
	background-attachment: fixed;
}

.wpcf7-form p{
	color: white;
}

 .btn-submit, .wpcf7-submit {
	 background-color: #FDC6C3 !important;
	 color: white;
	 margin-bottom: 30px !important;
	 width: 100%;
	 border: 0px solid;
	 border-radius: 5px;
	 height: 35px;
	 font-weight: bolder;
	 font-size: 20px;
 }

 .wpcf7-textarea {
	 height: 160px;
 }

 .wpcf7-text, .wpcf7-textarea {
	 width: 100%;
	 border-radius: 4px;
	 border: 0px solid;
 }


.contenedor-inicio {
	background-image: url('/wp-content/uploads/globals/ciudad-judicial.jpg');
	background-size: 103%;
	background-position: center;
	height: 100vh;
	text-align: center;
}

.contenedor-inicio div {
	padding-top: 200px;
}

 .logo-inicio {
	 width: 120px;
	 margin: auto;
	 border-radius: 40px;
	 position: absolute;
	 left: calc(50% - 100px);
	 top: 10px;
 }

 .left-inicio{
	background-color: rgba(244, 188, 33, .7);
	 height: inherit;
	 width:50%;
	 float: left;
	 color: #0c0c0c;
 }
 .right-inicio {
	 background-color: rgba(0, 0, 0, .7);
	 height: inherit;
	 width:50%;
	 float: right;
	 color: white;

 }

.btn-yellow {
	background-color: #FDC6C3 !important;
	color: white !important;
	font-weight: bolder !important;
	font-size: 20px !important;
}

.btn-black {
	background-color: #0c0c0c !important;
	color: white !important;
}


.redFixed {
	position: fixed;
	bottom: 115px;
	right: 0px;
	z-index: 999999;
	background-color: #FFF;
	border-radius: 20px 0px 0px 20px;
	padding: 8px;
	box-shadow: 0px 0px 10px -4px;
	width: 50px;
}

.redFixed ul {
	list-style: none;
	margin-left: -26px !important;
	margin-top: 15px !important;
}

.menu-footer {
}

.menu-footer a{
	padding: 2px;
	color: #FFFFFF;
}

.contenedor-imagen {
	background-size: 80%;
	min-height: 200px;
	background-position: center;
	background-repeat: no-repeat;
}

.titulo-imagen {
	background-color: #27A6C7;
	color: white;
	padding: 8px;
}

.container-image{
	padding: 5px;
	border: 1px solid #999;
	background-color: white;
}


.contenedor-imagen-single {
	background-size: 105%;
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
}

.mas-info {
	background-color: #C45CBC;
	color: white;
	font-size: 20px;
	position:absolute;
	bottom:0;
	right: 0;
	padding: 8px;
	cursor: pointer;
}

.wpcf7-response-output{
	background-color: #ffb;
}

.icon-abajo {
	color: #FFF;
    position: absolute;
    bottom: 0;
    right: calc(50% - 24px);
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
	url('fonts/font-name.woff') format('woff'),
	url('fonts/font-name.ttf') format('truetype'),
	url('fonts/font-name.svg#font-name') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

@media (max-width:1024px) {
	.portada {
		background-size: 350% !important;
	}
}

@media (max-width:990px) {
	#navbarScroll {
		background-color: rgba(0,0,0, .8);
		text-align: right;
		padding-right: 20px;
	}
	.navbar-collapse {
		z-index: 12;
		position: absolute !important;
		width: 100%;
		top: 135px;
	}
}

@media (max-width: 500px) {
	.navbar-brand {
	}
	.contenedor-inicio {
		background-size: 300%;
	}
	.fondo-contacto {
		background-size: 280%;

	}

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*  agregado para los iconos de mensajes */

.color-primary {
	color: #C45CBC;
}

.color-secondary {
	color: #27A6C7;
}
.color-black {
	color: #0c0c0c;
}


.fs-27 {
	font-size: 27px;
}