
@media only screen and (max-width: 1920px)
{
    #bloco{border-radius: 15px;height:950px;background-color: #125346;}
}

@media only screen and (min-width: 993px) and (max-width: 1100px)
{
     
    #bloco{border-radius: 15px;height:800px;background-color: #125346;}
}

@media only screen and (min-width: 769px) and (max-width: 992px)
{	
    #bloco{border-radius: 15px;height:700px;background-color: #125346;}
    #rc-imageselect, .g-recaptcha {transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

@media only screen and (min-width: 481px) and (max-width: 768px) 
{
    #bloco{border-radius: 15px;height:700px;background-color: #125346;}
    #rc-imageselect, .g-recaptcha {transform:scale(0.80);-webkit-transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0;}
	
}

@media only screen and (min-width: 320px) and (max-width: 480px) 
{
    #bloco{border-radius: 15px;height:770px;background-color: #125346;}
    #rc-imageselect, .g-recaptcha {transform:scale(0.78);-webkit-transform:scale(0.78);transform-origin:0 0;-webkit-transform-origin:0 0;}
	
}
