/*
Theme Name:   N1D
Description:  Tema hijo de Lawyer Landing Page
Template:     lawyer-landing-page
Author:       noflash.com.ar
Theme URI:    noflash.com.ar
License:      GNU
Version:      1.0
*/



:root {
 --gris-0:#54565a;
 --celeste:#6bc4e8;
	--filete:#C8E7F5;
 --font-ppal: 'Montserrat', sans-serif;
 --font-alt: 'Montserrat Alternates', sans-serif;
}

::selection {
    color: #fff;
    background: var(--gris-0);
}
::-moz-selection { }

/*!---------- 1. GLOBAL STYLES ----------*/
html {
	/*scroll-behavior: smooth;
	overflow-y: scroll;*/
}
body {
	font-family: var(--font-ppal);
	/*font-weight: 400;*/
	color:var(--gris-0);
	background: var(--celeste);
	/*hace que el footer quede abajo simepre*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
	
	/*imagen de fondo*/
	background-image: url(https://www.naceunderecho.org.ar/wp-content/uploads/2021/09/home-image.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: luminosity;
}
a { text-decoration:none !important; }
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }
* { outline: none !important; -moz-outline-style: none !important; }
* { outline: none !important; -moz-outline-style: none !important; }


/*sobreescribir el tema padre*/

header {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: end;
	align-items: center;
	background: white;
	/*height: 45vh;*/
	min-height: 270px;
	padding: 20px;
	border-bottom: solid 6px var(--filete);
}


#content {
    padding: 0;
    width: 100%;
	/*background: rgba(255,104,107,1.00);*/
}



.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}	

/*.content-area { padding: 30px !important; }*/

#primary {
	padding: 30px !important;
	/*margin-bottom: 0px;
	background-image: url(http://nace-un-derecho.local/wp-content/uploads/2021/09/15977590611570-1.jpg);
	background-position: center;*/
}

.banner .text {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    /*float: left;*/
    width: 100%;
   /* margin-top: 90px;
    font-weight: 500;*/
}

/*footer*/

.site-footer .footer-t {
		background-color: var(--gris-0) !important;
	    padding: 10px 20px 10px 20px;
	    font-size: 12px;
	    letter-spacing: 2px:
}


@media only screen and (max-width: 768px) {
	.site-footer .footer-t { padding: 10px; }
}




.site-footer .footer-t .column {
	    padding: 0px !important;
	    margin: 0px !important;
		width: 100%;
		text-align: center;
}
.site-footer .footer-t .column .widget {
	 padding: 0px !important;
	 margin: 0px !important;
	 width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}
.site-footer .footer-t p {
	display: inline-block;
	margin: 0;
}
.site-footer .footer-t a {
	display: inline-block;
	height: 40px;
}
.site-footer .footer-t a img {
	height: inherit;
	filter: brightness(2) grayscale(1);
	-webkit-filter: brightness(2) grayscale(1);
	transition: filter .3s;

}
.site-footer .footer-t a:hover img {
	filter: brightness(1) grayscale(0);
	-webkit-filter: brightness(1) grayscale(0);
}
.site-footer .footer-b {
	display:none;
}
/* theme */

/***  iconos */
.social-menu {
    width: 100%;   
    display: flex;
    justify-content: space-evenly;
	margin-top:30px;
}

a .social {
	cursor: pointer;
	width: 25px;
	height: 25px;
	fill:var(--gris-0);
	opacity:0.5;
	transition: fill .3s;
}
a:hover .social { 
	fill:var(--celeste);
	opacity:1;
	
}

.icons { 	float: left; }
.icons img { 	height: 50px; }

/*** header */
.top-h {
	width: 20%;
	min-width: 250px;
	/*background: red;*/
		
}

/*** contenedores */
 .centrado { 
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	/*height: 100vh;
	background: aqua;*/
	 
}


/*kali form*/

kaliforms-form-container {
	/*transition: */
}

