/* que se autoponga en la seccion */
@font-face {
	font-family: 'Century Gothic';
	font-style: normal;
	font-weight: 100;
	src: url("GOTHICI.TTF");
}

.texto {
	padding: 15%;
	text-align: justify;
	display: flex;
	float: left;
	font-size: 25px;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
}

@media only screen and (max-width: 3072px) and (max-height: 1920px) {
	.texto {
		font-size: 40px;
	}
}

/* width */
::-webkit-scrollbar {
	width: 15px;
	margin: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #c0c0c0;
  }

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	background-image:
	-webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(150, 150, 150, 0.3)), url("img/fondo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-background-position: center;
	-webkit-background-repeat: no-repeat;
	-webkit-background-size: cover;
	-webkit-background-attachment: fixed;
	letter-spacing: -0.022em;
	font-size: 25px;
	height: 100%;
	color: white;
	font-family: 'Century Gothic', 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1024px) and (min-width: 768px),only screen and (max-width: 768px) {
	body {
		background-color: #FFFFFF;
		background-image: none;
		color: #01011F;
	}
}

.h1 {
	font-size: 50px !important;
    font-weight: bolder;
}
.h3 {
	font-size: 20px !important;
    font-weight: bolder;
}

/* quitar fondo */
.card {
	width: 99%;
	height: 100%;
	position: absolute;
	transition: 0.9s;
}
.card1 {
	z-index: 0;
	visibility: visible;
}
.card2 {
	z-index: 1;
	transform: translateY(200px);
	visibility: hidden;
}

/* caja cookies */
#cajacookies {
	display: none;
	box-shadow: 0px 0px 5px 5px rgb(128, 128, 128);
	background-color: rgba(200, 200, 200, 0.9);
	font-size: 80% ;
	color: black;
	padding: 5px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 3;
}

/*--------------Animacion--------------*/
.gif-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gif-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que el GIF cubra toda la pantalla */
}

.video { 
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100vw;
	width: 100%;
	height: auto;
	z-index: 11;
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
	transition: 1s opacity;
}
	
/*alerta*/
.alert {
    display: flex;
	justify-content: center;
	padding: 0rem 0;
	width: 100%;
	z-index: 31;
	background-color: white;
	height: auto;
}

/*--------------barra de navegacion--------------*/
.nav-pad {
    width: 100%;
    height: auto;
    position: fixed;
    justify-content: center;
    display: flex;
    top: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
  }

  .nav-hij {
    width: 80%;
    height: auto;
    background-image: linear-gradient(rgba(0,5,40,0.3),rgba(52, 152, 219, 0.1));
    align-content: stretch;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	border-radius: 0px 15px 15px 0px;
	box-shadow: 2px 2px 2px #3a3a3a;
    z-index: 10;
  }

  .nav-hij ul {
    justify-content: space-evenly;
    display: flex;
  }

  .nav-hij li {
    list-style: none;
    display: inline;
  }

  ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 3px 3px 2px black;
  }

  ul li a:hover{
    text-shadow: 0px 0px 2px black;
  }

/* animacion del logo */
.navbar__logo {
	width: 120px;
	visibility: hidden;
    background-image: linear-gradient(rgba(0,5,40,0.3),rgba(52, 152, 219, 0.1));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px 0px 0px 15px;
	padding: 0;
	margin: 0;
	box-shadow: 0px 2px 2px black;
	z-index: 5;
}

@media screen and (max-width:1530px ) {
	ul li a {
      text-shadow: none;
    }
    ul li a:hover{
      text-shadow:none;
    }
  } 

  @media screen and (max-width:400px ) {
    ul li a {
      font-size: 12px;
      text-shadow: none;
      font-weight: none;
    }
    ul li a:hover{
      text-shadow:none;
    }
  }

/* Animación de logo */
.contenido-hero {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contenido-logo0 {
	margin-top: 15px;
	width: 100%;
	height: 100%;
	background: url(icons/logo.png) no-repeat 50% 50%;
	background-size: 100%;
	position: relative;
}
.contenido-logo {
	width: 100%;
	height: 100%;
	background: url(icons/logo.png) no-repeat 50% 50%;
	background-size: 68%;
	position: absolute;
}
.contenido-logo2 {
	width: 100%;
	height: 100%;
	background: url(icons/Logo2.png) no-repeat 50% 50%;
	background-size: 68%;
	position: absolute;
}		
		
/*Hero*/
.hero {
    height: 60rem; /*50rem*/
    margin-bottom: 5rem;
}
.slideMdS {
    font-size: 2rem;
    color: white;
    margin-top: 200px;
    margin-left: 400px;
    width: 200px;
    height: 100px;
    background-color: var(--primario);
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    position: absolute;
}

/* magic scroll */

@keyframes slideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
    }
    100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
    }
}
  
@-webkit-keyframes slideUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
}

@keyframes slideRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
}
  
@-webkit-keyframes slideRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
}
  
@-webkit-keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
	}
}

.panel {
	bottom: 0;
	min-height: 95vh;
	left: 0;
	right: 0;
	position: sticky;
}
  .panel:nth-child(1) {
	z-index: 7;
  }
  .panel:nth-child(2) {
	z-index: 6;
  }
  .panel:nth-child(3) {
	z-index: 5;
  }
  .panel:nth-child(4) {
	z-index: 4;
  }
  .panel:nth-child(5) {
	z-index: 3;
  }
  .panel:nth-child(6) {
	z-index: 2;
  }
  .panel:nth-child(7) {
	z-index: 1;
  }
  
  .info {
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 5rem 0;
	text-align: center;
  }
  
  .panel {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: whitesmoke;
  }
  .panel:nth-child(1) {
	background-image: url("img/obra_Geotecnia.jpg");
  }
  .panel:nth-child(2) {
	background-image: url("img/otro.jpg");
  }
  .panel:nth-child(3) {
	background-image: url("img/Buena_Playa_con_alberca.jpg");
  }
  .panel:nth-child(4) {
	background-image: url("img/20220406_132022.jpg");
  }
  .panel:nth-child(5) {
	background-image: url("img/Aire.jpg");
  }
  .panel:nth-child(6) {
	background-image: url("img/Editada_Condominios.jpg");
  }
  
  .panel-content {
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
  }
  
  img {
	margin-right: 15px;
	width: 32px;
  }
  .filtro {
	padding: 0 10%;
	max-width: 800px;
	backdrop-filter: blur(5px);
	background: rgba(0,0,0,0.3);
	border-color: none;
	border-width: 1px;
	border-radius: 15px;
  }
  
  .ti-magic, .text-magic {
	padding: 0 10%;
	margin: 0;
	width: 100%;
  }
  .text-magic {
	max-width: 800px;
  }
  
  footer {
	background: #0092dd;
	height: 300px;
  }

  .rv {
	background: rgba(255, 255, 255, 0.8);
	padding-top: 15px;
	margin-top: 15px;
	border-color: none;
	border-width: 0px;
	border-radius: 8px;
  }

  .rv:hover {
	background: rgba(255, 255, 255, 0.3);
  }


  /*----------------Contactos----------------*/
/*formulario*/
#form {
	padding-top: 2px;
	padding-bottom: 2px;
	width: 95% !important;
	height: 95%;
	margin: 50px auto 100px auto;
	background-image: url("img/FondoCont.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: white;
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
	border-color: none;
	border-width: 1px;
	border-radius: 10px;

}

#form .h1 {
	padding-top: 30px ;
}
.dropbtn {
	background-color: rgba(150,150,150,0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: white;
	padding: 16px;
	border: none;
	cursor: pointer;
	width: 99%;
	text-align: start;
	border-color: none;
	border-width: 1px;
	border-radius: 10px;
	box-shadow: 0px 10px 5px grey;
}
  
.dropbtn:hover, .dropbtn:focus {
	background-color: rgba(200,200,200,0.6);
	color: black;
	box-shadow: 0px 5px 5px grey;
}
  
.dropdown {
	display: inline-block;
	position: static;
}
  
.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(205,205,205,0.5);
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
	z-index: 1;
	
	width: 90%;
	text-align: start;
	padding: 2px;
}

.dropdown-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-color: none;
	border-width: 1px;
	border-radius: 10px;
}

.dropdown-content ul li button {
	  width: 80%;
	  background-color: rgba(200, 200, 200, 0);
	  text-align: start;
	  border-color: rgba(0, 0, 0, 0);
}
.dropdown-content ul li:hover {
	background-color: rgba(105,105,105,0.6);
}
  
.show {
	display: block;
}

#primero{
	background-image: linear-gradient(rgba(255,255,255,0.2),rgba(52, 152, 219, 0.4));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	width: 95%;
	margin: 50px auto 100px auto;
	text-align: center;
	border-radius: 10px;
}
  
#segundo{
	background-image: linear-gradient(rgba(52, 152, 219, 0.4), rgba(60,80,250,0.2));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	width: 95%;
	margin: 50px auto 100px auto;
	text-align: center;
	border-radius: 10px;
}

#enviar {
  width: 43%;
  margin-bottom: 20px;
}

.entrada {
  font-size: 0.875em;
  width: 70%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background-color:  white; 
  outline: none;
  color: #726659;
  border: solid 1px grey;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.entrada:hover {
	background: #b3aca7;
	color: #e2dedb;
}

textarea {
  width: 70%;
  max-width: 70%;
  height: 70%;
  max-height: 70%;
  padding: 15px;

  background-color: #fff;
  outline: none;

  color: #726659;
  font-family: "Lato", sans-serif;
  font-size: 0.875em;

  border: solid 1px #b3aca7;

  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
	background: #b3aca7;
	color: #e2dedb;
}

#submit {
width: 70%;

padding: 0;
margin: -5px 0px 0px 0px;

font-family: "Lato", sans-serif;
font-size: 0.875em;
color: #b3aca7;

outline: none;
cursor: pointer;

border: solid 1px #b3aca7;
border-top: none;
}

#submit:hover {
color: #e2dedb;
}
	  
table {
  width: 100%;
}
  
th, td {
  text-align: center;
  padding: 8px;
}

.tele {
	text-decoration: none;
	color: white;
}

/* boton interrogacion */
.btn-abrir-popup {
	margin: 20px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border: none;
	border-radius: 100px !important;
	cursor: pointer;
	transition: .3s ease all;
	font-size: 35px;
	background-image: linear-gradient(black, white);
	color: white;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
}

.btn-abrir-popup:hover {
	background-image: linear-gradient(rgba(137, 137, 238, 0.5), rgba(23, 23, 196, 0.5));
	color: black;
}

/* POPUP */
.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 20px;
	text-align: start;
	width: 900px;
	color: white;
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup .btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: white;
}

.popup .btn-cerrar-popup:hover {
	color: grey;
}


/* ANIMACIONES */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}


/*version para laptop*/
@media only screen and  (max-width:2880x) and (max-height:768px) {
	/*--------Principal--------*/
	.principal {
		padding-left: 2%;
		padding-top: 14%;
	}
	/*Presentacion*/
	.pres {
		font-size: 55px;
	}
	.millon {
		font-size: 115px;
	}
			
	/*--------proyectos--------*/
	.fecha {
				font-size: 28px;
	}
	.nombre {
		font-size: 73px;
	}
	.info {
		font-size: 33px;
	}
	.img1 {
		width: 200px;
	}
	.img2 {
		width: 150px;
	}
	.img3 {
		width: 200px;
	}
}
/*Version de celular*/
@media only screen and (max-width:650px) {
	body {
		font-size: 15px;
	}

	.texto {
		padding: 15%;
		font-size: 15px;
	}

	.nav-pad {
		font-size: 15px;
	}

	/* logo */
	.navbar__logo {
		width: 20% !important;
	}
	
	/*---------------Video---------------*/
	video { 
		position: fixed;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		z-index: -10;
	}
	/*alerta*/
	.alert {
		background-color:rgba(0, 0, 0, 0);
	}
	/* navegador */
	ul li a {
		font-size: 16px;
	  }
	/*-------------principal-------------*/
	.pres {
		padding-top: 0%;
	}
	.principal {
		height: 4000px;
	}
			
	.ctili {
		height: 200px;
	}
			
	/*-------Proyecto-------*/
	.fecha {
		font-size: 25px
	}
	.nombre {
		font-size: 30px;
	}
	.info {
		font-size: 20px;
	}
			
	/*--------Parallax en letras--------*/
	.titulo {
		color: #fff;
		font-size: 50px;	
	}
	/* Contactos */
	#primero {
		font-size: 15px;
	}
	#segundo {
		font-size: 15px;
	}

	.img1 {
		height: 0;
		width: 0;
	}
	
	.img2 {
		height: 0;
		width: 0;
	}

	.img3 {
		height: 0;
		width: 0;
	}

	/*------------Formulario------------*/
	#form {
		font-size: 20px !important;
	}

	.h1 {
		font-size: 25px !important;
	}

	.h3 {
		font-size: 15px !important;
	}

	#form .h1 {
		padding-top: 5px !important;
	}

	.dropbtn {
		height: 8%;
	}
}

@media only screen and (max-width:375px) {
	.ctili {
		height: 100px;
		font-size: 15px;
	}

}

@media only screen and (max-width:400) {
	body {
		font-size: 10px;
	}
}
/*Version de tableta*/
@media only screen and (max-width:1024px) {
	body {
		background-color: #FFFFFF;
		background-image: none;
		color: #01011F;
	}
	/*Barra de navegacion*/
	.ico {
		width: 80px;
	}
	
	/*Proyecto*/
	.img1 {
		width: 200px;
	}
	.img2 {
		width: 150px;
	}
	.img3 {
		width: 200px;
	}
			
	/*--------Principal--------*/
	.principal {
		height: 80%;
		padding-top: 60%;
		padding-left: 0%;
	}
	.edi {
		background-size: 110%;
	}
	
	/*------------Presentacion------------*/
	.pres {
		text-align: center;
		font-size: 30px;
	}
	.millon {
		font-size: 60px;
	}
	.uno {
		text-align: center;
	}
	.dos {
		text-align: center;
	}
	/*Contactos*/
	#enviar {
		width: 70%;
	}
	
	select {
		width: 30%
	}
			
	table{
		font-size: 15px;
	}
}

@media only screen and (min-width: 1441px){

}

@media only screen and (min-width: 1068px){

}

@media only screen and (min-width:764px){
	
}
