/* Add here all your CSS customizations */
.justify-content-justify {	
	margin-bottom: 0 !important;
	text-align:justify;
}
#content-desktop {display: block;}
#content-mobile {display: none;}

@media screen and (max-width: 768px) {

#content-desktop {display: none;}
#content-mobile {display: block;}

}

 .float2{ 
		 	position: fixed;
		    width: 288px;
		    height: 478px;
		    bottom: 30%;
		    right: 40px;
		    background-color: rgba(255, 255, 255, 0.3);
		    color: #000;
		    border: 1px solid #747d84;
		    border-radius: 14px;
		    text-align: center;
		    font-size: 30px;
		    z-index: 100;
		    padding: 22px 10px !important;
		 }
         .float{ 
		 	position:fixed; 
		 	width:60px; 
		 	height:60px; 
		 	bottom:14%; 
		 	right:40px; 
		 	background-color:#25d366; 
		 	color:#FFF; 
		 	border-radius:50px; 
		 	text-align:center; 
		   font-size:30px; 
		 	box-shadow: 2px 2px 3px #999; 
		   z-index:100; 
		 } 

		 .my-float{ 
		 	margin-top:16px; 
		 } 
		 @media screen and (max-width: 960px) { /* Con esto lo ocultamos en la celu y se deja visible solo en pc */
			.float2{
				display: none;
			}
			.divFormDatos{
        		margin-left: 0%;
        	}
        	.divFormContacto{
	        	display: block;
	        }
		}	