@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



.titulomain_positivo 		{ font-family: "Roboto", sans-serif; font-style: italic; font-size: 40px; color:#3e3c3c; }
.subtitulomain_positivo 		{ font-family: "Roboto", sans-serif; font-style: italic; font-size: 30px; color:#3e3c3c; }
.titulomain_negativo 		{ font-family: "Roboto", sans-serif; font-style: italic; font-size: 40px; color:#FFFFFF; }
		
.textomain_sitio_positivo   { font-family: "Roboto", sans-serif; color:#3e3c3c; font-size: 16px; font-style: italic; }
.textomain_sitio_negativo   { font-family: "Roboto", sans-serif; color:#F6F6F6; font-size: 16px; font-style: italic; }
		
.textomain_creditos_positivo { font-family: "Roboto", sans-serif; color:#3e3c3c; font-size: 14px; font-style: italic; }
		
.texto_telefono_positivo  { font-family: "Roboto", sans-serif; font-size: 30px; font-weight: 800; color:#3e3c3c; font-style: italic; }


.fondoajustableatabla{
	
 no-repeat center center fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;	
}







/* BOTON SITIO WEB */
button {

 outline: none;
 cursor: pointer;
 border: none;
 padding: 0.8rem 1rem;
	margin-top: 10px;
 font-family: "Open Sans", sans-serif;
 font-size: inherit;
 position: relative;
 display: inline-block;
 letter-spacing: 0.05rem;
 font-weight: 500;
 font-size: 14px;
 border-radius: 500px;
 overflow: hidden;
 background: #c7c7c7;
 color: ghostwhite;
}

button span {
 position: relative;
 z-index: 10;
 transition: color 0.4s;
}

button:hover span {
 color: #FFFFFF;
}

button::before,
button::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

button::before {
 content: "";
 background: #e2c959;
 width: 120%;
 left: -10%;
 transform: skew(30deg);
 transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

button:hover::before {
 transform: translate3d(100%, 0, 0);
}

/* BOTON SITIO WEB */


a.vinculoleermas:link {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #D7D7D7;
    padding: 6px 8px;
    text-decoration: none;
	border: solid 2px #D7D7D7;
	
} 
	
a.vinculoleermas:visited { color:#D7D7D7; border: solid 2px #D7D7D7; }
a.vinculoleermas:hover { color: #00efb4; border: solid 2px #00efb4; }
a.vinculoleermas:active { color: #00efb4; border: solid 2px #00efb4; }


a.vinculo_mail:link {
    color: #A49E9E;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	
}
a.vinculo_mail:visited {
    color: #A49E9E;
}
a.vinculo_mail:hover {
    color: #FFFFFF;
}
a.vinculo_mail:active {
    color: #FFFFFF;
}







.cajafoto
	{
		color: #FFFFFF;
		
	left: 0px;
	margin-right: 10px;
	width: 100%;
	margin-left: 10px;
	z-index: 9;
		font-size: 25px;
	}
	.cajaestadopropiedad
	{
		
	position: absolute;
	
	
	width: 300px;
	
	z-index: 10;
	}
	
	.cajabannermain
{
	margin-top: 280px;
	width: 100%;
	position: absolute;
	z-index: 19;
}
	.cajabannermain_textos
{
	margin-top: 450px;
	width: 100%;
	position: absolute;
	z-index: 21;
}
	
	
	.foto-hover {
		margin-left: 0px;
    width: 300px; /* Ajusta el tamaño */
    opacity: 1; /* Opacidad inicial completa */
    transition: opacity 0.3s ease; /* Efecto suave al cambiar */
}

.foto-hover:hover {
    opacity: 0.5; /* Opacidad al pasar el ratón (50%) */
}	

.borde-redondeado {
  border-radius: 20px; /* Radio de la esquina */
  
 
}


.textbox{
  height:25px;
  
 
  border:#ccc 3px solid;
  box-sizing:border-box;
  height: 37px;
  
}
.textbox:focus{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
  outline:none;
   border:rgba(24,149,215,1) 3px solid;
   color:rgba(24,149,215,1);
	height: 37px;
}
