.card-dashboard {
   padding: 0 !important;
   margin: 0px 20px 10px 0px;
   transition: 1s;
}

.card-dashboard:hover {
   transform: scale(1.05);
}

.card-heading {
	margin: 0px 0px 0px 0px;
}

i {
	font-size: 100px;
}

.icon-resp {
	font-size: 20px;
}

.no-gutters[data-color="ggm"] {
	border: 2px solid #00c95d;
}

.no-gutters[data-color="cruza"] {
	border: 2px solid #8da8bf;
}

.no-gutters[data-color="smarthome"] {
	border: 2px solid #FBD220;
}

.no-gutters[data-color="a360"] {
	border: 2px solid #FFF;
}

input::placeholder {
	color: #1d2932;
}

.block {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.block2 {
	display: flex;
	cursor: pointer;
	transition: transform .2s;
	width: 30%;
	margin-top: 2%;
	-webkit-box-shadow: 0px 3px 6px 3px #1D2932; 
	box-shadow: 0px 3px 6px 3px #1D2932;
}

.block2:hover{
	transform: scale(1.1);
	transition: 0.1s;
}

h5 a {
	color: #1d2932;
	font-weight: bold;
	font-size: 18px;
}

h5 a:hover {
	color: #00c95d;
	font-weight: bold;
	font-size: 18px;
}

.card-title[data-color="ggm"]:hover {
	color: #00c95d;
}

.card-title[data-color="cruza"]:hover {
	color: #8da8bf;
}

.card-title[data-color="smarthome"]:hover {
	color: #FBD220;
}

.card-title[data-color="a360"]:hover {
	color: #009ef5;
}

.textprop {
	color: white;
	text-align: center;
	font-size: 18px;
	padding-top: 3%;
	font-weight: bold;
}

.floating-button {
	width: 100%;
	text-align: right;
}

.copyright {
    position: absolute;
    display: inline-block;
    left: 15px;
}

.btn-vincular {
	 border: 1px solid #00c95d; 
	 width: 100%;
}

.btn-vincular:hover {
	 background-color: #00c95d; 
	 color: #1d2932;
}


.imgblock {
	display: flex;
    float: right;
    justify-content: center;
}

.addProp {
	 background-color: transparent; 
	width: 35%; 
	color: #1d2932; 
	border: 2px solid #1d2932;
	padding: 1%;
    font-weight: bold;
}

.addProp[data-color="ggm"]:hover {
	background-color: #00c95d;
	color: #1d2932; 
	border: 1px solid #1d2932;
	cursor: pointer;
}

.addProp[data-color="cruza"]:hover {
	background-color: #8da8bf;
	color: black; 
	border: 1px solid black;
	cursor: pointer;
}

.addProp[data-color="smarthome"]:hover {
	background-color: #201d0f;
	color: #FBD220; 
	border: 1px solid #1d2932;
	cursor: pointer;
}

.addProp[data-color="a360"]:hover {
	background-color: #009ef5;
	color: #FFF; 
	border: 1px solid black;
	cursor: pointer;
}

.closeBttn {
	 background: #1d2932; 
	 color: white; 
	 border: 1px solid  #1d2932;
	 font-size: 17px;
	 font-weight: bold;
}

.closeBttn:hover {
	 background: #00c95d; 
	 color: #1d2932;
}

.close {
	 padding-right: 1%; 
	 padding-top: 1%;
	 text-align: end;
}

.closeFirst {
	 padding-right: 1%; 
	 padding-top: 1%;
	 text-align: end;
	 display: none;
}

.sendRead {
	 background-color: transparent; 
	width: 100px; 
	color: #1d2932; 
	border: 2px solid #1d2932;
	padding: 11%;
    font-weight: bold;
}

.sendRead[data-color="ggm"]:hover {
	 background-color: #00c95d;
	 color: #1d2932;
}

.sendRead[data-color="cruza"]:hover {
	 background-color: #8da8bf;
	 color: black;
}

.sendRead[data-color="smarthome"]:hover {
	 background-color: #201d0f;
	 color: #FBD220;
}

.sendRead[data-color="a360"]:hover {
	 background-color: #FFF;
	 color: #009ef5;
}

.sendNotif {
	 background-color: transparent; 
	width: 200px; 
	color: #1d2932; 
	border: 2px solid #1d2932;
	padding: 1%;
    font-weight: bold;
}
.sendNotif[data-color="ggm"]:hover {
	 background-color: #00c95d;
	 color: #1d2932;
}

.sendNotif[data-color="cruza"]:hover {
	 background-color: #8da8bf;
	 color: black;
}

.sendNotif[data-color="smarthome"]:hover {
	 background-color: #201d0f;
	 color: #FBD220;
}

.sendNotif[data-color="a360"]:hover {
	 background-color: #FFF;
	 color: #009ef5;
}



.bttnSendRead {
	width: 100%;
}

.sendData {
	 background-color: transparent; 
	width: 23%; 
	color: #1d2932; 
	border: 2px solid #1d2932;
	padding: 10px;
    font-weight: bold;
}

.sendData[data-color="ggm"]:hover {
	 background-color: #00c95d;
	 color: #1d2932;
	 border: 1px solid #1d2932;
}

.sendData[data-color="cruza"]:hover {
	 background-color: #8da8bf;
	 color: black;
	 border: 1px solid black;
}

.sendData[data-color="smarthome"]:hover {
	 background-color: #201d0f;
	 color: #FBD220;
	 border: 1px solid #FBD220;
}

.sendData[data-color="smarthome"]:hover {
	 background-color: #FFF;
	 color: #009ef5;
	 border: 1px solid #009ef5;
}

.titles[data-color="ggm"] {
	color: #00c95d;
}

.titles[data-color="cruza"] {
	color: black;
}

.titles[data-color="smarthome"] {
	color: #201d0f;
}

.titles[data-color="smarthome"] {
	color: #FFF;
}

form {
	padding: 1%;
}

.modal {
	padding: 2%;
}

.homeCards {
	max-width: 100%;
	display: flex; 
	justify-content: space-around; 
	flex-flow: wrap;
}

.publiRadio[data-color="ggm"] {
	 width: 100%; 
	 height: 340px;
}

.publiRadio[data-color="cruza"] {
	 display: none;
}

.publiRadio[data-color="smarthome"] {
	 display: none;
}

.publiRadio[data-color="a360"] {
	 display: none;
}

.modal-dialog-full-width {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width:none !important;

    }

    .modal-content-full-width  {
        height: auto !important;
        min-height: 100% !important;
        border-radius: 0 !important;
        background-color: #ececec !important;
        display: flex;
    }

    .modal-header-full-width  {
        border-bottom: 1px solid #9ea2a2 !important;
    }

    .modal-footer-full-width  {
        border-top: 1px solid #9ea2a2 !important;
    }
    
	.form-signin {
		border-right: 15px solid #C6C8CA;
		width: 46%;
	}
	
	.liquidBlock {
		border-left: 12px solid #D5D7DA;
	}
	
	#inputPass {
		width: 22%;
	}
	
	#inputNewPass {
		width: 22%;
	}
	
	#inputRepeatPass {
		width: 22%;
	}
	
	.addPropForm {
		display: flex; 
		flex-direction: column; 
		justify-content: space-around; 
		height: 240px;
	}
	
	.modalAddBttn {
		font-size: 16px; 
		display: flex; 
		padding-top: 3%;
	}
	
	.inputAddProp {
		width: 76%;
	}
	
	.imgBottom {
	cursor: pointer;
	}
	
	.imgBottom:hover {
		transform: scale(1.4);
	    top:0;
	    left:0;
	    right:0;
	    bottom:0;
	    margin:auto;
	    padding-bottom: 2%;
	}
	
	.imgTop1 {
		cursor: pointer;
		width: 40%;
		margin-top: 4%;
	}
	
	.imgTop1:hover {
		transform: scale(1.4);
	    top:0;
	    left:0;
	    right:0;
	    bottom:0;
	    margin:auto;
	    padding-top:5%;
	}
	
	.imgTop2 {
		cursor: pointer;
		width: 40%;
		margin-top: 4%;
	}
	
	.imgTop2:hover {
		transform: scale(1.4);
	    top:0;
	    left:0;
	    right:0;
	    bottom:0;
	    margin:auto;
	    padding-top:5%;
	}
	
	.imgBottom {
		width: 40%;
		margin-top: 2%;
		height: 300px;
	}
	
	.imgInfo-first {
		 width:100%; 
		 display: flex; 
		 flex-direction: row; 
		 justify-content: space-around;
	}
	
	.contactTxt[data-color="ggm"] {
		color: #00c95d;
	}
	
	
	.contactTxt[data-color="cruza"] {
		color: black;
	}
	
	
	.contactTxt[data-color="smarthome"] {
		color: black;
	}
	
	
	
	.contactTxt[data-color="a360"] {
		color: black;
	}
	
	.socialMedia[data-color="ggm"] {
		 display: flex; 
		 height: 70%; 
		 align-items: center;
	}
	
	
	.socialMedia[data-color="cruza"] {
		 display: none;
	}
	
	
	.socialMedia[data-color="smarthome"] {
		 display: none;
	}
	
	
	.socialMedia[data-color="a360"] {
		 display: none;
	}
	
	.imgContact[data-color="ggm"] {
		
	}
	
	
	.imgContact[data-color="cruza"] {
		display: none;
	}
	
	
	.imgContact[data-color="smarthome"] {
		display: none;
	}
	
	
	
	.imgContact[data-color="a360"] {
		display: none;
	}
	
	.txtContact{
		 text-align: left; 
		 font-weight: bold;
		 font-size: 28px;
	}
	
	.mediaBlock {
		 position: absolute; 
		 height: 50%;
	}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
	
	.form-signin {
		width: 76%;
	}
	
	
	
	.addPropForm {
		height: 240px;
	}
}

@media screen and (max-width: 1080px) and (min-width: 571px) {
		
	#inputPass {
		width: 45%;
	}
	
	#inputNewPass {
		width: 45%;
	}
	
	#inputRepeatPass {
		width: 45%;
	}
	
	.close {
		display: none;
	}
	
	.closeFirst {
		display: block;
		width: 100%;
		border: 0px;
	}
	
	.imgContact {
		display: none;
	}
	}

@media only screen and (max-width: 480px) and (min-width: 320px){
	.homeCards {
		display: block;
	}
	
	.block2 {
		width: 100%;
		display: block;
		text-align-last: center; 
	}
	
	.icon-cards {
		font-size: 64px;
	}
	
	.card-title {
		font-size: 13px;
	}
	
	.card-text {
		font-size: 13px;
	}
	
	.addPropertiesTxt {
		display: flex;
		flex-direction: column;
	}
	
	.addProp {
		width: 100%;
		margin-top: 2%;
		text-align: center;
	}
	
	.titles {
		font-size: 23px;
	}
	
	.publiRadio {
		height: 100px;
	}
	
	.bttnSendRead {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
	
	.sendNotif {
		margin-bottom: 3%;
	}
	
	.sendData {
		width: 100%;
	}
	
	#inputPass {
		width: 100%;
	}
	
	#inputNewPass {
		width: 100%;
	}
	
	#inputRepeatPass {
		width: 100%;
	}
	
	.modal-content-full-width  {
        display: block;
    }
    
    .form-signin {
		border-right: 0px;
		width: 100%;
	}
	
	.addPropForm {
		height: inherit;
	}
	
	.modalAddBttn {
		display: block; 
	}
	
	.inputAddProp {
		width: 100%;
	}
	
	.imgTop1 {
		width: 100%;
	}
	
	.imgTop2 {
		width: 100%;
	}
	
	.imgBottom {
		width: 100%;
	}
	
	.imgInfo-first {
		 display: flex; 
		 flex-direction: column; 
	}
	
	.close {
		display: none;
	}
	
	.closeFirst {
		display: block;
		width: 100%;
		border: 0px;
	}
	
	.imgContact {
		display: none;
	}
	
	.socialMedia[data-color="ggm"] {
		flex-direction: column;
	}
	
	.txtContact {
		font-size: 20px;
	}
	
	.mediaBlock {
		 position: inherit;
	}
	
	.txt-buttons {
		display: none;
	}
	
}
@media only screen and (max-width: 999px) and (min-width: 480px){
	.homeCards {
		display: block;
	}
	
	.block2 {
		width: 100%;
	}
	
	.addPropertiesTxt {
		display: flex;
		flex-direction: column;
	}
	
	.publiRadio {
		height: 138px;
	}
	
	.bttnSendRead {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
	
	.sendNotif {
		margin-bottom: 3%;
	}
	
	.sendData {
		width: 50%;
	}
	
	#inputPass {
		width: 45%;
	}
	
	#inputNewPass {
		width: 45%;
	}
	
	#inputRepeatPass {
		width: 45%;
	}
	
	.modal-content-full-width  {
        display: block;
    }
    
    .form-signin {
		border-right: 0px;
		width: 76%;
	}
	
	.close {
		display: none;
	}
	
	.closeFirst {
		display: block;
		width: 100%;
		border: 0px;
	}
	
	.imgContact {
		display: none;
	}
	
	.socialMedia[data-color="ggm"] {
		flex-direction: column;
	}
	
}
	
@media only screen and (max-width: 1300px) and (min-width: 1000px){
	.homeCards {
		display: block;
	}
	
	.block2 {
		width: 100%;
	}
	
	.addPropertiesTxt {
		display: flex;
		flex-direction: column;
	}
	
	
	.publiRadio {
		height: 168px;
	}
	
	
	.modal-content-full-width  {
        display: block;
    }
    
    .form-signin {
		border-right: 0px;
		width: 76%;
	}
	
	.close {
		display: none;
	}
	
	.closeFirst {
		display: block;
		width: 100%;
		border: 0px;
	}
	
	.imgContact {
		display: none;
	}
	
}