.tam_carro {
    width: 200px;
    height: 400px;
}
.tam_prod {
    width: 10px; 
    height: 10px;
}
.tam_carro_img {
    width: 1310px;
    height: 400px;
}
.circles{
    transition: 1.5s ease;
     -moz-transition: 1.5s ease; /* Firefox */
     -webkit-transition: 1.5s ease; /* Chrome - Safari */
     -o-transition: 1.5s ease; /* Opera */
}
.circles:hover{
    transform : scale(2);
    -moz-transform : scale(2); /* Firefox */
    -webkit-transform : scale(2); /* Chrome - Safari */
    -o-transform : scale(2); /* Opera */
    -ms-transform : scale(2); /* IE9 */
}
.modal{
    position: fixed;
    top: 12%;
    left: 30%;
    height: auto;
    
}
.btn_cerrar{
    width: 40px;
    position: relative;
    left: 510px;
    top: 5px;
}
.priva{
    display: none;
    position: relative;
    left: 550px;
    top: 10px;
}
.imag{
    height: 500px;
    width: 550px;
}
.whatsup {
    width: 50px;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999;
}
.whatsup2 {
    position: fixed;
    right: 62px;
    top: 50%;
    z-index: 999;
    display: none;    
}
#mapid { 
    height: 396px;
    
}
#casa{
    display: block;
}
#tienda{
    display: none;
}
#check{
    position: relative;
    left: 32%;
}
#form_alguien{
    display: none;
}
#form_dom_casa{
    display: none;
}
#fact{
    display: none;
}
#s_fact{
    position: relative;
    left: 20%;
    
}
.check{
    position: relative;
    left: 10%;
}
#otro_dom{
    position: relative;
    left: 30%;
}
.boton{
    width: 430px;
    height: 100px;
}
.boton2{
    width: 400px;
    height: 88px;
    border-radius: 5px;
    align-content: center;
}
.sesion{
    position: relative;
    bottom: 16px; 
}
.mcard{
    position: relative;
    left: 30px;
    bottom: 3px;
}
.clip{
    position: relative;
    left: 160px;
    bottom: 3px;
}
.mp{
    position: relative;
    left: 40px;
    bottom: 3px;
}
.visa{
    position: relative;
    left: 30px;
    bottom: 3px;
}
.ini{
    position: relative;
    top: 20px;
    width: 140px;
    left: 88%;
}
.colorbg{
    background-color: #006494;
}
.cbg{
    background-color: #5BC0EB;
}
body{
    background-color: #006494;
}
