@charset "utf-8";
/* CSS Document */

.upperimage img{
width:100%;
top:0;
background-color: #00000;
animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}


@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

@media screen and (max-width:800px){
	.upperimage{
		margin-top:98px;
	}	
}

.nosotroscontainer{
	width:100%;
	padding-bottom: 6rem;
	}

.nosotros{
	width: min(70%, 60rem);
	display:flex;
	align-items:flex-start;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: 'Barlow', sans-serif; 	color:var(--azul);
}

.nosotrosimg img{
	width:25rem;
}

.nosotrostxt{
	padding-left: 2rem;
}

.nosotrostxt h3{
	font-size: 3rem;
	padding-bottom: 1.3rem;
}

.nosotrostxt h2{
		font-size: 2rem;
}

@media screen and (max-width:1023px){
	.nosotrosimg img{
	width:20rem;
}
}

@media screen and (max-width:965px){
	.nosotros{
	display:flex;
	flex-direction:column-reverse;
	align-items: center;
	justify-content: center;	
}
	.nosotrostxt{
	padding-left: 0rem;
	text-align: left;
	}
	
	.nosotrostxt p{
		line-height: 1.3rem;
	}
	.nosotrosimg img{
	display: none;
}
}

.valorescontainer{
	width: 100%;
	height: 70vh;
	padding: 8vh 0;
	background-image: url( "../image/notaria-180-valores.webp");	
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
clip-path: polygon(0 0, 73% 10%, 100% 0, 100% 91%, 30% 100%, 0 91%);
}

.valores{
	width:40%;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:3vh;
	margin-top: 3vh;
	padding-top: 10vh;
	}

.valorestxt{
	text-align: center;
	font-family: 'Barlow', sans-serif;
	color: #00137f;
}

.valores h3{
	font-size: 36pt;
	padding: 0px;
	margin: 0px;
	display: block;
}

.valores h2{
	font-size: 18pt;
	padding: 0px;
	margin: 0px;
	display: block;
}



.listas{
display:flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items:flex-start;
padding-top: 5vh;
}

.lista1{
	padding-right: 4vw;
	}

.lista1 ul li{
	text-align: left;
	font-family: 'Barlow', sans-serif;
	color: #00137f;	
	font-size: 1.3em;
}

.lista2{
	padding-left: 4vw;
}
.lista2 ul li{
	text-align: left;
	font-family: 'Barlow', sans-serif;
	color: #00137f;
	font-size: 1.3em;
}


