/*
Theme Name: M2Urban Theme
Template Theme URI: https://elinous.cl
Author: Briand de Elinous
Description: Nueva versión 2023
Version: 1.0
*/

.grecaptcha-badge { visibility: hidden; }

body {
	 font-family: 'Open Sans', sans-serif;
	 overflow-x:hidden;
	 background:#fff;
}
h1 {
	font-size:50px;
}
h2 {
	font-size:32px;
}

h3 {
	font-size:28px;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
}
p{
  color:#444;
	line-height: 2;
	font-size: 18px;
	font-weight: 400;
}
ul,ol{
/* 	list-style:none; */
	line-height: 2;
	color:#444;

}
a{ color:#033E58; }
a:hover{ text-decoration:none; color:#000;}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"] {
	padding: 13px 18px !important;
    min-width: 150px;
    border: 0;
    background: #fff !important;
    border: 1px solid #D4DBE0 !important;
    font-size: 18px;
    outline: 0 !important;
    border-radius: 0;
    width: 100%;
}
textarea{
	background: #Fff !important;
	border: 1px solid #D4DBE0 !important;
	border-radius: 0;
	outline: 0 !important;
	width: 100%;
	padding: 14px 25px;
}
select{
	width: 100%;
	font-size: 18px;
	padding: 13px 14px;
  	border: 1px solid #D4DBE0 !important;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus,textarea:focus, select:focus {
    border: 1px solid #033E58  !important;
}
.input-autocomplete{
	position: relative;
}
.input-autocomplete ul{
	position: absolute;
	z-index: 10;
	width:100%;
	background: #fff;
	border: 1px solid #D4DBE0 !important;
	list-style: none;
	padding: 0;
}
.input-autocomplete ul li{
	padding: 7px 10px;
	cursor: pointer;
}
.input-autocomplete ul li:hover, .input-autocomplete ul li:focus{
	background: #033E58;
	color:#fff;
}
.pd-container{
	padding-top:80px;
	padding-bottom:80px;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}


.btn-elinous-line{
	text-align: center;
    border: 2px solid #Fff;
    color: #fff;
    padding: 14px 40px;
    display: inline-block;
    text-decoration: none;
	font-weight: 600;
	letter-spacing: 1px;
    font-size: 16px;
    border-radius: 30px;
	background-color:#262932;
	transition: background-color 0.4s;
}
.btn-elinous-line:hover{
	background: #fff;
	color:#000;
}
.btn-elinous-line svg, .btn-elinous svg{
	font-size: 24px;
	margin-right: 10px;
}

.btn-m2{
	text-align: center;
	background-color:#033E58;
	font-weight: 500;
    padding: 14px 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
	border:0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background-color 0.4s;
}
.btn-m2:hover{
	background: #EEBF1E;
	color:#fff;
}
.btn-filters{
	border: 0;
    background: 0;
    padding: 14px 40px;
	color:#033E58;
}
.btn-elinous2{
	text-align: center;
	background:#262932;
	font-weight: 500;
    padding: 14px 40px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
	border:0;
	color: #fff;
    font-weight: 600;
	letter-spacing: 1px;
}
.btn-elinous2:hover{
	background: #59E8AE;
	color:#262932;
}

.pagination span{
	margin-right:30px;
}
.pagination .page-numbers{
	background: #fff;
    height: 44px;
    min-width: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
	margin-right: 15px;
	color:#000;
	text-decoration:none;
}
.pagination .page-numbers .next{
	background: #fff;
	color:#033E58;
}
.pagination .page-numbers.current{
	background:#033E58;
	color:#fff;
}
.navbar{
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav li a{
	padding: 20px 20px;
	display: block;
	color:#6F6F6F;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	cursor:pointer;
    border-bottom: 4px solid #fff;
}
.navbar-nav li a:hover{
    border-bottom: 4px solid #ccc;
}
.navbar-nav li.current-menu-item a{
	color:#111;
	font-weight: 600;
	border-bottom:  4px solid #033E58;
}

.navbar a{
    text-decoration: none;
}
.nav2 {
    margin-left: auto;
}
.navbar-brand img{
    max-width: 170px;
	width:155px;
}
.checklist {
    list-style: none;
	line-height: 2.2;
}
.checklist li{
	position: relative;
	padding-left: 10px;
}
.checklist li:before {
    content: "";
    position: absolute;
    left: -30px;
    width: 25px;
    height: 25px;
    background: url(https://elinous.cl/wp-content/uploads/2023/02/check-elinous.svg);
    background-size: cover;
    top: 10px;
}

/*Responsive*/
/* Small devices (landscape phones, 576px and up)*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.container{
		padding-right:25px;
		padding-left: 25px;
	}
	.pd-container{
		padding-top:50px;
		padding-bottom:50px;
	}
	/* Menu top */
	.navbar{
		padding: 10px 25px;

	}
	.navbar-collapse{
		margin-left: -15px !important;
		margin-right: -15px;
		background:#fff;
		-webkit-box-shadow: -7px 58px 84px -30px rgba(0,0,0,0.10);
		-moz-box-shadow: -7px 58px 84px -30px rgba(0,0,0,0.10);
		box-shadow: -7px 58px 84px -30px rgba(0,0,0,0.10);
		Z-INDEX: 10;
		margin-top: 10px;
	}
/* Efecto X */
	.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.navbar-toggler[aria-expanded="true"]  .line:nth-child(2) {
   		 opacity: 0;
	}
	.navbar-toggler[aria-expanded="true"]   .line:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	.navbar-toggler[aria-expanded="false"] .line{
		background:#262932;
	}
	.navbar-toggler .line{
		box-sizing: content-box;
		background:#033E58 ;
		position: relative;
		height: 2px;
		width: 23px;
		display: block;
		margin: 5px 0;
		-webkit-transition: .5s;
		transition: .5s;
		-webkit-transform-origin: center;
		transform-origin: center;

	}


	.navbar-toggler{
		width:44px;
		height: 44px;
		border-radius: 0;
	}
	.navbar-toggler:focus{
		outline:none;
		color:#fff;
	}
	.navbar-toggler.collapsed{
		background: #fff;
		color: #fff;
	}
	.navbar .btn-cristi2{
			padding: 8px 21px !important;
	    margin-left: 20px;
	    min-width: auto;
	    margin-right: 10px;

	}
	.navbar-brand{
		margin:0;
	}
	.navbar-brand img{
		max-height: 44px;
		width: 140px;
		max-width:150px;
	}

	.navbar-nav li{
		padding:0 15px;
		position: relative;
		border-bottom: 1px solid #e6e9f9;
	}

	.navbar-nav li a{
		display:block;
		padding:10px;
	}
	.sec-proyectos .col-md-4{
			display: flex;
			justify-content: center;
	}
	.btns-float .action-float{
		right: 15px;
		bottom: 15px;
	}

}
/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) and (max-width: 991px) {

 }

/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

}
@media screen and (min-width: 1300px) {
	.container{
		max-width:1240px;
	}
}
/* Extra large devices (large desktops, 1366px and up)*/
@media screen and (min-width: 1400px) {
	.container{
		max-width:1340px;
	}
}
/* Extra large devices (large desktops, 1599px and up)*/
@media screen and (min-width: 1600px) {
	.container{
		max-width:1440px;
	}
}