@charset "UTF-8";
/* CSS document */
/* Descripcion: estilo para notaria 18
Autor: Omar De Luna
actualización: enero 2024 */

img{border:0;}

* { margin: 0; padding: 0; font-family: 'Raleway', sans-serif; box-sizing: border-box;}

img{
	display: block;
}

a, input, nav ul{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}


body{
	background:#fff;
	color: #6f7271;
	}


main {
	width: 100%;
	margin:0 auto;
	}



nav{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #20232b;
	z-index: 99;
}


nav ul{
	list-style: none;
	width: 100%;
	padding: 50px 50px 30px 0;
	background: #6f7271;
	text-align: right;
	position: absolute;
	top: 0;
	z-index: 1;
}

nav ul li{
	display: inline-block;
	border-right: 1px solid #ffb71b;
}

nav ul li:last-child{
	border: 0;
}

nav ul li a{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	color: white;
	margin: 0 20px;
	text-align: center;
}

nav ul li a:hover, nav ul li a.active{
	color: #ffb71b;
}

.logo{
	width: 100%;
	padding: 1% 0 0 2%;
	pointer-events: none;
	-moz-pointer-events: none;
	-o-pointer-events: none;
	background: url("images/texture.svg") no-repeat top left;
	background-size: 80%;
	height: 500px;
	position: absolute;
	z-index: 2;
}

.logo img{
	text-shadow: 5px 5px 5px #000;
	width: 200px;
}

.logo a{
	pointer-events: all;
	display: inline-block;
}

.space{
	width: 100%;
	padding: 50px 0;
}

.F-lex{
	display: flex;
	flex-wrap: wrap;
}

.col50{
	width: 48%;
}

.col30{
	width: 31%;
}

.col60{
	width: 66%;
}

.home{
	align-items: center;
}

.home .col30{
	padding: 0 5%;
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #6f7271;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	font-size: 14px;
	text-align: center;
}


footer div{
	text-align: center;
}

footer div img{
	margin: 0 auto;
}

footer p{
	color: white;
	font-size: 14px;
	line-height: 20px;
}

footer a{
	color: white;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}

	
h1{
	font-size:50px;
	line-height:55px;
	font-weight: 700;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
	}

h2{
	font-size:24px;
	line-height:30px;
	font-weight: 400;
	}

	
p {
	font-size:16px;
	line-height:22px;
	}

	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
a:hover {
	color:#1a5632;
	}

.cleare {
	display: block;
	clear: both;
}




#menuiphone{
	display: none;
}


/*––––––––––––––––––––––––––––––––––––––nostros––––––––––––––––––––––––––––––––––––––*/


.head{
	margin-top: 20px;
	text-align: center;
	position: relative;
}

.head h1{
	position: absolute;
	bottom: 40px;
	color: white;
	left: 0;
	right: 0;
}

.titular{
	margin: 20px 0;
	text-align: right;
}

.titular h2{
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,183,27,1) 100%);
	color: white;
	font-weight: 700;
	font-size: 30px;
	padding: 10px 3%;
}

.titular h3{
	padding: 10px 3%;
	font-weight: 300;
	font-size: 30px;
}

.titulo{
	padding: 40px 5%;
	background: url("images/texture.jpg");
}

.titulo h2{
	font-size: 70px;
	font-weight: 700;
	line-height: 55px;
	color: #305a42;
}

.titulo h2:last-child{
	color: #6e8c7b;
	margin-left: 8%;
}

.nosotros{
	margin: 50px 0;
}

.nosotros p{
	font-size: 20px;
	line-height: 26px;
}

.nosotros.F-lex{
	align-items: center;
}

.nosotros .col60{
	padding: 40px 5%;
}

.nosotros .col50 p{
	padding: 40px 5%;
}

.valores{
	margin: 0 auto;
}


/*––––––––––––––––––––––––––––––––––––––servicios––––––––––––––––––––––––––––––––––––––*/

.servicios{
	padding: 80px 5%;
	list-style: none;
	text-align: center;
}

.servicios li img{
	display: inline-block;
}

.servicios li{
	text-align: center;
	display:inline-block;
	width: 25%;
	margin: 20px 2%;
}

.servicios li:nth-child(odd){
	margin-top: 80px;
}

.servicios li p{
	background: #456b55;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 20px;
	border-radius: 20px;
	color: white;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
}



/*––––––––––––––––––––––––––––––––––––––contacto––––––––––––––––––––––––––––––––––––––*/

.contact{
	width: 100%;
	padding: 80px 5%;
	background: url("images/texture.jpg");
	text-align: center;
}

h3{
	font-size:24px;
	line-height:30px;
	font-weight: 700;
	color: #1a5632;
	}

.contact img{
	display: inline-block;
}

.contact .F-lex .col50{
	text-align: center;
}

.contact a, .contact p{
	color: #6f7271;
	font-size: 28px;
	line-height: 34px;
}


.contact .col30{
	text-align: center;
	margin: 0 auto;
}

input[type=text]{
	padding: 10px 2%;
	background: white;
	outline: none;
	color: #20232b;
	width: 60%;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #003747;
}

input[type=text]:focus{
	background: #ffb71b;
	color: gray;
}

input[type=submit]{
	padding: 10px 2%;
	background: #1a5632;
	border: 0;
	outline: none;
	color: #fff;
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}

input[type=submit]:hover{
	background: #ffb71b;
}


.galeria{
	width: 100%;
	padding: 100px 20%;
}

@media only screen and (min-width:0px) and (max-width:767px){
	
#menuiphone{
	display: block;
}

nav{
	background: #20232b;
}


nav ul{
	width: 100%;
	padding: 20px 00px 20px 0;
	background: #6f7271;
	position: relative;
	text-align: center;
	height: 55px;
	overflow: hidden;
}
	
nav ul.active{
	height: 208px;
}

nav ul li{
	display: block;
	border-right: 1px solid #ffb71b;
}


nav ul li a{
	font-size: 13px;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0 10px;
}


.logo{
	width: 100%;
	padding: 1% 0 0 2%;
	background: #1a5632;
	background-size: auto;
	height: auto;
	text-align: center;
	border-bottom: 10px solid #ffb71b;
	position: relative;
}

.logo img{
	text-shadow: 5px 5px 5px #000;
	width: 100px;
	display: inline-block;
	}

.space{
	width: 100%;
	padding: 0px 0;
}

.F-lex{
	display: flex;
	flex-wrap: wrap;
}

.col50{
	width: 100%;
	margin-bottom: 20px;
}

.col30{
	width: 100%;
	margin-bottom: 20px;
}

.col60{
	width: 100%;
	margin-bottom: 20px;
}

.home{
	align-items: center;
}

.home .col30{
	width: 100%;
	padding: 50px 5%;
}

.home .col60{
	width: 100%;
}

footer{
	width: 100%;
	padding: 30px 5%;
	background: #6f7271;
	font-size: 14px;
	flex-wrap: wrap;
	align-content: center;
}
	
footer div{
	width: 100%;
	margin-bottom: 20px;
}
	
footer div:nth-child(4){
	width: 100%;
}
	
footer div:nth-child(5){
	width: 100%;
}
	
footer div:nth-child(4) br{
	display: none;
	margin-bottom: 0;
}


footer div img{
	width: 40px;
	margin: 0 auto;
}

footer p{
	color: white;
	font-size: 14px;
	line-height: 20px;
}

footer a{
	font-size: 14px;
	line-height: 20px;
}

	
h1{
	font-size:35px;
	line-height:40px;
	font-weight: 700;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
	}

h2{
	font-size:18px;
	line-height:24px;
	font-weight: 400;
	}

	
p {
	font-size:16px;
	line-height:22px;
	}

	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}	
	
/*––––––––––––––––––––––––––––––––––––––nostros––––––––––––––––––––––––––––––––––––––*/


.head{
	margin-top: 20px;
}

.head h1{
	bottom: 10px;
}

.titular{
	margin: 20px 0;
}

.titular h2{
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(250,234,194,1) 0%, rgba(255,183,27,1) 100%);
	font-size: 18px;
	padding: 5px 3%;
}

.titular h3{
	padding: 5px 3%;
	font-size: 18px;
}

.titulo{
	padding: 40px 5%;
	background: url("images/texture.jpg");
}

.titulo h2{
	font-size: 60px;
	line-height: 50px;
}

.titulo h2:last-child{
	margin-left: 15%;
}

.nosotros{
	margin: 50px 0;
}

.nosotros p{
	font-size: 16px;
	line-height: 22px;
}


.nosotros .col60{
	padding: 20px 5%;
}

.nosotros .col50 p{
	padding: 20px 5%;
}

.valores{
	margin: 0 auto;
	width: 90%;
}
	
/*––––––––––––––––––––––––––––––––––––––servicios––––––––––––––––––––––––––––––––––––––*/

.servicios{
	padding: 80px 5%;
}


.servicios li{
	text-align: center;
	display:inline-block;
	float: left;
	width: 44%;
	margin: 20px 3%;
}

.servicios li:nth-child(odd){
	margin-top: 80px;
}

.servicios li p{
	font-size: 13px;
	padding: 10px 10px;
}
	
input[type=text]{
	padding: 10px 2%;
	width: 94%;
}
	
.contact .col30 p{
	font-size: 20px;
}
	
	.contact .col30{
		margin-bottom: 30px;
	}
	

}

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

nav{
	background: #20232b;
}


nav ul{
	width: 100%;
	padding: 20px 00px 20px 0;
	background: #6f7271;
	position: relative;
	text-align: center;
}

nav ul li{
	display: inline-block;
	border-right: 1px solid #ffb71b;
}


nav ul li a{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 10px;
}


.logo{
	width: 100%;
	padding: 1% 0 0 2%;
	background: #1a5632;
	background-size: auto;
	height: auto;
	text-align: center;
	border-bottom: 10px solid #ffb71b;
	position: relative;
}

.logo img{
	text-shadow: 5px 5px 5px #000;
	width: 100px;
	display: inline-block;
	}

.space{
	width: 100%;
	padding: 0px 0;
}

.F-lex{
	display: flex;
	flex-wrap: wrap;
}

.col50{
	width: 48%;
}

.col30{
	width: 31%;
}

.col60{
	width: 66%;
}

.home{
	align-items: center;
}

.home .col30{
	width: 50%;
	padding: 0 4%;
}

.home .col60{
	width: 50%;
}

footer{
	width: 100%;
	padding: 30px 5%;
	background: #6f7271;
	font-size: 14px;
	flex-wrap: wrap;
	align-content: center;
}
	
footer div{
	width: 25%;
	margin-bottom: 20px;
}
	
footer div:nth-child(4), footer div:nth-child(5){
	width: 100%;
}
	
footer div:nth-child(4) br{
	display: none;
	margin-bottom: 0;
}


footer div img{
	width: 40px;
	margin: 0 auto;
}

footer p{
	color: white;
	font-size: 14px;
	line-height: 20px;
}

footer a{
	font-size: 14px;
	line-height: 20px;
}

	
h1{
	font-size:35px;
	line-height:40px;
	font-weight: 700;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
	}

h2{
	font-size:18px;
	line-height:24px;
	font-weight: 400;
	}

	
p {
	font-size:16px;
	line-height:22px;
	}

	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
/*––––––––––––––––––––––––––––––––––––––nostros––––––––––––––––––––––––––––––––––––––*/


.head{
	margin-top: 20px;
}

.head h1{
	bottom: 20px;
}

.titular{
	margin: 20px 0;
}

.titular h2{
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,183,27,1) 100%);
	font-size: 20px;
	padding: 8px 3%;
}

.titular h3{
	padding: 8px 3%;
	font-size: 20px;
}

.titulo{
	padding: 40px 5%;
	background: url("images/texture.jpg");
}

.titulo h2{
	font-size: 60px;
	line-height: 50px;
}

.titulo h2:last-child{
	margin-left: 15%;
}

.nosotros{
	margin: 50px 0;
}

.nosotros p{
	font-size: 16px;
	line-height: 22px;
}


.nosotros .col60{
	padding: 40px 5%;
}

.nosotros .col50 p{
	padding: 40px 5%;
}

.valores{
	margin: 0 auto;
	width: 70%;
}
	
/*––––––––––––––––––––––––––––––––––––––servicios––––––––––––––––––––––––––––––––––––––*/

.servicios{
	padding: 60px 5%;
}


.servicios li{
	text-align: center;
	display:inline-block;
	float: left;
	width: 46%;
	margin: 20px 2%;
}

.servicios li:nth-child(odd){
	margin-top: 80px;
}

.servicios li p{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
}
	
input[type=text]{
	padding: 10px 2%;
	width: 94%;
}
	
.contact .col30 p{
	font-size: 20px;
}
	
	.contact .col30 a{
		font-size: 20px;
	}

}

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

nav{
	background: #20232b;
}


nav ul{
	width: 100%;
	padding: 50px 20px 30px 0;
	background: #6f7271;
}

nav ul li{
	display: inline-block;
	border-right: 1px solid #ffb71b;
}


nav ul li a{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 10px;
}


.logo{
	width: 100%;
	padding: 1% 0 0 2%;
	background: url("images/texture.svg") no-repeat -60px 0;
	background-size: 80%;
	height: 500px;
}

.logo img{
	text-shadow: 5px 5px 5px #000;
	width: 120px;
	}

.space{
	width: 100%;
	padding: 50px 0;
}

.F-lex{
	display: flex;
	flex-wrap: wrap;
}

.col50{
	width: 48%;
}

.col30{
	width: 31%;
}

.col60{
	width: 66%;
}

.home{
	align-items: center;
}

.home .col30{
	width: 40%;
	padding: 0 4%;
}

.home .col60{
	width: 60%;
}

footer{
	width: 100%;
	padding: 50px 5%;
	background: #6f7271;
	font-size: 14px;
}
	
	footer div{
		width: 19%;
	}


footer div img{
	width: 40px;
	margin: 0 auto;
}

footer p{
	color: white;
	font-size: 14px;
	line-height: 20px;
}

footer a{
	font-size: 14px;
	line-height: 20px;
}

	
h1{
	font-size:40px;
	line-height:45px;
	font-weight: 700;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
	}

h2{
	font-size:20px;
	line-height:26px;
	font-weight: 400;
	}

	
p {
	font-size:16px;
	line-height:22px;
	}

	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
	
/*––––––––––––––––––––––––––––––––––––––nostros––––––––––––––––––––––––––––––––––––––*/


.head{
	margin-top: 20px;
}

.head h1{
	bottom: 40px;
}

.titular{
	margin: 20px 0;
}

.titular h2{
	background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,183,27,1) 100%);
	font-size: 25px;
	padding: 10px 3%;
}

.titular h3{
	padding: 10px 3%;
	font-size: 25px;
}

.titulo{
	padding: 40px 5%;
	background: url("images/texture.jpg");
}

.titulo h2{
	font-size: 65px;
	line-height: 55px;
}

.titulo h2:last-child{
	margin-left: 8%;
}

.nosotros{
	margin: 50px 0;
}

.nosotros p{
	font-size: 18px;
	line-height: 24px;
}


.nosotros .col60{
	padding: 40px 5%;
}

.nosotros .col50 p{
	padding: 40px 5%;
}

.valores{
	margin: 0 auto;
	width: 60%;
}
	
	
/*––––––––––––––––––––––––––––––––––––––servicios––––––––––––––––––––––––––––––––––––––*/

.servicios{
	padding: 80px 5%;
}


.servicios li{
	text-align: center;
	display:inline-block;
	width: 28%;
	margin: 20px 2%;
}

.servicios li:nth-child(odd){
	margin-top: 80px;
}

.servicios li p{
	font-size: 18px;
	padding: 10px 20px;
}
	
input[type=text]{
	padding: 10px 2%;
	width: 94%;
}
	
.contact .col30 p{
	font-size: 20px;
}

	
}

@media only screen and (min-width:1300px) and (max-width:1650px){

nav{
	background: #20232b;
}


nav ul{
	width: 100%;
	padding: 50px 20px 30px 0;
	background: #6f7271;
}

nav ul li{
	display: inline-block;
	border-right: 1px solid #ffb71b;
}


nav ul li a{
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 0 15px;
}


.logo{
	width: 100%;
	padding: 1% 0 0 2%;
	background: url("images/texture.svg") no-repeat -50px 0;
	background-size: 80%;
	height: 500px;
}

.logo img{
	text-shadow: 5px 5px 5px #000;
	width: 150px;
}

.space{
	width: 100%;
	padding: 50px 0;
}

.F-lex{
	display: flex;
	flex-wrap: wrap;
}

.col50{
	width: 48%;
}

.col30{
	width: 31%;
}

.col60{
	width: 66%;
}

.home{
	align-items: center;
}

.home .col30{
	padding: 0 4%;
}


footer{
	width: 100%;
	padding: 50px 5%;
	background: #6f7271;
	font-size: 14px;
}


footer div img{
	margin: 0 auto;
}

footer p{
	color: white;
	font-size: 14px;
	line-height: 20px;
}

footer a{
	font-size: 14px;
	line-height: 20px;
}

	
h1{
	font-size:45px;
	line-height:50px;
	font-weight: 700;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
	}

h2{
	font-size:22px;
	line-height:28px;
	font-weight: 400;
	}

	
p {
	font-size:16px;
	line-height:22px;
	}

	
a {
	font-size:16px;
	line-height:22px;
	text-decoration:none;
	}
	
input[type=text]{
	padding: 10px 2%;
	width: 65%;
}
	
.contact .col30 p{
	font-size: 20px;
}

}

