
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}


/*
* barra de redes sociales
*/


.social-bar{
    background-color: #b52c33;
    width: 100%;
    height: 60px;
    color: #fff;
}
header{
    background-color: #fff;
    width: 100%;
    height: 116px;
    border-bottom: 1px solid rgb(0,0,0,0.1) ;
    display: grid;
    grid-template-columns: 30% 40% 30%;
}

header .logoImage img{
    width: 340px;
    position: absolute;
    z-index: 2;
    /*background: rgb(255,255,255,0.1);*/
}



header .menu{
    display: inline;
    padding-top: 50px; 

}
header .menu a{
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    text-decoration: none;   
    color: #b52c33 !important; 
    cursor: pointer;
}

header .menu a:hover{

    border-bottom: 4px solid #b52c33 ;
}



/*
* baner de imagenes
*/
.image-banner{
    background-color: #fff;
    width: 100%;
    height: 400px;
}

.image-banner .float-content-tag{
    display: inherit;
    position: absolute;
    top: 200px;
    color: #b52c33;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    

}


.image-banner .float-content-tag h1 ,
.image-banner .float-content-tag h2{
    -webkit-text-stroke: 1px #b52c33;
}






/*
* zona nosotros
*/

.zone-about{
    min-height: 500px;
    width: 100%;
    height: 50%;
    max-height: 600px;
    background-color: rgb(0,0,0,0.1) ;
    text-align: center;
    display: flex;
    align-items: center;
}

.zone-about .text-container-tag{
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;

}

.zone-about h1 {
    -webkit-text-stroke: 1px red;
    color: #b52c33 ;
    
}
.zone-about p {
    text-align: justify;
    line-height: 2em;
}
.zone-about .t-red {
    color: #b52c33 !important; 
    font-weight: bold;
}




/*
* zona service
*/

.zone-service{
    min-height: 500px;
    width: 100%;
    height: 50%;
    max-height: 600px;
    background-color: #fff ;
    text-align: center;
    display: flex;
    align-items: center;
}
.zone-service h1 {
    color: #b52c33 ;
    -webkit-text-stroke: 1px red;
}




.zone-service .icotag{
    font-size: 100px;
    color: #b52c33 ;
}
.zone-service h2{
    -webkit-text-stroke: 1px red;
    color: #b52c33 ;
}

.zone-service p {
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
}


/*
* zona Contáctenos
*/

.zone-contact{
    min-height: 500px;
    width: 100%;
    height: 50%;
    max-height: 600px;
    background-color: rgb(0,0,0,0.1) ;
    text-align: center;
    display: flex;
    align-items: center;
}

.zone-contact h1{
    -webkit-text-stroke: 1px red;
    color: #b52c33 ;
}

.zone-contact p {
    margin-left: 10px;
    margin-right: 10px;
}

.zone-contact form{
    text-align: left;
}

.zone-contact form .form-box{
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
}

/*
* zona footer
*/




footer{
    width: 100%;
    height: 100px;
    background-color: #b52c33;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 100%;


}
footer a{
    color: #fff;
    text-decoration: none;
}


/*
*btn-ws
*/

.btn-ws{

    position: fixed;
    float: left;
    top: 80%;
    left: 6px;
    font-size: 40px;
    background-color:green;
    color: #fff;
    border-radius: 200px;
    width: 80px;
    height: 80px;

}

/*
* consigne su inmueble
*/

.btn-cosinm{

    position: fixed;
    float: right;
    top: 40%;
    right:  10px;
    font-size: 17px;
    background-color:rgb(0,0,0,0.1);
    color: #111;
    border-radius: 4px;
    width: 100px;
    height: 100px;

}
.btn-cosinm .house{
    background-color:#b52c33 ;
    color: #fff;
    font-size: 22px;
    padding-bottom: 8px;
    margin-top: 1px;
    border-bottom-left-radius: 35px !important;
    border-bottom-right-radius:  35px !important;
}
.btn-cosinm .text-p{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.btn-goHome{
    position: fixed;
    float: right;
    bottom: 2%;
    right: 10px;
    font-size: 60px;
    color: green;
    background-color: rgb(255, 255, 255, 0.1);
    border-radius: 15px;
}



@media screen and (max-width: 790px) {
    
    *{
        font-size: 12px  !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }
    
    header{
        grid-template-columns: 100%;
    }
    .logoImage{
        display: none;
    }
    







    .btn-ws{
        width: 28px;
        height: 25px;
    }



  }
















