
body {
  font-family: "system-ui";
	font-size: 16px;
	padding-top: 80px;
}

@font-face {
	font-family: SourceSans;
	src: url("../fonts/SourceSans3-Bold.ttf");
}

.back-01{
	background-image: url("../img/background-inmobiliario-01.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
}
.team {
	background-attachment: fixed;
}

h1{
	font-size: 3.125em;
	margin: 20px 0;
}

h2{
	font-size: 2em;
	margin: 14px 0;
}

h3{
	font-size: 1.375em ;
	margin: 0;;
}

h4{
	font-size: 1.125em ;
}

a{
	text-decoration-line: none;
}


p {
	font-size: 1em;
	font-weight: 400;
	font-size: 1em;
	line-height: 22px;
}

nav a{
	color: #000;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 1em;
}
nav li.contac a{
	color: #fff;
}

.intro h1 {
	color: #000;
	padding: 0 50% 0 0;
}
		.intro span{
			font-weight: 100;
		}

.top-level{
	
}

.flex-contain {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	align-items: flex-start;
}
.whapp-dirt {
	position: fixed;
	z-index: 3;
	width: 60px;
	height: 60px;
	bottom: 10px;
  right: 10px;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
  cursor: pointer;
}
.whapp-ico {
	background: url("../img/whatsapp-direct.svg") 50% no-repeat;
	background-size: 60%;
	display: block;
  height: 60px;
  width: 60px;
}

section {
	max-width: 1920px;
}

.box {
}

section.top-level {
	width: 100%;
}

section.flex-contain{
	max-width: 1900px;
	margin: 20px auto;
} 
.header {
	justify-content: space-between;
	display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: flex-start;
  top: 0;
}

.logo-header {
	flex-grow: 1;
}

.logo-header img {
	margin-top: 5px;

}
nav{
	margin: 0px 20px;
}
nav ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: end;
	margin: 0;
}

nav a:hover {
}

nav ul li{
	padding: 25px 0;
	list-style: none;
	margin: 0 1px 0 0;
}
nav li:hover{
	border-bottom: 2px solid #E56013;
}

nav a:active{
	color: #E56013;
}

nav li:nth-child(2) {
	border: none;
}

li.contac{
	background-color: #E56013;
	border-radius: 0px;
}
li.contac:hover{
	background-color: #FF7517;

}

nav li ul {
	  display:none;
    position:absolute;
    padding: 10px 20px;
    top: 68px;
    background: #ffffff;
    backdrop-filter: blur(1.3em);
   -webkit-backdrop-filter: blur(0.4rem);
    border-radius: 0 0 10px 10px;
  
}

nav li:hover > ul{
	display: block;
}

nav li ul li{
	margin:10px 0 ;
	padding: 10px 0;
}

nav li ul li:hover{
	border: none;
}

nav li ul li a{
}

nav li ul li a:hover{
}

.intro {
	width: 100%;
	margin: 0 20px;
}

.images-top{
	margin: 20px 0 20px 0;
	z-index: 2;
}

.images-top img{
}

.box{
  width: 50px;
	margin: 20px 10px;

}

.images-top .box {

}

.images-top .box img {
	width: 100%;
	border-radius: 12px;
 }

.images-top .firts{
	flex-grow: 2;
}

.images-top .second{
	flex-grow: 4;	
}

.images-top .third{
	flex-grow: 2;
	padding: 12% 2% 0px 0px;
}

.caption {
	padding: 34px 20px;
	width: 100%;
}
.caption h2 span{
			font-weight: 100;
		}

.title-s{
	background: #fff;
}

.service-foto img, .service-drone img, .service-3d img {
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: -3px;
}

div.layer {
}

.service-foto, .service-drone, .service-3d {
	position: relative;
	width: 160px;
}

.service-foto{
	flex-grow: 1;
}

.service-drone{
	flex-grow: 1;
}

.service-3d{
	flex-grow: 1;
}

div.layer{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size: 1.125em;
}

.service-foto:hover > .layer{
	background: rgba(0, 0, 0, 0.8);
}

.service-drone:hover > .layer{
	background: rgba(0, 0, 0, 0.8);
}

.service-3d:hover > .layer{
	background: rgba(0, 0, 0, 0.8);
}

div.layer a{
	color: #fff;
	font-weight: 600;
	padding: 20% 2% 4% 2%;
	position: relative;
	top: 30%;
	display: block;
	width: 44%;
	height: 8%;
	margin: 0 auto;
  background-position: center top;
  background-size: 40%;
  font-size: 1.125em;
}

.service-foto a{
	background: url("../img/ico-fotografia-inmobiliaria.svg") no-repeat;
}

.service-drone a{
	background: url("../img/ico-video-dorn.svg") no-repeat;
}
.service-3d a{
	background: url("../img/ico-modelado-3d.svg") no-repeat;
}

.service-foto p, .service-drone p, .service-3d p {
	background-color: #000;
	color: #fff;
	padding: 20px;
	margin: -1px;
	position: relative;
	height: 46px;
	text-align: center;

}

.footer {
	background-color: #003651;
	display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: flex-start;
}

.footer p, .footer a {
	color: #fff;
}
.footer p{
	font-size: 0.75em;
	text-align: center;
	width: 60%;
	line-height: 16px;
}

.socila-media a{
	display: block;
	width: 40px;
	height: 40px;
	box-sizing: content-box;
}

.socila-media .instagram{
	background: url("../img/ico-instagram.svg") no-repeat;
}
.socila-media .youtube{
	background: url("../img/ico-youtube.svg") no-repeat;
}

.socila-media .facebook{
	background: url("../img/ico-facebook.svg") no-repeat;
}

.socila-media .tick-tock{
	background: url("../img/ico-tick-tock.svg") no-repeat;
}

.footer div {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: center;
	padding: 5px;
}

.footer a{
	padding: 10px 15px;
}

.footer .box-under {
	background-color: #002133;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.nav-mobile {
	display: none;
}
.call-to{
	padding: 50px 0 80px;
	flex-flow: column;
}

.call-to p {
	display: block;
	margin: 0 auto;
	font-size: 2em;
	font-weight: 700;
}

.call-to a{
	display: block;
	background: #E56013;
	padding: 14px 40px;
	margin: 0 auto;
	color: #fff;
	cursor: pointer;
	border-radius: 32px;
}

.call-to a:hover{
	background: #FF7517 ;
}
@media only screen and (min-width: 760px) {

	.header {
		background: #ffffff70;
	  backdrop-filter: blur(1.3em);
	  -webkit-backdrop-filter: blur(0.4rem);
	  position: fixed;
	  z-index: 3;
	}

}

@media only screen and (max-width: 1024px) {

		body {
			font-size: 14px;
			}
		.back-01 {
		  background-position-y: -100px;
	       }

		nav {
			margin: 0;
		}
		.caption{
			padding: 20px;
		}
		.intro h1{
			font-size: 2.375em ;
			margin: 0;
		}

		h2 {
			font-size: 1.875em;
		}
		.service-foto p, .service-drone p, .service-3d p{
			font-size: 1em;
			line-height: 18px;

		}
		.intro-simple{
			margin: 80px 20px 0px 20px;
		}
		div.layer a{
			font-size: 1.125em ;
		}
		.images-top .third{
			padding: 0 2% 0 0;
		}
}



@media only screen and (max-width: 760px) {

		body {
		    font-size: 14px;
		    padding: 0;
		}
		.top-level {
			background-position: top ;
		}

		.intro h1{
			padding: 0;
		}

		div.layer a{
	   top: 28%;
		}
		.images-top{
		}

		.intro {
			padding: 10px 30% 10px 0;
		}

		/* Style nav mobile */

		.nav-mobile{
			display: block;
			margin: 20px 20px 5px 5px;
		}

		nav ul{
		  display: none;
		  position: fixed;
		  right: 0;
		  z-index: 3;
		  height: 100%;
		  width: 70%;
		  background: #003651Bf;
		  backdrop-filter: blur(1.3em);
		  -webkit-backdrop-filter: blur(0.4rem);
		  top: 75px;
		  border-radius: 10px 0 0 10px;
		}

		nav ul a{
			color: #ffffff;
		}

		.nav-mobile input:checked  ~ ul{
		  display:block;
		}

		.nav-mobile input {
		  display: none;
		}

		.nav-mobile label {
		  display: inline-block;
		  width: 32px;
		  height: 32px;
		  user-select: none;
		  font-size:2.25em;
		  color: #fff;
		  background: url("../img/nav-mobile.svg") no-repeat;
		}

		/* Estilo del boton cuando se pasa el mouse por encima*/
		.nav-mobile label:hover{
		}

		/* Estilo del boton cuando el menú está expandido*/
		.nav-mobile input:checked ~ label {
			background: url("../img/ico-close.svg") no-repeat;

		}

		ul{
		  margin-top:0;
		  padding: 0;
		}
		nav ul li {
		  display: block;
		  margin: 20px;
		  list-style: none;
		}
		nav ul li {
		  padding: 8px 0;
		}
		/*Estilo cuando el mouse pasa encima de cada link del menu*/
		li:hover {
		  filter: brightness(110%);
		}
		/* end style nav mobile */

		nav.nav-web {
			display: none;
		}
		nav a{
			font-size: 1.125em;
		}
		h1{
			font-size: 2.125em;
		}
		h2{
			font-size: 1.875em;
		}
		h3 {
			font-size: 1.2em;
		}
		p{
			font-size: 1em;
		}

		.images-top .third {
			color: #003651;
			margin: 0;
			padding: 0px 20px 20px 20px;
			margin-top: 12%;
		}
		.images-top .third h3{
			margin: 0;
		}
		.images-top .third p{
			font-size: 1em;
			margin: 5px 0;
			line-height: 18px;
			} 
		.caption{
			padding: 20px;
		}

		.images-top .firts{
			flex-grow: 1;
		}
		.images-top .box{
		}
		
		.images-top .firts{
			display: none;
		}
		.images-top .second{
			flex-grow: 3;
		}
		.service-foto p, .service-drone p, .service-3d p{
			line-height: 16px;
		}
		div.layer a{
		 font-size: 1.25em;
		}
		.footer p {
			width: 100%;
		}

}

@media only screen and (max-width: 620px) {
		body{
			padding: 90px 0 0 0;

		}
		.intro {
        padding: 10px 0 10px 0;
    }
    body.back-01{
    	background-image: none;
    	background: url("../img/background-degraded.jpg") repeat-x;
    }
    .header {
    background: #ffffff;
	  z-index: 3;
	  position: fixed;

    }

}


@media only screen and (max-width: 540px) {
		.images-top .third {
			width: 100%;
			margin-top: 0;
			padding-bottom: 0;
		}
		.service-foto, .service-drone, .service-3d{
			width: 100%;
		}


}

@media only screen and (min-width: 1500px) {
	.back-01 {
		background-position-y: -200px;
	}
}

@media only screen and (min-width: 1940px) {
	.back-01 {
		background: url("../img/background-degraded.jpg") repeat-x;
	}
}

