html {
    box-sizing: border-box;
    font-size: 62.5%; /** Reset para REMS - 62.5% = 10px de 16px **/
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 18px;
}
/** Slider automatico**/
.slider {
width:100%;
height:45rem;
margin: auto;
padding: auto;
overflow:hidden;


}

.slider ul{
display: flex;
padding:0;
width:300%;
height:170%;    
animation: cambio 50s infinite alternate;
animation-timing-function:linear;
}

.slider li{
width:100%;
height:80rem;
list-style:none;    
}

.slider img{
width:100%;
height:450px;


}

@keyframes cambio{
0%{margin-left:0;}
30%{margin-left:0;}

40%{margin-left:-100%;}
70%{margin-left:-100%;}

75%{margin-left:-200%;}
100%{margin-left:-200%;}
}
/** Globales **/
img {
    max-width: 100%;
}
.contenedor {
    width: 95%;
    max-width: 120rem; /** = 1200px; **/
    margin: 0 auto;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.6rem;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.3rem;
}

/** Utilidades **/
.seccion {
    margin-top: 2rem;
    margin-bottom:2rem;
}

.fw-700{

    font-weight: 700;
}

.fw-500{

    font-weight: 500;
}
.fw-300 {
    font-weight: 300;
}

.fw-100{
    font-weight:100;
    
}
.centrar-texto {
    text-align: center;
}

.centrar-texto-footer{
    text-align:center;
    color:#FFFFFF;
}       
.d-block {
    display: block!important;
}
.contenido-centrado{
    max-width: 800px;
}

/** Botones **/
.boton {
    color:#FFFFFF;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 1rem 3rem;
    margin-top: 3rem;
    display: inline-block;
    text-align: center;
    border: none;
    display: block;
    flex: 0 0 100%;
}
@media (min-width: 768px) {
    .boton {
        display: inline-block;
        flex: 0 0 auto;
    }
}
.boton:hover {
    cursor: pointer;
    background-color:#014ab0;
    color: #ffffff;
    transition: 0.5s;
}
.boton-rojo {
    background-color:rgb(237,27,47);
    border-radius: 15px;
}
.boton-verde {
    background-color: #71B100;
}
/*Seccion Nosotros*/

.iconos-nosotros{

    display: flex;
    justify-content: space-between;
}
/* Revisar */
.icono p{

    font-size: 45 px; 
    line-height: 30 px;
}

.icono-p{

    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
}

@media(max-width:768px){
.iconos-nosotros{
    flex-direction: column;   
    }
}

/* Header */
.site-header {
    background-color: #ffffff;
    height: 80px;
    /*position:fixed;*/
    width:100%;
    padding-bottom:0 ;
    margin-bottom:0 ;
     
}

.barra-logo{
    width: 120px;
    height: 60px;
    
}
.nav{
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.nav-link{

    color: #000000;
    text-decoration: none;
}


.nav-menu{

    display: flex;
    margin-right: 40px;
    list-style: none; 
      
}

.nav-menu-item{

    font-size: 15px;
    font-weight: bold;
    margin:0  10px;
    line-height: 30px;
    width: max-content;
   
}

.nav-menu-link{
    /*padding: 8px 12px;*/
    /*border-radius: 3px;*/
    transition: 0.5s;
}

.nav-menu-link:hover,
.nav-menu-link_active{
    color: rgb(237,27,47);
    /*background-color:rgb(237,27,47);*/
    transition: 0.5s;
}

.barra {
    display: flex;
    justify-content: space-between;
    padding-top: 3rem;
}


/**Nav-Toogle **/

.nav-toggle{

    color: #4f4f4f;
    background: none;
    border: none;
   /** font-size: 30px;**/
    padding: 0 20px;
    line-height: 30px;
    display: none;
    cursor: pointer;

}


 .nav-toggle img{

    width: 20px;
    height: 20px;

}

@media (max-width:768px) {
    .nav-toggle{
    display: block;
    }

     

}


/**Media Querys **/
@media(max-width:768px){
    .barra-logo{
        width: 80px;
        height: 40px;
        
    }
    .nav-menu{

    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    background-color: rgb(237,27,47); 
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    padding: 20 px 0;  
 
    height: calc(100% - 50px);
    overflow-y: auto;
 
    left: 100%;
    transition: left 0.3s;
 }
 
    .nav-link{

    color: #ffffff;
    text-decoration: none;
}

 .nav-menu-item{
 
     line-height: 70px;
    
 }
 
 .nav-menu-link:hover,
 .nav-menu-link_active{
     background: none;
     color: #000000;
 }
 
 .nav-toggle{
     display: block;
 
 }
 
 .nav-menu_visible{
     left: 0;
 
 }

}

/** 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;
}
.icono-footer{
    text-align:center;
    width:180px;
    height:160px;
    justify-content: space-between;   
}

.icono-footer p{
 color:#FFFFFF;
 font-size:15px;    
}

/** Anuncios **/

@media (min-width: 768px) {
    .contenedor-anuncios{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
.anuncio {
    border: 1px solid #B5B5B5;
    background-color: #F5F5F5;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .anuncio {
        flex: 0 0 calc(33.3% - 1rem);
    }
}
.contenido-anuncio {
    padding: 2rem;
}
.contenido-anuncio h3, 
.contenido-anuncio p  {
    margin: 0;
}
.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;
}

.icono-central {
    background-image:inherit;
}
/**Contacto Display**/



.imagen-display{
    background-image: url(../img/torre-publi3.png);
    background-position:center center;  
    background-size:cover;
    height:60rem;
    display:flex;
    align-items:center;
        
}

.contenido-display {
    flex: 0 0 95%;
    color: #ffffff;
}
.contenido-display p {
    font-size: 12 rem;
    font-family:sans-serif;
}
/**Portada presentacion productos**/

.imagen-portada{

    background-image: url(../img/bancos__sal.jpg);
    background-color:rgba(0,0,0,0.5);
    background-position:center center ;
    background-size: cover;
    height: 40rem;
    display: flex;
    align-items: center;
}

/** Contacto Home **/
.imagen-contacto {
    background-image:url(../img/playa-tukillo.jpeg);
    background-color: rgba(0, 0, 0, 0.5);
    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: 2 rem;
}

/** 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);
    }
}
.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: 768px) {
    .entrada-blog .imagen {
        flex-basis: 40%;
    }
    .entrada-blog .texto-entrada {
        flex-basis: calc(60% - 3rem);
    }
}

.texto-principal{
    font-family: sans-serif;
    font-size:60px;
    color:rgba(255,255,255,1.00);   
}
.texto-entrada a {
    color: #000000;
    text-decoration: none;
}
.texto-entrada h4 {
    margin: 0;
    line-height: 1.4;
}
.texto-entrada h4::after {
    content: '';
    display: block;
    width: 15rem;
    height: .5rem;
    background-color:#0057A6;
    margin-top: 1rem;
}
.texto-entrada span {
    color: #E08709;
}
.contenido-nosotros .imagen{
    width: 750px;
    height: 400px;
}
.texto-nosotros p{

    font-size: 15px;
    line-height: 30px;
    font-family: sans-serif;
    align-items: center;


}
/*** Testimoniales **/
.testimonial {
    background-color:rgb(237,27,47);
    font-size: 15px;
    padding: 2rem;
    color: #ffffff;
    border-radius: 2rem;
}
.testimonial  p {
    text-align: right;
}
.testimonial blockquote::before {
    content: '';
    background-image: url(../img/comilla.svg);
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: -3rem;
}

.testimonial blockquote {
    position: relative;
    padding-left: 5rem;
    font-weight: 300;
}
/**Contenedor icono redes**/

.redes-sociales{
 margin:5px auto;
 max-width: 980px; 

}

.redes-sociales h4{
 text-align:center;
 font-size: 15px;
 font-family: sans-serif;
    
}

.iconos-redes img{

    width: 70px;
    height: 70px;
    border-radius: 3px;
    display: inline-block;
    border-image: center;
    margin-left: 160px;
    margin-block: 10px;

   

}

/** Footer **/
.site-footer {
    background-color:rgb(237,27,47);
    margin: 0;
}
.contenedor-footer {
    padding: 3rem 0;
    text-align: center;
}
@media (min-width: 768px) {
    .contenedor-footer {
        display: flex;
        justify-content: space-between;
        
    }
}

/** 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.1rem;
    color: rgba(253,249,249,1.00);
    margin: 2rem 0 0 0;
}
legend {
    font-size: 2rem;
    color: #4f4f4f;
}
label {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
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;
}

/**Contenedor icono redes**/
.iconos-redes p{
color:#ffffff;
font-family: sans-serif;
font-size:15px;
}

.iconos-redes span.icon
.listado{ 
margin-left:5px;
display:flex;
margin:0;
padding:0;
display:inline-block;
}

.listado img{
height:15px;
width:15px;
display:inline-block;
}
.listado p{
font-size:20px;
font-family:sans-serif;
}

h3 .centrar-texto{
text-align: center; 
}

.icono-footer{
  
    color: #ffffff;
    background: none;
    border: none;
    font-size: 30px;
    padding: 0 20px;
    cursor:pointer ;
}

.icono-footer h4 {

    font-size: 15px;
    font-weight: bolder;
    margin:5px;

}

.icono-footer p {
    font-size: 14px;
    margin: 0;
    line-height: 20px;


}


/*Copyright*/

.copyright p{

    font-size: 15px;
    color: #ffffff;

}
/*Presentaciones*/
.iconos-presentaciones{

    width: 100px;
    height: 40px;
    color: #0057A6;
    border: none;
    background: none;
    
}

.listados{

    font-size: 15px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
    align-items: center;
}