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: 'Lato', sans-serif;
    font-size: 1.6rem;
}

/** Globales **/
img {
    max-width: 100%;
}
.redessoc{
    position: fixed;
    bottom: 12rem;
    right: 1rem;
}
.redes a{
    display: block;
    flex-direction: column;
    align-items: flex-end;
    text-decoration: none;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0rem .1rem 1rem rgb(0, 0, 0);
    transition: all 500ms ease;
    margin: 1rem;
}
.icon-facebook{
    background: #3b5998;
    color: #ffffff; 
}
.icon-twitter-bird{
    background: #55acee;
    color: #ffffff;
}
.icon-flash{
    background: #0084ff;
    color: #ffffff;
}
.icon-whatsapp{
    background: #4dc247;
    color: #ffffff;
}
.icon-instagram{
    background: #833ab4;
    color: #ffffff; 
}
.icon-facebook:hover{
    background: #ffffff;
    color:#3b5998; 
}
.icon-twitter-bird:hover{
    background: #ffffff;
    color: #55acee;
}
.icon-whatsapp:hover{
    background: #ffffff;
    color:#4dc247;
}
.icon-flash:hover{
    background: #ffffff;
    color: #0084ff;
}
.icon-instagram:hover{
    background: #ffffff;
    color: #833ab4; 
}
.contenedor {
    max-width: 120rem; /** = 1200ppx **/
    margin: 0 auto;
}

h1 {
    font-size: 2.8rem;
}
h2 {
    font-size: 3.4rem;
}
h3 {
    font-size: 3rem;
}
h4 {
    font-size: 2.6rem;
}

/** Utilidades **/
.seccion {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.fw-300 {
    font-weight: 300;
}
.centrar-texto {
    text-align: center;
}
.justificar_texto {
    text-align: justify;
}
.d-block{
    display: block!important;
}
.contenido-centrado {
    max-width: 800px;
}
/** Botones **/
.boton{
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 3rem;
    display: inline-block;
    text-align: center;
    border: none;
}
.boton:hover {
    cursor: pointer;
}
.boton-amarillo{
    background-color: #e08709;
}
.boton-verde{
    background-color: #71b100;
}
.boton-azul{
    background-color: #0070b1;
}

/* Header */
.imgquienes {
    width: 100%;
    height: 35rem;
}
.site-header {
    background-color: #eb0202;
    padding: 1rem 0 1.5rem 0;
}
.site-header2 {
    background-color: #168807;
    padding: 1rem 0 1.5rem 0;
}
/**.site-header.inicio {
    background-image: url(../img/Quienes_somos.jpg);
    background-position: center 4rem;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70vh;
    min-height: 40rem;    
}*//
.contenido-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: right;
}
.contenido-header h1 {
    color: #ffffff;
    padding-bottom: 1rem;
    max-width: 45rem;
    line-height: 1;
}
.barra {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
}
.quienes-texto-negrita p{
    font-weight: bold; 
    margin-bottom: 3rem;
}

/** Navegacion **/
.navegacion a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3rem;
    margin-right: 2rem;
}
.navegacion a:hover {
    color: rgb(8, 219, 96);
}
.navegacionf a {
    color:  #ffffff;
    text-decoration: none;
    font-size: 1.3rem;
    margin-right: 2rem;
}
.navegacionf a:hover {
    color: rgb(8, 219, 96);
}
.navegacion a:last-of-type {
    margin: 0;
}

/** Iconos Nosotros **/
.iconos-nosotros {
    display: flex;
    justify-content: space-between;
}
.icono {
    flex-basis: calc(33.3% - 1rem);
    text-align: center;
    }
.icono h3 {
    text-transform: uppercase;
}
.icono p {text-align: justify}
/** Anuncios **/
.contenedor-anuncios{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 20rem;
    margin-right: 20rem;
}
.anuncio{
    flex: 0 0 calc(33.3% - 1em);
    background-color: #f5f5f5;
    margin-bottom: 6rem;
    text-align: center;
    max-width: 20rem;
    min-width: 20rem;  
}
.contenido-anuncio{
    padding: 2rem;
}
.contenido-anuncio h3{
    margin: 1;
    text-align: center;
}
.contenido-anuncio p{
    margin: 1;
    text-align: justify;
}
.precio{
    color: #71b100;
    font-weight: 700;    
}
.iconos-caracterisitcas{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex: 1;
    max-width: 500px;
}
.iconos-caracterisitcas li{
    display: flex;
}
.iconos-caracterisitcas li img{
    margin-right: 2rem;
}
.ver-todas{
    display: flex;
    justify-content: flex-end;
}

/** Imagen Home **/
.imagen-contacto{
    background-image: url(../img/encuentra.jpg);
    background-position: center center;
    background-size: cover;
    height: 40rem;
    display: flex;
    align-items: center;
}
.contenido-contacto{
    flex: 1;
    color: #ffffff;
}
.contenido-contacto p {
    font-size: 1.8rem;
}

/** Seccion Inferior **/
.seccion-inferior {
    display: flex;
    justify-content: space-between;
}
.seccion-inferior .blog{
    flex-basis: 60%;
}
.seccion-inferior .testimoniales {
    flex-basis: calc(40% - 1rem);
}
.entrada-blog{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.entrada-blog :last-of-type{
    margin-bottom: 0;
}
.entrada-blog .imagen{
    margin-top: 1.5rem;
    flex-basis: 60%;
}
.entrada-blog .texto-entrada {
    flex-basis: calc(80% - 2rem);
}
.texto-entrada a{
    color: #000000;
    text-decoration: none;
}
.texto-entradam P{
    text-align: justify;
    color: #000000;
    text-decoration: none;
    padding: 0;
    margin-left: 1rem;
}
.texto-entrada ul {
    list-style: square;
    color: green;
    padding: 0;
    margin-left: 3rem;
    text-align: justify;
    
}
.texto-entrada li span {
    color: rgb(0, 0, 0);
    p

}
.texto-entrada li {
    padding: 1rem;
}
/**.texto-entrada li::before {
    display: inline-block;
    list-style-position: outside;
   content: "\2022";
   color: red;
   padding-right: 1rem;
   font-size: 2.5rem;
   line-height: 2.5rem;
   vertical-align: -.3rem;
   width: 1.5rem;
}*/

.texto-entrada h4{
    margin: 0;
    line-height: 1.4;
}
.texto-entrada h4::after {
    content: '';
    display: block;
    width: 15rem;
    height: .5rem;
    background-color: #71b100;
    margin-top: 1rem;
}
.texto-entrada span {
    color: #e08709;
}
/** INMUEBLES **/
/**.site-header.primero {
    background-image: url(../img/inmuebles.jpg);
    background-position: center 4rem;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70vh;
    min-height: 1rem;
}
**/
/** Vivienda **/
/**.site-header.vivienda {
    background-image: url(../img/vivienda.jpg);
    background-position: center 4rem;
    background-repeat: no-repeat;
    background-size: contain;
    height: 74vh;
    min-height: 45rem;
}
**/

/** contacto asesores **/
.testimonial {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1rem;
    font-size: 1.8rem;
}
.testimonial p  {
    text-align: right;
    font-weight: bold;
}
.testimonial blockquote::after {
    content: '';
    background-image: url(../img/icon_whatsapp.ico);
    color: #f4f6f8;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 4rem;
    right: -5rem;
    border-radius: 50%;
    box-shadow: 0rem 1.51rem 3rem rgb(0, 0, 0);
}
.testimonial blockquote {
    position: relative;
    font-weight: 300;
}
.contenedor-contacto{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /**margin-left: 5rem;
    margin-right: 15rem;**/
}
/*.columna-asesores {
    display: inline-flex;
}*/
.seccion-contacredes {
    display: inline-flex;
    align-items: flex-end;
}
/** Footer **/
.site-footer {
    background-color: #eb0202;
    margin: 0;
}
.site-footer2 {
    background-color:  #168807;
    margin: 0;
}
.contenedor-footer {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
}
.copyright {
    margin: 0;
    color: #ffffff;
}
/** Internas **/
/** Nosotros **/
.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: 2rem 0;
}

/** Anuncio **/
.resumen-propiedad {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/** Contacto **/
.contacto p {
    font-size: 1.4rem;
    color: #4f4f4f;
    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;
}
textarea {
    height: 10rem;
    width: 100%;
}

.forma-contacto {
    max-width: 20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacto textarea {
    height: 10rem;
    max-width: 50rem;
    min-width: 50rem;
    max-height: 10rem;
    min-height: 10rem;
}
.envmail {
    display: flex;
    justify-content: space-between;
}
.seccion-contacto {
    width: 50rem;
    min-width: 35rem;
    padding-left: 8rem;
}
.derecha {
   padding-bottom: 2rem;
   text-align: right;
}
.barra-contacto {
    display: flex;
    margin-left: 10rem;
    width: 90%;
    justify-content: center;
    /**margin-left: 10rem;
    margin-right: 10rem;**/
}
.contac-letra {
    display: flex;
    justify-content: center;
    max-width: 80rem;
    font-size: 1.8rem;
    text-align: center;
    margin: auto;
}

/** envio correo **/
.ver-envmail{
    display: flex;
    justify-content: flex-end;
}
.botenvmail{
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 3rem;
    display: inline-block;
    text-align: center;
    border: none;
}

.form_wrap{
    width: 80.5rem;
    height: 40.3rem;
    margin: 5rem auto;
    display: flex;   
    border-radius: 1rem;
    overflow: hidden; 
    box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.2);
}

.mensaje-exito{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}   

.mensaje-exito h1{
    font-size: 3.5rem;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

.mensaje-exito a{
    display: block;
    padding: 1rem 3rem;
    background: #4091EC;
    text-decoration: none;
    color: #fff;
}
.overlay{
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.overlay.active{
    visibility: visible;
}
.popup{
    background: #f8f8f8;
    box-shadow: 0rem 0rem .5rem 0rem rgba(0, 0, 0, 0.3);
    border-radius: .3rem;
    font-family: 'Times New Roman', Times, serif;
    padding: 2rem;
    text-align: center;
    width: 60rem;
}
.popup .icon-plus{
    padding: 0rem;
    font-size: 1.6rem;
    line-height: 1.6rem;
    display: block;
    text-align: right;
    margin-left: 55rem;
    /**justify-content: left;**/
    color: #bbbbbb;
    transition: .3s ease all;
    text-decoration: none;
    width: 2rem;
    transform: rotate(137deg);
    
}
.popup .icon-plus:hover{
    color: #000000;
}

/**Cbertura**/
.cober{
    flex: 0 0 calc(100% - 1rem);
    border: 1px solid #b5b5b5;
    background-color: #f5f5f5;
    margin-bottom: 2rem;
}
#check{
    display: none;
}
#checkyu{
    display: none;
}
#checktb{
    display: none;
}
#checksc{
    display: none;
}
#checkvh{
    display: none;
}
#checkchina{
    display: none;
}
.oculto-cober{
    display: none;
}
#check:checked~ .barra-coberCH{
    display: flex;
}
#checkyu:checked~ .barra-coberyu{
    display: flex;
}
#checktb:checked~ .barra-coberTB{
    display: flex;
}
#checksc:checked~ .barra-cobersc{
    display: flex;
}
#checkvh:checked~ .barra-cobervh{
    display: flex;
}
#checkchina:checked~ .barra-coberchina{
    display: flex;
}
.contenedor-cober {
    padding: .5rem 0;
    display: inline-block;
    margin-left: 25%;
    margin-right: 25%;
    min-width: 50%;    
}
.contenedor-cober h2 {
    margin-bottom: 0mm;
    font-size: 3rem;
    color: white;
    border-left: 2rem solid  rgb(8, 173, 8);
    border-top: 1rem solid rgb(8, 173, 8);
    border-bottom: 1rem solid rgb(8, 173, 8);
    background-color: rgb(8, 173, 8);
    justify-content: center;
}
.contenedor-cober h3 {
    margin-bottom: 0mm;
    font-size: 1.5rem;
    
}

.barra-coberCH {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 0rem;
    max-height: 5rem;
}
.barra-coberyu {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 0rem;
    max-height: 5rem;
}
.barra-coberTB {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 0rem;
    max-height: 5rem;
}
.barra-cobersc {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 0rem;
    max-height: 5rem;
}
.barra-cobervh {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 0rem;
    max-height: 5rem;
}
.barra-coberchina {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 0rem;
    max-height: 5rem;
}
.texto-cober {
    width: 50%;
    height: 6rem;
    border: none;
    padding: 1%;
    margin-bottom: 0mm;
    margin-top: 0rem;
}

.texto-cober p {
    text-align: justify;
    border: none;
    padding: 1%;
    font-size: 1.3rem;
    margin-bottom: 0mm;
    margin-top: 0rem;
}
.texto-cober h3 {
    background-color:#d9d9d9;
    margin-top: 1rem;
    text-align: justify;
    border: none;
    padding: 1%;
    font-size: 1.8rem;
    
}
.boton-cober{
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1rem 3rem;
    margin-top: 0rem;
    display: inline-block;
    text-align: center;
    border: none;
}
.btnmas{
    background-color:#a3a3a3;
    width: 3rem;
    cursor: pointer;
    font-size: 2rem;
}
.btnmas .icon-plus {
    cursor: pointer;
}
#check:checked~ .btnmas .icon-plus{
    transform: rotate(137deg);
    font-size: 2.5rem;
    cursor: pointer;
}
#checkyu:checked~ .btnmas .icon-plus{
    transform: rotate(137deg);
    font-size: 2.5rem;
    
}
#checktb:checked~ .btnmas .icon-plus{
    transform: rotate(137deg);
    font-size: 2.5rem;
    
}
#checksc:checked~ .btnmas .icon-plus{
    transform: rotate(137deg);
    font-size: 2.5rem;
    
}
#checkvh:checked~ .btnmas .icon-plus{
    transform: rotate(137deg);
    font-size: 2.5rem;
    
}
#checkchina:checked~ .btnmas .icon-plus{
    transform: rotate(137deg);
    font-size: 2.5rem;
    
}
/**Vivienda**/
.barra-vivienda {
    display: flex;
    justify-content: space-between;
    margin-left: 25rem;
    margin-right: 30rem;
}
.barra-viv {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 5rem;
    max-height: 5rem;
    margin-left: 25rem;
    margin-right: 30rem;
}
.contenedor-vivienda {
    display: flex;
    /**justify-content: space-between;**/
    align-items: center;
    padding-top: 0;
    /**margin: 5rem;
    max-height: 5rem;**/
}
.contenedor-vivienda img {
    max-width: 10rem;
    margin-right: 1rem;
}
.contenedor-vivienda p {
    font-size: 2rem;
    font-weight: bold;
}
.boton-vivienda{
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.5rem;
    padding: .5rem 3rem;
    margin-top: 0rem;
    display: inline-block;
    text-align: center;
    border: none;
}
/**
.barra-vivienda {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    margin: 0rem;
    max-height: 7rem;
}   
**/
/**MAQUINARIA**/
/**.site-header.primeromaq {
    background-image: url(../img/Maquinaria.jpg);
    background-position: center 4rem;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70vh;
    min-height: 45rem;
}**/
.anunciomaq{
    flex: 0 0 calc(25% - 1em);
    background-color: #f5f5f5;
    margin-bottom: 2rem;
    text-align: center;
    min-width: 10rem;
}
