html {
    box-sizing: border-box;
    font-size: 62.5%; /** Reset para REMS - 62.5% = 10px de 16px **/
}
*, *:before, *:after {
    box-sizing: inherit;
    margin:0;
	padding:0;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: black;
}

.main{
    width:90%;
	max-width:1100px;
	margin:20px auto;
}






@media (min-width: 768px) {

    .slides{
        width: 100%;
    }
    
    .slides img{
        width:100%;
        margin: auto;
    }
    
    .slidesjs-pagination{
        background: #424242;
        list-style: none;
        overflow: hidden;
    }
    
    .slidesjs-pagination li{
        float: left;
    }
    
    .slidesjs-pagination li a{
        display:block;
        padding:10px 20px;
        color:#fff;
        text-decoration:none;
    }
    
    .slidesjs-pagination li a:hover{
        background: black;
    }
    
    
    .slides .active{
        background: black;
    }
    
    .slidesjs-navigation{
        background: black;
        color: white;
        text-decoration: none;
        display: inline-block;
        padding: 13.5px 20px;
        float: right;
    }

  }


  @media screen and (max-width: 768px){
    .num li {
        display: none;
        visibility: hidden;
    }
}
@media screen and (max-width: 768px){
    .slidesjs-navigation {
        display: none;
        visibility: hidden;
    }
}


/** Globales **/
img {
    max-width: 100%;
}
.contenedor {
    width: 100%;
    max-width: 120rem; /** = 1200px; **/
    margin: 0 auto;

}

h1 {
    font-size: 3.8rem;
    text-decoration: none;
}
h2 {
    font-size: 1.5rem;
    text-align: center;
}
h3 {
    font-size: 3rem;
    text-align: center;
    text-indent: 10%;
    
}
h4 {
    font-size: 3rem;
    text-align: center;
}
h5 {
    text-decoration: white;
    font-size: 5.5rem;
    margin-top: 35px;
    text-align: center;
    letter-spacing: 2px;
}
h6 {
    font-size: 1.5rem;
}

.titulo{
    text-decoration: white;
    font-size: 5.5rem;
    margin-top: 35px;
}

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

    .titulo{
        text-decoration: white;
        font-size: 3rem;
        margin-top: 40px;
    }
  
  }


.compañera p{
    display: table-row;
    text-align: center;
}

@media screen and (max-width:1400px) {

    .compañera{
        text-align: right;
    }
}



/** Utilidades **/
.seccion {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.fw-300 {
    font-weight: 400;
    color: white;
    
}
.centrar-texto {
    text-align: justify;
    
}
.d-block {
    display: block!important;
}
.contenido-centrado {
    max-width: 800px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.centrar-texto p{
    line-height: 1.35;
    /** = 1200px; **/
    padding-left: 1rem ;
    
}


@media (max-width: 768px) {
    .centrar-texto p{
        padding-left: 13rem;
        padding-right: 13rem;
        max-width: 110rem; 
    }
}


/** Menu galerias **/

@media (max-width: 768px) {
    .menu-galerias {
        display: flex;
        justify-content: space-between;
        padding: 3rem 0;
    text-align: center;
    }
}




/** Botones **/
.boton {
    color: white;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 3rem;
    display: inline-block;
    text-align: center;
    border: none;
    display: block;
    flex: 0 0 100%;
    transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    .boton {
        display: inline-block;
        flex: 0 0 auto;
    }
}
.boton:hover {
    background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
    cursor: pointer;
}
.boton-amarillo {
    background-color: black;
}
.boton-verde {
    background-color: black;
}

.ir-arriba {
	display:none;
	padding:17px;
	background: black;
	font-size:40px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:100px;
	right:17px;
    transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
    text-decoration: none;
}

.ir-arriba:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 768px) {
 	.ir-arriba  {
        display:none;
        padding:17px;
        background: black;
        font-size:40px;
        color:white;
        cursor:pointer;
        position: fixed;
        bottom:100px;
        right:17px;
        transition: all 300ms ease 0ms;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
        text-decoration: none;
	}
} 


.ir-izquierda{
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
    border-radius: 5px; /* Borde del boton */
	letter-spacing: 1px; /* Espacio entre letras */
    display:none;
	padding:17px;
	background: black;
	font-size:17px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:17px;
	right:17px;
    transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
    text-decoration: none;
}

.ir-izquierda:hover {
	background-color: #2c2fa5; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.ir-izquierda {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}
} 




/* Header */

header {
    background: transparent;
    width: 100%;
    position: static;
    z-index: 100;
    
  }
  nav {
    float: center; /* Desplazamos el nav hacia la izquierda */
  }
  
  nav ul {
    list-style: none;
    overflow: hidden; /* Limpiamos errores de float */
  }
  
  nav ul li {
    float: center;
    font-size: 25px;
    font-weight: bold;
  }
  
  nav ul li a {
    display: inline-block; /* Convertimos los elementos a en elementos bloque para manipular el padding */
    padding: 10px;
    color: #fff;
    text-decoration: none;
    justify-content: space-between;
  }
  
  nav ul li:hover {
    background: black;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);

  }
  .wrapper {
    width: 800%;
    margin: auto;
    overflow:hidden;
  }

  .site-header {
    background-color: #333333;
    padding: 1rem 0 .5rem 0;
    align-items: center;
    text-decoration: none;
}

.site-header{
    background-color: black;
    text-decoration: none;
}


.nombreol{
    text-align: center;
}

@media (max-width: 768px){
    .res1{
        align-items: center;
    }
}


  @media (min-width: 768px){

    header {
        background: transparent;
        width: 100%;
        position: static;
        z-index: 100;
      }
      nav {
        float: center; /* Desplazamos el nav hacia la izquierda */
      }
      
      nav ul {
        list-style: none;
        overflow: hidden; /* Limpiamos errores de float */
      }
      
      nav ul li {
        float: left;
        font-size: 25px;
        font-weight: bold;
      }
      
      nav ul li a {
        display: block; /* Convertimos los elementos a en elementos bloque para manipular el padding */
        padding: 10px;
        color: #fff;
        text-decoration: none;
      }
      
      nav ul li:hover {
        background: black;
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    
      }
      .wrapper {
        width: 800%;
        margin: auto;
        overflow:hidden;
      }

      .site-header {
        background-color: #333333;
        padding: 1rem 0 .5rem 0;
        align-items: center;
        text-decoration: none;
    }
    
    .site-header{
        background-color: black;
        text-decoration: none;
    }
    
    
    .nombreol{
        text-align: center;
    }

  }



  @media screen and (max-width:800px ) {
	.menu_nav nav {
		width:80%;
		height:100%;
		left:-100%;
		margin:0;
        position: fixed;
	}

	.menu_nav nav ul li {
		display:block;
		float:left;
		border-bottom:1px solid rgba(255,255,255, .3);
	}


	.menu_bar {
        display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		background: black;
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:25px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.menu_bar span {
		float:left;
		font-size:40px;
	}
}










/* BOTON WHATS */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:200px;
	right:17px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:110;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:17px;
}

/* TERMINA BOTON WHATS */



/* Header extra para la parte de index
.site-header {
    background-position: center center;
    background-size: cover;
    min-height: 60rem;
    text-decoration: none;
}


.site-header.inicio{
    background-image: url(../img/header11.jpg);
    height: 97vh;
   
}
*/

.contenido-header {
    height: 75%;
    display: flex;
    flex-direction:initial;
    justify-content: space-between;
    text-align: center;
    text-decoration: none;
}


@media (min-width: 768px) {
    .contenido-header{
        text-align: left;
        text-decoration: none;
    }
}
.contenido-header h1 {
    color: #ffffff;
    padding-bottom: 2rem;
    max-width: 60rem;
    line-height: 1;
}
.barra {
    text-decoration: none;
}
@media (min-width: 768px) {
    .barra {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
}

.letra-logo {
    font-size: 3rem;
    text-decoration: none;
    text-emphasis: none;

}

.dudas{
    text-decoration: none;
    color: #ffffff;
}

/** Navegacion **/
.navegacion a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.8rem;
    display: block;
}
@media (min-width: 768px) {
    .navegacion a {
        display: inline-block;
        font-size: 2.5rem; /** = 18px **/
        margin-right: 2rem;
        text-decoration: none;

    }
    .navegacion a:last-of-type {
        margin: 0;
    }
}
.navegacion a:hover {
    color: red;
}

/** Mobile Menu **/
.mobile-menu img {
    width: 5rem;
}
@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}
.navegacion:target {
    display: block;
}
.navegacion {
    display: none;
}

@media (min-width: 768px) {
    .navegacion {
        display: block;
    }
}

/** Iconos Nosotros **/
@media (min-width: 768px) {
    .iconos-nosotros {
        display: flex;
        justify-content: space-between;
    }
}
.icono {
    text-align: center;
}
@media (min-width: 768px) {
    .icono {
        flex-basis: calc(33.3% - 1rem);
    }
}
.icono h3 {
    text-transform: uppercase;
}


/** Anuncios **/



@media (min-width: 374px) {
    .contenedor-anuncios{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background-color: black;
    }
}
.anuncio {
    background-color: black;
    margin-bottom: 2rem;
}


/*<--Aqui cambias cuantos cuadros quieres mostrar */ 
@media (min-width: 768px) {
    .anuncio {
        flex: 0 0 calc(50% - 1rem);
    }
}

.contenido-anuncio h3, 
.contenido-anuncio p  {
    margin: 0;
    text-align: center;
    color: white;
}
.precio {
    color: #71B100;
    font-weight: 700;
}
.iconos-caracteristicas {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex: 1;
    max-width: 500px;
}
.iconos-caracteristicas li {
    /* flex: 1; */
    display: flex;
}
.iconos-caracteristicas li img {
    margin-right: 2rem;
}
.ver-todas {
    display: flex;
    justify-content: flex-end;
}

/** Contacto Home1 **/
.imagen-contacto {
    background-image: url(../img/encuentra2.jpg);
    background-position: center center;
    background-size: cover;
    height: 40rem;
    display: flex;
    align-items: center;
}
.contenido-contacto {
    flex: 0 0 95%;
    color: #ffffff;
}
.contenido-contacto p {
    font-size: 1.8rem;
}

/** Sección Inferior **/
@media (min-width: 768px) {
    .seccion-inferior {
        display: flex;
        justify-content: space-between;
    }
    .seccion-inferior .blog {
        flex-basis: 60%;
    }
    .seccion-inferior .testimoniales {
        flex-basis: calc(40% - 2rem);
    }
}

.seccion-inferior {
    display: flex;
    justify-content: space-between;
}
.seccion-inferior .blog {
    flex-basis: 60%;
}
.seccion-inferior .testimoniales {
    flex-basis: calc(40% - 2rem);
}


.entrada-blog {
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .entrada-blog {
        display: flex;
        justify-content: space-between;
    }


    
}

.entrada-blog:last-of-type {
    margin-bottom: 0;
}


@media (min-width: 1024px) {
    .entrada-blog .imagen {
        flex-basis: 50%;
    }
    .centrado{
        margin-left: auto;
        margin-right: auto;
      }


    .entrada-blog .texto-entrada {
        flex-basis: calc(50% - 5rem);
        color: white;
    }
    .p{
        color: white;
    }


    .texto-entrada a {
        color: white;
        text-decoration: none;
    }
    .texto-entrada h4 {
        margin: 0;
        line-height: 1.4;
        
    }
}

.texto-entrada a {
    color: white;
    text-decoration: none;
}
.texto-entrada h4 {
    margin: 0;
    line-height: 1.4;
    
}


/* .texto-entrada h4::after {
    content: '';
    display: block;
    width: 25rem;
    height: .5rem;
    background-color: white ;
    margin-top: 1rem;
} */
.texto-entrada span {
    color: #E08709;
}
/*** Testimoniales **/
.testimonial {
    background-color: black;
    font-size: 2.4rem;
    padding: 2rem;
    color: white;
    border-radius: 3rem;
}
.testimonial  p {
    text-align: center;
}
.testimonial blockquote::before {
    content: '';
    background-image: url(../img/comilla.svg);
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: -2rem;
}

.testimonial blockquote {
    position: relative;
    padding-left: 5rem;
    font-weight: 300;
    color: #ffffff;
}

.tamaño-letras-testimonial
{
    text-align: center;
}



/** Footer **/
.site-footer {
    background-color: black;
    margin: 0;
}
.contenedor-footer {
    padding: 3rem 0;
    display: flex;
    text-align: center;
    margin: auto;
}
@media (min-width: 768px) {
    .contenedor-footer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
}

.site-footer nav {
    display:block;
} 




.copyright {
    margin: 0;
    color: #ffffff;
}

/** INTERNAS **/
/* Nosotros **/
@media (min-width: 768px) {
    .contenido-nosotros {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2rem;
    }
}

.texto-nosotros blockquote {
    font-weight: 900;
    font-size: 2rem;
    margin: 0;
    padding: 1rem 0 3rem 0;
}

/** Anuncio **/
.resumen-propiedad {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/** Contacto **/
.contacto p {
    font-size: 1.4rem;
    color: white;
    margin: 2rem 0 0 0;
}
legend {
    font-size: 2rem;
    color: white;
}
label {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: white;
}
input:not([type="submit"]),
textarea,
select {
    padding: 1rem;
    display: block;
    width: 100%;
    background-color: #e1e1e1;
    margin-bottom: 2rem;
    border: none;
    border-radius: 1rem;
}
input[type="radio"]{
    width: auto;
    margin: 0;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
textarea {
    height: 20rem;
}
.forma-contacto {
    max-width:30rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.embed-container {
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.jose{
    text-align: center;
    font-weight: bolder;
    

}


.jose blockquote {
    margin: auto;
    display: none;
}

@media (max-width: 768px) {
    .acerca p{
    margin: auto;
    padding: 4rem 4rem;
    text-align: justify;

    }
}
@media (max-width: 1024px) {
    .acerca p{
    margin: auto;
    padding: 4rem 4rem;
    text-align:center;
    font-size: 2.5rem;
    text-size-adjust: 1;
    }
}
@media (max-width: 1400px) {
    .jose p{
    margin: auto;
    text-align: center;
    font-weight: bolder;  
    }
}

@media (max-width: 1400px) {
    .acerca p{
    font-weight: 1400;
    }
}

@media (max-width: 768px) {
    .acerca p{
    margin: auto;
    padding: 20px 40px 20px 40px;
    text-align: justify;

    }
}

@media (max-width: 768px) {
    .jose p{
    margin: auto;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;}
    br {
        display: none;
    }
}

@media (max-width: 1024px) {
    .acerca p{
    margin: auto;
    padding: 20px 40px 20px 40px;
    text-align: justify;
    }
}

@media (max-width: 1024px) {
    .jose p{
    margin: auto;
    text-align: center;
    font-weight: bold;}
    br {
        display: none;
    }
}


.home p{
    margin: auto;
    text-align: justify;
    font-size: 3rem;
    }

@media (max-width: 768px) {
    .home p{
    margin: auto;
    padding: 4rem 4rem;
    text-align: justify;
    font-size: 2.5rem;
    }
}

@media (max-width: 1400px) {
    .gal_foto{
    margin: auto;
    text-align: center;
    font-size: 6.5rem;
    }
}



.gal_foto{
    margin: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .gal_foto{
    margin: auto;
    text-align: center;
    font-size: 3.25rem;
    }
}

.titu_gal{
    margin: auto;
    text-align: center;
    font-size: 3.25rem;
    }


@media (max-width: 768px) {
    .titu_gal{
    margin: auto;
    text-align: center;
    font-size: 3.25rem;
    }
}


@media (max-width: 768px) {
    .texto_margen h4{
    margin: 35px;
    text-align: center;
    font-size: 2.5rem;
    }
}

@media (max-width: 1024px) {
    .head1 a{
    margin: auto;
    text-align: center;
    font-size: 2rem;
    display: block;
    font-size: 24px;
    font-weight: bold;
    }
}

@media (max-width: 768px) {
    .head1 a{
    margin: auto;
    text-align: center;
    font-size: 2rem;
    display: block;
    font-size: 25px;
    font-weight: bold;
    }
}


@media (max-width:768px) {
    .compañera{
        display: flex;
        flex-direction:column;
        text-align: center;
    }

}


@media (min-width: 768px) {
    .site-footer nav {
        display: block;
        padding: 1rem;
    }
}
@media (max-width: 768px) {
    .site-footer nav {
        display: table-column;
        text-align: center;
        margin: auto;
        font-weight: bolder;
    }
}


@media (max-width: 768px) {
    .firma_cer img {
        width: fit-content;
        display:block;
    }
    
}

.firma p{
    display: flex;
    flex-direction: column;
    text-align: right;
}

.firma br{
    display: none;
}

@media (max-width: 1024px) {
    .firma p{
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-right: 40px;
    }
    .firma br{
        display: none;
    }
    
}


@media (max-width: 768px) {
    .firma p{
        display: flex;
        flex-direction: column;
        padding: 0;
        padding-right: 40px;
    }
    .firma br{
        display: none;
    }
    
}

@media (max-width: 768px) {
    .contac{
        margin: auto;
        display: block;
        text-align: center;
        font-size: 20px;
    }
    
}

@media (max-width: 768px) {
    .enviar{
        text-align: center;
        align-items: center;
        
    }
    
}

.gracias p{
    font-size: 45px;


}

@media (max-width: 768px) {
    .gracias p{
        font-size: 25px;
    
    
    }
    
}


/* 
header class="site-header inicio res1 head1">
    <div class="contenedor contenido-header"></div>
    <div class="barra"  */